@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Gabarito:wght@400..900&display=swap');


body {
       font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
 scroll-behavior: smooth;
}


.bg-light {
    background-color: transparent !important;
    padding: 0;
}

.nav-link {
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0rem 6px !important;
}

    .nav-link img {
        width: 10px;
    }

.call-icon svg {
    width: 36px;
    height: 36px;
}

.toll-number-section {
    display: flex;
    align-items: center;
    padding-top: 4px;
}

.toll-free-no {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #90a512;
    position: relative;
    padding: 4px 15px;
    padding-left: 37px;
    margin-bottom: 7px;
    border-radius: 33px;
}



.header {
      background-color: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}


.engne-main {
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 20px;
}

    .engne-main h2 {
        text-align: center;
        color: #fff;
        font-size: 50px;
        padding-top: 7rem;
        font-size: 50px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 1px;
    }

.navbar-light .navbar-brand {
    padding: 0;
}

.mob-section-flight-menu ul li a:hover {
    background: #fff0e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.toll-free p {
    font-size: 12px;
    color: #0a7c7e ;
    margin: 0;
    padding: 2px;
    font-weight: 700;
    
    display: inline-block;
    margin-left: 28px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
        padding: 2px 4px;
}

.call-icon::after {
   content: '';
    width: 13px;
    height: 13px;
    bottom: -5px;
    left: 20px;
    border: 3px solid #ffffff;
    animation: all 1s infinite alternate;
    background: #0eb736;
    border-radius: 100%;
    position: absolute;
    z-index: 999999;
}

@keyframes all{

0% {
    transform: scale(0.8);
}
100% {
    transform: scale(1.2);
}
}

.call-icon img {
       background-color: #ccc;
   padding: 0px;
    text-align: center;
    position: absolute;
    left: -6px;
    z-index: 999999;
    top: -3px;
    
    border-radius: 3px;
    width: 40px;
    height: 40px;
  
    border-radius: 100%;
}

    .toll-free-no span svg {
        transform: rotate(44deg);
        width: 22px;
        height: 22px;
    }

.toll-free-no span {
    &:before;

{
    background-color: #fa4d14;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);
}

}

.toll-free-no span {
    &:after;

{
    background-color: #fa4d14;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);
}

}

@keyframes blink2 {
    0% {
        transform: scale3d(1.2, 1.2, 1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.8, 1.8, 1.8);
        opacity: 0.1;
    }
}

.search-menu ul {
    display: flex;
        padding: 0;
    margin: 0;
}

    .search-menu ul li {
        list-style: none;
        margin-right: 19px;
    }
    .search-menu {padding-top: 1rem;}

.search-menu input {
    position: relative;
   left: -5px
}

.search-menu label {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}


/* <---------engine-------> */

.search-engine-main {
    background-color: #fff;
     box-shadow: 0 4px 12px rgb(0 0 0 / 21%);
    border-radius: 0 6px 6px 6px;
    padding:0px 22px 6px 22px;
}

.search-engine-section input {
    height: 62px;
    width: 100%;
    padding: 4px 4px;
    border: 0;
    outline: 0;
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #000 !important;
    padding-left: 32px;
    padding-top: 25px;
    border: 1px solid #858585;
    margin-bottom: 12px;
    text-overflow:ellipsis;
}


.engine-btn button {
    font-size: 22px;
    border: 0;
    background: #0a7c7e ;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    height: 62px;
    margin-top: 7px;
}

.engine-btn button:hover{color:#fff;}

.engine-btn button {
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .engine-btn button::before {
        content: '';
        width: 0;
        height: 71px;
       
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-image: linear-gradient(to right, #f3560e, #b66000, #835b0c, #5a4f23, #3e3e32); */
        background-color: #90a512;
        transition: .5s ease;
        display: block;
        z-index: -1;
    }

    .engine-btn button:hover::before {
        width: 100%;
        box-shadow: 0px 0px 6px #c5c5c5, -6px -6px 12px #ffffff;
       
    }


.search-engine-section label {
    font-size: 14px;
    color: #131313;
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 12;
}

.search-engine-section img {
    width: 20px;
    position: absolute;
    top: 41px;
    left: 11px;
    z-index: 99;
    pointer-events: none;
}

.search-engine-section input:hover {
    background-color: #fcfbf9;
    transition: all 0.2s linear;
}

.search-engine-section input:active .search-engine-section input:focus {
    background-color: aliceblue;
    transition: all 0.2s linear;
}





.engine-option {
    padding: 0 4px;
    padding-top: 7px;
}

.engine-option1 {
    padding: 0 4px;
    padding-top: 7px;
}

.paeng-cls {
    border-right: none !important;
}

.flight-menu button {
    width: 100%;
    font-size: 15px;
    background: transparent;
    color: #404040;
    border: none;
    padding-top: 19px;
}

.search-engine {
    /*background: #26488d;*/ 
    background: url(/new-site-images/bg-image.jpg) no-repeat center / cover;
    height: 360px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
        
}

.features-section{    margin-top: 9rem;}

.search-menu {
    margin-left: 4px;
}

.search-engine h1 {
      font-size: 44px;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    text-align:center;
    font-weight: bold;
    padding-top: 9rem;
  max-width: 900px;
    margin: 0 auto;
    text-shadow: 1px 1px 6px #33333394;
}

.search-engine p {
       font-size: 21px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 6px #33333394;
}

.search-engine strong {
    background: #ffb903;
    padding: 2px;
    color: #1a619f;
}



.call-btn {
    cursor: pointer;
    position: absolute;
    left: 102px;
    display: flex;
}

.owl1-img img {
    transition: 0.3s;
}

.call-btn:hover ~ .owl1-img .img12 {
    display: none;
}

.call-btn:hover ~ .owl1-img .img2 {
    display: block !important;
}

.call-btn span {
    padding-left: 10px;
}

.call-btn svg {
    width: 40px;
    height: 40px;
}

.pulse {
    height: 36px;
    width: 36px;
    background-color: #14B800;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .pulse::before {
        content: "";
        position: absolute;
        border: 1px solid #32CD32;
        width: calc(60% + 25px);
        height: calc(60% + 25px);
        border-radius: 50%;
        animation: pulse 1s linear infinite;
    }

    .pulse::after {
        content: "";
        position: absolute;
        border: 1px solid #32CD32;
        width: calc(60% + 25px);
        height: calc(60% + 25px);
        border-radius: 50%;
        animation: pulse 1s linear infinite;
        animation-delay: 0.3s;
    }

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }


    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.call-btn a {
    text-decoration: none;
}


.change-arrow {
    position: absolute;
    right: 24px;
    top: -14px;
    background: #f1e8d7 !important;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

    .change-arrow img {
        width: 25px;
        background: #f1e8d7 !important;
        border-radius: 16px;
    }

.title-head {
    font-size: 29px;
    line-height: 44px;
    text-transform: uppercase;
    color: #3e3e32;
    font-weight: bold;
    margin: 2rem 0 1rem 0;
}



.search-engine-panel {
    margin-bottom: 3rem;
}

.search-engine-panel {
    /* background: #000; */
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%),url(/images/bg-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pass-name label {
    position: relative;
    left: 3px;
}

.pass-name {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    padding: 0px;
    position: absolute;
    width: 304px;
    z-index: 12;
    border-radius: 16px;
    padding: 17px;
    top: 78px;
}

.passen_con {
    width: 100%;
    float: left;
    margin-bottom: 11px;
}

.passen_left {
    width: 100%;
    display: inline-block;
}

    .passen_left span {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 4px 10px;
    }

.adult-right, .children-right, .infants-right {
    margin-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
}

.seach_div label {
    font-size: 12px;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 11px;
    color: #444;
}

.adult-minus {
    float: left;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #90a512a6;
    color: #fff;
    position: relative;
}

.adult-minus-txt {
    vertical-align: middle;
    text-align: center;
    font-size: 19px !important;
    line-height: 0 !important;
    position: absolute;
    color: #90a512  !important;
    text-shadow: unset !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
    padding-left: 2px !important;
}

.qtynumber {
    float: left;
    height: 29px !important;
    border: 0 !important;
    padding: 0 !important;
    width: 25px !important;
    border-radius: 3px !important;
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    margin: 0 0 !important;
}

.adult-plus {
    float: left;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #90a512a6;
    position: relative;
}

.passen-button {
    margin-top: 0 !important;
    width: 100%;
}

.passen-button {
    font-size: 16px;
    border: 0;
    padding: 2px 29px;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 0 !important;
    background: #0a7c7e ;
    border-radius: 5px;
}



/* <---calender-----> */
.ui-datepicker {
    background-color: #fff;
    padding: 12px;
}

.ui-state-default {
    text-decoration: none;
    background: #fff !important;
    border: 2px solid #fff !important;
    width: 30px;
    height: 30px;
    transition: 0.2s;
    color: #111;
    text-align: center;
    padding: 5px !important;
    font-size: 13px;
    font-weight: 500;
}

.ui-datepicker-calendar th span {
    font-size: 14px;
    padding: 5px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.ui-widget {
    font-family: unset !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    /* border: 1px solid #3e3e32 !important; */
    background: #3e3e32 !important;
    color: #ffffff !important;
    border-radius: 16px;
    text-align: center;
}

.ui-datepicker .highlight-start a {
    background-color: #0a7c7e   !important;
    color: #fff !important;
    text-align: center;
    border-radius: 16px;
}

    .ui-datepicker .highlight-start a:hover {
        background-color: #0a7c7e  !important;
        color: #fff !important;
    }

.ui-datepicker .highlight-range a {
    background-color: #90a51221  !important;
    color: #000000 !important;
}

.ui-datepicker .highlight-end a {
       background-color: #0a7c7e  !important;
    color: #fff !important;
    border-radius: 16px;
    text-align: center;
}

.ui-datepicker-next {
    background: #90a512;
}

.ui-datepicker-prev {
    background: #90a512;
}

.ui-widget-header {
    border: none !important;
    background-color: #fff !important;
}

    .ui-widget-header .ui-state-hover {
        border: none !important;
        background: #3e3e328f !important;
    }

.ui-datepicker {
        padding: 14px !important;
    border-radius: 4px !important;
}

.ui-state-hover, .ui-state-hover {
        background-color: #0a7c7e  !important;
    color: #fff !important;
    border-radius: 16px;
    text-align: center;
}

/* <------------middle part----------> */





.navbar-toggler:focus {
    box-shadow: 0 0 0 .1rem !important;
}

.section-flight-menu {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    transform: translateY(7px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    width: 216px;
    height: auto;
    z-index: 999;
    background-color: #ffffff;
    padding: 6px 10px;
    margin-top: 7px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.nav-item:hover .section-flight-menu {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.nav-item {
    /* background: #fff; */
    border-radius: 10px;
    margin: 0 4px;
    /* box-shadow: 1px 1px 2px #00000036; */
}

.section-flight-menu ul li a {
    text-decoration: none;
    font-size: 13px;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 30px;
    color: #151a28;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

.section-flight-menu ul li {
    list-style: none;
}

    .section-flight-menu ul li:hover {
        background: #fff0e8;
        border-radius: 4px;
    }

.section-flight-menu ul {
    padding: 0;
}

.fa-solid {
    font-size: 13px;
}



.tabitems {
    display: none;
}


.slick-dots li button::before {
    font-size: 36px !important;
}

.owl-theme .owl-controls .owl-nav div {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fa4d14 !important;
    position: absolute;
    border-radius: 50%;
    line-height: 26px;
    bottom: 0 !important;
    background-color: #ffffff;
    border: none;
    transition: all .5s ease-in-out;
    border: 2px solid #ffffff;
    box-shadow: 2px 5px 12px #0000004f;
    top: 35% !important;
}

    .owl-theme .owl-controls .owl-nav div:hover {
        color: #fff !important;
        transition: 0.2s;
        border: 2px solid #fa4d14;
    }

    .owl-theme .owl-controls .owl-nav div.owl-prev {
        left: -16px;
    }

.owl-theme .owl-controls .owl-nav div {
    height: 30px;
    width: 30px;
}

.owl-theme .owl-controls .owl-nav div {
    right: -17px !important;
}


@keyframes blink2 {
    0% {
        transform: scale3d(1.2,1.2,1.2);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.8,1.8,1.8);
        opacity: 0.1;
    }
}

@keyframes blink {
    0% {
        transform: scale3d(0.8,0.8,0.8);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.6,1.6,1.6);
        opacity: 0.1;
    }
}


@keyframes blink3 {
    0% {
        transform: scale3d(0.6,0.6,0.6);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.6,1.6,1.6);
        opacity: 0.1;
    }
}


@keyframes call-effect {
    0% {
        transform: scale(.1);
    }

    20% {
        opacity: .4;
    }

    40%, 100% {
        transform: scale(1.1);
    }

    0% {
        transform: scale(.1);
    }

    20% {
        opacity: .2;
    }

    40%, 100% {
        transform: scale(1.1);
    }
}

.mob-nav {
    background-color: #fff;
}

.mob-section-flight-menu ul li a {
    text-decoration: none;
    font-size: 13px !important;
    font-size: 13px !important;
    line-height: 30px !important;
    color: #151a28 !important;
    font-weight: 400 !important;
}

.link-item {
    padding-top: 18px;
}

.ui-datepicker .highlight a {
    border: 1px solid #ccc;
    color: #000000;
}

.ui-datepicker {
    z-index: 99 !important;
}

    .ui-datepicker .highlight-end a {
        background-color: #ccc;
        color: #fff;
    }

    .ui-datepicker .highlight-range a {
        background-color: #90a51221  !important;
    color: #000000 !important;
    border-radius: 16px;
    text-align: center;
    }

    .ui-datepicker .hover-highlight a {
        background-color: #C3E6CB;
        color: #000000;
    }

.nav-tabs {
    border: none !important;
}

.changebox {
    margin: 0 5px;
    color: #FF5722;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
}

.img-section img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-section {
    overflow: hidden;
    border-radius: 12px;
}

.hm-blog-image img:hover {
    box-shadow: 3px 1px 7px #0f406b75;
}

.rght-blog:hover {
    box-shadow: 3px 1px 7px #0f406b75;
    border-radius: 12px;
}

.lft-blg head:hover.hm-blog-image img {
    box-shadow: 3px 1px 7px #0f406b75;
    transition: 0.3s;
}

.ui-widget-header .ui-icon {
    filter: brightness(0) invert(1);
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_444444_256x240.png) !important;
}


/* <------fb------> */

.booking-details {
    position: absolute;
    top: 41%;
    left: 58%;
}

#counter {
    font-size: 48px;
    color: #f3560e;
    font-weight: 600;
    margin: 0;
}

.booking-details p {
    font-size: 21px;
    line-height: 32px;
    color: #3e3e32;
    font-weight: 500;
    text-align: center;
}

.affirm-logo {
    margin-left: 25rem;
    padding-top: 5rem;
}

    .affirm-logo img {
        width: 140px;
    }

    .affirm-logo p {
        font-size: 13px;
        margin-top: 4px;
    }




.destination-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(0.9);
}

.offer-describe {
    position: absolute;
    bottom: 132px;
    width: 100%;
    padding: 0 13px;
    padding: 95px 20px 15px;
    color: #fff;
    border-radius: 10px;
    width: 228px;
    background: linear-gradient(0deg, rgb(0 0 0 / 61%) 47%, rgba(0 0 0 / 0%) 100%);
}

.cityt-name {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 9px;
}

.offer-price {
    font-size: 25px;
    color: #fa4d14;
    font-weight: 500;
}

.section-main-heading {
    font-size: 30px;
    color: #3e3e32;
    font-weight: 700;
    position: relative;
    margin: 0;
}

.heading-subtiltle {
    margin: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    color: rgb(64 64 64);
    margin:5px 0 10px 0;
}

.top-destination-panel {
    margin: 2rem 0;
}

.offer-price p {
    margin: 0;
    font-size: 12px;
    color: #3e3e32;
}

.price-deatils {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    position: absolute;
    bottom: -15px;
    align-items: center;
}

.deals-price {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
    color: #3e3e32;
}

.destination-image {
    margin-bottom: 2rem;
}

.book-btn {
    background: #fa4d14;
    color: #fff;
    padding: 7px 5px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
}

.scrolled {
    background-color: white !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}



.cta {
       position: relative;
    margin: 4px 0;
    padding: 4px 8px;
    transition: all 0.2s ease;
    border: none;
    background: #0a7c7e ;
    cursor: pointer;
    color: #333;
    border-radius: 8px;
}


  

    .cta span {
        position: relative;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
    }

    .cta svg {
        position: relative;
        top: 0;
        margin-left: 4px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #fa4d14;
        stroke-width: 2px;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #fff0e8;
    }

    .cta:hover svg {
        transform: translateX(0);
    }

    .cta:active {
        transform: scale(0.95);
    }

.popular-section {
    cursor: pointer;
    margin: 10px 0;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .08);
    position: relative;
    border: 1px solid #ccc;
}

    .popular-section a {
        text-decoration: none;
    }

    .popular-section:hover .cta::before {
        width: 100%;
        background: #fff0e8;
    }

.cta span a {
    text-decoration: none;
    color: #fa4d14;
}

.extra-save {
    border-radius: 12px;
    margin: 0;
    font-size: 8px;
    color: #fff;
    background-color: #31ab20;
    position: absolute;
    top: -7px;
    padding: 3px;
    left: 7px;
    font-weight: 500;
}

.popular-section:hover {
    box-shadow: 0 0px 13px 0 rgb(0 0 0 / 23%);
    transition: 0.5s ease-in-out;
}

.popular-image-dest {
    display: inline-flex;
}

    .popular-image-dest img {
        width: 44px;
        border-radius: 7px;
    }

.dest-details {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

    .dest-details span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #333;
    }

.price-detail {
    justify-content: space-between;
    display: flex;
    margin-top: 6px;
    align-items: center;
}

    .price-detail p {
        font-size: 21px;
        font-weight: 600;
        color: #3e3e32;
        margin: 0;
    }

.about-section p {
    font-size: 16px;
    color: #3f3f3f;
}

.dest-details img {
    width: 22px;
}

.about-sub-heading {
    font-size: 20px;
    font-weight: 500;
}



.blog-section img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 265px;
    filter: brightness(0.8);
    object-fit: cover;
}


.blog1-content {
    padding: 16px;
}

    .blog1-content h3 {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: .23px;
        text-transform: capitalize;
        transition: .5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        color: #333;
    }

    .blog1-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        font-size: 12px;
        color: #585858;
    }

