@media screen and (min-width: 1300px) {
    .container-xxl {
        max-width: 1520px;
    }
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body{
    font-family: "Manrope", sans-serif;
    position: relative;
    overflow-x: hidden;
}
.cursor-pointer{
    cursor: pointer;
}
.w-86{
    width: 86%;
}
.w-65{
    width: 65%;
}
.w-35{
    width: 35%;
}
.m-left-15{
    margin-left: -15px;
    width: 52.2px;
    height: 51px;
}
.pading-b-150{
    padding-bottom: 150px;
}

.hotel-crousal-card-list{
    border-radius: 2rem;
    overflow: hidden;
    display: block;
    color: #000;
    text-decoration: none;
    border: 2px solid #e4e6e8;
    z-index: 1;
    position: relative;
}
.hotel-crousal-card-list .craosal-card-img{ 
    transition: 0.3s;

}
.hotel-crousal-card-list:hover .craosal-card-img{
    transform: scale(1.2);
}
.black-bg {
    z-index: 0;
    background-color: #000;
    opacity: 0.6;
}
.black-bg-opacity-2 {opacity: 0.2; z-index: -1;}
.index-2 {z-index: -2;}
.index-1 {z-index: -1;}

/* font sizes */
.f-size-12{
    font-size: 12px;
}
.f-size-14{
    font-size: 14px;
}
.f-size-15{
    font-size: 15px;
}
.f-size-16{
    font-size: 16px;
}
.f-size-20{
    font-size: 20px;
}
.f-size-24{
    font-size: 24px;
}
.hotel-crousal-card-list .f-size-24 {
    font-size: 20px;
}
.f-size-28{
    font-size: 28px;
}
.f-size-32{
    font-size: 32px;
}
.f-size-36{
    font-size: 36px;
}
.f-size-40{
font-size: 40px;
}
.f-size-44{
    font-size: 44px;
}
.f-size-52{
    font-size: 52px;
}

.f-size-big-64{
    font-size: 45px;
}


/* colors */
:root {
    --text-c-yellow: #FEFA17;
    --dark-c-yellow: #FFC700;
    --text-c-yellow-800: #FFA725;
    --dark-c-blue: #007AFF;
    --drk-blue: #003c8d;
    --light-gry: #F2F2F2;
    --light-c: #737373;
    --grya-lit: #f2f4f6;
    --border-lit: #d6d7d8;
    --blue-color: #007aff;
    --bg-grey: #e3f0ff;
}
.textlit-gray{
    color: var(--light-c);
}
.textdrk-yellow{
    color: var(--text-c-yellow-800);
}
.text-clr-yellow{
    color: var(--text-c-yellow);
}
.text-c-blu{
    color: var(--blue-color);
}
.text-clr-blue:hover{
    color: var(--dark-c-blue) !important;
}
.clr-hvr-yellow:hover{
    color: var(--dark-c-yellow);
}
.bg-d-blue{
    background-color: var(--drk-blue);
}
.bg-lit-gray{
    background-color: var(--light-gry);
}
.bg-drk-blue{
    background-color: var(--dark-c-blue);
}
.btn-bg-blue{
    background-color: var(--dark-c-blue);
}
.btn-bg-blue:hover{
    background-color: #046bd8;
}
.btn-bg-yellow{
    background-color: var(--dark-c-yellow);
}
.btn-bg-yellow:hover{
    background-color: #d6a803;
}

/* top bar */
.topbar-section img{
    width: 16px;
    height: 16px;
}
.topbar-section{
    display: block;
}
/* header */
.logo-beta{
    border: 1px solid #ff9500;
    right: 10px;
    bottom: auto;
    left: auto;
    padding: 1px;
}
.nav-main-dropdown{
    border: 1px solid var(--dark-c-yellow);
}
.nav-main-dropdown-btn{
    border: none !important;
    outline: none !important;
}
.z-index-99{
    z-index: 99;
}
.mobile-menu-header{
    overflow: auto;
    transform: translateY(-100%);
    transition-duration: 0.5s;
}
.header-dropdown-item:active{
background-color: white !important;
}



/* hero section */
.hero-sub-section{
    top: 0;
    /* top: 10%; */
}
.hero-details{
    background-color: black;
    border-radius: 50%;
    color: white;
   padding: 2px 10px;
}
.h-big-650{
    height: 680px;
}
.hero-2sub-section{
    bottom: -50px;
    
}
.hero-alert{
    box-shadow: 1px 1px 5px 0px rgb(207, 207, 207);
}




/* hero-agents section starts here */
.hero-agents{
    padding-top: 100px;
}
.flame-position{
    top: -9px;
    left: 1px;
}
.z-index-20{
    z-index: 20;
}
.add-more-img{
    width: 52.2px;
    height: 51px;
    z-index: 0;
}
.hero-banner-img {
    max-width: 247px;
}
.hero-sub-section-button:hover{
    background-color: #FFC700 !important;
}

/* distination section */
.f-size-big-52{
    font-size: 32px;
}
.w-57{
    width: 57%;
}
.w-43{
    width: 43%;
}
.m-left-30{
    margin-left: -30px;
}
.round-w-h{
    width: 52.2px;
    height: 51px;
}
.brdr-1{
    border: 1px solid var(--border-lit);
}
.flame2-position{
    top: -22px;
    left: -18px;
}
.distination-tabs .nav-link{
    color: black;
    border: 0.5px solid #e4e6e8;
    padding: 11px 14px;
}
.distination-tabs .nav-pills .nav-link.active, .distination-tabs .nav-pills .show>.nav-link {
    color: var(--blue-color);
    background-color: white;
    border: none;
    outline: none;
    box-shadow: 0px 1px 5px 1px rgb(189, 189, 189);
}
.scrolable-tab {
    overflow: auto;
    white-space: nowrap;
}
.scrolable-tab::-webkit-scrollbar {
    width: 10px;
    height: 2px;
  }
  .blue-arow-icon{
    display: none;
  }
  .promis-btn{
    padding: 1px 10px;
  }
  /* Track */
  .scrolable-tab::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .scrolable-tab::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  
  /* Handle on hover */
  .scrolable-tab::-webkit-scrollbar-thumb:hover {
    background: #999;
  }

.dist-tab-card{
    border: 1px solid #e4e6e8;
}
.dist-tab-card .icon-go{
    transition: 0.3s;
}
.dist-tab-card:hover .icon-go{
    
    transform: translateX(5px);
}
.dist-tab-card:hover .blue-arow-icon{
   display: block;
}
.dist-tab-card:hover .lite-arow-icon{
    display: none;
 }
.dist-tab-n-card{
    background-color: #e4e6e8;
}
.dist-tab-n-card-main{
    background-color: #f2f4f6;
}
.dist-tab-n-card-main button{
    padding: 14px;
}
.h-323{
    min-height: 323px;
}
.dist-a-link {
    position: relative;
    display: block;
    padding-bottom: 24px;
}
.dist-a-link .dist-tab-card {
    position: relative;
    z-index: 1;
    background-color: #FFF;
    min-height: 278px;
}
.promis-btn {
    display: flex;
    left: 10px;
    z-index: 0;
    bottom: 30px;
    transition: 0.3s ease;
}
.dist-a-link:hover .ottawa{
    color: #007AFF !important;
}
.dist-a-link:hover .promis-btn{
    display: flex;
    bottom: 0px;
}



 /* hand pick hotel section start here  */
.crosal-card-wraper{
background-color: var(--bg-grey);
padding-bottom: 140px;
}
.crausal-tabs .nav-link{
    color: black;
    background-color: white;
    border: 0.5px solid #e4e6e8;
    padding: 11px;
}
.crausal-tabs .nav-pills .nav-link.active, .crausal-tabs .nav-pills .show>.nav-link {
    color: var(--blue-color);
    background-color: white;
    border: none;
    outline: none;
    box-shadow: 0px 1px 5px 1px rgb(189, 189, 189);
}
.hotels-carousel .hotels-carousel-like{
    /* top: 18px;
    right: 18px; */
    z-index: 1;
}
.card-content-star{
    padding: 6px 8px !important;
    top: -14px;
    right: 20px;
    box-shadow: 1px 1px 5px 1px rgb(189, 188, 188);
}
.card-content-cruie-logo {
    top: -40px;
    right: 20px;
    box-shadow: 1px 1px 5px 1px rgb(189, 188, 188);
}
.crosal-card-content .itinerary-change {min-width: 80px;}
 .crosal-card-content{
    margin-top: -40px;
 }
.btn-get-price{
    background-color: var(--grya-lit);
    padding: 10px 12px;
    right: 24px;
    bottom: 50px;
    z-index: 11;
}
.hotel-crousal-card-main .starts-hoverhide{display: block; margin-top: -10px;}
.hotel-crousal-card-main .starts-hovershow{display: none; margin-top: -10px;}
.hotel-crousal-card-main:hover .starts-hoverhide{display: none;}
.hotel-crousal-card-main:hover .starts-hovershow{display: block;}
.hotel-crousal-card-main .carousel-card-header{
    z-index: 2;
}
.carousel-card-header .btn-cruise {
    color: #000;
    font-size: 15px;
    min-width: 182px;
    background-color: #fefa17;
}
.carousel-card-header .btn-deals {
    font-size: 15px;
    min-width: 182px;

    font-weight: bold;
    background-color: #FFF;
    color: #ff2e00;
}
.carousel-card-header .lightning-icon {
    margin-top: -5px;
}
.carousel-card-header .info-icon {
    margin-top: -12px;
    margin-left: 5px;
}
.hotel-crousal-card-main {padding-bottom: 40px;}
.hotel-crousal-card-main:hover .promis-btn {
    bottom: 10px;
}
.hotel-crousal-card-main .promis-btn{
    z-index: 0;
    bottom: 40px;
}
.hotel-crousal-card-main:hover .btn-get-price {
    background-color: #007AFF;
    color: #FFF;
}

.hotel-crousal-card-main .card-hd, .hotel-crousal-card-main .card-loc {color: #003c8d;}

.craosal-card-img{
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}
/* .card-splide__slide{
    width: 23% !important;
} */
.splide__pagination {
    display: none;
}
.hotels-carousel .splide__arrow--prev{
    left: 47%;
    top: 115%;
}
.hotels-carousel .splide__arrow--next{
    right: 47%;
    top: 115%;
}
.hotels-carousel .splide__arrow{
    background-color: #e4e6e8;
    width: 40px;
    height: 40px;
}
.hotels-carousel .splide__arrow:hover {
    background-color: black;
}
.hotels-carousel .splide__arrow:hover .card-slider-btn{
    fill: white;
}
.splide-arrow-prev-svg{
    transform: scaleX(1) !important;
}



/* flight section starts here */
.w-35{
    width: 35%;
}
.w-65{
    width: 65%;
}



/* pakage holidays section starts here */
.pakag-card-wraper{
    background-color: #f6f3fc;
}
.w-55{
    width: 55%;
}
.w-45{
    width: 45%;
}


/* deal section */
.deal-section{
    margin-top: 10%;
    margin-left: 10%;
    width: 80%;
}
.deal-form{
    border: 1px solid var(--border-lit);
}
.deal-input{
    border: none !important;
    outline: none !important;
}
.deal-form-btn{
    background-color: var(--blue-color);
    padding: 10px 16px;
    border: none;
    outline: none;
}
.deal-form-btn:hover{
    background-color: #026bda;
}





/* travelers section start here  */
.travlers-cards-wraper{
    margin-top: 100px;
}
.travler-main-img{
    height: 1048px;
    background-color: black !important;
}
.travel-content-wraper{
    width: 45%;
}
.travel-img-wraper{
    width: 55%;
}
.travel-content-wraper p{
    line-height: 39px;
    font-size: 23px;
}
.travel-content-wraper .f-size-44 {font-size: 32px;}
.travler-lower-img{
    height: 291px;
}



/* travel agents ready section */
.flame-position-agent{
    top: 6px;
    left: -55px;
}
.agents-details{
    margin-top: 100px;
}
.agent-crousal-card{
    border: 1px solid var(--dark-c-yellow);
}
.agent-crousal-card button {font-size: 12px; text-align: center; flex-grow: 1;}
.agent-crousal-card-content{
    border-top: 1px solid var(--dark-c-yellow);
    margin-top: -40px;
}
.agent-crousal-img-content{
    top: 50px;
    width: 72%;
}
.agent-splide__slide{
    width: 31%;
}
.agents-details{
    padding-bottom: 40px;
}
.agent-img-height{
    height: 116px;
}
.agent-background-img{
    height: 371px;
    object-position: left;
}
.independent-btn{
    background-color: #ffc700;
    padding: 8px;
}
.newcastle-btn{
    padding: 8px;
}
.agent-content-btn{
    width: 90%;
    padding: 0px !important;
    top: -14px;
    left: auto;
    right: auto;
    box-shadow: 1px 1px 5px 1px rgb(189, 188, 188);
}
.agent-name{
    letter-spacing: -3px;
    cursor: text;
}
.agent-decription{
    letter-spacing: -2px;
    cursor: text;
}


/* sandimg section  */
.sand-img-content h2{
    font-size: 52px;
    margin-top: 120px;
}
.sand-img-content p{
    font-size: 24px;
}



/* explore europe section */
.flight-img{
    height: 100%;
    z-index: -2;
}
.europe-excrousal .splide__arrow{
    background-color: white;
}
.europe-excrousal .splide__arrow:hover {
    background-color: black;
}
.europe-excrousal .splide__arrow:hover .card-slider-btn{
    fill: white;
}


/* booking section starts here */
.booking-card-wraper{
    border: 1px solid #e4e6e8;
}
.booking-middle-card{
    border-left: 1px solid #e4e6e8 !important;
    border-right: 1px solid #e4e6e8 !important;
}
.booking-card-tab{
    width: 33.3333%;
}

.booking-carddark-tab{
    background-color: #000;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.elipse-129{
    width: 52.2px;
    height: 51px;
}
.booking-agent-wraper{
    width: 90%;
    border: 1.5px solid #e4e6e8;
    margin-top: 80px;
}
.booking-flame-position{
    top: -25px;
    left: -15px;
}
.booking-section-btn{
    margin-top: 13px;
    margin-bottom: 40px;
}



/* question section start here */
.qustion-section-wraper{
    background-color: #fafafa;
}
.qustion-section-wraper .accordion-button:not(.collapsed) {
    color: black;
    background-color: #f2f4f6;
    box-shadow: none;
}
.qustion-section-wraper .accordion-button{
    box-shadow: none;
}
.qustion-section-wraper .accordion-button::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='42' height='42' rx='4' fill='%23E4E6E8'/%3E%3Cg clip-path='url(%23clip0_3_1720)'%3E%3Cline x1='21.293' y1='10.6006' x2='21.293' y2='30.6006' stroke='black' stroke-width='2'/%3E%3Cline x1='11' y1='20.3076' x2='31' y2='20.3076' stroke='black' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_1720'%3E%3Crect width='24' height='24' fill='white' transform='translate(9.5 9)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.qustion-section-wraper .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='42' height='42' rx='4' fill='black'/%3E%3Cg clip-path='url(%23clip0_3_1693)'%3E%3Cline x1='14.2071' y1='13.2929' x2='28.3492' y2='27.435' stroke='white' stroke-width='2'/%3E%3Cline x1='13.7929' y1='27.4355' x2='27.935' y2='13.2933' stroke='white' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_1693'%3E%3Crect width='24' height='24' fill='white' transform='translate(9.5 9)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.qustion-section-wraper .accordion-collapse{
    background-color: #f2f4f6;
}
.accordion-border{
    border: 1px solid #e4e6e8 !important;
}
.accordian-bottom-border{
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
.mail-input{
    border: none;
    outline: none;
}
.subscribe-form-btn{
    background-color: var(--blue-color);
    padding: 13px 17px;
    border: none;
    outline: none;
}
.subscribe-form-btn:hover{
    background-color: #026bda;
}



/* request flight section start */
.request-flight-imgs-wraper{
    width: 82%;
    border: 1px solid var(--border-lit);
}
.m-left-24 {
    margin-left: -24px;
    width: 52.2px;
    height: 51px;
}
.h-415{
    height: 415px;
}
.request-flight-text-wraper input::placeholder{
    font-size: 14px;
}
.request-flight-text-wraper textarea::placeholder{
    font-size: 14px;
}
.request-flight-text-wraper textarea, .request-flight-text-wraper input, .accordian-modal-form-wrape input, .accordian-modal-form-wrape textarea, .accordian-modal-form-wrape select{
    border: 1px solid #e4e6e8;
    outline: none;
}
.request-flight-text-wraper textarea{
    height: 400px;
}
.request-form-wraper{
    border: 1px solid #e4e6e8;
    box-shadow: 0px 1px 5px 1px rgb(218 216 216);
}
.request-form-btn{
    background-color: #f2f4f6;
    border: 1px solid #e4e6e8;
}
.request-content-text{
    color: #8e8e8e;
}
.request-flight-content-wraper{
    margin-bottom: 120px;
}
.get-flight-price-btn{
    color: #f2f4f6;
    padding: 10px 24px;
}
.get-flight-price-btn:disabled {
    background-color: #d6d7d8;
}

/* Enabled state styles */
.get-flight-price-btn:not(:disabled) {
    background-color: var(--blue-color) /* Blue background for enabled state */
}
.bg-grey-light{
    background-color: var(--bg-grey);
}

/* accordian madal */
.flight-price-modal .modal-dialog, .sign-up-modal .modal-dialog{
    width: 70% !important;
    max-width: 70% !important;
}
.w-95{
    width: 95%;
}

.flight-price-modal, .flight-price-modal .modal-body, .flight-price-modal .flight-price-acordian{
    border: 1px solid #e4e6e8;
}
.flight-price-modal .modal-header{
    border-bottom: none;
}
.flight-price-acordian{
    border-left: none;
    border-right: none;
}



/* grid img modal section starts here */
.modal-grid-content-wraper{
    width: 80%;
}
.modal-flame-position{
    top: -5px;
    left: 8px;
}
.airline-content-wraper{
    top: 25%;
    left: 8%;
}
.airline-wraper{
    width: 90%;
}
.verticl-line{
    border-left: 2px solid white;
    height: 40px;
}
.airline-banner{
    /* width: 75%; */
}
.airline-img{
    height: 291px;
}
.accordian-modal-form-banner{
    box-shadow: 1px 1px 5px 1px rgb(206, 206, 206);
}
.acordian-form-modal{
    background-color: var(--grya-lit);
}
.accordian-modal-form-wrape textarea{
    height: 250px;
}
.border-1{
    border: 1px solid #dee2e6;
}
.text-d-dark-blue{
    color: var(--drk-blue);
}
.sign-up-check input:checked, .signup-chek input:checked{
    outline: none;
    box-shadow: none !important;
    background-color: black;
    border: 1px solid gray !important;
}
.sign-up-check input, .signup-chek input{
    outline: none;
    box-shadow: none !important;
    border: 1px solid gray !important;
}
.sign-up-modal input{
    background-color: #f2f4f6;
}
.sign-up-check{
    width: 1em !important;
}
.sign-up-modal1 .modal-content{
    width: 65% !important;
}
.sign-up-modal1 .modal-dialog{
    margin-right: 15px !important;
    margin-top: 155px !important;
}
.sign-updrop-menue{
    width: 230px;
    margin-top: 40px !important;
}
.request-updrop-menue{
    width: 280px;
    margin-top: 20px !important;
}
.d-block-465{
    display: block;
}

/* footer section starts here */
.footer-logo-beta{
    left: 166px;
    border: 1px solid #ff9500;
    bottom: auto;
    padding: 1px;
}
.pading-top-100{
    padding-top: 100px;
}
.footer-links{
    color: #8E8E8E;
}
.footer-links:hover{
    color: var(--dark-c-blue);
}
.hr-clr{
    border-top: 2px solid #575756;
}
.footer-rights-text{
    color: #AFAFAF;
}
.foter-logo-wraper{
    margin-bottom: 180px;
}
.footer-bottom-img-1{
    margin-bottom: 30px;
}
.footer-bottom-img-2{
bottom: 0;
}
.footer-bottom-img-3{
bottom: 0;
}
.footer-bottom-img-4{
bottom: 33px;
}

.explore-europe{
    padding: 0px 15px;
    margin: 0px;
}


.card-loc.itinerary-change {
    min-height: 73px;
}
.card-loc.itinerary-change-board {
    min-height: 40px;
}



@media screen and (min-width: 1380px) {
    #pills-tabContent .hotel-crousal-card-list {
        height: 595px;
    }
    .f-size-big-36{
        font-size: 36px;
    }
    
    .f-size-big-18{
        font-size: 18px;
    }
    .f-size-big-20{
        font-size: 20px;
    }
    .f-size-big-28{
        font-size: 28px;
    }
    .w-20{
        width: 20%;
    }
    .sand-img{
        height: 415px;
    }
    .mail-form-wraper{
        margin-top: 110px !important;
    }
    .mail-heading{
        line-height: 53px;
        margin-top: 20px;
    }
    .mail-text{
        line-height: 35px;
        margin-top: 20px;
    }
    .footer-top-banner{
        width: 80%;
    }
    .accordian-modal-form-wrape{
        width: 75%;
    }
}

@media screen and (max-width: 1380px) {
    .d-block-1380{
        display: block !important;
    }

    .mt-low-1380-30{
        margin-top: 30px !important;
    }
    .w-86{
        width: 100%;
    }
    
    .w-1380-chang{
        width: 80%;
        margin: auto;
    }
    .mar-t-35{
        margin-top: 35px;
        padding-left: 0 !important;
    }
    .w-20{
        width: 20%;
    }
    .hotels-carousel .splide__arrow--prev{
        left: 46.5%;
    }
    .hotels-carousel .splide__arrow--next{
        right: 46.5%;
    }
    /* .card-splide__slide{
        width: 32% !important;
    } */
    
    .d-block-1380{
        display: none !important;
    }
    .sand-img-content h2{
        margin-top: 80px;
    }
    .mail-heading{
        font-size: 38px;
    }
    .mail-text{
        font-size: 20px;
    }
    .footer-top-banner{
        width: 90%;
    }
    .f-size-32{
        font-size: 28px;
    }
    .accordian-modal-form-wrape{
        width: 85%;
    }
}



@media screen and (max-width: 1286px) {
    .flex-d-sm-col{
        flex-direction: column;
    }
    .w-sml-100{
        width: 85% !important;
    }
    .deal-section{
        margin-top: 5%;
    }
    .sand-img-content h2{
        font-size: 35px;
        margin-top: 50px;
    }
    .sand-img-content p{
        font-size: 20px;
    }
    .booking-card-wraper img{
        width: 45px;
        height: 40px;
    }
    .booking-card-tab-text-b{
        font-size: 20px;
        line-height: 26px;
    }
    .booking-agent-imgs-wraper{
        flex-direction: column;
    }
    .booking-agent-content{
        margin-top: 20px;
        margin-left: 0px !important;
    }
    .accordion-button .f-size-24{
        font-size: 20px;
    }
    .accordion-button .f-size-44{
        font-size: 33px;
    }
    .footer-top-banner{
        width: 100%;
    }
    .footer-bottom-img-4{
        bottom: 25px;
    }
    .footer-bottom-img-1{
        margin-bottom: 20px;
    }
    .hero-sub-section{
        top: 6%;
    }
    .hero-details-text{
        font-size: 17px;
    }
    .f-size-44{
        font-size: 36px;
    }
    .f-size-36{
        font-size: 28px;
    }
    .request-flight-imgs-wraper{
        width: 88%;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .modal-dialog{
        width: 75% !important;
        max-width: 75% !important;
    }
    .airline-banner{
        width: 90%;
    }
    .airline-content-wraper{
        top: 15%;        
    }
    .accordian-modal-form-wrape{
        width: 95%;
    }
}


@media screen and (max-width: 1040px) {
.topbar-section{
    display: none;
}
}

@media screen and (max-width: 992px) {
    .w-20{
        width: 33.33%;
    }
    .hotels-carousel .splide__arrow--prev{
        left: 43.5%;
    }
    .hotels-carousel .splide__arrow--next{
        right: 43.5%;
    }
    /* .card-splide__slide{
        width: 46% !important;
    } */
    .deal-section{
      margin-left: 1.5%;
      width: 97% !important;
      /* top: 15%; */
    }
    .f-size-smal-screen{
        font-size: 24px;
    }
    .deel-main-img{
        height: 265px;
    }
    .sand-img-content h2{
        font-size: 30px;
    }
    .sand-img-content p{
        font-size: 20px;
    }
    .sand-img{
        height: 260px;
    }
    .mailform-col{
        width: 60% !important;
    }
    .mail-heading{
        font-size: 28px;
    }
    .mail-text{
        font-size: 18px;
    }
    .footer-bottom-img-4{
        bottom: 20px;
    }
    .f-size-44{
        font-size: 30px;
    }
    .f-size-36{
        font-size: 24px;
    }
    .f-size-28{
        font-size: 24px;
    }
    .f-size-24{
        font-size: 20px;
    }
    .travel-content-wraper{
        width: 100%;
    }
    .travel-img-wraper{
        width: 100%;
    }
    .travel-top-content{
        flex-direction: column;
    }
    .request-flight-imgs-wraper{
        width: 96%;
    }
    .request-flight-text-wraper input{
        width: 100% !important;
    }
    .modal-dialog{
        width: 85% !important;
        max-width: 85% !important;
    }
    .modal-grid-content-wraper{
        width: 100%;
    }
    .airline-banner{
        width: 96%;
    }
    .f-size-40{
        font-size: 36px;
    }
    .sign-up-modal .modal-dialog{
        width: 90% !important;
        max-width: 90% !important;
    }
    .sign-up-check{
        width: 1em !important;
    }
}




@media screen and (max-width: 767px) {
    .w-sml-100{
        width: 100% !important;
    }
    .m-left-15{
        margin-left: -25px;
    }
    .w-1380-chang{
        width: 100%;
    }
    .hotels-carousel .splide__arrow--prev{
        left: 42%;
    }
    .hotels-carousel .splide__arrow--next{
        right: 42%;
    }
    /* .card-splide__slide{
        width: 60% !important;
    } */
    .deal-input{
        white-space: nowrap; 
        width: 50% !important; 
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    .deal-input-wraper{
        width: 50% !important;
    }
    .f-size-smal-screen {
        font-size: 20px;
    }
    .deal-section{
        /* top: 6%; */
    }
    .sand-img-content h2{
        font-size: 28px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .sand-img-content p{
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .booking-card-wraper{
        flex-direction: column;
    }
    .booking-card-tab{
        width: 100%;
    }
    .booking-middle-card{
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #e4e6e8 !important;
        border-bottom: 1px solid #e4e6e8 !important;
    }
    .booking-carddark-tab{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .footer-second-baner-logos{
        flex-direction: column;
    }
    .footer-bottom-img-1{
        margin-bottom: 15px;
    }
    .footer-bottom-img-4{
        bottom: 16px;
    }
    .hero-sub-section-button{
        padding: 7px 10px;
        font-size: 16px;
    }
    .f-size-52{
        font-size: 35px;
    }
    .f-size-44{
        font-size: 26px;
    }
    .f-size-36{
        font-size: 18px;
    }
    .travel-content-wraper p {
        line-height: 28px;
    }
    .sm-w-full{
        width: 96% !important;
    }
    .modal-dialog{
        width: 96% !important;
        max-width: 96% !important;
    }
    .f-size-40{
        font-size: 28px;
    }
    .acordian-form-modal{
        width: 95% !important;
    }
}



@media screen and (max-width: 769px) {
.mobli-flex-d-colum{
    flex-direction: column;
}
.h-big-650 {
    height: 742px;
}
.w-20{
    width: 50%;
}
}



@media screen and (max-width: 570px) {
    .w-20{
        width: 100%;
    }
    .h-big-650 {
        height: 600px;
    }
    .hotels-carousel .splide__arrow--prev{
        left: 40%;
    }
    .hotels-carousel .splide__arrow--next{
        right: 40%;
    }
    /* .card-splide__slide{
        width: 90% !important;
    } */
    .f-size-smal-screen {
        font-size: 16px;
    }
    .sand-img-content h2{
        font-size: 20px;
    }
    .sand-img-content p{
        font-size: 14px;
    }
    .booking-agent-wraper{
        width: 100%;
    }
    .mail-heading{
        font-size: 22px;
    }
    .mail-text{
        font-size: 16px;
    }
    .footer-bottom-img-1{
        margin-bottom: 8px;
    }
    .footer-bottom-img-4{
        bottom: 8px;
    }
    .f-size-big-64{
        font-size: 23px;
    }
    .f-size-big-36{
        font-size: 20px;
    }
    .hero-details-text{
        font-size: 14;
    }
    .hero-sub-section-button{
        padding: 7px 10px;
        font-size: 14px;
    }
    .hero-alert p{
        font-size: 16px;
    }
    .f-size-24{
        font-size: 20px;
    }
    .booking-card-tab{
        flex-direction: column;
    }
    .f-size-44{
        font-size: 24px;
    }
    .f-size-36{
        font-size: 16px;
    }
    .mobli-flex-d-colum{
        flex-direction: row;
    }
    .m-left-24{
        margin-left: -30px;
    }
    .f-size-40{
        font-size: 20px;
    }
    .display-none-mobile{
        display: none;
    }
}





@media screen and (max-width: 465px) {
    .m-left-15{
        margin-left: -30px;
    }
    .hotels-carousel .splide__arrow--prev{
        left: 35%;
    }
    .hotels-carousel .splide__arrow--next{
        right: 35%;
    }
    .f-size-smal-screen {
        font-size: 14px;
    }
    .deal-input{
        font-size: 12px;
    }
    .accordion-button .f-size-24{
        font-size: 16px;
        font-weight: bold !important;
    }
    .accordion-button .f-size-44{
        font-size: 25px;
        margin-right: 6px !important;
    }
    .qustion-section-wraper .accordion-button{
        padding: 10px !important;
    }
    
    .qustion-section-wraper .accordion-button .me-3{
        margin-right: 0.5rem;
    }
    .mail-form-wraper{
        margin-top: 5px !important;
    }
    .mailform-col{
        width: 98% !important;
    }
    .f-size-44{
        font-size: 20px;
    }
    .f-size-36{
        font-size: 15px;
    }
    .m-left-24{
        margin-left: -36px;
    }
    .f-d-mobile-colum{
        flex-direction: column;
    }
    .d-block-465{
        margin-left: 0px !important;
        display: flex;
    }
}

@media screen and (max-width: 390px) {
    /* .card-splide__slide{
        width: 100% !important;
    } */
    .mobli-flex-d-colum{
        flex-direction: column;
    }
    .deal-input{
        margin-left: 5px !important;
    }
    .deal-form{
        padding-left: 5px !important;
    }
    .wraper-deel-form{
        padding: 8px !important;
    }
    .deal-form-btn{
        margin-left: 5px !important;
        font-size: 12px;
    }
    .subscribe-form-btn{
        margin-left: 5px !important;
        font-size: 12px;
    }
    .f-size-20{
        font-size: 16px;
    }
    .hero-alert p{
        font-size: 14px;
    }
    .f-size-24{
        font-size: 16px;
    }
    .f-size-52{
        font-size: 25px;
    }
}