p.feature-three__text {
    color: #bd9b60;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

/*button, input, optgroup, select, textarea {*/
/*    width: 377px;*/
/*    height: 62px;*/
/*}*/

.btn-services {
    width: 243px;
    height: 52px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #bd9b60;
    color: var(--jetly-white);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 6px 15px;
    border-radius: 30px;
    transition: all 0.5s linear;
    z-index: 1;
}
.core_icon{
    color: black;
    font-size: 30px;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
   
}
.core_icon:hover{
    color: #bd9b60;
    transform: scale(.9);
}
.f-black{
    color: #000000;
}
.b-color{
    color: #bd9b60; 
}
.b-color-size{
    color: #bd9b60; 
    font-weight: 600;
    font-family: railwaybold;
}
.ml-20{
    margin-left: 20px;
}
.member{
    color: #485d88;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: bolder;
    text-shadow: 0px 1px, 0px 0px, 0px 0px;
}
.feature-three__single::before{
    position: absolute;
    top: 6px;
    bottom: 21px;
    right: 0;
    content: "";
    width: 1px;
    background-color: rgba(var(--jetly-white-rgb), 1.1);
}
.padding{
    padding-top: 80px;
    padding-bottom: 80px;
}
.align_c{
    margin-top: 40px;
}
.bg-white{
    background-color: white;
}
.sub_title_flight{
    font-size: 20px;
    color: #000000;
    letter-spacing: 1.4px;
    font-weight: 500;
    margin-bottom: 40px
}
.f-white{
    color:#ffffff
}
p.destination-details__text-1{
    font-size: 20px;
        padding-right: 30px;
}
.services-one__sub-title::before{
    position: absolute;
    top: -6px;
    bottom: 39px;
    left: 0px;
    content: "";
    width: 6px;
    background-color: rgba(var(--jetly-base1-rgb), 1.1);

}
.blog_title{
    position: relative;
    display: inline-block;
    font-size: 3.75rem;
    line-height: 16px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    margin-bottom: 50px;
}
.sub_title_blog{
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1.4px;
    font-weight: 500;
    margin-bottom: 25px;
}
p.news-details__text-1{
    font-size: 20px;
}
.f-white_size{
    color: #ffffff;
    font-weight: 500;
}
.img-100{
    width: 100%;
}
.imgh-100{
    height:110%;
}