@media only screen and (max-width: 1920px){
    
}

@media only screen and (max-width: 1440px){
    .form_section form{
        max-width: 100%;
    }
    button.remove-segment-btn{
        right: 10px;
    }
}

@media only screen and (max-width: 1280px){
    /* .banner_inner_content{
        width:90%;
    }
    .slider_section button.owl-prev span{
        left: 20px;
    }
    .banner_inner_content{
        padding: 15px 0px;
    } */
    /* section.banner_section{
        height:620px;
    } */
}

@media only screen and (max-width: 1199px){
    .sticky-on .navbar {
        height: 64px;
    }
}

@media only screen and (max-width: 1170px){
    .new-flight-search-input{
        flex: 0 0 48%; /* roughly 2 columns, adjust percentage as needed */
        box-sizing: border-box;
    }
    .form_section .input-row{
        display: flex;
        flex-wrap: wrap;
        gap: 20px; /* optional spacing between columns */
        flex-direction: row;
        
    }
}
@media only screen and (max-width: 1024px){
    .container {
        max-width: 100% !important;
    }
    /*.form_section{
        padding: 12px 10px;
    }*/
    .faq-drawer__content-wrapper .form_section{
        padding: 0px;
    }
    .flight_inner_sect .col-sm-3:nth-child(1) {
        flex: 100%;
        max-width: 100%;
    }
    .flight_inner_sect .col-sm-6 {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .col-sm-3.rating_width {
        flex: 100%;
        max-width: 100%;
    }
    .tabs_descp .col-sm-9.padd_no {
        padding-right: 15px;
    }
    .side_flight span{
        margin-right: 10px;
    }
    .open_popup .modal-dialog{
        max-width: 70%;
    }
    button.remove-segment-btn{
        top: 3px;
    }
    .flight_inner_sect .col-sm-2 {
        flex: 30%;
        max-width: 30%;
    }
    .flight_inner_sect .col-sm-7 {
        flex: 70%;
        max-width: 70%;
    }
    .mobile_accordion{
        display: block;
    }
    .flight_header{
        display: none;
    }
    .sidebar{
        top:110px;
    }
    section.flight_inner_sect{
        padding-top:0px;
        margin-bottom: 0px;
    }
    div#multi-city-segments {
        max-height: 500px;
        overflow: auto;
    }
}


@media only screen and (max-width: 991px){
    .alin_cntrr{
        display: flex!important;
    }
    .alin_cntrr h4 {
        font-size: 13px;
    }
    .mobile_hide{
        display: none!important;
    }
    .filter-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

.filter-modal .filter-content {
    background: #fff;
    width: 105%;
    max-height: 100vh;
    overflow-y: auto;
    padding: 0px;
    position: relative;
    border-radius: 0px;
}

/* Close button style */
.close-filter-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    z-index: 9;
    font-weight: 300;
    background-color: #124f92;
    height: 21px;
    width: 20px;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.mobile_block{
    display: block!important;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #124f92;
    padding: 10px;
    color: #fff;
    border-top: 1px solid #fff;
}
/* Mobile filter button */
/*button.close-filter-btn {
    display: block!important;
}*/
button.open-filter-btn {
    display: inline-block;
    background-color: #F7F7F7;
    color: #124f92;
    padding: 4px 10px;
    font-weight: 500;
    border-radius: 0.25rem;    
    font-size: 12px;
}
.navbar-light .navbar-toggler{
    border: none;
    padding: 0px;
    position: absolute;
    right: 24px;
    z-index: 1;
    top: 48%;
    transform: translateY(-50%);
}
.header .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 62px;
    width: 100%;
    background-color: #fff;
}
.header ul.navbar-nav {
    gap: 16px;
    padding-left: 0;
    padding: 22px 10px;
}
.call_to {
    display: none;
}
p.only_mobile{
    display: block;
    margin-bottom: 0px;
    position: absolute;
    right: 70px;
}
.flight_header.sticky {
    position: relative !important;
}
.padd_sticky_spce{
    padding-top:50px;
}
.main_form_cc{
    display: inline-block;
    width: 100%;
}
.faq-drawer__content-wrapper .form_section form {
    max-width: 100%;
    padding: 15px 10px;
}
/* section.banner_section {
    padding-top: 70%;
} */
.navbar-light .navbar-toggler-icon{
    background-image: url(../images/hamburger-blue-icon.svg) !important;
}
.tabs_section .nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
}
.form_section .grid{
    grid-template-columns: repeat(5, 1fr);
}
.padd_sticky_spce_home{
    padding-top:150px;
}
#contactModal .modal-dialog{
   margin: 15% auto;
}
.flight_catch_ss {
    margin-top: 50px;
}
section.review_section{
    padding-bottom: 0;
}
.sidebar{
    position: unset;
}