.blog-content-main {
    margin-top: 1rem;
}

.read-btn {
    font-weight: 500;
    border-radius: 7px;
    display: inline-block;
    padding: 5px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(61, 61, 215, 1) 0%, rgba(67, 164, 219, 1) 82%);
    color: #fff;
    font-size: 9px;
    cursor: pointer;
}

.blog-section1 {
    display: flex;
    margin-bottom: 18px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 10px;
}

    .blog-section1:hover {
        box-shadow: 0 0px 13px 0 rgb(0 0 0 / 23%);
        transition: 0.5s ease-in-out;
    }

.blog-section:hover {
    box-shadow: 0 0px 13px 0 rgb(0 0 0 / 23%);
    transition: 0.5s ease-in-out;
}



.blog-section1 img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    filter: brightness(0.8);
    border-radius: 5px 0 0 5px;
    min-width: 194px;
    max-width: 194px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog2-content {
    padding: 16px 16px 8px 16px;
    width: 100%;
}

    .blog2-content h3 {
        font-size: 16px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        letter-spacing: .23px;
        text-transform: capitalize;
        transition: .5s;
    }

    .blog2-content p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        font-size: 12px;
        color: #585858;
    }

.blog-read-timer {
    text-align: end;
}

    .blog-read-timer img {
        width: 11px;
        height: 11px;
        ;
    }

    .blog-read-timer p {
        margin: 0;
        color: #7a7a7a;
        font-size: 11px;
    }

.email-section {
    margin-bottom: -137px;
    position: relative;
    z-index: 2;
}

.email-section {
    background: url(/images/subscribe-bg6.png);
    padding: 4rem 2rem;
    border-radius: 25px;
}

    .email-section h3 {
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 30px;
    }

    .email-section p {
        text-align: center;
        color: #fff;
        margin: 0;
        line-height: 1.7;
        letter-spacing: .16px;
        margin-bottom: 15px;
        font-size: 18px;
    }

.subscribe-email {
    display: flex;
    max-width: 500px;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    gap: 8px;
}

.form-control {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #f9f9f9;
}

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: orange;
        outline: 0;
        box-shadow: 0 0 0 1px rgb(243 86 14 / 25%);
    }

.subscribe-button input {
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(62 62 50) 0%, rgb(62 62 50) 82%);
    padding: 10px;
    font-size: 15px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    border: 2px solid #fff;
}


.footer {
    background-color:#125355;
    position: relative;
    padding-top: 3rem;
}


    .footer h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .footer ul {
        padding: 0;
    }

        .footer ul li {
            list-style: none;
            line-height: 25px;
        }

            .footer ul li a {
                color: rgb(243 243 243);
                text-decoration: none;
                font-size: 12px;
            }

                .footer ul li a:hover {
                    color: #8da311 ;
                    transition: 0.1s ease-in-out;
                }


.footer-contact p {
    color: rgb(243 243 243);
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 2;
}

.footer p {
    margin: 0;
}

.disclaimer span {
    font-size: 12px;
    color: rgb(243 243 243);
}

.social-icon-list {
    display: flex;
    gap: 21px;
    margin: 0;
}

.footer ul {
    padding: 0;
}

.footer-contact a {
    color: rgb(243 243 243);
    text-decoration: none;
    font-size: 13px !important;
}

.copy-right p {
    font-size: 12px;
    font-weight: 400;
    color: rgb(243 243 243);
}

.social-copyright-section {
    margin: 1rem 0 0 0;
    border-top: 1px dashed #0a7c7e 5c;
    padding-top: 7px;
}

.partners {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.travel-panel {
    margin: 2rem 0;
}


body.dim-background::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: #3e3e3294; */
    z-index: 10;
    pointer-events: none;
}

input.highlight {
    position: relative;
    z-index: 11;
    border: 2px solid orange;
    background-color: aliceblue;
}


/* <---review---slider-------> */


.testimonial-section {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    height: 263px;
}

    .testimonial-section img {
        width: 72px;
        margin-bottom: 10px;
    }

