/*-----common----*/
.btwn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
p{
    margin-bottom: 0px;
}
a{
    text-decoration: none;
}
/*=======common class====*/
.btwn{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.start{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.end{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fd-row{
    flex-direction: row;
}
.fd-col{
    flex-direction: column;
}
.f-wrap{
    flex-wrap: wrap;
}
a{
    text-decoration: none;
    font-size: 500;
}
body{
    font-family: Poppins !important;;
}
p{
    margin-bottom: 0px;
}
.bdr-rad{
    border-radius: 15px;
}
.btn-primary{
    background: #396BCA !important;
}
/*=========global===========*/

/*-----header-----*/
.header{
    border-bottom: 2px solid #cfe5ff;
}
.header-logo img{
    height: 70px;
    width: auto;
}
.header-menu{
    gap: 45px;
}
.header-menu a{
    color: black;
    font-weight: 500;
    font-size: 16px;
}
.header-menu a:hover{
    color: #cfe5ff;
}
.header-contact{
    border-radius: 10px;
    background: #f98502;
    gap: 20px;
    padding: 18px 15px 18px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}
.header-contact i{
    color: #024498;
    font-size: 28px;
}
.header-contact a{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color:  #024498;
}
.navbar{
    display: none;
}
/*------footer-----*/
.footer-top{
    background: #ffcb90;
}
.footer-mid{
    background: #ffcb90;
}
.footer-last{
    background: #024498;
}
.footer-top-col{
    justify-content: flex-start !important;
}
.footer-topbox{
    gap: 20px;
    width: 100%;
}
.footer-topbox-content{
    width: 75%;
}
.footer-top-image{
    width: 25%;
}
.footer-top-image img{
    height: 70px;
}
.ftb{
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding-left: 20px;
}
.footer-topbox-content h4{
    color: #024498;
    font-weight: 700;
}
.footer-topbox-content p{
    color: black;
    font-weight: 500;
    font-size: 18px;
}
.footer-topbox-content a{
    color: black;
    font-weight: 500;
    font-size: 18px;
}
.footer-mid{
    border-top: 3px solid #253e8d;
}
.footer-midbox-about p{
    margin-top: 20px;
    font-weight: 500;
    font-size: 17px;
}
.footer-midbox h4{
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
   
}
.footer-midbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-midlinks{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.footer-midlinks a{
    color: black;
    font-weight: 500;
    font-size: 17px;
}
.fmbox{
    align-items: flex-start !important;
}
.footer-midsociallinks img{
    height: 40px;
    margin-right: 20px;
}
.footer-last-col{
    color: white;
    font-size: 18px;
}
.footer-last-col span{
    font-weight: 600;
}
.fl{
    border-top: 1px solid white;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
/*===========homepage=======*/

/*------banner-----*/
.banner{
    background: url(../images/banner-background.webp) no-repeat 0 0;
    background-size: cover;
    height: 650px;
}
.banner-colone{
    flex-direction: column;
}
.banner-colone h1{
    color: #f98502;
    font-weight: 700;
    text-align: center;
    width: 65%;
    font-size: 50px;
    margin-bottom: 25px;
}
.banner-colone p{
    font-size: 20px;
    font-weight: 500;
}
.search-engine-box{
    border-radius: 10px;
    background:  #fff8f0ad;
    width: 100%;
    padding: 30px;
    flex-direction: column;
}
.se-li-btn{
    color: black;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #f98502;
}
.se-row{
    margin: auto;
}
.trip-box{
    justify-content: flex-start !important;
    gap: 20px;
    width: 100%;
}
.tirp-button{
    border-radius: 50px;
    background: #f98502;
    padding: 7px 10px 7px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tirp-button a{
    color: white;
}
.trip-b-one{
    background: white;
}
.trip-b-one a{
    color: black;
}
.se-row{
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.se-col input{
    border: none;
    background: transparent;
    outline: none;
    width: 65%;
    
}
.se-col input::placeholder{
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.se-col{
    border-right: 1px solid black;
    padding: 15px 0px 15px 0px;
    margin: 10px 0px 10px 0px;
}
.r-border{
    border-right: none;
}
.se-search-btn{
    background: #f98502;
    width: 100%;
    height: 90px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: #253e8d;
    font-size: 20px;
    font-weight: 500;
}
.se-search-btn:hover{
    background: #f98502;
}

/*------top destination----*/
.top-destination-container{
    border-radius: 15px;
    background: #ffcb90;
    padding: 20px;
}
.top-destination-heading h3{
    color: #253e8d;
    margin-bottom: 0px;
}
.top-destination-heading h2{
    color: #253e8d;
    font-weight: 700;
}
.top-destinationbox{
    position: relative;
}
.top-destinationbox img{
    border-radius: 15px;
}
.top-destination-name{
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    bottom: 0px;
    width: 100%;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.top-destination-name h4{
    text-align: center;
    color: white;
}

/*-----why choose us----*/
.why-choose-us-heading h2{
    color: #253e8d;
    font-weight: 400;
}
.why-choose-us-box{
    border-radius: 15px;
    background: #ffcb90;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    gap: 20px;
    padding: 20px;
    border: 2px solid lightgray;
}
.why-choose-us-box img{
    height: 60px;
}
.why-choose-us-box h5{
    font-size: 15px;
}

/*-----mid-section----*/
.mid-section-container{
    position: relative;
}
.mid-section-row{
    background: #ffcb90;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px 0px 90px 40px;
    width: 90%;
}
.mid-section-colone{
    position: absolute;
    right: 0px;
}
.mid-section-colone img{
    border-radius: 10px;
}
.mid-sectiontwo h2{
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
}
.mid-sectiontwo p{
    color: black;
    font-weight: 500;
    font-size: 20px;
}
.mid-section-call{
    width: fit-content;
    border-radius: 50px;
    background: white;
    gap: 25px;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
}
.mid-section-call img{
    height: 60px;
}
.mid-section-call-details p{
    font-size: 25px;
    color: black;
}
.mid-section-call-details a{
    font-size: 25px;
    color: #024498;
    font-weight: 600;
}
/*------vacation solution------*/
.vaction-solution-heading{
    background: #ffcb90;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 10px;
}
.vaction-solution-heading h2{
    color: #253e8d;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
.vaction-solution-box{
    background: #ffcb90;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    flex-direction: column;
}
.vaction-solution-box img{
    height: 100px;
    margin-bottom: 15px;
}
.vaction-solution-box h5{
    text-align: center;
    color: #024498;
    margin-bottom: 15px;
    font-weight: 400;
    height: 50px;
}
.vaction-solution-box p{
    text-align: center;
}

/*------latest stories----*/

.latest-stories-container{
    padding: 30px;
    background: #ffcb90;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.latest-stories-heading h2{
    font-weight: 500;
    color: #024498;
}
.latest-stories-main-image{
    position: relative;
}
.latest-stories-main-image img{
    border-radius: 10px;
}
.ls-main-content{
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: white;
    padding: 30px;
}
.ls-blog-box{
    background: white;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.ls-blog-box img{
    height: 140px;
    width: 140px;
    border-radius: 10px;
}
.ls-blog-content p{
    color: #253e8d;
    font-size: 20px;
    font-weight: 500;
}
.ls-blog-content h5{
    font-size: 25px;
    color: #253e8d;
    font-weight: 700;
}

/*-----stunning destination----*/
.stunning-destination-container{
    background: #ffcb90;
    border: 1px solid lightgray;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.stunning-destination-col{
    padding: 0px;
}
.stunning-destination-col img{
    border-radius: 20px;
}
.sd-content{
    padding: 50px;
    flex-direction: column;
}
.sd-content h2{
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 25px;
}
.sd-content p{
    font-size: 18px;
    text-align: center;
}

/*============common site========*/
.common-banner{
    background: #ffcb90;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px 0px 50px 0px;
}
.common-banner-colone{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.common-banner-colone h1{
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 25px;
}
.common-banner-colone p{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.common-site-content{
    padding: 25px 0px 25px 0px;
}
.common-site-heading{
    text-align: center;
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
}
.common-site-content-col{
    border: 1px solid black;
    border-radius: 10px;
    padding: 30px;
}
.common-site-content-col h3{
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
.common-site-content-col h4{
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
.common-site-content-col ol{
    font-weight: 700;
}
.common-banner-coltwo img{
    height: 400px;
}
.abt-cl{
    border-radius: 15px;
    background: #ffcb90;
    padding: 30px;
}
.abt-two-col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.abt-two-col h2{
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
}
.abt-two-col p{
    text-align: center;
}

/*======contact us=====*/
.contact-us-col{
    border: 1px solid black;
    border-radius: 15px;
    padding: 0px;
}
.contact-last{
    background: #ffcb90;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    border: 1px solid black;
}
.contact-detail{
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.contact-detail-box{
    width: 32%;
}
.contact-detail-box h4{
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-detail-box a{
    font-weight: 500;
    color: black;
}

/*----flight detail left side----*/
.flight-details{
    background: #fbf9f9;
}
.flight-details-col-filters{
    gap: 25px;
}

.flight-filters{
    background-image: linear-gradient(to bottom, #ffffff,#fef7d2, #feefa1);
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
    gap: 45px;
}
.flight-filters-heading{
    border-bottom: 2px solid lightgray;
}
.flight-filters-heading h6{
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
}
.flight-filter-clear-btn{
    color: #396BCA;
    font-size: 16px;
    font-weight: 600;
}
.ff-subheading{
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px;
}
.filter-label label{
    font-size: 14px;
    color: gray;
    font-weight: 500;
    margin-left: 2px;
}
.common-arr-depart{
    gap: 10px;
}
.common-arr-depart .btn{
    width: 48%;
    font-size: 14px;
    background: white;
}
/*----middle----*/

.fd-for-edit{
    gap: 25px;
}
.back-to-homepage a{
    color: black;
    font-size: 20px;
    display: none;
}
.fd-edit-detail{
    border: 1px solid lightgray;
    border-radius: 5px;
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 30px;
    width: 40%;
    gap: 30px;
}
.fd-info-date-price-calender{
    border: 1px solid lightgray;
    background: #396BCA;
    justify-content: space-evenly;
}
.fd-with-price-box{
    border: 1px solid lightgray;
    padding: 5px 10px;
}
.fd-info-date-price-calender a{
    font-size: 15px;
    font-weight: 500;
    color: black;
    background: white;
}
.fd-info-date-price-calender a:hover{
    color: #396BCA;
    background: white;
    background: #ffcb90;
    border-left: 1px solid #396BCA;
    border-right: 1px solid #396BCA;
}

.flight-detail-fliter-button{
    background: #ffcb90;
    padding: 10px 5px;
}

.flight-return-depart{
    background: #ffcb90;
    padding: 10px 5px;
    gap: 10px;
}
.frd-btn{
    font-size: 14px;
    background: white;
}
.fd-filter-btn img{
    height: 25px;
}
.fdfb-btn-top{
    gap: 5px;
}
.fd-filter-btn{
    font-size: 14px;
    width: 24%;
    background: white;
}
.calender-arrow i{
    color: white;
}
.month-name{
    display: none;
}
.btn-outline-secondary:hover{
    background: lightgray;
    color: black;
}
.flight-information-box{
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.flight-info-card{
    padding: 30px 20px;
    border-bottom: 2px solid #396BCA;
    align-items: flex-start !important;
}
.airline-image{
    height: 35px;
    margin-bottom: 10px;
}
.flight-info-para{
    font-size: 11px;
    color: gray;
    font-weight: 500;
}
.flight-info-heading{
    font-weight: 600;
    font-size: 15px;
}
.flight-stops-info{
    height: 2px;
    width: 160px;
    background: black;
    justify-content: space-around !important;
}
.detail-line-info{
    gap: 7px;
}
.fic-select-button{
    width: 15%;
}
.fic-select-btn{
    font-size: 14px;
    letter-spacing: 1px;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #e5f2ff;
    box-shadow: none;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    background-image: linear-gradient(to right, #ffffff,#fef7d2, #feefa1);
}
.accordion-button::after {
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.flight-detail-accordian-header-button{
    color: #396BCA;
}
.flight-detail-accordian-header-button i{
    margin: 2px 0px 0px 5px;
    font-size: 13px;
}
/*----inside flight details----*/
.accordion-body{
    padding: 10px 20px 20px 30px;
}
.departing-flight-information{
    padding: 30px 20px;
    border: 2px dashed gray;
    background: #fffbe7;
    border-radius: 10px;
    align-items: flex-start !important;
}
.departing-flights-detail-heading_box h4{
    font-weight: 700;
    font-size: 18px;
}
.departing-flight-airline-image{
    height: 30px;
}
.departing-flight-baggage-ul{
    padding: 0px;
    margin: 0px;
}
.departing-flight-duration{
    border-bottom: 1px solid #396BCA;
    width: 100px;
}

/*----common stops----*/
.common-stops{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: black;
}
.layover-detail{
    border: 1px solid black;
    height: 2px;
    margin: 35px 0px 35px 0px;
}
.layover-timing{
    background: white;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 700;
}


/*------loading page-----*/
.loading-page{
    height: 800px;
}
.loading-page-box{
    width: 40%;
    border: 1px solid lightgray;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    position: relative;
}
.loading-page-destination{
    background: #253e8d;
    border-radius: 5px;
    color: white;
    padding: 20px 20px 50px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    gap: 15px;
    align-items: flex-start;
}
.lp_common-desti h2{
    font-size: 40px;
}
.lp_common-desti p{
    font-size: 20px;
}
.loading-gif{
    position: absolute;
    border: 10px solid #253e8d;
    border-radius: 50%;
    z-index: 1;
    top: 120px;
}
.loading-gif img{
    height: 120px;
}
.loading-image-offer{
    margin-top: 90px;
}
.loading-offer{
    width: 65%;
}
.lp-cust-care-img{
    height: 130px;
}
.loading-offer p{
    color: #253e8d;
    font-size: 23px;
    font-weight: 600;
    line-height: 25px;
}
.loading-offer-contact{
    border-radius: 5px;
    background: #253e8d;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px 25px;
}
.loading-offer-contact img{
    height: 55px;
}
.loading-offer-contact a{
    color: white;
    font-size: 20px;
}


/*-----sticky bottom----*/
.fd-sticky-bottom{
    justify-content: space-around;
    background: #fef7d2 ;
    border-top: 3px solid lightgray;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.fd-sticky-bottom p{
    font-weight: 500;
}
.fd_sb-subcontent{
    font-weight: 500;
    gap: 5px;
}
.fd_sb-subcontent img{
    height: 25px;
}
.fd_sb-subcontent:hover{
    color: #396BCA !important;
}
.post-real{
    position: relative;
}
.post-abs{
    position: absolute;
    border-radius: 10px;
    background: white;
    padding: 20px;
    bottom: 25px;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fd-sb-filter-subcontent{
    display: none;
    left: 0px;
}
.fd_sb_filter:hover .fd-sb-filter-subcontent{
    display: flex;
}
.fd-sb-stops-subcontent{
    display: none;
    width: 200px;
    left: 20px;
}
.fd_sb_stops:hover .fd-sb-stops-subcontent{
    display: flex;
}
.fd-sb-time-subcontent{
    display: none;
}
.fd_sb_time:hover .fd-sb-time-subcontent{
    display: flex;
}
.fd-sb-airline-subcontent{
    display: none;
}
.fd_sb_airlines:hover .fd-sb-airline-subcontent{
    display: flex;
}
.fd-sb-sort-subcontent{
    display: none;
    right: 0px;
}
.fd_sb_sort:hover .fd-sb-sort-subcontent{
    display: flex;
}

/*-----flight and traveler details---*/
.ftd-navbox{
    border-top: 2px solid #396BCA;
}
.common-ftd-subbox{
    width: 33%;
    margin-top: -4px;
    padding: 5px;
}
.common-ftd-subbox:active{
    border-top: 6px solid #253e8d;
}
.active-line{
    border-top: 6px solid #253e8d;
}

.fd-depart-return-box{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
}
.fd-depart-return-heading{
    background: #cfe5ff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.fd-depart-return-heading h4{
    color: #253e8d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.fd-depart-return-box-bottom{
    color: white;
    font-size: 14px;
    background: #253e8d;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fd-depart-return-box-bottom a{
    color: white;
    font-size: 14px;
}
.ftd-common-padding{
    padding: 10px 15px;
}
.ftd-heading{
    font-weight: 700;
    font-size: 16px;
}
.ftd-para{
    font-weight: 500;
    font-size: 14px;
    color: gray;
}
.ftd-airline-cabin{
    margin: 15px 0px 15px 0px;
}
.ftd-airline-image{
    height: 50px;
    margin-right: 10px;
}
.ftd-fromto-duration-line{
    width: 100%;
    flex-wrap: wrap;
}
.ftd-from-to{
    width: 50%;
}
.ftd-duration{
    width: 50%;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.ftd-line{
    width: 100%;
    align-items: flex-start;
    margin-top: 15px;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
}
.ftd-before::before{
    content: "";
    display: block;
    height: 3px;
    width: 20px;
    background: lightgray;
    position: relative;
    left: -30px;
    top: 10px;

}
.ftd-before{
    margin-left: 40px;
}
.ftd-line-time{
    gap: 10px;
    align-items: center;
}
.ftd-lining{
    height: 3px;
    width: 100px;
    background: #396BCA;
   margin-top: -6px;
}
.ftd-baggage-col{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
.ftd-baggage-col img{
    height: 80px;
    margin-bottom: 15px;
}
.ftd-baggage-col h6{
    font-weight: 700;
    color: #253e8d;
}
.ftd-travel-protection-content p{
    font-size: 14px;
}
.ftd-travel-ol{
    gap: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}
.ftd-travel-ol li{
    font-size: 14px;
    font-weight: 600;
    width: 47%;
}
.ftd-form-box label{
    margin-bottom: 10px;
}
.ftd-form-box{
    margin-bottom: 30px;
}
.ftd-form-input{
    border: 1px solid gray;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 10px 5px;
}
.ftd-form-input input{
    border: none;
    outline: none;
    background: transparent;
    padding: 0px 5px 0px 5px;
}
.ftd-form-input select{
    border: none;
    outline: none;
    background: transparent;
}
.fdt-input-mid{
    border-left: 1px solid lightgray !important;
    border-right: 1px solid lightgray !important;
}
.form-check{
    padding: 0px 20px 0px 20px;
}
.form-check label{
    margin-bottom: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    background: #253e8d;
    color: white;
}
.fd-depart-return-box-bottom .accordion-button i{
    margin-left: 5px;
}
.filght-price-box{
    border-radius: 10px;
    background: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.flight-price-heading{
    color: #396BCA;
    font-size: 20px;
    font-weight: 700;
}
.pd-ul_trav-cost{
    padding: 0px;
    border-top: 2px dashed lightgray;
    border-bottom: 2px dashed lightgray;
    padding: 10px 0px 10px 0px;
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.pd-ul_trav-baggage-detail{
    padding: 10px 0px 10px 0px;
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.price-total{
    border-top: 2px dashed lightgray;
    border-bottom: 2px dashed lightgray;
    padding: 10px 0px 10px 0px;
}
.pd-li-trav-cost-heading{
    font-weight: 600;
    margin-bottom: 10px;
}
.filght-price-box li{
    list-style: none;
    font-size: 14px;
}
.continue-to-seat-button{
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.continue-to-seat-button a{
    color: white;
}
.price-detail-disclaimers{
    font-weight: 500;
    font-size: 11px;
}
.form-check{
    align-items: center;
    gap: 5px;
}