section.why-choose-section {
    padding: 40px 0px;
}
.why-choose-content {
    padding-left: 0;
    padding-top: 20px;
}
section.key_features{
    margin-top: 0px;
    padding: 40px 0px 0px;
}
.tg-blog-item{
    margin-bottom: 20px;
}
.pad_both {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_ul{
    column-count: 2;
}
.moble_hide{
    display: none!important;
}

/* Show filter button on small screens */
.leftfilter .accordion .card .card-header {
    border: none;
}
.leftfilter .accordion .card .card-header a{
    font-size: 15px;
    padding: 0px;
    font-weight: 700;
    color: #124f92;
}
.leftfilter .accordion .card .check_fold{
    border-bottom: none;
    padding: 5px 0px;
}
.leftfilter .accordion .card{
    border-bottom: 1px solid rgb(218, 221, 227)!important;
    padding-bottom: 6px;
}
.duration_dilter .part_durtn {
    padding: 6px 0px;
    border-bottom: none;
}
.duration_dilter .part_durtn span#durationValue{
    text-align: left;
}
.duration_dilter .part_durtn .time-display{
    justify-content: flex-start;
}
.ticket_labels {
    font-size: 12px;
    font-weight: 600;
}
}

@media only screen and (max-width: 768px){
    .pad_both {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .loader{
        /*margin-bottom: 30px;*/
        height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: stretch;
    }
    .review_section .col-sm-8 {
        flex: 100%;
        max-width: 100%;
    }
    .review_section .col-sm-4 {
        flex: 100%;
        max-width: 100%;
        margin-top:0px;
    }
    .open_popup .modal-contact p{
        font-size: 30px;
    }
    .open_popup .modal-dialog {
        max-width: 90%;
    }
    .open_popup .modal-body .col-sm-4 {
        flex: 100%;
        max-width: 100%;
    }
    .modal-imgage {
        text-align: center;
        margin-bottom: 20px;
    }
    .open_popup .modal-imgage img {
        float: none;
        width: auto;    
        max-width: 150px;
        margin-top: 20px;
    }
    .open_popup .modal-body .col-sm-8 {
        flex: 100%;
        max-width: 100%;
    }
    .open_popup .modal-contact{
        padding-bottom: 30px;
        padding-right: 0;
    }
    .home_select .col-sm-2 {
        width: 25%;
    }
    .home_select .select_way {
        margin-top: 30px;
    }
    section.footer_section ul {
        padding-left: 0;
    }
    .sidebars{
        margin-top:40px;
        width:100%;
    }
    .dropdown-section .new-flight-search-input {
        flex: unset;
    }
    .flight_inner_sect .col-sm-7 {
        flex: 100%;
        max-width: 100%;
    }
    .flight_inner_sect .col-sm-2 {
        flex: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .tabs_descp .row{
        padding: 20px 10px;
    }
    .book_with_us ul li{
        width: 100%;
    }
    .review_section #bookingForm .form-control {
        margin-bottom: 20px !important;
    }
    section.flight_inner_sect{
        margin-bottom: 0px;
    }
    .flight_inner_sect .col-sm-8 {
        width: 100%;
    }
    .testi-card__name{
        font-size: 16px;
    }
    .testi-card__desig{
        font-size: 13px;
    }    
    .filter-modal .filter-content .leftfilter {
        display: block;
        padding: 15px 10px;
        padding-bottom: 50px;
    }
    .dektop_row_flight .new-flight-search-input{
       margin-bottom: 10px;
    }
    .dektop_row_flight .new-flight-search-input input {
        width: 100%;
    }
    .dektop_row_flight .new-flight-search-input span.toggle-airport-icon{
        display: none;
    }
    .new-flight-search-input span.hidden{
        margin-right: 3px;
    }
    
}

@media only screen and (max-width: 767px){
    .dektop_row_flight .col-6.col-md-3 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .load_inner{
        display: block;
    }
    .load_inner .plane img {
       width: 110px;
    }
    #contactModal .modal-body h2{
        font-size: 16px;
    }
    #contactModal .modal-body h2 br{
        display: none;
    }
    #contactModal .modal-body {
        max-height: 450px;
        overflow: auto;
    }
    .interchange_desktop {
        right: -12px;
        top: 38%;
    }
    .interchange_desktop img {
       width: 24px;
    }
    .multi-city-segments .new-flight-search-input input{
       width: 100%;
    }
    .multi-city-segments .interchange_desktop{
        top: 40%;
    }
}