.review-heading, .client-name {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.testimonial-section .review {
    font-size: 15px;
    color: #333;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviews-panel {
    margin: 3rem 0 2rem 0;
    background: #fff0e8;
    padding: 1rem 0 2rem 0;
    border-radius: 10px;
}

.topdeals-section .owl-prev {
    display: none !important;
}

.topdeals-section .owl-next {
    display: none !important;
}

/* .fares-slider .owl-dot span{
    background-color: rgb(157, 156, 156) !important;
}

.fares-slider .owl-dot span:active{
    background-color: rgb(247, 176, 122) !important;
} */

.fares-slider .owl-controls {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fares-slider .owl-prev {
    display: none !important;
}

.fares-slider .owl-next {
    display: none !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fa4d14 !important;
}

.class_con::after {
    content: '\25BC'; /* Unicode for down arrow */
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #90a512;
}

.class_con {
    position: relative;
}

.deals-plane-logo {
    padding: 0 15px;
}

.top-deiscount-section {
    padding: 0;
    /* text-align: center;
    background-image: url(/images/top-deal-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative; */
}

.Book {
    font-size: 23px;
    font-weight: 700;
    color: #3e3e32;
}

.Book1 {
    font-size: 23px;
    font-weight: 700;
    color: #fa4d14;
}

.Book2 {
    font-size: 20px;
    font-weight: 600;
    color: #3e3e32;
}

.Book3 {
    font-size: 21px;
    font-weight: 600;
    color: #fa4d14;
}

.deals-details {
    position: absolute;
    top: 27px;
    left: 49%;
}

.blog-section a {
    text-decoration: none;
}

.travel-panel a {
    color: #333;
    text-decoration: none;
}

.item {
    text-align: center;
}

.img-fluid {
    width: 60px;
    height: 60px;
}



.memorial-bnnr {
    margin: 2rem 0;
}

.banner-imag img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 3px 2px 5px 2px rgb(16 16 16 / 17%);
}


.ex4 ul {
    display: flex;
}

    .ex4 ul li {
        list-style: none;
        margin: 0 5px;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        transition: all ease 0.3s;
        cursor: pointer;
    }



.ex4 {
    margin-top: 5px;
}

    .ex4 ul li img {
        width: 20px;
        cursor: pointer;
    }

.nit-partners {
    margin: 1rem 0;
}


.why-main {
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 21px;
    padding: 24px;
}

.why-choose-section {
  
    padding: 1rem 0 2rem 0;
    border-radius: 10px;
}

.choose-head {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    padding-left: 8px;
}

.why-main P {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: rgba(7, 19, 52, 1);
}

.icon-heading {
    display: flex;
    align-items: center;
}

.more-sub-heading {
    font-size: 18px;
    font-weight: 500;
}

.more-about-sctin p {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.more-sub-heading img {
    width: 30px;
    margin-right: 7px;
}

.more-about-sctin {
    margin: 0 0 18px 0;
}

.svg-icon img {
    width: 28px;
}

.trust-logo {
    position: absolute;
    top: 62%;
    left: 57%;
}

    .trust-logo img {
        width: 100%;
    }

    .trust-logo p {
        position: absolute;
        top: 74%;
        left: 12%;
        font-size: 18px;
        margin: 0;
        color: #545454;
        font-weight: 500;
    }

.testimonial-panel {
    margin: 2rem 0;
    background: #fff0e8;
    padding: 1rem 0 2rem 0;
    border-radius: 10px;
}
/* .testimonial-panel .owl-prev{display: none !important;}

.testimonial-panel .owl-next{display: none !important;} */
.offer-destination {
    padding-top: 1rem;
}


.hamburger {
    cursor: pointer;
}

    .hamburger input {
        display: none;
    }

    .hamburger svg {
        /* The size of the SVG defines the overall size */
        height: 30px;
        /* Define the transition for transforming the SVG */
        transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

.line {
    fill: none;
    stroke: #464646;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
    transform: rotate(-45deg);
}

    .hamburger input:checked + svg .line-top-bottom {
        stroke-dasharray: 20 300;
        stroke-dashoffset: -32.42;
    }

.new-bnnr-heading {
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    color: #333;
    height: 60px;
}


.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.iata-icon img {
    width: 53px;
}

.method img {
    width: 80%;
}

.payment-secturity {
    display: flex;
    align-items: center;
}

.copy-right {
    text-align: right;
}

.sub-blog-description {
    font-size: 1.1rem;
    color: #333333;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.sub-blog-describe {
    font-size: 14px;
    color: #565656;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    padding: 6px 0px 0px 0px;
}

.sub-blog-image img {
    width: 100%;
    height: 175px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.blog-type-content {
    display: none;
}

.more-blog {
    margin: 2rem 0;
}

.read-more-button {
    text-align: end;
}

.sub-blog-main {
    margin-top: 10px;
}

.main-blog-pge {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
}

.blog-bnner {
    padding-top: 1.2rem !important;
    position: relative;
}

    .blog-bnner img {
        border-radius: 10px;
        filter: brightness(0.8);
        width: 100%;
        height: 395px;
        object-fit: cover;
    }

.banner-abt ol {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
}

.blog-bnner-main ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner-abt {
    padding-top: 3rem;
}

    .banner-abt ol li {
        font-size: 14px;
        color: #ffffff;
    }

.blog-bnner-main ol li {
    font-size: 14px;
    color: #333333;
}

.banner-abt ol li a {
    text-decoration: none;
    color: #ffffff;
}

.blog-bnner-main ol li a {
    text-decoration: none;
    color: #fa4d14;
}

.blog-abt ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-abt {
    padding-top: 6rem;
}

    .blog-abt ol li {
        font-size: 14px;
        color: #333333;
    }

        .blog-abt ol li a {
            text-decoration: none;
            color: #fa4d14;
        }

.city-bnnr li {
    font-size: 14px;
    color: #333333;
}

    .city-bnnr li a {
        text-decoration: none;
        color: #0a7c7e ;
    }

.city-bnnr ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sub-blog-main:hover .sub-blog-description {
    text-decoration: 1px underline #5f5f5f;
}

.sub-blog-main:hover .cta::before {
    width: 100%;
    background: #fff0e8;
}

.blog-abt h1 {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 13px;
}

.blog-right-section {
    background-color: #f8f0e6;
    padding: 10px;
    border-radius: 10px;
    z-index: 1;
    position: sticky;
    position: -webkit-sticky;
    top: 85px;
}

.blog-section-form {
    box-shadow: 0px 0px 0px !important;
}

.offer-form {
    background-color: #ffffff;
    padding: 17px;
    margin-top: 0;
    border-radius: 13px;
    box-shadow: 6px 5px 15px #ccc;
}

.form-close-button a {
    position: absolute;
    right: 22px;
    font-size: 22px;
}

.offer-form label {
    font-size: 14px;
    padding-left: 4px;
}

.offer-description {
    font-size: 20px;
    color: #f65713;
    font-weight: 500;
    padding-bottom: 8px;
}

.form-submit {
    font-size: 19px;
    border: 0;
    background: #f3560e;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    height: 49px;
    margin-top: 7px;
}

.form-button a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-image: linear-gradient(0deg, #f14513 0%, #f18212 100%);
    padding: 3px;
}

.form-button {
    position: fixed;
    right: -31px;
    top: 68%;
    transform: rotate(270deg);
    z-index: 99;
}

.form-close-button a {
    position: absolute;
    right: 22px;
    font-size: 22px;
}

.transparent {
    background-color: #fff;
}

.white {
    background-color: white; /* White background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-flight-details h1 {
    font-size: 27px;
    color: #333;
    font-weight: 600;
}

.section-flight-details h2 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
}

.section-flight-details h3 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.section-flight-details h4 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.section-flight-details h5 {
    font-size: 19px;
    color: #333;
    font-weight: 600;
}

.section-flight-details h6 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.city-page-route-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #343434;
}

.deals-heading {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.deal-from {
    font-size: 13px;
    color: #5b7e9b;
    font-weight: 500;
}

.deal-to {
    font-size: 16px;
    color: #41403a;
    font-weight: 600;
    border-bottom: 1px solid #41403a;
    padding-bottom: 7px;
}

.price {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.price-details {
    font-size: 20px;
    font-weight: 700;
    color: #41403a;
}

.city-page-route-section p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #343434;
}

.city-page-route-section strong {
    font-weight: 600;
    font-size: 17px;
}

.city-page-route-section ul li {
    font-size: 15px;
    line-height: 1.7;
    color: #343434;
}

.title-faq {
    font-weight: 600;
    font-size: 25px;
}

.section-faqs h3 {
    font-size: 17px;
    cursor: pointer;
    padding: 6px;
    font-weight: 500;
    color: #7f3003;
}

.ans-sec p {
    padding: 6px;
    color: #444;
    font-size: 15px;
}

.qus-sec h3:before {
    content: '+';
    padding-right: 4px;
}

.ans-sec1 h3:before {
    content: '+';
    padding-right: 4px;
}

.ans-sec1 p {
    padding: 6px;
    color: #444;
    font-size: 15px;
}

.ans-sec {
    display: none;
    transition: all 0.3s ease;
}

    .ans-sec.activeF {
        display: block;
    }

.blog-description h1, .blog-description h1 strong, .blog-description h1 span {
    font-size: 28px;
    font-weight: 600;
}

.blog-description p, .blog-description p span, .blog-description ul li, .blog-description ol li {
    font-size: 14px;
    line-height: 1.7;
    color: #343434;
}

.blog-description h2, .blog-description h2 strong, .blog-description h2 span {
    font-size: 25px;
    font-weight: 600;
    color: #444444;
}

.blog-description h3, .blog-description h3 strong, .blog-description h3 span {
    font-size: 23px;
    font-weight: 600;
    color: #444444;
}

.blog-description h4, .blog-description h4 strong, .blog-description h4 span {
    font-size: 21px;
    font-weight: 600;
    color: #444444;
}

.blog-description h5, .blog-description h5 strong, .blog-description h5 span {
    font-size: 19px;
    font-weight: 600;
    color: #444444;
}

.blog-description h6, .blog-description h6 strong, .blog-description h6 span {
    font-size: 17px;
    font-weight: 600;
    color: #444444;
}

.about-us-main {
    font-size: 30px;
    font-weight: 600;
}

.about-page-main-section {
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.inner-section {
    background-color: #fbfbfba3;
}

/* Add this CSS to style the grid layout */

/* Section Styles */
.new-top-deals {
    background-color: #fff0e8;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}



/* Row and Column Styles */
.new-deals-section.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* Center the content horizontally */
}

.box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px; /* Add padding for spacing */
}

.new-deals-section.col-5 {
    flex: 0 0 45%; /* Fix the width to 45% */
}

.new-deals-section.col-7 {
    flex: 0 0 45%; /* Fix the width to 45% */
}

.new-deals-section.col-6 {
    flex: 0 0 48%; /* Fix the width to 48% */
}

/* Deal Info Styles */
.deal-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: 100%;
    height: 100%; /* Make it take full height */
}

    .deal-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.top-fares-slider strong {
    font-size: 40px;
    color: #fa4d14;
    font-weight: 600;
    margin-right: 12px;
}


.deal-info p {
    margin: 10px 0;
    font-size:15px;
}

.fares-slider {
    width: 100%;
}

.top-fares-slider {
    margin-bottom: 10px;
}


.cta svg {
    margin-left: 10px;
}

/* Top Airfares Styles */
.top-airfares {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
}

    .top-airfares p {
        font-size: 19px;
    margin-bottom: 4px;
    font-weight: 500;
    }

#airfareChart {
    width: 100%;
    height: 300px;
}

/* Additional Info Styles */
.additional-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

    .additional-info p {
        margin-bottom: 20px;
    }

/* Promo Styles */
.promo {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .promo img {
        max-width: 100%;
        border-radius: 10px;
    }


.city-page-heading {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
    text-shadow: 1px 1px 6px #33333394;
}

.city-bnnr {
    padding-top: 1rem !important;
}

.cta svg{display:none;}

.city-page-route-section {
    margin: 1.5rem 0;
}

.section-faqs {
    margin-top: 0rem;
}

.route-section {
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #0f406b;
    box-shadow: 5px 5px 2px #dde6ed;
}

.route-main-section {
    margin: 1rem 0;
    border-radius: 5px;
    padding: 10px;
}

.section-flight-details table {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 600;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.section-flight-details tr:nth-child(odd) {
    background: #f0f0f0;
}
/*.section-flight-details tr, td {
    text-align: left;
    padding: 10px;
}*/
.section-deals table {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}


.banner-section {
    background:#90a512;
    text-align: center !important;
    padding-top: 6rem;
    height: 260px;
    position: relative;
}

.banner-abt h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.sitemap-content {
    padding: 10px 0 0px 0;
}

.main-heading {
    background: #90a512b8;
    display: inline-block;
    clear: both;
    font-size: 15px;
    border-radius: 20px;
    padding: 11px 25px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 20px;
}

.sitemap-content ul:last-child {
    border-bottom: 0;
    border-bottom: 1px solid #f25716;
    padding-bottom: 1rem;
}

.sitemap-content ul {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f25716;
    padding-bottom: 17px;
}

.sitemap-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sitemap-content ul li {
        float: left;
        width: 25%;
    }

        .sitemap-content ul li a {
            font-size: 14px;
            color: #333333;
            display: inline-block;
            background-image: url(/images/sitemap-arrow.png);
            background-repeat: no-repeat;
            padding: 2px 0 2px 19px;
            background-position: top 10px left 4px;
            background-size: 6px;
        }

a {
    text-decoration: none;
}

.sitemap-content ul li:hover a {
    color: #2543fb;
}

.about-section h2 {
    font-weight: 700;
    font-size: 32px;
}

.about-section p {
    font-size: 16px;
    color: #1c1c1c;
        margin-bottom: 10px;
}

.phone-contact + a, .phone-email + a {
    text-decoration: none !important;
    font-weight: 700;
    font-size: 18px;
    color: #f45317;
}

.contactForm .form-control {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 1rem;
}

.card h5 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.typed-text {
    color: #f3560e;
}

.deal-info h3 {
    font-weight: 500;
    font-size: 20px;
}


.deal-info h4 {
    font-size: 24px;
    font-weight: 600;
       margin: 16px 0;
       color:#333;
}


.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    width: 90%;
    max-width: 400px;
    border-radius: 4px;
}

.ui-menu-item {
    list-style: none;
    padding: 10px;
    cursor: pointer;
}

    .ui-menu-item a {
        text-decoration: none;
        color: #333;
        display: block;
        padding: 8px;
        border-radius: 4px;
        transition: background-color 0.3s, color 0.3s;
    }

.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid #0a7c7e  !important;
    background: #dfafb92e !important;
    font-weight: normal !important;
    color: #333 !important;
    font-weight: 500 !important;
}

.additional-info p {
    font-size: 20px;
    font-weight: 500;
}

.top-fares-slider p {
    font-size: 25px;
    font-weight: 600;
}

.nit-heading {
    font-size: 24px;
    font-weight: 600;
}

.cheapest-flight-section p {
    font-size: 14px;
    color: #444;
}

.nit-heading1 {
    font-size: 18px;
    font-weight: 600;
}

.cheapest-flight-section ul li {
    font-size: 14px;
    color: #444;
}

.about-us-image img {
    width: 300px;
    border-radius: 15px;
    background: #e0e0e0;
    box-shadow: -41px 32px 1px #f97841;
}

.about-us-image {
    text-align: center;
    padding-left: 4rem;
}

.about-more-info {
    font-size: 20px;
    font-weight: 500;
    color: #080808;
    position: relative;
    padding-bottom: 1rem;
}

    .about-more-info::before {
        content: "";
        width: 90%;
        height: 1px;
        position: absolute;
        top: 42px;
        right: 0;
        left: 0;
        background-color: #f97841;
    }

.about-info-content p {
    font-size: 14px;
    color: #565656;
}

.about-info {
    margin: 16px 0;
}

.nit-404 {
    text-align: center;
    padding: 6rem 0 4rem 0;
}

.nit-box h1 {
    font-size: 6rem;
    font-weight: 700;
    color: #0a7c7e ;
}

.tbtn {
    background: #90a512;
    transition: 0.3s;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
}

    .tbtn:hover {
        background: #0a7c7e ;
        color: #ffffff;
    }

.blog-banner-abt {
    padding-top: 13rem;
}

    .blog-banner-abt ol {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 10px;
    }

        .blog-banner-abt ol li a {
            text-decoration: none;
            color: #ffffff;
        }

        .blog-banner-abt ol li {
            font-size: 14px;
            color: #ffffff;
        }

.mob-banner-imag {
    text-align: center;
}

    .mob-banner-imag img {
       width:100%;
        border-radius: 10px;
        margin: 1.5rem 0;
        box-shadow: 3px 2px 5px 2px rgb(16 16 16 / 17%);
    }

.error {
    /* padding: 3px; */
    overflow: hidden;
    background: #ffd2d2 !important;
    border: 1px solid red !important;
}

.person {
    font-size: 15px;
    color: #3e3e32;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: -19px !important;
    background: url(/images/left-arrow.svg) no-repeat center center;
    background-color: #fff;
    background-size: 16px !important;
    font-size: 0px !important;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    background: url(/images/right-arrow.svg) no-repeat center center;
    background-color: #fff;
    background-color: #fff;
    background-size: 16px !important;
    font-size: 0px !important;
}

    .owl-theme .owl-controls .owl-nav div.owl-next:hover {
        background: url(/images/right-arrow.svg) no-repeat center center;
        background-color: #fff;
        background-color: #fff;
        background-size: 16px !important;
        font-size: 0px !important;
    }

.owl-prev:before,
.owl-next:before {
    display: none !important;
}

.footer-contact img {
    width: 15px;
}

.shd2 {
    height: 665px;
    max-width: 96%;
}

.animate {
    position: relative;
    color: transparent;
    background: #f0f8ff;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    background-repeat: no-repeat;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 12px;
    display: flex;
    box-shadow: 2.3px 1.9px 8px 0 rgb(0 0 0 / 11%);
    margin: 20px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.section-flight-details tr {
    padding: 5px;
    border: 1px solid #ccc;
}

.section-flight-details td {
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 400;
}

.section-flight-details th {
    padding: 10px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.recent-blog-heading {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.recent-blog-new-section {
    margin-bottom: 1.5rem;
}

.form-close-button img {
    width: 15px;
}

.blog-section {
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .08);
    border-radius:10px;
}


/*<<<<----------------->>>>>>>>>>*/

.chart-container {
    width: 80%;
    height: 50vh;
    margin: auto;
}



.more-destination-panel {
    margin: 2rem 0;
}

    .more-destination-panel h2 {
        font-size: 24px;
        color: #1d1d1d;
        margin-bottom: 20px;
    }

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
}

    .offers-grid a {
        text-decoration: none;
        color: #006ee3;
        font-size: 15px;
    }

        .offers-grid a:hover {
            text-decoration: underline;
        }

.offers-panel img {
    width: 22px;
    position: relative;
    top: 9px;
    left: 5px;
}

.scrollable {
    max-height: 400px;
    overflow-y: auto;
}

    .scrollable::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        pointer-events: none;
    }

    .scrollable::-webkit-scrollbar {
        width: 8px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .scrollable::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.trust-logo-new {
    display: flex;
    gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

    .trust-logo-new p {
        font-weight: 500;
        font-size: 20px;
        color: #3e3e32;
        margin: 0;
    }

    .trust-logo-new img {
        width: 102px;
    }

.mb-trustpilot {
    margin-top: 1rem;
    cursor: pointer;
}

.mb-trustpilot {
    display: none;
}


.us-city-images img {
    width: 100%;
    height: 217px;
    border-radius: 10px;
    object-fit: cover;
    margin: 8px 0 16px 0;
}

.dis-icon {
    width: 11px;
    margin-left: 2px;
}

.disclaimer a {
    color: #fff;
    margin: 0 2px;
}

.contentBox {
        overflow-x: scroll;
    margin-top: 1rem;
}

.tab-content {
    display: none;
}

.tab-button {
    padding: 6px 20px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
    border: none;
    color: #3e3e32;
    font-size: 18px;
    border-radius: 5px;
}

    .tab-button.active {
        background-color: #90a512;
        font-weight: 500;
        color: #fff;
        border:1px solid #333;
    }

.tabs {
    margin-bottom: 30px;
}

.flight-route-section {
    cursor: pointer;
    margin: 10px 0;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .08);
    position: relative;
    border: 1px solid #ccc;
}

.route-from-to {
    font-size: 19px;
    color: #333;
}

.flight-route-section p {
    font-size: 14px;
    color: #4e4e4e;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.flight-lear-more {
    text-align: right;
    color: #333;
    font-size: 12px;
}




.deal {
    margin: 20px 0;
    padding: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .08);
    border: 1px dashed #ccc;
}

    .deal h2 {
        font-size: 20px;
        font-weight: 400;
    }

.title-head img {
    width: 30px;
}

.deal p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.deal1:before {
    content: "Deal 1";
    position: absolute;
    top: -12px;
    background: #23bd1a;
    padding: 2px 20px;
    border-radius: 15px;
    font-size: 14px;
    left: 9px;
    color: #fff;
    font-weight: 500;
}

.deal2:before {
    content: "Deal 2";
    position: absolute;
    top: -12px;
    background: #23bd1a;
    padding: 2px 20px;
    border-radius: 15px;
    font-size: 14px;
    left: 9px;
    color: #fff;
    font-weight: 500;
}

.deal3:before {
    content: "Deal 3";
    position: absolute;
    top: -12px;
    background: #23bd1a;
    padding: 2px 20px;
    border-radius: 15px;
    font-size: 14px;
    left: 9px;
    color: #fff;
    font-weight: 500;
}

.deals-section {
    background: #fff0e8;
}

@media (max-width: 600px) {
    .deals-section {
        padding: 20px;
        margin: 20px;
    }

    .deal {
        padding: 10px;
    }
}


.card {
    background-color: #ebebeb;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    border: 1px solid #f4f4f4;
    text-align: center;
    display: block;
}

   
.flight-deals {
    margin: 0;
    font-size: 18px;
    color: #3e3e32;
    font-weight: 600;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 10px;
}

.route {
    margin: 8px 0 16px 0;
    position: relative;
}


    .route div {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .route .dot-line {
        height: 40px;
        margin: 0 auto;
    }

.price {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
   border-radius: 7px;
    padding: 7px 37px;
    display: inline;
}

.dot-line {
    background-image: url(/images/departure.svg);
    text-align: center;
    width: 26px;
    height: 25px;
    margin-top: 6px !important;
    background-repeat: no-repeat;
}

.owl-dots {
    text-align: center;
}

.accordion-button:focus {
   box-shadow: 0 0 0 2px rgb(31 169 149) !important;
}

.accordion-button:not(.collapsed) {
  color: #0b8081;
    background-color: #f8f7f7 !important;
    box-shadow: 0 0 0 2px rgb(31 169 149) !important;
    font-weight: 500 !important;
}

.accordion-body {
    padding: 10px 1rem !important;
    font-weight: 300;
    font-size: 15px;
}

.blog-desc-part2 img {
    width: 100%;
    height: 400px;
    object-position: center;
    object-fit: cover;
}

.nav-link a {
    color: #333 !important;
}


.blog-desc-part2 td {
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 400;
}

.blog-desc-part2 tr {
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 400;
}

.blog-desc-part2 table {
    width: 100% !important;
    margin: 1rem 0 !important;
}

table p {
    margin: 0;
}

.blog-desc-part2 th {
    padding: 10px;
    border: 1px solid #ccc;
    font-weight: 500;
}

.deal-info a {
    padding: 5px 10px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    color: #333;
    font-size: 19px;
}

.flt-to-us a {
    background: #fff0e8;
}

.deal-info a:hover {
    transform: translateY(-5px);
}

.deal-info img {
    width: 18px;
        transform: translateX(-2px);
    transition: all 0.3s ease;
}

.flt-to-us:hover  img {
        transform: translateX(1px);
    transition: all 0.3s ease;
}

.cta a {
    text-decoration: none;
}

.iate-info {
    font-size: 12px;
    color: rgb(243 243 243);
    text-align: center;
    margin: -5px 0 1rem 0 !important;
}

.accordion-button {
    font-weight: 500;
}

.blog-city img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-image {
    margin: 1rem 0;
}

.about-cta:before {
    content: "";
    background: #ffffff !important;
}

.info-section {
    display: none;
    padding: 0;
}

    .info-section.active {
        display: block;
    }

.dropdown {
    margin: 20px 0 10px 0;
}

#infoSelect {
        color: #fa4d14;
    border: 2px solid #ffbf9d;
    border-radius: 0.75em;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 6px;
    cursor: pointer;
}

    #infoSelect:active {
        border: 2px solid #fa4d14;
    }

option {
    background: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 30px;
    color: #151a28;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

    option:hover {
        background: #fff0e8;
    }

.dropdown label {
    font-size: 20px;
    font-weight: 500;
    color:#333;
}

.destination-image:hover .cta::before {
    width: 100%;
    background: #fff0e8;
}



.blog-section1:hover .cta::before {
    width: 100%;
    background: #fff0e8;
}


#progress-bar {
    position: fixed;
    top: 70px;
    left: 0;
    height: 4px;
    width: 0;
   background-image: linear-gradient(-20deg, #0a7c7e  0%, #0a7c7e 5e 100%) !important;
    z-index: 999;
    transition: width 0.1s ease-out;
    display: none; /* Initially hidden */
}


.deal-info h5{    font-size: 17px;
    color: #333; color:#333;}

.top-fares-slider h5{    font-size: 22px;
    font-weight: 500; color:#333;}
.blog-call-bnner img{width:100%;  box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1);}
.blog-call-bnner-mob img{width:100%;  box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1); display:none;}


/*<-------new-website----css------>*/



.destination-card {
      overflow: hidden;
      border-radius: 15px;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .destination-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .destination-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .destination-card:hover img {
      transform: scale(1.1);
    }

    .destination-label {
      position: absolute;
      bottom: 15px;
      left: 15px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 5px 10px;
      border-radius: 10px;
      font-size: 14px;
    }

    .section-title {
      margin-bottom: 30px;
      font-size: 1.8rem;
      font-weight: bold;
    }

    /* Animation */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .destination-card {
      animation: fadeIn 0.8s ease;
    }


     .flight-card {
      border: 1px solid #e6e6e6;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .flight-card:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .flight-card .logo img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }

    .flight-card .price {
      font-weight: bold;
      font-size: 1.2rem;
      color: #1a1a1a;
    }

    .flight-card .more {
      color: #007bff;
      font-size: 0.9rem;
      text-decoration: none;
    }

    .flight-card .more:hover {
      text-decoration: underline;
    }

    .flight-card-title {
      font-size: 1.1rem;
      font-weight: bold;
    }

    .flight-card .details {
      color: #757575;
      font-size: 0.9rem;
    }


    .cheapest-tag {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 12px;
}

.deal-card img {
  width: 60px;

}

.deal-card h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

.deal-card h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.deal-card small {
  font-size: 0.875rem;
  color:#333;
}

.deal-card .btn-primary {
  font-size: 0.9rem;
  padding: 5px 20px;
}

.deal-card p {
  font-size: 0.875rem;
}

.deal-card{background:#fff;}
.popular-deals-panel{background-color:#f2f2f2; padding:0.5rem 0 2.5rem 0;     margin-top: 1.5rem;}




.pricing-details {
  border: 2px solid #e5e5e5;
  border-radius: 15px;
  background: #fff;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #e6f7ff;
  color: #17a2b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

h6 {
  font-weight: 600;
}

.text-muted {
  font-size: 0.875rem;
}

.card {
  transition: transform 0.2s, box-shadow 0.3s;
}



.row div:not(:last-child) {
  border-right: none;
}

@media (min-width: 768px) {
  .features-section div:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
}

.subscription-section .container {
  background: #fff5f5; 
  padding: 10px;
}


.content-box {

  border-radius: 10px;
 
}

.content-box .icon img {
  width: 50px;
  height: 50px;
}

.content-box h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.content-box p {
  font-size: 1rem;
  color: #6c757d;
}

.content-box .form-control {
  border-radius: 8px;
  padding: 0.8rem;
}

.content-box .btn {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
}

/* Image Styling */
.img-fluid {
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .subscription-section {
    padding: 2rem 1rem;
  }

  .content-box h2 {
    font-size: 1.5rem;
  }
}


.img-fluid1{    width: 100%;
    height: 400px;}


.card-body img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }


.search-engine-section input:focus {
       color: #212529;
     background-color: #fff;
    border-color: #90a512;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(144 165 18);
}



.btn-primary {
    color: #fff;
    background-color: #0a7c7e  !important;
    border-color: #0a7c7e  !important;
}

.text-primary {
    color: #3554d1 !important;
}

.btn-warning:hover{
    background-color: #90a512!important;
    border-color: #90a512!important;
  
}


.btn-warning {
    color: #fff!important;
    background-color: #0a7c7e ;
        border-color: #0a7c7e ;
}

.deal-card  a{color:#3554d1; text-decoration:none;}
.tab-button:hover {
    background-color: #90a512;
    color:#fff;
}


  
 .main-image img{
    
          border: 2px solid white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width:100%;
    }
  

    .contact-section1 {
         background-color: #f4f4f4;
    padding: 3rem 1rem;
    border-radius: 10px;
}
    }
    .contact-info h2 {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .contact-info p {
      margin-bottom: 0.5rem;
      color: #666;
      font-size:18px;
    }
    .contact-info .social-icons a {
      margin-right: 15px;
      font-size: 1.2rem;
      color: #007bff;
      text-decoration: none;
    }
    .contact-info .social-icons a:hover {
      color: #0056b3;
    }
    .contact-form input,
    .contact-form textarea {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 10px;
    }
    .contact-form button {
      background-color: #007bff;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .contact-form button:hover {
      background-color: #0056b3;
    }

    .contact-section1 a{    font-size: 20px;
    color: #0a7c7e ;
    font-weight: 600;}


    .contact-section1 .btn-primary {
    color: #fff;
    background-color: #90a512 !important;
    border-color: #90a512 !important;
}

    .link-item svg{display:none;}

    .client-reviews{margin-top:-2rem;}

    .contentBox table{margin-bottom:2rem;}
   .contentBox .TFnormal{color:#5b5b5b!important;}
   .contentBox .TFnormal strong{color:#333;}

   .contentBox table tr:nth-child(odd) td {
    background: #efefef;
    padding: 5px;
    color: #666;
    font-size: 88%;
}

.contentBox table tr:nth-child(2n) td {
    background: #f8f8f8;
    padding: 5px;
    color: #666;
    font-size: 88%;
}

.mainCntr {
    overflow: hidden;
}

.aboutBox {
    width: 100%;
    padding: 50px 0;
    font-weight: 300;
    line-height: 27px;
}

ul.policy_list {
    display: flex;
        /* flex-direction: column; */
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    column-count: 3;
}

ul.policy_list li.airline_baggage {
    display: flex
;
    justify-content: space-between;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 45px;
    align-items: center;
    width: 32.33%;
    margin: 0 0.5%;
    float: left;
    margin-bottom: -1px;
}
ul.policy_list li.airline_baggage p {
    padding: 0;
    margin: 0;
}

.policybox p {
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
}
ul.policy_list li.airline_baggage a {
    background: #90a512;
    color: #fff;
    font-size: 12px;
    padding: 0px 5px;
    border-radius: 5px;
}

.policy_list img {
    max-width: 50px;
    max-height: 34px;
    display: inline-block !important;
}


.address-map{margin: 2rem 0 1rem 0;}

.contentBox table td{border: #cdcccc  solid 1px;}

.mobile-header{display:none;}
.section-flight-menu{display:none;}
.call-mobile{justify-content:center;}

.fixed-popup-main{display:none;}
.bottom-call-fare{display:none;}
.shd2{height:665px;max-width:96%;}
.animate {
    position: relative;
    color: transparent;
    background: #f0f8ff;
   
    background-image:linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    background-repeat: no-repeat;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 12px;
    display: flex;
    box-shadow: 2.3px 1.9px 8px 0 rgb(0 0 0 / 11%);
    margin: 20px;
}
@keyframes placeholderShimmer{
    0% {
    background-position: -468px 0;
}

100% {
    background-position: 468px 0;
}
}


.icon-wrapper img{width:40px;}
.call-blink::after{width:12px!important; height:12px!important;}
.menu-section{    height: auto!important;
    padding-bottom: 15px!important; box-shadow: 0 16px 12px rgb(0 0 0 / 21%);}
.disclaimer a{text-decoration:underline;}
.disclaimer a:hover{color:#0a7c7e ;}

.checkbox-label{display:none;}


          .toll-number-section:before {
    position: absolute;
        top: 9px;
    left: -15px;
    content: "";
    width: 203px;
    height: 65px;
    animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .4s infinite;
    box-shadow: #0a7c7e  0 0 21px 10px inset;
    z-index: 1;
    border-radius: 30px;
    opacity: 0;
    pointer-events:none;
}
          .toll-number-section{position:relative;}
@keyframes call-effect{
          0% {
    transform: scale(.1);
}
20% {
    opacity: .8;
}
40%, 100% {
    transform: scale(1.1);
}
0% {
    transform: scale(.1);
}
20% {
    opacity: .2;
}
40%, 100% {
    transform: scale(1.1);
}
}


.greatAirfarespopUp {
    background: rgb(192, 219, 236);
    background: linear-gradient(180deg, rgba(192, 219, 236, 1) 0%, rgba(240, 241, 243, 1) 53%, rgba(201, 228, 245, 1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100000;
    padding: 0px 13px 100px 13px;
    text-align: center;
    overflow-y: auto;
}

.gamainCover {
    background-color: #fff;
    border-radius: 25px;
    height: auto;
    padding-bottom: 6px;
    position: relative;
    margin-top: 15px;
}

.gamainPoup {
    padding-bottom: 10px;
    height: auto;
}

.gamainPoup {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
}

.gamainPoup a.closeBtns {
    z-index: 12;
}
.gamainPoup a.closeBtns {
    position: absolute;
    right: 10px;
    top: 12px;
}

.gamainPoup a.closeBtns {
    top: 8px !important;
}
.whole-banner-clickable a.wholeClickable {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
    top: 0px;
    z-index: 10;
}

.gAcontent {
    width: 100%;
}

.newLogoFlex {
    display: flex
;
    padding: 22px 10px 10px 10px;
    justify-content: space-between;
    align-items: center;
}

.newLogoFlex .siteLogo {
    max-width: 120px;
}

.newLogoFlex .siteLogo {
    max-width: 130px;
    float: left;
    vertical-align: middle;
}

.newLogoFlex .siteNumb {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #008a04;
    border-radius: 5px;
    padding: 0 6px 0 12px;
    position: relative;
    line-height: 20px;
    color: #000;
}

.newLogoFlex .siteNumb {
    color: #000 !important;
}
.newLogoFlex .siteNumb {
    font-size: 14px;
    font-weight: bold;
    border: solid 1px #008a04;
    border-radius: 5px;
    padding: 0 6px 0 12px;
    position: relative;
    line-height: 20px;
    float: right;
    vertical-align: middle;
    margin-top: 13px;
}

.newLogoFlex .siteNumb:before {
    width: 36px;
    height: 37px;
    content: " ";
    /*background-image: url(/Content/images/utmCall.png);*/
    position: absolute;
    left: -31px;
    top: -8px;
    background-repeat: no-repeat;
    background-size: cover;
}
.gamainCover .gamainPoup h2 {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    background-color: #1a3356;
    padding: 12px 0px;
    margin-bottom: 5px;
}
.greatAirfarespopUp .airlinerLogo {
    padding: 0px 34px !important;
    padding-bottom: 0px !important;
}

a.svnSpt {
    display: none;
}
a.svnSpt {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}

.usplst {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 7px;
    position: relative;
}

.usplst div {
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 6px 0 9px 0;
    width: 45%;
    font-weight: 600;
    background-color: #034053;
    border-radius: 20px;
    margin: 5px 2px;
    line-height: 16px;
}

a.svnSpt {
    display: none;
}

a.svnSpt {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 10px;
    font-weight: bold;
}
.usplst a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a.svnSpt {
    padding-top: 0 !important;
}
.gamainCover .gamainPoup h2 {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    background-color: #1a3356;
    padding: 12px 0px;
    margin-bottom: 5px;
}

.greatAirfarespopUp .flightImage {
    min-height: unset;
    margin: 19px 0;
    padding: 0 20px;
}

.greatAirfarespopUp .flightImage {
    margin: 3px 0 !important;
}
.flightImage {
    margin-top: 7px;
    margin-bottom: 40px;
    /* background-image: url(../images/flightPopupBg.png); */
    background-repeat: no-repeat;
    min-height: 194px;
    position: relative;
}

.greatAirfarespopUp .flightImage img {
    top: 0;
}
.flightImage img {
    max-width: 94%;
    position: relative;
    top: 40px;
}

.greatAirfarespopUp .girlCalling {
    margin-top: 10px;
    margin-bottom: 11px;
    position: relative;
}

.greatAirfarespopUp .girlCalling {
    margin-bottom: 0 !important;
}
.girlCalling {
    margin-top: -77px;
    margin-bottom: 15px;
    position: relative;
}
.greatAirfarespopUp .girlCalling img {
    border: 4px solid #ccc;
    border-radius: 50%;
    width:50px;
}

.callTxt {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.callTxt {
    margin-bottom: 3px !important;
}

.callicons.post {
    justify-content: center;
}

.callicons.post {
    border-radius: 47px;
    background: #0a7c7e ;
    display: flex;
    align-items:center;
    padding: 8px;
    margin-right: 10px;
    margin-left: 7px;
}
.pohlp{    font-size: 20px;
    color: #0a7c7e ;}

.callicons a{color: #fff;
    font-size: 26px;}

.callicons .circlePhone {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.callicons img{    width: 31px;
    height: 31px;}

.callicons h4 {
    margin: 0;
   
    color: #404040;
    font-weight: 500;
}

.pohlp {
    margin-bottom: 0;
}
.pohlp a{color:#333;}

.siteLogo img{width:50px;}

.greatAirfarespopUp{display:none;}

.more-legal ul{    padding: 0;
    display: flex;
    gap: 24px;
    justify-content: end;
    align-items: center;
    margin: 0;}

.more-legal ul li{list-style:disc; color:#fff; text-decoration:underline;}


.footer .accordion-button, .accordion-body {
       background-color: #125355 !important;
    color: #fff !important;
    padding-left:0!important;
   
}

.footer .accordion-item{background-color:transparent !important;}
.footer.accordion-button{border:none!important; padding-top:0!important;}
        
        .footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

       .footer .accordion-button:not(.collapsed){
       background-color: transparent;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;;}

       .footer .accordion-button:focus{ box-shadow:none!important;}
     .footer .accordion-button::after{background:url(/new-site-images/download.svg)no-repeat center / cover!important;}
     .faq-section .accordion-body {
    background-color: #ffffff !important;
    color: #443f3f !important;
    padding-left: 22px !important;
}
     .card {box-shadow: 3px 0px 10px rgb(0 0 0 / .075) !important;}

.tablinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.3rem;
}

.tablinks ul li a.active {
    background:#90a512 !important;
    color: #fff !important;
}
.tablinks ul li a.active svg{fill:#fff; }
.tablinks ul li a {
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    display: block;
    cursor: pointer;
}


a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

.cruise_search{background-color: #fff;
    
    box-shadow: 0 4px 12px rgb(0 0 0 / 21%);
    border-radius: 0px 6px 6px 6px;
    padding: 0px 22px 6px 22px;}

.cruise-input select, .cruise-input input{      height: 53px;
    width: 100%;
    padding: 4px 4px;
    border: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #000 !important;
    padding-left: 5px;
    padding-top: 22px;
    border: 1px solid #858585;
    margin-bottom: 12px;
    text-overflow: ellipsis;}

.cruise-input{padding-top:14px; position:relative;}



.cruise-input label{    position: absolute;
    left: 8px;
    font-size: 12px;
    top: 18px;}


.input-cruise label{top:3px!important;}
.cruise-input button{    font-size: 20px;
    border: 0;
    background: #0a7c7e ;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    height: 53px;
    margin-top: 0px;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cruise-input button::before {
    content: '';
    width: 0;
    height: 71px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;  background-color: #90a512;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.cruise-input input:focus,.cruise-input select:focus {
    color: #212529;
    background-color: #fff;
    border-color: #0078d2bd;
    outline: 0;
    box-shadow: 0 0 0 1px rgb(0 120 210 / 29%);
}


.cruise-page{    background: url(/new-site-images/cruise-page-bg.webp) no-repeat center / cover;
    height: 500px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;}


.cruise-page h1 {
  font-size: 30px;
    line-height: 55px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 9rem;
    /* max-width: 900px; */
    margin: 0 auto;
    text-shadow: 1px 1px 6px #33333394;
    margin-bottom: 20px;
}


.cruise-page p {
    font-size: 21px;
    margin: 0;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 6px #33333394;
}

.cruisr-call-btn{text-align: center;}
.cruisr-call-btn p{    background: #0276d2;
                       position:relative;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 12px;}


    .cruisr-call-btn p:before {
        position: absolute;
        top: -10px;
        left: -8px;
        content: "";
        width: 233px;
        height: 70px;
        animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .4s infinite;
        box-shadow: #0a7c7e  0 0 21px 10px inset;
        z-index: 1;
        border-radius: 12px;
        opacity: 0;
    }


   .cuise-offer {    box-shadow: 1px 1px 12px #7e7e7e29;
    padding: 16px;
    border-radius: 14px;    border: 1px solid #ccc;}

   .cruie-img img{    width: 100%;
    border-radius: 10px;}

    .cruie-img {position:relative; margin-bottom:15px;}
    .cruise-trip{color: #fff;
    position: absolute;
    bottom: 1px;
    left: 10px;
    font-size: 15px;}

    .cruise-details{    display: flex;
    justify-content: space-between;}

    .cruise-details img{width:100px;}

    .cruise-name{    font-weight: 600;
    color: #0e236d;
    font-size: 18px;    display: flex;
    align-items: center;
    gap: 4px;}

    .cruise-departue span{font-weight: 600;
    color: #0e236d;
    font-size: 18px;  }

    .cruise-departue {font-weight: 400;
    color: #333;
    font-size: 16px;  display: flex;
    align-items: center;
    gap: 4px;}

    .more-cruise-offers{font-size: 15px;
    color: #524e4e;    border-top: 1px dashed #0077d0;}

    .more-cruise-offers ul{ padding-left: 16px;
    margin-top: 10px;}

    .cruise-price{ color: #198754 !important; display:flex; font-size: 30px; font-weight: 600;}

   .cruise-price span{    font-size: 11px;
    color: #686868;
    padding-right: 4px;}

   .cruise-name img{width:20px;}
   .cruise-departue img{width:20px;}
   .cruise-departue{    padding: 4px 0 10px 0;}
   .cruise-details{    padding-bottom: 8px;}

   .cruise-deals-panel{padding: 1rem 0;}

   .call-now-button a {
    background: #0a7c7e ;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0.5rem 2rem;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #0a7c7e ;
    margin-top: 0.5rem;
    border-radius: 2rem;
}

   .call-now-button a:hover {
    background: #90a512;
    border-color: #90a512;
    color: #fff !important;
}

   .cruise-dest-main p{font-size: 20px;
    font-weight: 500;
        color: #0e236d;
    padding-top: 5px;}

.cruise-dest-main {
    border-radius: 12px;
}

.cruise-dest-main img{width:100%;    height: 170px; object-fit:cover;}


.package-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      margin-bottom:2rem;
    }

.package-btn a:hover{background:#0e236e!important; color:#fff!important;}

    .package-img {
      max-height: 100%;
      object-fit: cover;
    }

    .package-header {
      background-color: #f8f9fa;
      padding: 15px;
    }

    .package-title {
      font-size: 17px;
      font-weight: bold;
      color: #333;
    }

    .package-subtitle {
      font-size: 14px;
      color: #666;
    }

    .package-body {
      padding: 15px;
    }

    .package-list {
      padding-left: 1.2rem;
      margin: 10px 0;
    }

    .package-list li {
      margin-bottom: 5px;
      font-size: 0.9rem;
    }

    .package-footer {
      padding: 15px;
      background-color: #f8f9fa;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .package-price {
      font-size: 1.7rem;
      font-weight: bold;
      color: #198754 !important;
    }

    .package-night-rate {
      font-size: 0.85rem;
      color: #666;
    }

    .package-btn {
      background-color: #007bff;
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
    }

    .package-btn:hover {
      background-color: #0d2b76; color:#fff;
    }

    .package-card img{width:100%;}

    .cruise-deals-panel p{margin-top:-18px;}
    .package-body p{margin:0;}
    .package-subtitle{margin:0!important;}

    .cruise-dest-main:hover p{text-decoration:underline;}

    .package-header img{width:137px; padding-top:10px;}

    .cruise-bnner{padding-top: 8rem !important;}

    .nav-item a{color:#333;}
     .mobile-header a{text-decoration: none !important;
        color: #3375cb !important;
        font-weight: 700;
        font-size: 22px;}
    .cruise_search span.error-text {
    color: red;
    padding: 0 0 3px 0;
    font-size: 12px;
    background: none !important;
    white-space: nowrap;
    display: block;
}
    .popup_Box {
    background-color: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
}
    .popup_Box .center-block {
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: table;
    table-layout: fixed;
}
    .popup_Box .outer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
    .cruise-thanksdiv .cruise-thanks-content,.cruise-thanksdiv1 .cruise-thanks-content {
    width: 500px;
    background: #fff;
    margin: auto;
    position: relative;
    border-radius: 10px;
}
    .cruise-thanksdiv .cruise-thanks-content .close-btn, .cruise-thanksdiv1 .cruise-thanks-content .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 25px;
}
    .cruise-thanksdiv .cruise-thanks-content img,.cruise-thanksdiv1 .cruise-thanks-content img {
    width: 100%;
}
    .cruise-thanksdiv .cruise-thanks-content .content,.cruise-thanksdiv1 .cruise-thanks-content .content {
    padding: 20px;
    text-align: center;
}
    .cruise-thanksdiv .cruise-thanks-content .content h2,.cruise-thanksdiv1 .cruise-thanks-content .content h2 {
    font-size: 26px;
    font-weight: bold;
}
    .cruise-thanksdiv p,.cruise-thanksdiv1 p{color:#333;font-size:14px;line-height: 1.42857143;margin-bottom:5px;font-weight:300;}
    .banners {
    padding-top:5rem!important;
        background-color: #fff;
    padding: 0 0 5px 0;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
   
    background: #fff;
    /*position: relative;*/
    height: 100%;
    /*top: 0;
    right: 0;*/
    width: 100%;
    /*z-index: 9999999;*/
}

.bannerInner {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
   
    text-align: center;
}


.banners .newLogoFlex {
     display: flex;
    background: #ffffff;
    padding: 1px 10px 1px 10px;
    justify-content: space-between;
    position: relative;
}

.banners .newLogoFlex .ddka {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}




.airLineimg, .airlineLlogos {
    display: block !important;
}

.ad-container {
  width: 100%;
  max-width: 350px;
  margin: 20px auto;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #fff;
  padding: 20px;
}

.logo-section img {
  width: 150px;
  height: auto;
}

.offer-section p {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.cta-section p {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  background: #28a745;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.cta-button span{
  margin-right: 5px;
 
}


.cta-section span{
 
  background: #35a854;
    color: #fff;
    padding: 8px 10px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
}

.cruise-bg-img{background:url(/new-site-images/cruise1.jpg)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cruise-bg-img1{background:url(/new-site-images/cruise2.jpg)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cruise-bg-img2{background:url(/new-site-images/cruise3.jpg)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cruise-bg-img3{background:url(/new-site-images/cruise5.jpg)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cta-section img{width:28px;}

.cruise-bg-pop{/*background:url(/new-site-images/cruise-pop4.png)no-repeat center / cover;*/    height: 100%;padding-top:0;}
/*.cruise-bg-pop1{background:url(/new-site-images/cruise-pop1.png)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cruise-bg-pop2{background:url(/new-site-images/cruise-pop2.png)no-repeat center / cover;    height: 400px;padding-top: 4rem;}
.cruise-bg-pop3{background:url(/new-site-images/cruise-pop3.png)no-repeat center / cover;    height: 400px;padding-top: 4rem;}*/
.cruise-bg-pop img{width:100%;}

.bannerInner h2{    font-size: 18px;
    font-weight: 600;
    color:#333;
}

.numbers{background: #fe5a03;
    border: 0;
    padding: 0;
    border-radius: 50px;
    max-width: 96%;
    margin: 8px auto 0 auto;
        padding: 7px 0;
        text-align:center;
}

.numbers a{color: #fff;
    font-weight: 600;
    font-size: 24px;}

.numbers img{width:28px;}

.owl-nav{display:none!important;}


.cruise-offer{font-size: 14px;
    margin-top: 4px !important;
    background: #0073bb;
    color: #fff;
    padding: 7px 6px;
   
    border-radius: 10px;
    font-weight: 600;}

.numbers{margin-bottom:10px;}

.greatAirfarespopUp{display:none;}
.banners{display:none; margin-bottom:-11rem;}


.tablinks ul li a {
    background: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    display: block;
    cursor: pointer;
}

.tablinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
;
    gap: 0.3rem;
}


.cruise-bg {
    background: url(/new-site-images/cruise-bg2.jpg) no-repeat center / cover;
    height: 360px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
        
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff7605 transparent #ff7605 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


 .overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}
 .banner-section1 {
    text-align: center !important;
    padding-top: 0rem;
   }

.airline-logo{    background: #eee;
    padding: 10px 0;}
.airline-logo img{width: 213px;
    max-height: 60px;
    object-fit: cover;}
.contact_number{    font-weight: 600;
    background: #05164d;
    color: #fff;
    padding: 10px 0;
    font-size: 22px;
    width: 96%;
    border-radius: 26px;
    margin-left: 2%;
}

.banner-call-btn{background: #f02853;
    align-items: center;
    gap: 2px;
    padding: 8px 25px;
    border-radius: 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0;
    width: 96%;
    margin-left: 8px;
}

.banner-section1 p{    font-size: 20px;
    color: #333;
    font-weight: 500;
    padding: 0px 16px;
    margin: 12px 0;}


.airline-call-banner span{ border: 1px dashed #198754;
    color: #198754;
    padding: 3px 10px;
    }

.airline-call-banner{margin-bottom: -14rem;
    position: relative;
    z-index: 99999;
    top: -11rem!important;}

.airline-banner-img img{width:100%; border-radius:100%;border: 4px solid #dfdfdf;}
.new-logo{    margin: 7px 6px;
    display: flex;
    justify-content: space-between;align-items: center;}

.airline-banner-img{position:relative;}
.airline-banner-img:after{    content: '';
   content: '';
    width: 24px;
    height: 24px;
    bottom: 4px;
    right: 13px;
    border: 3px solid #ffffff;
    animation: all 1s infinite alternate;
    background: #0eb736;
    border-radius: 100%;
    position: absolute;
    z-index: 999999;}
.new-logo img{width:50px;}
.new-number{    font-size: 20px;
    color: #198754;
    padding: 5px 8px;
    font-weight: 600;}

.new-number img{width:27px; padding-right: 6px;}

.whyus_reasons{    padding: 0; padding: 0 18px 0 40px;
    text-align: left;}

    .whyus_reasons li {  color: #333;  font-size: 18px; }

   .whyus_reasons strong {color: #0a7c7e ;}

   .airline-panel .col-4 h4{font-size:15px;    background: #0a7c7e ;
    color: #fff;
    padding: 8px 6px;}

   .cruiseimage img{width:100px;}


 .santa {
     display:none;
  width:20vw;
  min-width:175px;
  z-index: 600;
  cursor: pointer;
  -webkit-animation: FlyingSanta 38s infinite linear;
  -moz-animation: FlyingSanta 38s infinite linear;
  -ms-animation: FlyingSanta 38s infinite linear;
  -o-animation: FlyingSanta 38s infinite linear;
  animation: FlyingSanta 38s infinite linear;
  bottom: 0%;
  left: 0%;
  position: absolute;
}
@keyframes FlyingSanta {
    25% {
        bottom: 80%;
        left: 52%;
        transform: rotateY(0deg);
    }

    26% {
        transform: rotateY(180deg);
    }

    50% {
        bottom: 60%;
        left: 0%;
        transform: rotateY(180deg);
    }

    51% {
        transform: rotateY(3deg);
    }

    75% {
        bottom: 40%;
        left: 65%;
        transform: rotateY(0deg);
    }

    76% {
        bottom: 40%;
        left: 71%;
        transform: rotateY(180deg);
    }

    99% {
        transform: rotateY(180deg);
    }
}
  
.snow-container {
   display:none;
}



  .ribbon {
         position: relative;
    background: #e8e8e9;
    color: white;
    text-align: center;
    padding: 24px 18px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #fff;
    width: 89%;
    margin: 6px auto;
    }

    

    .ribbon span {
      color: #008000;
    font-size: 18px;
    border:1px dashed;
    padding:6px 20px;
    }

    .ribbon span::before,
    .ribbon span::after {
      content: '\2605'; /* Star character */
      position: absolute;
      color: #fcd34d;
      font-size: 1.5rem;
      animation: glitter 1s infinite alternate;
      text-shadow: 0 0 8px rgba(255, 215, 0, 0.8), 0 0 12px rgba(255, 223, 0, 0.9);
    }

    .ribbon span::before {
      left: -50px;
    }

    .ribbon span::after {
      right: -50px;
    }

    @keyframes shine {
      0% {
        background-position: -200%;
      }
      100% {
        background-position: 200%;
      }
    }

    @keyframes glitter {
      0% {
        opacity: 0.8;
        transform: scale(1);
      }
      100% {
        opacity: 1;
        transform: scale(1.2);
      }
    }

    .chrimtmas-img img{width:100px;}

              .pop-agent {
    width: 31px;
    height: 31px;
    border-radius: 21px;
    border: 2px solid #eee;
    background: #fff;
    margin-right: 5px;
    position:relative;
}


              /*.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/


.pop-agent1::after {
    content: '';
    width: 13px;
    height: 13px;
    bottom: -5px;
    left: 20px;
    border: 3px solid #ffffff;
    animation: all 1s infinite alternate;
    background: #0eb736;
    border-radius: 100%;
    position: absolute;
    z-index: 999999;
}

.pop-agent1{position:relative;}
.text-red {    display:none;}

.airline-panel .row{align-items:center;}
.banner-call-btn img{margin-right:4px;}
.airline-panel{padding:10px 0 18px 0}


/*<----------airline-color------------->*/
.Aeromexico h4,.Aeromexico .contact_number,.Aeromexico .banner-call-btn{background-color:#040444!important;}
.AirFrance h4, .AirFrance .contact_number,.AirFrance .banner-call-btn{background-color:#AB0414!important;}
.AirIndia h4,.AirIndia .contact_number,.AirIndia .banner-call-btn{background-color:#DC0C2C!important;}
.AirNewZealand h4,.AirNewZealand .contact_number,.AirNewZealand .banner-call-btn{background-color:#241C24!important;}
.AlaskaAirlines h4,.AlaskaAirlines .contact_number,.AlaskaAirlines .banner-call-btn{background-color:#0C446B!important;}
.AmericanAirlines h4,.AmericanAirlines .contact_number,.AmericanAirlines .banner-call-btn{background-color:#0078d2!important;}
.AsianaAirlines h4,.AsianaAirlines .contact_number,.AsianaAirlines .banner-call-btn{background-color:#DC0414!important;}
.AviancaAirlines h4,.AviancaAirlines .contact_number,.AviancaAirlines .banner-call-btn{background-color:#FC0404!important}
.BritishAirways h4,.BritishAirways .contact_number,.BritishAirways .banner-call-btn{background-color:#2e5c99!important;}
.CaribbeanAirlines h4,.CaribbeanAirlines .contact_number,.CaribbeanAirlines .banner-call-btn{background-color:#C759A2!important;}
.CathayPacific h4,.CathayPacific .contact_number,.CathayPacific .banner-call-btn{background-color:#045C64!important;}
.ChinaAirlines h4,.ChinaAirlines .contact_number,.ChinaAirlines .banner-call-btn{background-color:#A72F40!important;}
.CopaAirlines h4,.CopaAirlines .contact_number,.CopaAirlines .banner-call-btn{background-color:#0032a0 !important;}
.ELALIsraelAirlines h4,.ELALIsraelAirlines .contact_number,.ELALIsraelAirlines .banner-call-btn{background-color:#1b358f!important;}
.Emirates h4,.Emirates .contact_number,.Emirates .banner-call-btn{background-color:#D42424!important;}
.FrontierAirlines h4,.FrontierAirlines .contact_number,.FrontierAirlines .banner-call-btn{background-color:#046444!important;}
.EthiopianAirlines h4,.EthiopianAirlines .contact_number,.EthiopianAirlines .banner-call-btn{background-color:#548C44!important;}
.EtihadAirways h4,.EtihadAirways .contact_number,.EtihadAirways .banner-call-btn{background-color:#b08747!important;}
.HawaiianAirlines h4,.HawaiianAirlines .contact_number,.HawaiianAirlines .banner-call-btn{background-color:#483B93!important;}
.Iberia h4,.Iberia .contact_number,.Iberia .banner-call-btn{background-color:#CB0C23!important;}
.JapanAirlines h4,.JapanAirlines .contact_number,.JapanAirlines .banner-call-btn{background-color:#CC0404!important;}
.KoreanAir h4,.KoreanAir  .contact_number,.KoreanAir  .banner-call-btn{background-color:#24448C!important;}
.Lufthansa h4,.Lufthansa .contact_number,.Lufthansa .banner-call-btn{background-color:#04245C!important;}
.QatarAirways h4,.QatarAirways .contact_number,.QatarAirways .banner-call-btn{background:#5C0434!important;}
.SingaporeAirlines h4,.SingaporeAirlines .contact_number,.SingaporeAirlines .banner-call-btn{background-color:#FCA404!important;}
.SpiritAirlines h4,.SpiritAirlines .contact_number,.SpiritAirlines .banner-call-btn{background-color:#040404!important;}
.SwissInternational h4,.SwissInternational .contact_number,.SwissInternational .banner-call-btn{background-color:#E40404!important;}
.TurkishAirlines h4,.TurkishAirlines .contact_number,.TurkishAirlines .banner-call-btn{background-color:#CC2424!important;}
.UnitedAirlines h4,.UnitedAirlines .contact_number,.UnitedAirlines .banner-call-btn{background-color:#1414D4!important;}
.VirginAtlantic h4,.VirginAtlantic .contact_number,.VirginAtlantic .banner-call-btn{background-color:#AB1C2A!important;}
.VolarisAirlines h4,.VolarisAirlines .contact_number,.VolarisAirlines .banner-call-btn{background-color:#6E216E!important;}
.AirCanada h4,.AirCanada .contact_number,.AirCanada .banner-call-btn{background-color:#f01428!important;}
.EvaAir h4,.EvaAir .contact_number,.EvaAir .banner-call-btn{background-color:#008a32!important;}
.JetBlueAirways h4,.JetBlueAirways .contact_number,.JetBlueAirways .banner-call-btn{background-color:#00205b!important;}
.NorseAtlanticAirways h4,.NorseAtlanticAirways .contact_number,.NorseAtlanticAirways .banner-call-btn{background-color:#1b3658!important;}
.FlairAirlines h4,.FlairAirlines .contact_number,.FlairAirlines .banner-call-btn{background-color:#212529!important;}
.PakistanInternationalAirlines h4,.PakistanInternationalAirlines .contact_number,.PakistanInternationalAirlines .banner-call-btn{background-color:#006937!important;}
.SouthwestAirlines h4,.SouthwestAirlines .contact_number,.SouthwestAirlines .banner-call-btn{background-color:#304cb2!important;}
.WestjetAirlines h4,.WestjetAirlines .contact_number,.WestjetAirlines .banner-call-btn{background-color:#017f7c!important;}
.AirNorth h4,.AirNorth .contact_number,.AirNorth .banner-call-btn{background-color:#0e284b!important;}
.AirTransat h4,.AirTransat .contact_number,.AirTransat .banner-call-btn{background-color:#00B3F0!important;}
.AirChina h4,.AirChina .contact_number,.AirChina .banner-call-btn{background-color:#d81f2a!important;}
.CapeAir h4,.CapeAir .contact_number,.CapeAir .banner-call-btn{background-color:#035193!important;}
.AerLingus h4,.AerLingus .contact_number,.AerLingus .banner-call-btn{background-color:#82c341!important;}
.SilverAirways h4,.SilverAirways .contact_number,.SilverAirways .banner-call-btn{background-color:#D0006f!important;}
.PhilippineAirlines h4,.PhilippineAirlines .contact_number,.PhilippineAirlines .banner-call-btn{background-color:#052a6b!important;}
.PorterAirlines h4,.PorterAirlines .contact_number,.PorterAirlines .banner-call-btn{background-color:#152c53!important;}
.CanadianNorth h4,.CanadianNorth .contact_number,.CanadianNorth .banner-call-btn{background-color:#c3002f!important;}
.SaudiaAirlines h4,.SaudiaAirlines .contact_number,.SaudiaAirlines .banner-call-btn{background-color:#00803e!important;}
.WestJetAirlines h4,.WestJetAirlines .contact_number,.WestJetAirlines .banner-call-btn{background-color:#1a3e6e!important;}

.FlairAirlines .airline-logo img{object-fit: contain!important;}
.JetBlueAirways .airline-logo img{object-fit: contain!important;}
.SaudiaAirlines .airline-logo img{object-fit: contain!important;}
.EthiopianAirlines .airline-logo img{object-fit: contain!important;}


.cruiseimage{    display: flex;
    justify-content: center;
    align-items: center;}
.cruiseimage .img2{ width: 200px!important;}

.airlinerLogo img{width: 200px;
    max-height: 80px;
    object-fit: cover;}

.banner-section1 h5{text-transform:uppercase;}
.airline-call-banner{overflow:hidden;}
.banners {
    position: relative;
    z-index: 99999;
    top: -11rem;}


.cruise-form-button{    background: #0a7c7e ;
    right: -53px;
    top: 52%;
    padding: 8px 10px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    width: 95%;
    border-radius: 33px;
    margin-left: 10px;}


.cruise-mob-form{    width: 95%;
    border-radius: 5px;
     background: #fff; 
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
        padding: 28px 20px 28px 20px;}

.cruise-fixed-form{    transition: 0.5s;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgb(0 0 0 / 66%);
}

.cruise-mob-form .closeBtn {
       color: #aaa;
    float: right;
    font-size: 23px;
    position: relative;
   right: 3px;
    top: -26px;
    text-align: center;;
}

.cruise-mob-form .cruise_search{box-shadow:none; padding:0!important;}

.cruise-mob-form .border-end{border:none!important;}

.cruise-input button:hover{background-color:#90a512;}
.or{    text-align: center;
    padding-bottom: 6px;
    font-size: 18px;
    margin-top: -8px;}


.cruise-bg .or{color:#fff;display:none;}
.cruise-bg .numbers{display:none;}
.cruise-bg .cruise-form-button{display:none;}


.x-mas-tag{    background: linear-gradient(90deg, #d2232a, #a61720);
    color: #FFF;
    text-align: center;
    font-size: 20px;}

.x-mas-tag{display:none;}
.chrimtmas-img{display:none;}
.ribbon p{    color: #333;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    margin-top: 12px;}





/*<--------------business-css------------->*/


/*.business-class-deals-mian {
    background: rgb(255 255 255 / 63%);
    border-radius: 15px;
    padding: 25px 30px;
    text-align: center;
    transition: transform 0.3sease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.business-class-deals h5 {
    font-size: 33px;
    color: #000000;
}
.business-class-deals p {
    color: #333;
    font-size: 15px;
}


.gradient_con {
    width: 100%;
    float: left;
    height: 200px;
    margin-bottom: 6rem;
}

.gradient_left {
    width: 100%;
    float: left;
}


.row div:not(:last-child) {
    border-right: none;
}

.gradient {
    animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #aaa;
    background: linear-gradient(to right, #efefef 8%, #efefef 38%, #e3e3e3 54%);
    background-size: 1000px 640px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    float: left;
    width: 47%;
    height: 58px;
    margin-right: 10px;
}
.element1 {
    top: 16px;
    left: 0px;
    height: 24px;
    width: 100%;
}

.deals-airline .deals {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    float: left;
    width: 49%;
    margin-right: 4px;
    background: #ffffffad;
}
.deals {
    cursor: pointer;
}

.deals-airline .deals .city {
    display: flex
;
    align-items: center;
    color: #333;
}

.deals-airline .deals .price {
    color: #ff4300;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0px;
        border-radius: 7px;

    display: inline;
}


.price span {
    color: #4b4a4a;
    font-weight: 400;
    padding-left: 4px;
}

.p2 {
    font-size: 20px !important;
}

.mob-business-deals-main {
    display: none;
}
.mob-business-deals h1 {
    font-size: 23px;
}
.mob-business-deals p {
    font-size: 13px;
    margin-bottom: 10px;
}

.business-old-price {
    font-size: 22px;
    color: #666;
    font-weight: 500;
}
.business-current-price {
    font-size: 33px;
    font-weight: 700;
    padding-left: 5px;
    color: #ff6e00;
}

.calling-number .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    font-size: 19px;
}

.new-query-form {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

.form-header {
    margin-bottom: 10px;
    text-align: center;
}

.form-header h5 {
    color: #ff4300;
    font-size: 17px;
}
.form-header span {
    font-size: 13px;
    font-weight: 200 !important;
    color: #434343;
}

.engine-bg .tabs {
    margin-bottom: 10px;
}

.nav-item {
    background: #fff;
    border-radius: 10px;
    margin: 0 4px;
     box-shadow: 1px 1px 2px #00000036; 
}


.tabs .nav-link.active {
    background-color: #0176d1;
    border-color: #ddd;
    color: #fff !important;
}*/









.form-container {
            max-width: 500px;
            margin: 20px auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .form-header {
            margin-bottom: 10px;
            text-align:center;}

        .form-header span{
    font-size: 13px;
    font-weight: 200 !important;
    color: #434343;}

        .form-header h5 {
            color: #ff4300;    font-size: 17px;
        }

       .calling-number .btn-success {
                 color: #fff;  background-color: #198754; border-color: #198754;    font-size: 19px;
        }

        

        .btn-primary {
            background-color: #dc3545;
            border: none;
        }

        .btn-primary:hover {
            background-color: #c82333;
        }

        .voucher {
            font-size: 0.9rem;
            color: #333;
            text-align: right;
        }

        .voucher span {
            color: #28a745;
            font-weight: bold;
        }

        .tabs .nav-link {
            border: 1px solid #ddd;
            border-bottom: none;    border-radius: 15px;
        }

        .tabs .nav-link.active {background-color: #0176d1;
    border-color: #ddd;
    color: #fff !important;}

        .form-footer {
            font-size: 0.85rem;
            text-align: center;
        }

        .form-footer a {
            color: #007bff;
        }



          .business-class-deals-mian{    background: rgb(255 255 255 / 63%);
    border-radius: 15px;
    padding: 25px 30px;
    text-align: center;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .deals-airline .deals {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 9px 15px;
            border-radius: 6px;
            margin-bottom: 10px;
                    float: left;
                    width:49%;
                    margin-right: 4px;
                    background:#ffffffad;
                 
        }

           .deals-airline .deals:hover{ box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;    outline: 2px solid #0e2670;
    outline-offset: 1px;}

        .deals-airline .deals .city {
            display: flex;
            align-items: center;
            color:#333;
        }

      .deals-airline .arrow{color:#333;}

        .deals-airline .deals .city i {
            font-size: 1.2rem;
            margin-right: 10px;
        }

        .deals-airline .deals .price {
           color: #ff4300;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0px;
        }

        .deals del{color: #545454;}

        .deals-airline.deal .arrow {
            font-size: 1.2rem;
        }

        .deals-airlineprice{color: #0e236d;
    font-size: 17px;
    font-weight: 600;
    border-radius: 7px;
    padding: 7px 37px;
    display: inline;}

        .business-class-panel{  background-image:url(/new-site-images/business-bg.webp);
        background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

        .new-query-form{background:#fff; padding:20px; border-radius:12px;}


        .new-query-form .nav-link{    font-size: 15px;
    padding: 2px 7px !important;}

        .engine-bg .tabs{margin-bottom:10px;}


.business-class-deals h5{    font-size: 33px;
    color: #000000;}       

.business-class-deals p{    color: #333;
    font-size: 15px;}

.new-query-form .btn-primary{font-size: 20px;
    padding: 10px 0;}

.p2{font-size:20px!important;}


       

.new-query-form .form-label{       position: absolute;
    left: 20px;
    font-size: 11px;
    top: 2px;}
.new-query-form .form-control{
    background-color: #f9f9f9;
    height: 55px;
        padding-top: 28px;
}

.special-input .form-label{    position: relative;
    left: 6px;}


.special-input  .form-control{
       background-color: #f9f9f9;
    height: 50px;
    padding-top: 10px;
}

.pop1-panel img{border-radius: 100%;
    width: 100px;    border-radius: 100%;
    width: 100px;
    border: 2px solid #eee;}

.pop1-left h5{    font-weight: 600;
    font-size: 28px;
    color: #0e236d;}

.pop1-info{    font-size: 29px;    font-weight: 700;line-height: 33px;
    margin-bottom: 14px;}

.pop1-info span{    font-size: 30px;
    font-weight: 600;
    color: #0078d2;}

.pop1-left p{    text-align: center;
    margin: 0;
    font-size: 14px;
    margin-bottom: 13px;}

.pop1-main{background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pop-p{    font-size: 20px;
    font-weight: 600;
    margin: 5px;}

.pop1-panel{    width: 1000px;}

.pop1-no{    font-size: 24px;
    font-weight: 600;
    background: #198754;
    color: #fff;
    bottom: 0;
    padding: 12px;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 23px;}

.pop1-right{position: absolute;
    color: #fff;
    bottom: 0;
    left:-2px;
    padding: 12px;}

.pop2-right img{width: 100%;
   }

.pop2-left .btn-primary {    font-size:18px;    padding: 5px 0;
    font-weight: 600;}

.pop1-left .btn-primary {    font-size: 18px;
    font-weight: 600;    width: 94% !important;
    margin: 0 auto;}

.pop2-info{    font-size: 19px;
    font-weight: 500;text-align: center;}

.pop2-info span{    color: #ff6e00;
    font-weight: 700;
    font-size: 22px;text-align: center;}


.pop2-info{text-align:center;}
.pop2-left p{text-align:center;}


.pop2-main{    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 
    width: 60%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    overflow: hidden;
}

.pop2-left{padding:16px 10px}

  .pop2-panel{  background: rgb(0 0 0 / 41%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    display:none;
}


  .pop1-main{    width: 50%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .pop1-panel{    transition: 0.5s;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: none;
    position: fixed;
    background: rgb(0 0 0 / 66%);}


  .flights-deals-container {
      padding: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .flights-deals-offer-header {
      background: #0e436f;
      border: 1px solid #ddd;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .flights-deals-offer-header h1 {
      font-size: 24px;
      margin: 10px 0;
      color: #fff;
    }

    .flights-deals-offer-header p {
      margin: 5px 0;
      color: #fff;
    }

    .flights-deals-price {
      font-size: 36px;
      font-weight: bold;
      color: #007bff;
    }

    .flights-deals-old-price {
      text-decoration: line-through;
      color: #999;
      font-size: 16px;
    }

    .flights-deals-deals {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .flights-deals-deal-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
      border-bottom: 1px solid #ddd;
    }

    .flights-deals-deal-item:last-child {
      border-bottom: none;
    }

    .flights-deals-deal-item img {
      max-height: 40px;
    }

    .flights-deals-deal-item span {
      font-size: 14px;
      color: #555;
    }

    .flights-deals-deal-price {
      font-size: 20px;
      font-weight: bold;
      color: #007bff;
    }

    @media (max-width: 768px) {
      .flights-deals-offer-header h1 {
        font-size: 20px;
      }

      .flights-deals-price {
        font-size: 28px;
      }

      .flights-deals-deal-item {
        flex-direction: column;
        align-items: flex-start;
      }

      .flights-deals-deal-price {
        margin-top: 10px;
      }
    }
  

    .close-btn-pop1{    position: absolute;
    right: 11px;
    top: 9px; z-index:99; background:#fff; border-radius:20px;}

    .pop1-left{padding: 2rem;}


    .pop3-panel {
    background: rgb(0 0 0 / 41%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display:none;
    height: 100vh;
    z-index: 999999;
}
   .pop3-main{    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    overflow: hidden;}

   .flights-deals-price{color: #c9ff51!important;}
   .flights-deals-old-price{color:#fff;}
   .flights-deals-deal-price {
    font-size: 17px!important;
    color: #0e246e!important;
}

   .new-query-form #Cabin{padding-top:14px!important;}

    .form-select {
        border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-weight: 400;
    
    font-size: 15px;
    padding: 5px 5px 5px 24px;
    height: 50px;
    max-width: 83px;
}

.check-box-option span{font-size: 12px;font-size: 11px;
    line-height: 15px !important;
    display: inline-block; color:#535252;}
.close-btn-pop2{    right: 7px;
    position: absolute;
    top: 6px;
    z-index:99;
}

.your-code span{ color: #0a9735;
    font-size: 17px;
    border: 1px dashed #0a9735;
    padding: 2px 16px;
    background: #0a973508;}

.your-code{text-align:center;}

.pop6-panel{    transition: 0.5s;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display:none;
    position: fixed;
    background: rgb(0 0 0 / 66%);}

.pop6-main{width: 50%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .1);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.pop6-inside{text-align:center;}

.input-destination{width:50%; margin: 0 auto;}
.input-date{width:50%; margin: 0 auto;}
.input-details{width:50%; margin: 0 auto;}
.mob-query-form input{    height: 65px;
    padding-top: 37px;}
.mob-query-form .form-label {
    margin-bottom: .5rem;
    position: absolute;
    top: -2px;
    left: 12px;
}

.next1{    font-size: 18px;
    background: green;
    color: #fff;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;}
.next2{    font-size: 18px;
    background: green;
    color: #fff;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;}

.next3{    font-size: 18px;
    background: green;
    color: #fff;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;}


.pop2-new-query-form input{ height: 43px!important;}
.page-content{padding-top: 16px;}
.mob-btn{display:none;}


.pop2-new-query-form  .form-select{height:43px;}
.check-box-option input{height:unset!important;}


.airways-deals {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #ddd;
    }
    .airways-deals img {
      width: 50px;
      margin-right: 10px;
    }
     .airways-deals .offer-info {
      flex-grow: 1;
      display: flex;
      align-items: center;
      gap:10rem;
    }
     .airways-deals .rating {
      font-weight: bold;
      margin-right: 10px;
    }
     .airways-deals .services {
      color: #555;
      font-size: 14px;
    }
     .airways-deals .price {
      font-weight: bold;
      font-size: 18px;
      color:#333;
    }
 .airways-deals .btn {
      padding: 8px 15px;
      background-color: #28a745;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }



 /*------------*/
.form-area {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 40px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-area .form-inner {
    width: 100%;
}
#mobile_code {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #DFE3E7;
    border-radius: .267rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#mobile_code:focus {
    color: #475F7B;
    background-color: #FFF;
    border-color: #5A8DEE;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}
.intl-tel-input,
.iti{
  width: 100%;
}

.check-box-option{display: flex;
    align-items: flex-start;
    gap: 3px;
    margin-top: 5px;}

.deals{cursor:pointer;}



    .gradient_con {
        width: 100%;
        float: left;
        height: 200px;
        margin-bottom: 6rem;
       
    }

    .gradient_left {
        width: 100%;
        float: left;
    }

    .gradient_right {
        width: 30%;
        float: left;
        padding-left: 20px;
    }

    .gardient_mar {
        width: 100%;
        float: left;
        margin: 20px 0 10px 0;
    }

    .element1 {
        top: 16px;
        left: 0px;
        height: 24px;
        width: 100%;
    }

    .element2 {
        top: 36px;
        left: 0px;
        height: 68px;
        width: 100%;
    }

    .element3 {
        top: 58px;
        left: 0px;
        height: 14px;
        width: 100%;
    }

    .element4 {
        top: 68px;
        left: 0px;
        height: 14px;
        width: 100%;
    }

    .gradient {
           animation-duration: 1.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #aaa;
   background: linear-gradient(to right, #efefef 8%, #efefef 38%, #e3e3e3 54%);
    background-size: 1000px 640px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 15px;
    border-radius: 6px;
    margin-bottom: 10px;
    float: left;
    width: 47%;
    height:58px;
    margin-right:10px;
    }

    @keyframes placeHolderShimmer {
        0% {
            background-position: -468px 0;
        }

        100% {
            background-position: 468px 0;
        }
    }

   @media screen and ( max-width:767px) {
        .logoanimation {
            margin-top: 20px;
        }
    }

    .fixed-top {
        position: sticky !important;
    }

    .qtynumber {
        border-top: 1px solid #b1b1b1 !important;
        border-bottom: 1px solid #b1b1b1 !important;
    }
    .flight_menu{background:transparent; padding:6px 0;}

    #deals-show{display:none;}

    .mob-business-deals p{font-size: 13px;
    margin-bottom: 10px;}
    .mob-business-deals h1{font-size: 23px;}
    .business-old-price{    font-size: 22px;color:#666;
    font-weight: 500;}
    .business-current-price{    font-size: 33px;
    font-weight: 700;padding-left:5px;
    color: #ff6e00;}
    .mob-business-deals-main{display:none;}
    .form-control{text-overflow:ellipsis}
    .calling-number img{width:25px; height:25px;}

    .thank-you {
         padding: 40px 20px;
    padding-top: 7rem;
    text-align: center;
    }

    .thank-you h1 {
      font-size: 32px;
      margin-bottom: 10px;
      color: #0177d2;
    }

    .thank-you p {
      font-size: 18px;
      margin-bottom: 8px;
    }

    .thank-you .btn {
      padding: 10px 20px;
      font-size: 16px;
      color: white;
      background-color: #007bff;
      border: none;
      border-radius: 5px;
      text-decoration: none;
      cursor: pointer;
    }

    .thank-you .btn:hover {
      background-color: #0056b3;
    }

   .thank-you a {
      color: #007bff;
      text-decoration: none;
    }

    .thank-you a:hover {
      text-decoration: underline;
    }
    .close-btn-pop2{cursor:pointer;}

    .pop1-info del{    font-size: 17px;
    color: #666;
    padding-right: 4px;}
    .close-btn-pop1{cursor:pointer;}


  
.card-thankyou {

  border-width: 1px;
  border-color: rgba(219, 234, 254, 1);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem 0;
  position:relative;
    overflow: hidden;
}



.card-thankyou-main{text-align:center;}


.card-thankyou .icon img {
 width: 70px;
}

.card-thankyou .alert {
     font-weight: 600;
    color: #333;
    font-size: 20px;
    margin-bottom: 5px;
}

.card-thankyou .message {
    margin-top: 5px;
    color: rgb(68 68 68);
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}

.card-thankyou .actions {
  margin-top: 1.5rem;
  text-align:center;
}

.card-thankyou .actions a {
  text-decoration: none;
}

.card-thankyou .mark-as-read, .read {
  display: inline-block;
  border-radius: 0.5rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.card-thankyou .read {
  background-color: rgb(0 120 210);
  color: rgba(255, 255, 255, 1);
  font-size:20px;
  margin-bottom:12px;
}

.card-thankyou .mark-as-read {
  margin-top: 0.5rem;
  background-color: rgba(249, 250, 251, 1);
  color: rgba(107, 114, 128, 1);
  transition: all .15s ease;
}

.card-thankyou .mark-as-read:hover {
  background-color: rgb(230, 231, 233);
}

.go-btn{       color: #fff;
    width: 50%;
    font-size: 15px;
    padding: 6px 10px;
    background: black;
    border-radius: 6px;}

.btn:hover{    outline: 1px solid #0d2b76;
   
    outline-offset: 1px;}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 16% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #ff7605 transparent #ff7605 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


 .overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 99999999!important;
    opacity: 1;
    transition: all 0.5s;
}


.tabs .nav-link.active {
    background-color: #0176d1;
    border-color: #ddd;
    color: #fff !important;
}



.popex .toll-free p {
    font-size: 12px;
    color: #191e3b;
}
 .popex .toll-free-no {
    color: #191e3b;
    background-color: #fddb32;
}
 .popex .tablinks ul li a.active {
    color: #191e3b !important;
    background-color: #fddb32!important;
}
 .popex .tablinks ul li a.active svg {
    fill: #191e3b;
}
.popex .engine-btn button {
      color: #191e3b;
    background-color: #fddb32;
}
 .popex .city-bnnr li a {
    text-decoration: none;
    color: #191e3b;
}

 .popex .tab-button.active {
        color: #191e3b;
    background-color: #fddb32;

}
 
 .popex .btn-primary {
        color: #191e3b !important;
    background-color: #fddb32!important;
    border-color: #fddb32 !important;
   
}
  
 .popex .footer {
    background-color: #191e3b;}

  
 .popex .footer .accordion-item{ background-color: #191e3b!important;}
    
 .popex .footer .accordion-button {
        background-color: #191e3b !important;
    }

  .popex .footer .accordion-body {
        background-color: #191e3b !important;
    }


.popex .bottom-call-fare {
    background: #fddb32;
}
.popex .call-fare-num p {
    color: #191e3b;
}

.popex .phone-no {
    color: #191e3b !important;
}
.popex .mobile-header {
    background: #fddb32;
}

.popex .toll-number-section:before {
    box-shadow: #191e3b 0 0 21px 10px inset;
}
.popex .section-mobile-header1:before {
    box-shadow: #191e3b 0 0 21px 10px inset;
}

.popex .border-end {
    border-right: 1px solid #191e3b !important;
}

.popex .cruise-input button{color: #191e3b !important;
    background-color: #fddb32!important;}

.cruise-logo {    background: #f7f5f5;}

.cruise-logo img{    width: 128px;
    height: 50px;
    object-fit: contain;}

.cruise-content h1{font-size:26px;}
        .cruise-content h2{font-size:24px;}
        .cruise-content h3{font-size:22px;}
        .about-section h1{font-size:26px;}
        .about-section h2{font-size:24px;}
        .about-section h4{font-size:20px;}
        .about-section h5{font-size:21px;}
        .about-section h3{font-size:23px;}
        .contentBox h1{font-size:26px;}
        .contentBox h2{font-size:24px;}
        .contentBox h4{font-size:20px;}
        .contentBox h5{font-size:21px;}
        .contentBox h3{font-size:23px;}



        .pacakage_thanksdiv .cruise-thanks-content {
    width: 500px;
    background: #fff;
    margin: auto;
    position: relative;
    border-radius: 10px;
}
        .pacakage_thanksdiv .cruise-thanks-content .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 25px;
}

.pacakage_thanksdiv .cruise-thanks-content img {
    width: 100%;
}
.pacakage_thanksdiv .cruise-thanks-content .content {
    padding: 20px;
    text-align: center;
}
.pacakage_thanksdiv .cruise-thanks-content .content h2{
    font-size: 26px;
    font-weight: bold;
}
.pacakage_thanksdiv p {
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 5px;
    font-weight: 300;
    text-shadow:none;
}

.package_price{    position: absolute;
    top: 0;
    color: #fff;
    background: #0a7c7e ;
    padding: 10px;
    font-size: 18px;}



.separator-line {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
    color: #aaa;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

.separator-line::before,
.separator-line::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
    margin: 0 10px;
}

.live-chat-clean {
    display: flex;
    align-items: center;
    gap: 12px;
 padding-top:0;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    position: relative;
}

.live-chat-clean .chat-icon {
    font-size: 28px;
    color: #007bff;
    animation: blink 1.5s infinite;
}

.live-chat-clean .chat-text strong {
    font-size: 16px;
    color: #333;
}

.live-chat-clean .chat-text span {
    font-size: 13px;
    color: #777;
}

.live-chat-clean:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}


.about-section ul li{list-style:none;}
.about-section ul{padding:0;}
.contentBox ul{padding:0; list-style:none;}
.cheapest-flight-section ul{padding:0; list-style:none;}
.cheapest-flight-section h1, .contentBox h1{font-size:25px;}
.cheapest-flight-section h2, .contentBox h2{font-size:23px;}
.cheapest-flight-section h3, .contentBox h3{font-size:22px;}
.cheapest-flight-section h4,.contentBox h4{font-size:21px;}
.cheapest-flight-section h5,.contentBox h5{font-size:20px;}
.cheapest-flight-section h6,.contentBox h6{font-size:20px;}
.live-chat-clean,.separator-line{display:none;}
.more-legal{display:none!important;}