@media only screen and (max-width: 599px){
    .navbar{
        height: 58px;
        padding: 0px 1.4rem;
    }
    .sticky-on .navbar {
        height: 50px;
    }
    .navbar-light .navbar-toggler{
        right: 1.2rem;
    }
    .header .navbar-collapse{
        margin-top: 42px;
    }
    .navbar-nav .nav-item a{
        font-size: 14px!important;
    }
    a.btn.btn-success{
        font-size: 14px;
        height: 50px;
    }
    .brand_logo{
        max-width: 72px;
    }
    .sticky-on .brand_logo {
        max-width: 62px;
    }
    p.only_mobile a {        
        font-size: 12px;
    }
    .footer_section .footer_descp{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_section .footer_descp:last-child {
        margin-bottom: 0px;
    }    
    .blog_sect .col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }
    .accordion-item-header{
        font-size: 14px;
    }
    .accordion-item-body-content{
        font-size: 14px;
    }
    /*.brand_logo{
        max-width: 70px;
    }*/
    .form_section .grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .side_flight span{
        margin-right: 10px;
    }
    .book_flight{
        margin-top:20px;
    }
    .key_features ul li{
        font-size: 14px;
    }
    .tabs_descp .location_div:last-child{
        padding-left: 0;
    }
    .tabs_descp .inner_data {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
    }
    img.ai_img {
        margin-bottom: 10px;
    }
    .tabs_descp .time_zone{
        width: 100%;
        display: inline-block;
    }
    .flight_conts h5{
        width: 100%;
    }
    .flight_conts .side_flight {
        float: left;
        width: auto;
        text-align: left;
        margin-top: 10px;
    }
    .top_blue_header.grid{
        display: inline-block;
        width: 100%;
        position: relative;
    }
    .iata_code{
        position:unset;
        width: 100%;
    }
    #loader .heading_txt{
        width: 100%;
    }
    .plane img.plane-img{
        max-width: 100px;
    }
    .loader .heading_txt h2 {
        font-size: 22px;
    }
    .loader p {
        font-size: 14px;
    }
    .loader span{
        font-size: 14px;
        width: 100%;
    }
    .review_inner h2 {
        font-size: 20px;
    }
    .border_bt{
        font-size: 20px;
    }
    img.contact_img{
        max-width: 24px;
        margin-top:0px;
    }
    .review_section .shadow_back{
        padding: 20px 10px;
    }
    p.pssnger_info{
        font-size: 12px;
    }
    .review_inner h4 {
        font-size: 20px;
    }
    .booking_btn{
        max-width: 100%;
    }
    .cookie_sect .col-sm-2 {
        max-width: 100%;
        width: 100%;
    }
    .cookie_sect .col-sm-8 {
        max-width: 100%;
        width: 100%;
    }
    .cookie_sect button.cookie_btn{
        float: none;
        margin-top:20px;
    }
    .cookie_sect img.cookie-img{
        margin-bottom: 20px;
    }
    section.cookie_sect{
        padding: 30px 0px;
    }
    section.cookie_sect p{
        font-size: 12px;
    }
    .price_sum_inner span{
        float:left;
        width:100%;
        text-align: left;
    }
    .price_sum_inner p{
        float:left;
        width:100%;
    }
    .open_popup .modal_btm_cont h2{
        font-size: 20px;
    }
    .open_popup .modal_btm_cont ul li p {
        font-size: 12px;
    }
    .open_popup .modal_btm_cont ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .open_popup .modal_btm_cont ul li p br {
        display: none;
    }
    .open_popup .modal_btm_cont ul li img{
        position: relative;
        top: -5px;
    }
    section.about_us{
        height:300px;
    }
    .home_select .col-sm-2 {
        width: 100%;
    }
    .home_select ul.dropdown-menu.show{
        width: 100%;
    }
    .footer_section .footer_descp{
        width: 100%;
        margin-bottom: 20px;
    }
    /*.search-button{
        margin-bottom: 20px;
    }*/
    button.remove-segment-btn {
        top: -5px;
    }
    .form_section .dropdown-section {        
        gap: 0;
        padding-bottom: 0px;
        justify-content: space-between;
    }
    .form_section .dropdown-group {
        min-width: calc(100% - 52%);
        margin-bottom: 14px;
    }
    .form_section .dropdown-group:last-child {
        min-width: 100%;
    }
    .form_section input#return_date{
        margin-top:0px;
    }
    .litepicker {
        left: 0px !important;
        width: 100%;
        z-index: 999 !important;
    }
    #contactModal .modal-dialog{
        margin: 25% auto;
        max-width: 90%;
    }
    .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
        max-height: unset;
    }
    section.flight_inner_sect.wi_full.pad_both {
        padding-top: 0;
    }
    a.toggle-details-btn{
        float: right;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translate(-25%, -50%);
    }
    p{
        font-size: 14px;
    }
    .trolly img:nth-child(2){
        width: 88%;
    }
    .banner_text h1, .banner_text h2{
        font-size: 40px;
    }
    .banner_text p{
        font-size: 20px;
    }
    .tg-blog-date span{
        font-size: 14px;
    }
    .footer-bottom-nav,
    .copyright-wrapper .copyright{
        justify-content: center;
    }
    section.banner_inerpage{
        height: 410px;
    }
    section.contact_page {
        padding: 50px 0px 0px;
    }
    section.contact_page .section-title h2{
        font-size: 26px;
    }
}
@media only screen and (max-width: 575px){
    .recent_post_descp {
        margin-top: 10px;
    }
    .contact_form_sect {
        margin-top: 20px;
    }
    .blog_detailed_list{
        width: 100%;
    }
    .flights_dropdown .dropdown-menu.show {
        width: 100%;
    }
    .flights_dropdown .dropdown-toggle::after{
        float:right;
        margin-top:10px;
    }    

}
@media only screen and (max-width: 480px){
    button.add-segment-btn{
        width:100%;
        margin-bottom: 20px;
    }
    .search-button{
        width:100%;
    }
    .flight_right{
        margin-bottom: 10px;
    }
    .lugagge-image {
        text-align: center;
        text-align: center;
    }
    .lugagge-image img {
        max-width: 40px;
        margin-bottom: 20px;
    }
    .form_section .dropdown-group{
        min-width: 140px;
    }
    .form_section .dropdown-toggle{
        min-width: 100%;
    }
    .passenger-count p{
        font-size: 12px;
    }
    .passenger-count p span{
        font-size: 10px;
    }
    .dropdown-section ul.dropdown-menu li{
        font-size: 12px;
    }
    .new-flight-search-input{
        flex: 100%;
    }
    .cancellation-block svg{
        width: 10px;
    }
    .cancellation-block span{
        font-size: 11px;
    }
    .flight-card-aside-price p{
        font-size: 10px;
    }
    .flight-card-aside-price{
        font-size: 13px;
    }
    .flight-card-aside-price-arrow{
        font-size: 16px;
    }
    .flight-card-aside button{
        font-size: 11px;
    }
    .flight-card-aside button img {
       width: 10px;
    }
    p.only_mobile a{
        font-size: 11px;
    }
    p.only_mobile img{
        width: 18px;
        height: 18px;
    }
}

@media only screen and (max-width: 375px){
    section.flight_inner_sect{
        margin-bottom: 0rem;
    }
}
