﻿@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   font-family:"Inter Tight", sans-serif !important;
}

.bg-light {
    background-color: transparent!important;
    padding: 0;
}

.nav-link {
    color: #333!important;
    font-size: 13px;
    font-weight: 500;
}

.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: #eb1211;
    position: relative;
    padding: 4px 12px;
    padding-left: 27px;
    margin-bottom: 7px;
}

.toll-free-no::before {
    content: "";
    border-color: #fff0 #eb1211 #fff0 #fff0;
    border-width: 1.1rem 1.2rem 1.2rem 0;
    position: absolute;
    z-index: 9999;
    border-style: solid;
    left: -16px;
    top: 1px;
    border-radius: 7px;
}

.toll-free-no::after {
    content: "";
    border-color: #fff0 #fff0 #fff0 #eb1211;
    border-width: 1.1rem 0rem 1.2rem 1.2rem;
    position: absolute;
    z-index: 9999;
    border-style: solid;
    right: -18px;
    top: -1px;
    border-radius: 3px;
}

.header {
    background-color: #fff;
    width: 100%;
    position:sticky;
    top:0;
    z-index: 999999;
    box-shadow: 0 1px 10px rgb(0 0 0 / .2);
}

.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:hover {
    background: #ffa8a759;
    padding: 2px 6px;
    border-radius: 4px;
}

.mob-section-flight-menu ul li {
    padding: 2px 6px;
}

.mob-section-flight-menu ul {
    padding: 0;
}

.toll-free p {
    font-size: 14px;
    color: #0e416c;
    margin: 0;
    padding-left: 10px;
    font-weight: 500;
}

.toll-free-no span {
    background-color: #0f406b;
    padding: 0;
    text-align: center;
    position: absolute;
    left: -12px;
    z-index: 999999;
    top: -2px;
    transform: rotate(315deg);
    border-radius: 3px;
    width: 27px;
    height: 27px;
    box-shadow: 0 2px 0 #fff;
}

.toll-free-no span svg {
    transform: rotate(44deg);
    width: 22px;
    height: 22px;
}

.search-menu ul {
    display: flex;
}

.search-menu ul li {
    list-style: none;
}

.search-menu .nav-link {
    color: #333!important;
    background: #fff;
    font-size: 12px;
}


.search-engine-section input {
    height:63px;
    width: 100%;
    text-overflow: ellipsis;
    border: 0;
    outline: 0;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000!important;
    padding-left: 14px;
    padding-top:25px;
   
    margin-bottom:10px;

}

.engine {
    padding-top: 3.7rem;
}

.search-engine-section label {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    position: absolute;
    top: 11px;
    left:30px;
}

.search-engine-section input:hover {
    background-color: #ecf5fe;
    transition: all 0.2s linear;
}

.search-engine-section input:focus {
    background-color: #ecf5fe;
    transition: all 0.2s linear;
}

.search-engine-section input:active .search-engine-section input:focus {
    background-color: aliceblue;
    transition: all 0.2s linear;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #fff!important;
    background-color: #e94645;
    font-size: 12px;
    font-weight: 600;
}

.nav-tabs .nav-link {
    margin-bottom: 0!important;
    border:0;
}

.nav-tabs .nav-link.active {
    border-color: transparent!important;
}

.engine-option {
    padding: 0;
    border-right: 1px solid #c0cad5;
}

.paeng-cls {
    border-right: none!important;
}

.flight-menu button {
    width: 100%;
    font-size: 15px;
    background: #fff0;
    color: #404040;
    border: none;
    padding-top: 19px;
}
.query-form-panel {
    background-image: url(/images/game-bg.webp);
    padding-bottom: 3rem;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}
.search-engine h1 {
    font-size: 59px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-top: 8rem;
    width: 56%;
}

.search-engine p {
    font-size: 24px;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
    padding-left: 10px;
}

.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(.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: -10px;
    top: 40px;
    box-shadow:0 0 20px #ccc;
    background: #fff;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
}

.change-arrow img {
    width: 25px;
}

.title-head {font-size:25px;text-transform: uppercase;margin-bottom:15px; padding: 0px;font-weight:600;}
.search-engine-panel {
    margin-bottom: 3rem;
}

.search-engine-panel {
    background-image: linear-gradient(180deg,rgb(16 12 8 / .4) 0%,rgb(16 12 8 / .4) 100%),url(/images/bg-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.pass-name label {
    position: relative;
    left: 3px;
}

.pass-name {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
    padding: 0;
    position: absolute;
    width:250px;
    Z-INDEX: 9999;
    border-radius: 3px;
}

.passen_con {
    width: 100%;
    float: left;
    margin-bottom: 11px;
}

.passen_left {
    width: 100%;
    display: inline-block;
    padding:5px;
  
}

.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: 3px;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #e9454470;
    color: #fff;
    position: relative;
}

.adult-minus-txt {
    vertical-align: middle;
    text-align: center;
    font-size: 19px!important;
    line-height: 0!important;
    position: absolute;
    color: #e94544!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: 3px;
    cursor: pointer;
    margin-left: 5px;
    border: 1px solid #e9454470;
    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: #0f406b;
}

.ui-datepicker {
    background-color: #fff;
    padding: 12px;
}

.ui-state-default {
    text-decoration: none;
    background: #fff!important;
    border: 0!important;
    transition: 0.2s;
    color: #111;
    text-align: center;
    padding: 5px!important;
    font-size: 13px;
    font-weight: 500;
    text-align: center!important;
}

.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 #0f406b!important;
    background: #0f406b!important;
    color: #ffffff!important;
}

.ui-datepicker .highlight-start a {
    background-color: #e94544!important;
    color: #fff!important;
}

.ui-datepicker .highlight-start a:hover {
    background-color: #e94544!important;
    color: #fff!important;
}

.ui-datepicker .highlight-range a {
    background-color: #e9454461!important;
    color: #000000!important;
}

.ui-datepicker .highlight-end a {
    background-color: #e94544!important;
    color: #fff!important;
}

.ui-datepicker-next {
    background: #ea4645;
}

.ui-datepicker-prev {
    background: #ea4645;
}

.ui-widget-header {
    border: none!important;
    background-color: #fff!important;
}

.ui-widget-header .ui-state-hover {
    border: none!important;
    background: #ea4645!important;
}

.ui-state-hover,.ui-state-hover {
    background-color: #ea4645!important;
    color: #fff!important;
}

.ui-state-default.ui-state-active {
    background: #e94544!important;
    color: #ffffff!important;
}

.ui-state-default:hover {
    color: #fff!important;
}


.review-inside {
    background: #fff;
    padding: 12px;
}

.review-detail {
    display: flex;
    justify-content: space-between;
}

.cust-name {
    font-size: 16px;
    font-weight: 600;
    color: #0e416c;
}

.fa-star {
    color: #FFBF44;
    padding-top: 8px;
}

.cust-revw {
    font-size: 13px;
    line-height: 19px;
    color: #333;
    font-weight: 500;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.all-rtng a {
    font-size: 13px;
    line-height: 15px;
    color: #104675;
    font-weight: 500;
    opacity: .9502;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.org-logo svg {
    width: 20px;
}

.about-us-section {
    background: #0f4372;
    padding: 20px 25px 32px 25px;
    margin: 23px 0 1rem 0;
}

.about-us-section p {
    color: #fff;
    margin: 0;
}

.rht-hm-blog-image img {
    width: 100%;
    height: 234px;
    border-radius: 12px;
}

.hm-blog-image img {
    width: 100%;
    height: 393px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.rght-blog {
    position: relative;
    margin-bottom: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.rght-hm-bgl-des {
    position: absolute;
    bottom: 0;
    padding: 5px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin: 0;
}

.footer-main-section {
    background-size: 1366px auto;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color:#0f406b;
   
}

.footer-section {
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
}

.email-social-icon-section {
    padding-top: .3rem;
}

.email-section-main {
    padding-top: 1rem;
}

.email-section-main h3 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.position-relative {
    position: relative!important;
}

.input-name {
    width: 85%;
    padding: 8px;
    height: 40px;
    font-size: 14px;
    border-radius: 7px;
    border: 1px solid #777;
}

.sub-bttn {
    padding: 0 8px;
    height: 33px;
    border: 0;
    font-size: 14px;
    transition: 0.3s;
    background: #eb1211;
    color: #eee;
    border-radius: 5px;
    position: absolute;
    right: 15.7%;
    top: 4px;
}

.sub-bttn:hover {
    background: #0f406b;
}

.social-icon {
    padding-top: 1rem;
}

.soc-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: end;
}

.social-icon svg {
    width: 25px;
    padding-right: 2px;
}

.footer-contact p {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 28px;
}

.footer-section p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3px;
    padding-top: 1.5rem;
}

.footer-section ul {
    margin: 0;
    padding: 0;
}

.footer-section ul li {
    transition: 0.3s;
}

.footer-section li {
    list-style: none;
    text-align: left;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    line-height: 2;
}

.disclaimer-main {
    margin: 1rem 0 0 0;
}

.disclaimer-section {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.disclaimer-main p {
    color: #fff;
    font-size: 12px;
}

.section-copyrights {
    padding: 0 0 1rem 0;
}

.title-rights {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.iata-icon {
    display: inline-flex;
    align-items: center;
}

.section-copyrights img {
    width: 90%;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.footer-contact a {
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
}

.footer-contact strong {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.deal-banner {
    margin-bottom: 1.5rem;
}

.img-overlay {
    width: 100%;
    background: rgb(0 0 0 / 13%);
    left: 0;
    position: absolute;
    border-radius: 9px;
    height: 234px;
}

.hm-bgl-des {
    font-size: 14px;
    font-weight: 500;
    color: #333!important;
}

.left-blog h4 {
    font-size: 25px!important;
    color: #0e436f!important;
    font-weight: 600!important;
    padding-top: 15px;
}

.left-blog {
    cursor: pointer;
}

.soc-title a {
    text-decoration: none;
}

.new-soc-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding-top: 21px;
}

.new-social-icon a {
    text-decoration: none;
}

.new-social-icon svg {
    width: 16px;
    padding-bottom: 6px;
}

.soc-title svg {
    width: 16px;
    padding-bottom: 6px;
}

.footer-contact p {
    padding-top: 4px!important;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.rght-section {
    justify-content: center;
}

.blog-panel {
    margin-bottom: 23px;
}

.city-item img {
    width: 100%;
    filter: brightness(.8);
    height: 320px;
    object-fit: cover;
    border-radius: 9px;
}

.city-item {
    margin-right: 13px;
    position: relative;
}

.city-item-content {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    text-align: center;
}

.item-city-name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.city-item-content p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.item-fare {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

.cate-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.cate-menu ul li {
    padding: 7px 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    box-shadow:-2px 2px 16px 0 rgb(15 41 77 / 26%);
    margin-right: 8px;
    background: #fff;
    border-radius: 7px;
    transition: all .4s ease-in-out;
}

.cate-menu ul li:hover {
    background: #eb1211;
    color: #fff;
}

.active-cat {
    font-weight: 600!important;
    background: #eb1211!important;
    color: #fff;
}

.footer-section ul li :hover {
    color: #e94544;
    font-weight: 600;
    position: relative;
}

.footer-contact p strong a :hover {
    font-weight: 700;
}

.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: 250px;
    height: auto;
    z-index: 999;
    background-color: #fff;
    margin-top: 7px;
    box-shadow: rgb(0 0 0 / .2) 0 0 5px;
    border-radius: 10px;
    list-style: none;
    margin: 0;
    padding: 5px 10px;
}

.section-flight-menu ul {
    padding: 0;
}

.nav-item:hover .section-flight-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.section-flight-menu ul li a {
    text-decoration: none;
    font-size: 13px;
    padding: 0 px;
    font-size: 13px;
    color: #151a28;
    transition: all .4s ease-in-out;
    font-weight: 400;
}

.section-flight-menu ul li {
    list-style: none;
    padding: 2px 6px;
}

.section-flight-menu ul li:hover {
    background: #ffa8a759;
    padding: 2px 6px;
    border-radius: 4px;
}

.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: #0e416c!important;
    position: absolute;
    border-radius: 50%;
    line-height: 26px;
    bottom: 0!important;
    border: none;
    transition: all .5s ease-in-out;
    border: 2px solid #0e416c;
}*/

.owl-theme .owl-controls .owl-nav div:hover {
    color: #fff!important;
    background: #222;
}

.owl-theme .owl-controls .owl-nav div.owl-prev {
    right: 59px!important;
}

.owl-theme .owl-controls .owl-nav div.owl-next {
    right: -50px;
}

.owl-theme .owl-controls .owl-nav div {
    height: 30px;
    width: 30px;
}

.owl-theme .owl-controls .owl-nav div {
    bottom: -34px!important;
    top: unset!important;
    right: 22px!important;
    line-height: 44px;
}

.toll-free-no span {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
    &: before{background-color:#0f406b;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
}&:after {
    background-color: #0f406b;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
}}

@keyframes blink2 {
    0% {
        transform: scale3d(1.2,1.2,1.2);
        opacity: .8;
    }

    100% {
        transform: scale3d(1.8,1.8,1.8);
        opacity: .1;
    }
}

@keyframes blink {
    0% {
        transform: scale3d(.8,.8,.8);
        opacity: .8;
    }

    100% {
        transform: scale3d(1.6,1.6,1.6);
        opacity: .1;
    }
}

@keyframes blink3 {
    0% {
        transform: scale3d(.6,.6,.6);
        opacity: .8;
    }

    100% {
        transform: scale3d(1.6,1.6,1.6);
        opacity: .1;
    }
}

.btn-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    box-shadow: unset;
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
}

@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;
    box-shadow: 0 1px 10px rgb(0 0 0 / .2);
}

.poplar-deals-main {
    cursor: pointer;
    background: #fff;
    padding: 12px 10px;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 17px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
}

.poplar-deals-main:hover .deal-btn {
    background-color: #0f406b;
    color: #fff;
}

.dest-from {
    font-size: 19px;
    font-weight: 500;
    color: #333;
}

.dest-to {
    font-size: 19px;
    font-weight: 500;
    color: #333;
}

.dest-date {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.rond-dest-date {
    font-size: 13px;
    color: #555;
    font-weight: 500;
}

.show-div {
    width: 100%!important;
    right: 0!important;
    opacity: 1!important;
    visibility: visible!important;
}

.main-polr-section {
    background: #fff;
}

.populr-flht-dls {
    margin:0rem 0 1rem;
}

.flight-logo img {
    width: 40px;
}

.deals-fare {
    color: #0f406b;
    font-size: 21px;
    font-weight: 700;
}

.deal-btn {
    background: #eb1211;
    display: inline-block;
    padding: 2px 8px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
}

.poplar-deals-main:hover.deal-btn {
    background-color: #0e436f;
    color: #fff;
}

.slick-dots {
    text-align: center!important;
    right: 9px!important;
    bottom:-27px!important;
}
.slick-dots li.slick-active button:before{opacity:1 !important;color:#f00 !important;}
.main-pop-head-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-icon {
    text-align: end;
}

.why-icon img {
    width: 40px;
}

.why-choose {
    padding-top: 1rem;
}

.why-icon svg {
    width: 37px;
}

.about-main {
    background:#f7f7f7;
    border-radius: 8px;
    padding: 20px 34px 27px 20px;
 }

.why-content {
    font-size: 14px;
}

.about-sec {
  
    padding-top: 15px;
}



.why-head {
    font-size: 19px;
    font-weight: 600;
}

.call-bnnr img {
    width: 100%;
   border-radius:12px;
}

.call-bnnr img:hover {
    box-shadow: 0 5px 7px -2px rgb(16 16 16 / 26%);
    transition: 0.3s;
}

.call-bnnr {
    cursor: pointer;
}

.mini-ratng-outer {
    background: #fff;
    padding: 11px 11px 11px 11px;
}

.rating-info {
    display: flex;
    align-items: center;
}

.rang-logo {
    border-right: 1px solid #b7b7b7;
}

.rang-logo img {
    width: 43px;
    padding-right: 4px;
}

.org-logo img {
    width: 20px;
}

.pst ratng {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.ratnf-frm {
    font-size: 16px;
}

.rcvd-rtng {
    font-size: 25px;
    font-weight: 600;
}

.ratng-info {
    margin-left: 7px;
}

.mini-trust-section {
    padding-top: 5rem;
}

.pst-ratng {
    font-size: 19px;
    font-weight: 600;
}

.rcvd-rtng span {
    margin-left: 7px;
}

.poplar-deals-main:hover {
    border-bottom: 2px solid #0f406b;
}

.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;
}

.subs-main {
    background-image: url(/images/subscribe-bg.png);
    margin: 2rem 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 17px;
    box-shadow: 0 5px 7px -2px rgb(16 16 16 / 17%);
}

.subscribe-image-section img {
    height: 307px;
}

.subs-all-content p {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    margin: 0;
}

.pop-dest-main {
    position: relative;
    margin-bottom: 1.4rem;
    cursor: pointer;
}

.pop-dest-main img {
    width: 100%;
    border-radius: 12px;
    filter: brightness(.9);
    transition: all .5s ease-in-out;
}

/*.dest-details {
    position: absolute;
    bottom: 0;
    background: #0c2144bf;
    width: 100%;
    padding: 0 11px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    pointer-events: none;
}*/
/*.dest-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

/*.city-nme {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
}*/

.book-btn {
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    background: #eb1211;
    border-radius: 5px;
    padding: 5px 7px;
    margin-bottom: 0;
}



/*.fare {
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-align: end;
    margin-bottom: 5px;
}*/

.pop-dest-whle-sec {
    background: #ffa8a71c;
    padding: 23px 15px;
    box-shadow: 0 5px 7px -2px rgb(16 16 16 / 17%);
    border-radius: 17px;
}

.option-menu ul li {
    padding: 7px 15px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 400;
    box-shadow:-2px 2px 16px 0 rgb(15 41 77 / 26%);
    margin-right: 8px;
    background: #f2f2f2;
    border-radius: 7px;
    list-style: none;
}

.option-menu ul {
    display: flex;
}

.banner-first {
    margin: 2rem 0;
}

.option-menu ul {
    padding: 0;
    margin: 0;
}

.blog-main-panel {
    background: #ffa8a71c;
    padding: 23px 15px;
    border-radius: 17px;
    box-shadow: 0 5px 7px -2px rgb(16 16 16 / 17%);
}

.subscribe-updates {
    font-size: 22px;
    padding: 10px 0;
}

.ui-datepicker .highlight a {
    border: 1px solid #ccc;
    color: #000;
}

.ui-datepicker {
    z-index: 99!important;
}

.ui-datepicker .highlight-end a {
    background-color: #ccc;
    color: #fff;
}

.ui-datepicker .highlight-range a {
    background-color: #c1ebdc;
    color: #000;
}

.ui-datepicker .hover-highlight a {
    background-color: #C3E6CB;
    color: #000;
}

.nav-tabs {
    border: none!important;
}

.about-para {
    font-size: 14px;
    color: #303030;
    line-height: 22px;
}

.about-para strong {
    text-decoration: underline;
    text-decoration-color: #1b3ea5;
    font-weight: 500;
    font-size: 14px;
    color: #1b3ea5;
    cursor: pointer;
}

.about-para strong:hover {
    font-weight: 700;
}

.pop-dest-main {
    animation: floating 3s ease-in-out infinite;
}

.pop-dest-main:hover {
    animation: floating 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(0,15px);
    }

    100% {
        transform: translate(0,0);
    }
}

.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;
}

..search-engine h1 {
    margin: 0;
}

.new-bnnr-heading {
    font-size: 18px;
    font-weight: 500;
    width: 50%;
    overflow: hidden;
    color: #fff;
    height: 60px;
}

.new-bnnr-heading span.typed-text {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}

.new-bnnr-heading span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: .1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.new-bnnr-heading span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: #fff0;
    }

    99% {
        background-color: #fff0;
    }

    100% {
        background-color: #ccc;
    }
}

.mob-image {
    display: none;
}

.active-tab {
    display: block!important;
}

.active-tab2 {
    display: block!important;
}

.tabitems,.main-polr-section {
    display: none;
}

.usatoind-content {
    background: #f9f9f9;
    padding:20px;
    border-radius: 8px;
}

.usatoind-content h2 {
    font-size: 22px;
    font-weight: 600;
text-transform: uppercase;
    margin:0;padding:0;
}
.usatoind-content .owl-nav{display:none !important;}
.faq-main-section h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform:uppercase;
}
.section-faq{margin-top:1rem;}

.usatoind-content p {
    font-size: 14px;
    color:#444;
}

.us-city-page-route-section {
    margin: 2rem 0;
}

.us-route-section {
    padding:20px;
    border-radius: 8px;
    background: #f9f9f9;

}

.us-section-flight-details h2 {
    font-size: 22px;
    
    font-weight: 600;
text-transform: uppercase;
}

.us-route-main-section {
    margin: 1rem 0;
    border-radius: 5px;
    padding: 10px;
}

.us-section-flight-details table {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.data-table th,td {
    font-size: 14px!important;
    text-align: center;
}

.table-responsive td {
    font-weight: 400!important;
    color:#444;
}

.section-flight-details tr,td {
    text-align: left;
    padding: 10px;
}

.section-deals table,tr,td,th {
    border: 1px solid #ccc;
    padding: 10px 5px;
    text-align: center;
}

.data-table th {
    width: 25%;
    font-weight: 600;
}

.last-deal-details {
    position: absolute;
    width: 100%;
    bottom: -12px;
    left: 7px;
}

.last-deals-title {
    display: flex;
    justify-content: space-between;
    width: 96%;
}

.last-deals-city img {
    width: 100%;
    filter: brightness(.7);
    border-radius: 12px;
}

.deals-city {
    margin: 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.last-deals-details {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.last-deals-price {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.route-image img {
    width: 100%;
    filter: brightness(.7);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.route-image{position:relative;}
.route-city-name {
    position: absolute;
    bottom:10px;
    left:8px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.deals-route-section {
    border-radius: 8px 8px 0 0;
}

.deals-route-section p {
    margin: 0;
    border-radius:0 0 8px 8px;
    background-color:#fff;
    padding:1rem 0.5rem;
    font-size: 14px;
    color:#444;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tips-logo {
    text-align: center;
}

.tips-logo img {
    width: 39px;
}

.tips-content {
    font-size: 18px;
    font-weight: 500;
}

.tips-content span {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding-left: 7px;
}

.tips-main-section {
    margin-bottom: 16px;
}

.outer-tips-section {
    padding-top: 1.5rem;
}

.why-with-us {
    margin: 10px 0;
}

.why-with-us-heading {
    font-size: 20px;
    font-weight:600;
    padding: 4px 0;
}

.why-deatils {
    font-size: 14px;
    font-weight: 400;
    color:#444;
}

.title-faq {
    font-weight: 600;
    font-size: 30px;
}

.qus-sec1 h3 {
    font-size: 18px;
    color: #111;
    padding: 6px;
    font-weight: 500;
    margin: 0;
}

.ans-sec1 p {
    padding: 6px;
    color: #444;
    font-size: 15px;
}
.section-faqs{margin:2rem 0 1.6rem!important; }

.qus-sec {
    cursor: pointer;
}

.qus-sec h3 {
    font-size: 17px;
    color: #333;
    padding: 6px;
    font-weight: 500;
    margin: 0;
}

.ans-sec p {
    padding: 6px;
    font-size: 14px;
}

.faq-main-section {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.usatoind-content-panel {
    margin: 2rem 0 1rem;
}

/*.mob-blog {
    display: none;
}*/

.query-form-panel {
    padding-top: 7rem;
}



.query-form-input label {
    position: absolute;
    top: 3px;
    color:#111;
    left:14px;
    font-size: 13px;
}

.query-form-submit {
    padding: 10px!important;
    background-color:#e53935!important;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    height: 50px!important;
}
.query-form-submit:hover{background-color:#c62828!important;}
.countdown {
    text-align: center;
    margin: 0;
    background: #0f406b;
    padding: 14px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    border-radius:8px 8px 0 0;
}

.countdown-time {
    font-weight:600;
    color:#ffbc00;
}

.form-deal-price del {
    font-size: 25px;
    font-weight: 500;
}

.form-deal-price sub {
    font-size: 60px;
    font-weight: 600;
    color: #eb1211;
    padding: 0 7px;
}

.form-deal-price span {
    font-size: 22px;
    font-weight: 600;
    color: #eb1211;
    padding-left: 6px;
}

.form-call-btn {
    padding: 10px 30px!important;
    background: #184771;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 51px!important;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

.form-call-btn-main {
    text-align: center;
    margin: 17px 0;
}

.query-section {
    background: #ffffffe6;
    box-shadow: 1px 3px 26px #33333330;
    border-radius: 12px;
}

.main-query-form {
    padding: 31px 20px;
}

.destination-name-main h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color:#0f406b;
}

.trip-class-main {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.form-deal-price {
    margin: 1rem 0 2rem 0;
    text-align: center;
}

.query-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 2px rgb(13 110 253 / .25);
}

.query-form-submit:hover {
    background-color: #0e416c;
    color: #fff;
}

.form-pg-note p {
    font-size: 14px;
    color: #4b4a4a;
}

.form-pg-note strong {
    color: #333;
    font-size: 18px;
    padding-right: 5px;
}

.form-call-btn:before {
    background:#1847717a;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
}

.form-call-btn {
    position: relative;
}

.form-call-btn:after {
    background: ##1847717a;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
}

.engine-btn button {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 20px;
    padding: 19px 35px;
    border: 0;
    background: #eb1211;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    height: 78px;
    padding: .7em 1.7em;
    cursor: pointer;
}

.engine-btn button:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgb(0 0 0 / .05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(.55,0,.1,1);
    z-index: -1;
}

.engine-btn button:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #0f406b;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(.55,0,.1,1);
    z-index: -1;
}

.engine-btn button:hover:before {
    top: -35%;
    background-color: #0f406b;
    transform: translateX(-50%) scaleY(1.3) scaleX(.8);
}

.engine-btn button:hover:after {
    top: -45%;
    background-color: #0f406b;
    transform: translateX(-50%) scaleY(1.3) scaleX(.8);
}

.left-side-form {
    border-right: 1px solid #504f4f;
}

.form-loader {
    width: 100%;
    padding-top: 9rem;
    text-align: center;
    box-sizing: border-box;
}

.iata_code {
    font-size: 5rem;
    margin: 10px 0;
    color: #0f406b;
    font-weight: 600;
}

.plane-img {
    width: 100%;
}

.plane {
    text-align: center;
}

.earth {
    width: 50%;
    max-width: 150px;
    padding-bottom: 50%;
    background: url(/images/earth-gif.gif) no-repeat center center;
    background-size: contain;
    animation: rotateEarth 10s linear infinite;
    margin: 0 auto;
    position: absolute;
}

@keyframes rotateEarth {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wait-heading {
    font-size: 32px;
    font-weight: 600;
    margin: 8px 0;
    color: #0e416c;
}

.form-loader p {
    font-size: 25px;
    color: #0e416c;
    font-weight: 500;
    margin: 0;
}

#myChart {
    height: 384px!important;
}

.graph h2 {
    font-size: 22px;
    text-transform:uppercase;
    font-weight: 600;
   
}
.graph {margin:2rem 0 1rem;
}
.india-Popular-Routes{margin-top:1rem;}

.mob-banner-first {
    display: none;
}

.error-border input {
    border-top-left-radius: 7px!important;
    border-bottom-left-radius: 7px!important;
}

.error {
    background-color: #ffd2d280!important;
    border: 1px solid #ff0000ba!important;
}

.ui-autocomplete {
    padding: 7px;
    border-radius: 0;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
    cursor: default;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    max-width: 400px;
    width: 97%;
    width: 320px;
}

.ui-corner-all {
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.ui-menu .ui-menu-item {
    margin: 0 8px!important;
    padding: 5px 0!important;
}

.ui-state-focus,.ui-widget-content .ui-state-focus {
    border: 1px solid #ffa8a759!important;
    background: #ffa8a759!important;
    font-weight: normal!important;
    color: #0e416c!important;
    font-weight: 500!important;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 14px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
    border: 2px solid #f1f1f1;
}

.ui-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.iata-icon1 img {
    width: 65px;
}

.iata-icon {
    width: 10%;
    float: left;
}

.iata-icon img {
    width: 100%;
}

.section-copyrights img {
    width: 90%;
}

.new-payment-icon {
    display: none!important;
}

.errorClass {
    border: 2px solid red!important;
}

.error {
    overflow: hidden;
    background: #ffd2d2!important;
    border: 1px solid red!important;
}

/*.banner-section {
    background-image: url(/images/blog-page-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center!important;
    padding-top: 10rem;
    height: 300px;
    position: relative;
    background: #0f406b;
}*/

.banner-abt h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

/*.banner-abt ol {
    list-style: none;
    margin: 0;
    text-align: left;
    padding-left: 0;
    position: absolute;
    bottom: 18px;
}*/

.banner-abt ol li a {
    text-decoration: none;
    color: #f2f2f2;
}

.banner-abt ol li span {
    color: #fff;
}

.sitemap-content h3 {
    background: #0f406b;
    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 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #fe385c;
    padding-bottom: 17px;
    list-style: none;
    margin: 0;
    padding: 0 0 18px 0;
}

.sitemap-content ul li a {
    font-size: 14px;
    color: #2f2f2f;
    display: inline-block;
    background-image: url(/images/sitemap-arrow.png);
    background-repeat: no-repeat;
    padding: 1px 0 2px 14px;
    background-position: top 8px left;
    text-decoration: none;
    background-size: 6px;
}

.sitemap-content ul li {
    float: left;
    width: 25%;
}

.sitemap-content ul li a:hover {
    color: blue;
    transition: 0.2s;
}

.about-section h2 {
    font-weight: 700;
    font-size: 32px;
    mar
}

.about-section p {
    font-size: 16px;
    color: #444;
}

.contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact ul li img {
    width: 20px!important;
    height: 20px!important;
    padding-right:4px;
}

.contact ul li a {
    text-decoration: none!important;
    font-weight: 700;
    font-size: 18px;
    color: #2d3458;
}

.fadeInRight {
    padding-top: 15px;
}

.tab-menu {
    width: 100%;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    padding:3px 16px;
    border-radius: 4px 4px 0 0;
}

.active-a {
    background-color: #b7b5b5;
    color: #333;
}

.tab-menu ul li a {
    text-decoration: none;
    font-size: 13px;
}

.company-number:hover {
    color: #0f406b;
}

.tab h2 {
    color: #0f406b;
    font-size: 18px;
}

.tab p {
    color: #333;
    text-align: justify;
}

.wow iframe {
    width: 100%;
}

.tab-active iframe {
    width: 100%;
    height:420px;
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}

.company-number {
    font-size: 24px;
    color: #e94544;
    font-weight: 600;
    padding: 4px 0;
}

a {
    text-decoration: none;
}

.about-section p {
    font-size: 16px;
    color: #444;
}

.cheapest-flight-section ul li {
    font-size: 15px;
    color: #444;
}

.cheapest-flight-section p {
    font-size: 15px;
    color: #444;
}

.cheapest-flight-section h3 {
    font-size: 22px;
}

.cheapest-flight-section h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

.nit-box h1 {
    font-size: 6rem;
    font-weight: 700;
    color: #f35c5c;
}

.nit-404 {
    text-align: center;
    padding: 7rem 0 0 0;
}

.tbtn {
    background: #eb1211;
    transition: 0.3s;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

.tbtn:hover {
    background: #116391;
    color: #fff;
}

.list-style ul {
    padding: 30px 0 10px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-style ul li {
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    padding-left: 75px;
    position: relative;
    margin-bottom: 16px;
    line-height: 27px;
    display: inline-block;
    width: 49%;
}

.list-style ul li:before {
    content: '';
    background-image: url(/images/tip-incognito.svg);
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 5px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.list-style ul li:nth-child(2):before {
    content: '';
    background-image: url(/images/tips-alert.svg);
}

.list-style ul li:nth-child(3):before {
    content: '';
    background-image: url(/images/tip-booking.svg);
}

.list-style ul li:nth-child(4):before {
    content: '';
    background-image: url(/images/tip-restriction.svg);
}

.list-style ul li:nth-child(5):before {
    content: '';
    background-image: url(/images/tip-refund.svg);
}

.list-style ul li:nth-child(6):before {
    content: '';
    background-image: url(/images/tip-fly.svg);
}

.list-style ul li strong {
    font-size: 18px;
    font-weight: 500;
}

.list-style ul li a {
    font-weight: 500;
    color: #303030;
}

.blog-bnner {
    width: 100%;
    position: relative;
    background:#15456f;
    color: #fff;
    height:350px;object-fit:cover;
    border-radius:8px;
    margin:1.5rem 0 0.8rem;
}

.blog-home-page {
    padding:2rem 1rem 4rem;
}

.blog-banner-abt {
    padding-top: 8rem!important;
}

.banner-abt h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.banner-abt ol {
    list-style: none;
    margin: 0;
    text-align: left;
    padding-left: 0;
    position: absolute;
}

.banner-abt ol li {
    font-size: 14px;
}

.banner-abt ol li a {
    text-decoration: none;
    color: #f2f2f2;
}

.banner-abt ol li span {
    color: #fff;
}

.section-blog {
    transition: 0.3s;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
}

.blog-top {
    display: flex;
    position: relative;
}

.blog-top img {
    width: 100%;
}

.blog-body h1 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.blog-body p {
    font-size: 13px;
    color: #181818;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-bottom a {
    text-decoration: none;
    font-size: 13px;
}

.blog-bottom svg {
    transition: 0.4s;
}

.banner-abt h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.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: 15px;
    line-height: 26px;
}

.blog-description h3,.blog-description h3 strong,.blog-description h3 span {
    font-size: 23px;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
}

.recent-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 1rem 0;
    border-bottom: 2px solid #0e416c;
}

.recent-blog-image img {
    max-width: 100%;
    border-radius: 8px;
}

.recent-blog-category {
    font-size: 12px;
    color: #0f406b;
}

.recent-blog-brief {
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-content-form {
    background: #f4f5f7;
    padding: 1rem;
    border-radius: 5px;
}

.offer-description {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.blog-form {
    font-size: 14px!important;
    margin-top: 3px;
}

.form-submit:hover {
    background: #e94544;
}

.submit-button {
    padding: 5px 30px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1rem;
    background: #0f406b;
    transition: 0.5s;
    height: 50px;
    width: 100%;
    color: #fff;
}

.recent-blog-section a:hover {
    text-decoration: underline;
}

.recent-blog-section a {
    text-decoration: none;
    color: #333;
}

.form--title {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
}

.section-query-forms p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.call-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.or--txt {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.or--txt::before {
    content: '';
    width: 47%;
    position: absolute;
    z-index: 0;
    height: 1px;
    top: 16px;
    left: 0;
    background: #ccc;
}

.or--txt::after {
    content: '';
    width: 47%;
    position: absolute;
    z-index: 0;
    height: 1px;
    top: 16px;
    left: 53%;
    background: #ccc;
}

.display-bold {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.fare-title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #1877c6;
}

.coupan-section {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    background: #0e416c;
    color: #fff;
    padding: 5px;
}

.call-main-btn a {
    text-decoration: none;
    color: #fff!important;
    padding: 10px!important;
    background: #e94544;
    font-size: 20px;
    font-weight: 600;
    height: 51px!important;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    color: #fff!important;
    margin: 0 0 12px 0;
}

.call-main-btn a:hover {
    background: #0e416c;
}

.call-main-btn {
    text-align: center;
}

.form-pg-note p {
    margin: 0;
}

.discount {
    background-color: #ff0;
    color: #333;
    padding: 0 5px;
    border-radius: 6px;
}

.shd2 {
    height: 665px;
    max-width: 96%;
}

.animate {
    position: relative;
    color: #fff0;
    background: #ffa8a71c;
    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;
    }
}

.blog-description {
    padding-top:2rem;
}

.blog-engine {
    background: #fff;
    border-radius: 10px;
}

.blog-right-part {
    background: #fff;
}

.search-box {
    background: #f5f5f5;
    border-radius: 6px;
    padding:0.9rem!important;
}



.blog-description ol {
    list-style: none;
    margin: 10px;
    text-align: left;
    padding-left: 0;
}

.blog-description ol li a {
    text-decoration: none;
    color: #e94544;
    font-weight: 500;
}

.blog-description ol li span {
    color: #333;
}

.written-by {
    font-size: 15px;
    margin: 14px 0;
    font-weight: 500;
}

.writer-section {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    margin: 2rem auto;
}

.writer-image img {
    border-radius: 50%;
    width: 156px;
    height: 156px;
    object-fit: cover;
    border: 3px solid #ccc;
}

.writer-content {
    margin-left: 20px;
}

.writer-name {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.writer-content .view-posts {
    font-size: 16px;
    margin-left: 10px;
    color: #007bff;
    text-decoration: none;
}

.writer-content .view-posts:hover {
    text-decoration: underline;
}

.writer-content .bio {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.social-icons {
    margin-top: 10px;
    text-align: end;
}

.social-icon {
    font-size: 20px;
    color: #555;
    margin-right: 10px;
    text-decoration: none;
}

.social-icon:hover {
    color: #007bff;
}

.contactForm {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
}

.comment-heading {
    font-size: 24px!important;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
}

.form-control:focus {
    border-color: #11548d;
    box-shadow: 0 0 5px rgb(14 65 108 / 29%);
    outline: none;
}

.btn-submit {
    width: 100%;
    padding: 10px;
    background-color: #eb1211;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
}

.btn-submit:hover {
    background-color: #0f406b;
}

.btn-submit i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
}

.writer-section h2 {
    font-weight: 700;
    font-size: 32px;
}

.writer-section p {
    font-size: 16px;
    color: #444;
}

.deals-form-section {
    transition: 0.5s;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    display: block;
    position: fixed;
    background: rgb(0 0 0 / 66%);
}
.deals_popup_left{width:40%;}

.deals_popup_right{width:60%;padding:20px 18px 0;position:relative;}
.deals_popup_right h2{font-size:26px;font-weight:600;margin:0;  }
.deals_popup_right p{font-size:15px;color:#454545;line-height:18px;padding-top:8px;}
.deals-form-main1{width:100%;display:flex;}
.deals_popup_left{height:460px;}
.deals_popup_left img{object-fit:fill;width:100%;height:100%;}
.deals-form-main {width:750px;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%);z-index: 999;}
.close_icon{position:relative;}
.closeBtn{width:30px;height:30px;position:absolute;right:-8px;background-color:#e8e8e8;top:-10px;text-align:center;font-size:22px;border-radius:6px;color:#000;line-height:28px;}

.closeBtn:hover,.closeBtn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.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 #fff0 #ff7605 #fff0;
    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: rgb(0 0 0 / .8);
    z-index: 99999999!important;
    opacity: 1;
    transition: all 0.5s;
}

.blog-description table {
    width: 100%;
    margin: 1rem 0;
}

.blog-description td {
    font-weight: 400;
}

.blog-description th {
    font-weight: 600;
    font-size: 16px!important;
}

.blog-description h2,.blog-description h2 strong,.blog-description h2 span {
    font-size: 25px;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
}

.blog-description h4,.blog-description h4 strong,.blog-description h4 span {
    font-size: 21px;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
}

.blog-description h5,.blog-description h5 strong,.blog-description h5 span {
    font-size: 19px;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
}

.blog-description h6,.blog-description h6 strong,.blog-description h6 span {
    font-size: 17px;
    font-weight: 600;
    color: #222;
    margin-top: 25px;
}

.blog-description ul {
    padding-left: 1rem;
}

.blog-description strong {
    font-weight: 600;
    color: #202020;
}

.note {
    color: #0b5492;
    background-color: #edcaca;
    border-color: #0e416c;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #fff0;
    border-radius: 4px;
    margin: 1rem 0;
}

.owl-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;
    width:26px;
    height:26px;
    position:absolute;
   right:7px;
    top: 2px;
}

.owl-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;
    width:26px;
    height:26px;
      position:absolute;
   left: 7px;
    top: 2px;
}

.section-blog:hover .blog-body h1 {
    text-decoration: underline;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .9rem!important;
    padding-left: .9rem!important;
}

.blog-part-2 img {
    width: 100%;
    margin: 16px 0;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

.qus-sec b {
    font-weight: 700;
}

.author-page-main {
    background-image: linear-gradient(to right,#345b7d,#1f3242)!important;
    color: #fff!important;
}

.autor-deatils-main {
    padding: 7rem 0 2rem 0;
}

.autor-content .bio {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.author-name {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.bio {
    font-size: 14px;
    line-height: 1.6;
}

.author a {
    color: #333;
}

.author a:hover {
    color: #e94544;
}

.iate-info {
    font-size: 12px;
    color: #f3f3f3;
    text-align: center;
    margin-bottom: 9px;
}

.blog-cta {
    margin: 20px 0;
    padding: 0;
}

.usatoind-content p {
    line-height: 20px;padding-top:10px;
    font-size:14px;color:#444;
}
.last-minute-deals-dest {margin-top:1rem;}
.ans-sec1 p {
    line-height: 27px;
}

.ans-sec p {
    line-height: 27px;
}

.why-deatils {
    line-height: 27px;
}

.cust-revw {
    line-height: 23px!important;
}

.why-content {
    line-height: 24px!important;
}

.about-para {
    line-height: 24px!important;
}


.sub-heading1 {
    font-size: 14px;
    line-height: 25px;
}

.subscribe-updates {
    font-size: 14px!important;
    padding: 0 0 10px 0!important;
}

.subscribe-updates input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 4px;
}

.subscribe-updates {
    display: flex;
    padding: 10px 0;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
}

.last-deals-details p {
    display: none;
}

.last-deals-price {
    display: none;
}

.deals-city {
    display: block!important;
    line-height: 67px!important;
}

.search-engine h1 {
    font-size: 36px!important;
}

.call-pop-section {
    background: rgb(0 0 0 / 41%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
}

.pop-main {
    width: 480px;
    height: 300px;
    background: #ffd9d9;
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.close-btn-pop {
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 5px;
    z-index: 1;
}

.section-bottom {
    background: #fff;
    padding: 10px 15px;
}

.title-pop-bottom {
    text-align: center;
    font-weight: 700;
    color: #444;
    padding-bottom: .8rem;
    font-size: 17px;
}

.sections-popup {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}

.reasons {
    font-size: 12px;
    color: #555;
}

.popup-call-section h1 {
    font-size: 20px;
    color: #111;
    font-weight: 700;
}

.customer-active-fem img {
    width: 100%;
    position: relative;
}

.call-btn-popup a {
    text-decoration: none!important;
    font-size: 26px;
    color: #0e416c;
    font-weight: 700;
}

.call-btn-popup svg {
    margin-top: -6px;
    animation: 2s shake-animation infinite;
}

@keyframes shake-animation {
    0% {
        transform: translate(0,0);
    }

    1.78571% {
        transform: translate(8px,0);
    }

    3.57143% {
        transform: translate(0,0);
    }

    5.35714% {
        transform: translate(8px,0);
    }

    7.14286% {
        transform: translate(0,0);
    }

    8.92857% {
        transform: translate(8px,0);
    }

    10.7143% {
        transform: translate(0,0);
    }

    100% {
        transform: translate(0,0);
    }
}

.call-pop-section {
    display: none;
}

.show2 {
    display: flex!important;
}

.popup {
    max-width: 800px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgb(0 0 0 / .2);
    overflow: hidden;
}

.left,.right {
    padding: 20px;
    flex: 1;
}

.left {
    background: linear-gradient(to right,#1a619f,#0a4374);
    color: #fff;
    text-align: center;
}

.trustpilot {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.2em;
}

.reviews {
    margin: 5px 0;
}

.excellent {
    font-weight: 700;
    color: gold;
}

.stars {
    font-size: 1.5em;
    color: gold;
    margin: 10px 0;
}

.voucher-title {
    margin: 20px 0;
    font-size: 1.5em;
}

.description {
    font-size: .9em;
    margin: 10px 0 20px;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.1em;
    border-radius: 12px;
}

.phone-icon {
    font-size: 1.2em;
    animation: 1.3s shake-animation infinite;
}

.right {
    background: #f9f9f9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right h3 {
    color: #e94544;
    font-weight: 700;
    margin: 10px 0;
}

.right h2 {
    margin: 10px 0;
    font-size: 1.5em;
}

.right p {
    margin: 5px 0 20px;
    font-size: .9em;
    color: #555;
}

.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe-form input {
    padding: 10px;
    font-size: .9em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.subscribe-form button {
    padding: 12px;
    font-size: 1em;
    background: #e94544;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.subscribe-form button:hover {
    background: #E64A19;
}

.popup {
    transition: 0.5s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.phone-number {
    font-size: 22px;
    font-weight: 600;
}

.phone-number a {
    color: #fff;
}

.notification {
    display: none !important;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    background-image:url(/images/1.png);
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: 0 4px 10px rgb(0 0 0 / 33%);
    border: 2px solid #e94544;
    width: 90%;
    max-width: 750px;
    margin:0 auto;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    animation: slideUp 0.5s ease-out;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.agent-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #14e214;
}

.notification-content p {
    margin: 0;
    font-size: .95em;
    line-height: 28px;
    color: #333;
    width:100% !important;
}

.notification-content strong {
    font-weight: 700;
    color: #0e416c;
}

.phone-number {
    color: green;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #555;
    cursor: pointer;
    transition: color 0.3s ease;
    position: absolute;
     top: 1px;
    right: 3px;
}

.close-btn:hover {
    color: #e94544;
}

@keyframes slideUp {
    from {
        transform: translate(-50%,50%);
        opacity: 0;
    }

    to {
        transform: translate(-50%,0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.phone-num a {
    text-decoration: none;
    color: #0e416c;
    font-size: 22px;
}

.right h3 {
    font-size: 21px;
    line-height: 30px;
}

.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: .8;
    pointer-events: none;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: .5;
        transform: translateY(100vh);
    }
}

@keyframes diagonal-fall {
    0% {
        opacity: 0;
        transform: translate(0,0);
    }

    10% {
        opacity: 1;
    }

    100% {
        opacity: .25;
        transform: translate(10vw,100vh);
    }
}

.new-bnnr-heading span {
    font-size: 18px;
    font-weight: 600;
}

.SquidGame h2 {
    font-size: 30px;
}

.new-bnnr-heading a {
    color: #fff;
    text-decoration: underline;
}

.call-pop-section .left {
    background-image: url(/images/call-pop-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cash-offer {
    font-size: 30px;
    font-weight: 600;
    color: #eb1211;
}

.right p {
    color: #f6446c;
    font-size: 19px;
    line-height: 30px;
}

.right span a {
    font-size: 13px;
    font-weight: 300;
    color: #333;
    text-decoration: underline;
}

.writer-section {
    display: none;
}

.pop-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.squid-mob-img {
    padding-top: 10px;
    width: 100%;
    border-radius: 16px;
    display: none;
}

.thank-you-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    text-align: center;
    padding-top: 2rem;
}

.thank-you-header {
    margin-bottom: 40px;
}

.thank-you-logo {
    font-size: 48px;
    margin-bottom: 10px;
}

.thank-you h1 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.thank-you h2 {
    font-size: 18px;
    color: #fff;
}

.thank-you-countdown-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
    margin-bottom: 40px;
}

.thank-you-countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-size: 20px;
}

.thank-you-time {
    color: #f6446c;
    font-size: 18px;
    font-weight: 600;
}

.thank-you-time span:first-child {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #eb1211;
}

.thank-you-countdown-section h3 {
    font-size: 25px;
    font-weight: 400;
}

.thank-you-event-details {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .1);
}

.thank-you-date-box {
    background-color: #eb1211;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    border-radius: 10px;
}

.thank-you-date-box .thank-you-month {
    font-size: 14px;
}

.thank-you-date-box .thank-you-day {
    font-size: 36px;
    font-weight: 700;
}

.thank-you-details {
    max-width: 500px;
    text-align: left;
}

.thank-you-details p {
    margin: 10px 0;
}

.thank-you-buttons {
    margin-top: 10px;
}

.thank-you-buttons button {
    background-color: #eb121136;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.thank-you-buttons button:hover {
    background-color: #eb1211;
    color: #fff;
}

.thank-you-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

.thank-you {
    background-image: url(/images/game-bg.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.thank-back-btn a {
    font-size: 18px;
    background-color: #eb1211;
    color: #fff;
    padding: 6px 20px;
    display: inline;
    border-radius: 9px;
    font-weight: 500;
}

.contact-details {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.calling-numbr {
    background: #0f406b;
    padding: 8px 10px;
    font-size: 18px;
    border-radius: 6px;
    display: inline;
    font-weight: 600;
}

.calling-numbr a {
    color: #fff;
}

.blossoms th,td {
    padding: 10px;
}

.blossoms th {
    background-color: #e78bae;
    color: #000;
}

.blossoms tr:nth-child(even) {
    background-color: #fae0e4;
}

.blossoms tr:nth-child(odd) {
    background-color: #f4c2c2;
}

.section-currency a {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: .4rem .4rem .4rem .8rem;
    border-radius: 30px;
}

.section-currency a,.section-currency ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.section-currency ul {
    position: absolute;
    display: none;
    top: 118%;
    z-index: 999;
    box-shadow: rgb(0 0 0 / .2) 0 0 5px;
    width: 92px;
    background: #fff;
    border-radius: 10px;
    list-style: none;
    margin: 0;
    padding: 5px;
}

.section-currency ul li {
    padding: 6px 4px;
}

.main_header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 10px 12px rgb(0 0 0 / .15);
}

.header_toll {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.customer-agent img {
    width: 42px;
    height: 42px;
}

.contact-details p {
    color: #555;
    font-size: 16px;
    text-align: end;
    margin: 0;
}

.contact-details a {
    font-size: 20px;
    font-weight: 800;
    color: var(--secondary-color);
    text-decoration: none;
}

.nav-end-side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 46px;
}

.new-round-popup {
    max-width: 500px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    padding: 22px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.new-round-popup h2 span {
    color: #e94544;
}

.new-round-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
}

.new-round-popup-close:hover {
    color: #333;
}

.text-primary {
    color: #0f406b!important;
    font-size: 20px;
    font-weight: 600;
}

.text-muted {
    color: #303030!important;
    font-size: 15px;
}

.travel_image {
    width: 320px;
    height: 131px;
    object-fit: cover;
}

.pop_call {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    position: relative;
    z-index: 2;
    padding: 6px 40px;
    border-radius: 40px;
}

.pop_call::before {
    background-color: #b9d3fa;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 35px;
    z-index: -1;
    animation-name: blink2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: cubic-bezier(.1,.1,1,1.8);
}

.mob-right-side {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.toll-free-cont {
    gap: 20px;
}

/*new design*/
.new_search{margin:11rem 0 3rem;}
.new_search_sub{position:relative;}
.new_search_sub input{width: 100%;height: 54px;padding: 21px 8px 7px 32px;font-size: 16px;font-weight: 700;color: #222;text-overflow: ellipsis;border: 0;background-color: #ffffff;border-radius: 6px;}
.border_left{border-left:1px solid #ccc !important;padding-right:10px;}
.new_search_sub label{position:absolute;font-size:12px;top:2px;left:10px;color:#eb1211;}
.passen_left label{position:unset !important;}
.hidden {display: none;}
.new_search_icon{position:absolute;right: -15px;top: 13px;background-color:#fff;z-index:9;border-radius:100%;width:25px;height:25px;text-align:center;line-height:23px;border:1px solid #ccc;cursor:pointer;}
.new_search_icon svg{width:18px;height:18px;padding:1px;}
.new_search_main{padding:15px;border-radius:0px 8px 8px 8px;box-shadow:0px 10px 20px #00000038;background-color:#0f406b;}
.new_search .nav-tabs .nav-link.active{color:#fff !important; font-weight:500 !important;background-color:#e94645 !important; }
.search-menu .nav-tabs .nav-link{margin-bottom:10px!important;margin-right:10px!important;border-radius:6px;}
.query-form-input input {
    width: 100%;
    height: 54px;
    border: 1px solid #dcdcdc;

    padding-top: 16px;
    padding-left: 35px;
    text-overflow:ellipsis;
    border-radius: 6px;
    background-color:#f5f5f5;
}
.query-form-input span{position:absolute;top:22px;left:14px;}
.query-form-input span svg{width:16px!important;height:16px!important;fill:#0f406b;}
.new_search .nav-link{color:#000 !important;border-radius:6px 0px 0 0px;background-color:#ffffff !important;}
.round-right{border-radius:0px 6px 0 0px !important;}
.new_search .nav-tabs .nav-link.active{color:#fff !important; font-weight:500 !important;border-radius:6px 0 0 0;background-color:#f00;}
.new_search_sub1 label{left: 20px;top: 2px;}
.new_search_sub1 input{border-right:0 !important;border-bottom-right-radius:0 !important;border-top-right-radius:0 !important;}
.new_search_sub2 input{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;border-left:1px solid #ccc;}
.new_search_sub1.col-12 input{border-bottom-right-radius:6px !important;border-top-right-radius:6px !important;border-right:1px solid #e1e1e1;}
.International_flag_sub1 input{padding:10px 37px 10px 35px;width:100% !important;}
.iti{display:unset;}
.International_flag_sub1 label{left:73px;z-index:9;top:4px;}
.new_search_sub input:focus {color: #212529;background-color: #fff !important; border: 2px solid #007bff;outline: 0; box-shadow: 0 0 5px rgba(0,123,255,0.5);}
.flight_icon{position:absolute;left:10px;top:20px;}
.flight_icon svg{width:18px;height:18px;fill:#0f406b;}
.new_search_sub1 .flight_icon{left:21px;top:20px}
.new_search_sub3 input{padding-left:10px !important}
.new_search_sub3 label{top:4px;}
.why_img img{width: 50px;}
.why_img {float:left;width:22%;}
.why_eazyfares_text{width:76%;float:left;}
.why_eazyfares{margin:1.8rem 0;}
.why_eazyfares_main h2 , .airline_main h2{font-family: var(--main_font) !important;font-size:40px;text-transform: uppercase;margin-bottom:6px;}
.why_eazyfares_sub{padding: 22px 26px;background-color:#f7f7f7;border-radius:10px;overflow:hidden;}
.why_eazyfares_text h4{font-size:16px;font-weight: 600;margin: 0;}
.why_eazyfares_text p{font-size: 14px;color: #303030;margin:0;padding:5px 0;line-height:20px;}
.testimonials_img img{width: 100%;border-radius:10px ;}
.testimonials_main h2{font-size:40px;font-weight:700;}
.airline_img img{width:150px;height:80px;object-fit:contain;background-color:#f7f7f7}
.airline_partner{padding: 1rem 1rem 0;}
.thank_you{background-color:#f7f7f7;padding:3rem 1rem 4rem;}
.thank_container{max-width:1000px;margin:0 auto;background-color:#fff;padding:1rem;border-radius:8px;box-shadow:0 0 65px #00000017;}
.thank_text{padding-bottom:8px;margin-bottom:1rem;}
.thank_text h2{font-size:27px;font-weight:600;color:#0f406b;margin:0;}
.thank_text h2 span svg{width:30px;height:30px;margin-right:6px;}
.thank_main p{font-size:16px;font-weight:400;color:#333;padding:0;margin:0;margin-bottom:8px;}
.thank_main p span svg{width:22px;height:22px;margin-right:2px;}
.thank_main .appreciate{padding-top:1.6rem!important;font-size:20px!important;font-weight:600!important;padding-bottom:0.6rem;border-top:1px solid #ccc;margin-top:1.9rem;}
.home_btn{text-align:center;margin-top:2rem;}
.home_btn a{padding:10px 22px;background-color:#0f406b;color:#fff;border-radius:6px;font-size:14px;display:inline-block;}
.home_btn a:hover{background-color:#e94544;}
.thank_why_main{padding: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #ccc;}
.thank_why_main:hover{transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.thank_why_main h3{font-size:16px;color:#0066cc;font-weight:400;}
.thank_why_img img{width:25px;height:25px;}
.thank_why_img{width:45px;height:45px;background-color:#f3f3f3;text-align:center;border-radius:100%;line-height:42px;margin-bottom:8px;}
.thank_why_main strong{font-size:14px;padding:4px 0;display:inline-block;color:#151515;font-weight:500;}
.dest-details{position: absolute;bottom: 0;background:#000000bf;width: 100%;padding: 0 11px;border-bottom-left-radius: 12px;border-bottom-right-radius: 12px;pointer-events: none;}
.review-main-section{background: #fff;padding: 14px;border-radius: 12px;height: 100%;box-shadow: 0 5px 7px -2px rgb(16 16 16 / 17%);padding-top: 2px;}
.main-section-review{background:#f2f2f2;padding:1.2rem 1rem;margin:5.5rem 0 2rem;border-radius:20px;}
/*.search-engine{background-image: url(/images/B.jpg);background-size: cover;background-repeat: no-repeat;height:350px;}*/
/*.search_engine_banner{padding-top:22rem;padding-bottom:5rem;}*/
.fare{font-size: 28px;line-height: 28px;color: #fff;font-weight: 700;margin: 0;margin-bottom: 5px;}
.dest-title{display: flex;justify-content: space-between;align-items: center;padding:10px 4px 5px;}
.city-nme{font-size:17px;color: #fff;font-weight:500;position:absolute;background:#0f406b;padding:4px 15px 4px 10px;position:absolute;top:10px;left:0;border-radius:0 20px 20px 0;}
.price p {font-size: 14px;color: #fff;margin: 0;padding-bottom:4px}
.deals_main{background-color:#fff;border-radius:8px;box-shadow:0px 0px 20px 1px #00000029;cursor:pointer;}
.deals_main:hover{box-shadow:2px 2px 9px 1px #2f27275e;}
.deals_main a{text-decoration:none;}
.deals_img img{width:100%;border-radius:8px 8px 0 0;}
.deals_text{padding:10px 1rem 12px;}
.deals_text h2{font-size:22px;font-weight:600;color:#0f406b;padding:0;margin:0;}
.deals_text p{font-size:16px;color:#333;padding:6px 0;margin:0;}
.deals_price strong{font-size:22px;color:#e94544;}
.deals_price sup{color:#0da52c;font-size:16px;}
.deals_price span{font-size:14px;color:#222;}
.deals_price{font-size:14px;color:#333;font-weight:400;}
.city_delas{width:100%;padding:5px 0;}
.blog_img img{width:100%;border-radius:8px 8px 0 0;height:100%;}
.blog_img{position:relative;height:270px !important;object-fit:contain}
.main_blog{border:1px solid #ccc;margin:0 10px;border-radius:8px;background-color:#fff;}
.blog_text h3{font-size:20px;padding:0;margin:0;bottom:0;color:#000; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;font-weight:600;}
.blog_text p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;font-size:14px;margin:6px 0 14px;padding:0;font-weight:300;color:#333;}
.blog_text span{padding:6px 16px;background-color:#f00;color:#fff;border-radius:6px;font-size:14px;cursor:pointer;display:inline-block;}
.blog_text span:hover{background-color:#184771;}
.call_deals_left{background-color:#f00;padding:20px 0;text-align:center;color:#fff;font-size:22px;font-weight:600;border-radius:8px 0 0 8px;height:100%;}
.blog{margin:2rem 0 3.5rem;}
.blog_text{padding:18px;}
.call_deals_main a{text-decoration:none !important;}
.call_deals{margin:2rem 0;}
.call_deals_right{padding:18px 5px;text-align:center;background-color:#184771;border-radius:0 8px 8px 0px;}
.call_deals_right h2{font-size:22px;color:#fff;margin:0;font-weight:600;}
.call_deals_left span{color:#ffef94;}
.call_deals_right span{display:inline-block;background-color:#ffd900;color:#000;padding:6px 30px;margin-top:8px;font-weight:600;border-radius:6px;}
.pop-dest-whle-sec .owl-theme .owl-controls .owl-nav .owl-prev{height: 40px !important;width: 40px !important;text-align: center;color: #0e416c!important;position: absolute;border-radius: 50%;line-height: 26px;top:43%!important;border:none;transition: all .5s ease-in-out;background-color:#fff;left:-20px !important;box-shadow:7px 0px 20px 0px #0000002b !important}
.pop-dest-whle-sec .owl-theme .owl-controls .owl-nav .owl-next{top:43%!important;right:-20px!important;line-height:54px;position:absolute;background-color:#fff;height: 40px !important;width: 40px !important;text-align: center;color: #0e416c !important;position: absolute;border-radius: 50%;line-height: 26px;border:none;transition: all .5s ease-in-out;box-shadow: 7px 0px 20px 0px #0000002b !important;}
.blog_sub .slick-prev, .slick-next{background-color:#fff !important;width:40px;height:40px;border-radius:100%;box-shadow:0 0 16px 5px #00000030;}
.blog_sub .slick-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='currentColor'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E") !important;}
.blog_sub .slick-prev{z-index:9;left:-4px !important;}
.blog_sub .slick-next{z-index:9;right:-4px !important;}
.blog_sub .slick-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") !important;}
.blog_sub .slick-next{width:40px;height:40px;border-radius:100%;}
.blog_sub .slick-prev:before, .slick-next:before{opacity:1 !important;font-size:unset;}
.review_img img{width:100%;border-radius:12px;}
.pop-dest-whle-sec .owl-dots{text-align:center;padding:13px 0 5px;}
.pop-dest-whle-sec .owl-theme .owl-dots .owl-dot.active span{background-color:#f00 !important;}
.pop-dest-whle-sec .owl-dot{padding:0 5px;}
.email{background-color:#f2f2f2;margin:2rem 0 2rem;padding:2rem 0;}
.email_left{text-align:center;}
.email_input{max-width:600px;display:flex;margin:1rem 0;position:relative;}
.email_input span{position:absolute;top:12px;left:11px;}
.email_input span svg{width:20px;height:20px;fill:#222;}
.email_input input{width:80%;height:50px;padding:10px 10px 10px 44px;border-radius:8px 0 0 8px;border:1px solid #ccc;border-right:0; }
.email_input button{height:50px;background-color:#f00;color:#fff;width:20%;border:0;border-radius:0 8px 8px 0px;}
.email_left img{width:100%;border-radius:10px;}
.email_right h2{font-size:30px;}
.subscribe-updates label{font-size:16px !important;}
.subscribe-updates input{width:28px !important;height:17px !important;}
.email_input button:hover{background-color:#b60f0f;}
.call_deals_right span:hover{background-color:#e8c70b}
.pop-dest-whle-sec .owl-prev:before {content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'  width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;}
.pop-dest-whle-sec .owl-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;position:absolute;right:8px;top:4px;}



/*new design main*/
.review_btn ul{display:flex;margin:0;padding:0;}
.review_btn ul li img{width:20px;margin-right:5px;}
.review_btn ul li{margin:0;list-style:none;}
.review_text{padding:1.5rem;border-radius:10px;background-color:#f7f7f7;width:96% !important; margin: 1rem 0.4rem  !important;}
.review_icons{display:flex;justify-content:space-between;align-items:center;margin-top:5px;}
.user_name h2{font-size:15px;font-weight:600;margin:0;font-family:unset !important;}
.user_name{margin-top:1rem}
.user_name sub{font-size:12px;font-weight:300;color:#7e7e7e}
.review_top p{font-size:15px;color:#444444;font-weight:300;margin:0;padding:0;font-style:italic;}
.review_top svg{width:21px; height:21px; }
.review_right img{width:25px;margin-right:13px;}
.review_right_sub1 span{font-weight:600;font-size:14px;}
.review_right_sub1 h4{font-size:13px;font-weight:300;margin:0;padding:0;}
.delas_main{border:1px solid #f7f7f7;padding:0.9rem;border-radius:10px; background:#f7f7f7;}
.delas_main_sub{justify-content:space-between;}
.from_delas h3{margin:0;padding:0;font-size:16px; font-weight:600;color:#000 !important;}
.from_delas p{font-size:14px;padding:0;margin:0; color:#444; }
.main_price del{font-size:14px; font-weight:500;color:#585858  }
.main_price sup{background-color:#02b01d;padding:0px 8px;font-size:10px;margin-right:15px;border-radius:20px;color:#fff;}
.deals_pr{padding:8px 0 0}
.offer_price{font-weight:700;font-size:18px;color:#000!important;}
.book_btn span{padding:6px 20px;background-color:#0f406b;border-radius:6px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;}
.book_btn a{padding:6px 20px;background-color:#0f406b;border-radius:6px;font-size:15px;font-weight:500;color:#fff;cursor:pointer;}
.review_btn .nav-pills .nav-link.active , .deal_trip .nav-pills .nav-link.active{border-bottom:3px solid #e94544 !important;background-color:unset !important;border-radius:unset !important;font-weight:700 !important;color:#e94544 !important}
.review_sec{margin:2rem 0 0.5rem;}

.deal_trip .nav-link{font-size:16px !important}
.review_btn , .deal_trip{border-bottom:1px solid #ccc;}
.flight_deals_main h2{font-size:40px;text-transform: uppercase;margin: 0;padding: 0;font-family: var(--main_font) !important;}

.flight_deals_main p{font-size:14px;font-weight:300;color:#555;margin-bottom:5px;}
.delas_main:hover{box-shadow:0 0 10px 0px #cbcbcb;}
.book_btn a:hover{background-color:#e94544;}
.book_btn span:hover{background-color:#e94544;}
.new_search_text{position:relative;}
.new_search_text .flight_icon3{top:10px !important;}
.new_search_text label {position: absolute; top: 8px; left: 10px;color: #555;background: #fff;padding: 0 4px;transition: 0.3s ease;pointer-events: none;}
.new_search_text label svg{fill:#4167c8;height:18px;width:18px;}
#divDepart label{left:15px;}
.new_search_text input:focus , .new_search_text input:active{outline:1px solid #f00 !important;border:unset !important}
.new_search_text input:focus + label, .new_search_text input:not(:placeholder-shown) + label {top: -8px;left: 8px;font-size: 12px;color: #000000;}
.new_search_text input:not(:placeholder-shown) + label svg { width: 16px;height: 16px;}
.new_search_text input.error + label {background-color: #ffd2d2;}
.margin_top{margin-top:12px;}
.new_search_text input:focus + label svg {width: 16px;height: 16px;}
.new_search_text input{width:100%;height:45px;background-color:#fff;border:1px solid #ccc;font-size:16px;font-weight:600;text-overflow:ellipsis;border-radius:5px;padding:14px;}
.new_search_text_right{border-right:0 !important;border-bottom-right-radius:0 !important;border-top-right-radius:0 !important;}
.new_search_text_left{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;}
.new_search_e{background-color:#fff;border-radius:0px 6px 6px 6px;padding:1.2rem 1.3rem 0.9rem;box-shadow: 0 15px 50px rgba(0,0,0,0.15);/*border:4px solid #e94544;*/}
.new_search_trip{background-color:#fff;display:inline-block;padding:8px 12px 0px 20px;border-radius:6px 6px 0 0;border-bottom:0 !important;position:relative;top:4px;}
.new_search_trip ul{display:flex;margin:0;padding:0; gap:0.5rem; position:relative; left:-0.4rem;}
.new_search_trip ul li{list-style:none;position:relative;}
.new_search_trip ul li input{opacity:0;visibility:hidden;position:absolute;}
.new_search_trip ul li label{font-size:14px;font-weight:600;position:relative; cursor:pointer; padding:0.38rem 0.8rem 0.38rem 1.6rem; border-radius:6px; background:#f3f3f3;}
.new_search_trip ul li label:before{content:'';width:16px;height:16px;border-radius:100%;border:1px solid #686868;position:absolute;left:8px;top:9px;}
.new_search_trip ul li label:after{content:'';width:8px;height:8px;border-radius:100%;background-color:#eb1211;position:absolute;left:12px;top:13px;opacity:0;visibility:hidden;transition: opacity 0.3s, visibility 0.3s;}
.new_search_trip ul li input:checked + label{background:#e94544; color:#fff; }
.new_search_trip ul li input:checked + label::after{opacity:1;visibility:visible;}
.new_search_trip ul li input:checked + label::before {border-color: #fff;}
.new_search_trip ul li input:checked + label::after{background-color:#fff;}
.flight_icon{position:absolute;}
.flight_icon{position:absolute;left:8px;top:35px;}
.flight_icon svg{width:18px;height:18px;fill:#0a6fc7 !important;}
.new_search_sub1{left:18px !important;top:36px !important}
.new_search_sub2{left:9px !important;top:36px !important}
.new_search_sub1 svg, .new_search_sub2 svg{width:19px;height:19px;}
.new_search_sub button{display: inline-block;transition: all 0.2s ease-in;position: relative;overflow: hidden;z-index: 1;font-size:17px;border: 1px solid #e94544;background: rgb(233,69,68);color: #fff;font-weight:500;cursor: pointer;width: 100%;height:45px;cursor: pointer;border-radius:6px;border:1px solid rgb(233,69,68);}
.new_search_sub button:before {content: "";position: absolute;left: 50%;transform: translateX(-50%) scaleY(1) scaleX(1.25);top: 100%;width: 140%;height: 180%;background-color: #f00;border-radius: 50%;display: block;transition: all 0.5s 0.1s cubic-bezier(.55,0,.1,1);z-index: -1;}
.new_search_sub button:after {content: "";position: absolute;left: 55%;transform: translateX(-50%) scaleY(1) scaleX(1.45);top: 180%;width: 160%;height: 190%;background-color: #f00;border-radius: 50%;display: block;transition: all 0.5s 0.1s cubic-bezier(.55,0,.1,1);z-index: -1;}
.name_class{padding:5px 8px 0;display:none ;border-top:1px solid #ccc;}
.new_search_sub button:hover:before {top: -35%;background-color: #f00;transform: translateX(-50%) scaleY(1.3) scaleX(.8);}
.new_search_sub button:hover{color:#fff!important;}
.about-sec h4 a{padding:8px 18px!important;background-color:#0f406b;font-size:14px !important;color:#fff;font-weight:400 !important;display:inline-block;border-radius:4px;}
.about-sec h4 a:hover{background-color:#e94544;}
.about_right img{width:100%;height:100%;border-radius:8px;}
.about_right_sub img{width:100%;border:8px solid #f00;border-radius:8px;}
.about_right_sub{bottom:-25px;left:-80px;}

.city_deals_sub{position:relative;width:100%;}
.city_deals_sub img{border-radius:10px;width:100%}
.city_name span{font-size: 1.5rem !important;color: rgb(255, 255, 255) !important; font-family:var(--main_font) !important; font-weight: normal;line-height: 24px;position: absolute;top: 18px;left: 15px;}
.city_price p{padding:0;margin:0;color:#000;font-size:16px;}

.city_price strong{font-size:16px;color:#fff;margin:0;padding:0;font-weight:600;}
.city_name{position: absolute;top: 0px;width: 100%;height: 122px;display: flex; align-items: end;padding-bottom: 15px;padding-left: 18px;background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);border-radius:10px 10px 0 0;
}
.city_price{position: absolute;display:flex;bottom: 0px;width: 100%;height: 122px;-webkit-box-align: end;align-items: end;padding-bottom: 15px;padding-left: 18px;background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) !important;border-radius:0 0 10px 10px;}

.Starting{font-size: 0.875rem !important;font-weight: 400;line-height: 22px;margin-bottom: 4px;color: rgb(212, 212, 216) !important;}
.city_price_main {
    font-size:26px !important;
  
    line-height: 24px;font-family:var(--main_font) !important; 
    margin-bottom: 0px;
    color: #fff !important;
}

.sticky_top{position:sticky;}
.city_deals_main .cate-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border-bottom:1px solid #ccc;   
}

.city_deals_main .cate-menu ul li {
    padding: 0.5rem 1rem !important;
    font-size: 16px;
    color:#333;
    cursor: pointer;
    margin:0 !important;
    box-shadow:unset !important;
    font-weight: 500;
    border-radius:unset !important;
    background:unset !important;
        transition: unset !important;


}

.city_deals_main .active-cat {
    border-bottom: 3px solid #e94544 !important;
    background-color: unset !important;
    border-radius: unset !important;
    font-weight: 700 !important;
    color: #e94544 !important;
}
.city_deals_main .owl-theme .owl-controls .owl-nav .disabled{opacity:0 !important;}
.new_header_logo{margin-right:1.5rem;}
.new_header{background-color: #fff;width: 100%;z-index:2;box-shadow:-1px 14px 38px rgb(0 0 0 / 12%);padding:7px 4px;}
.new_header_drop{gap:10px;display:flex; align-items:center;}
.new_header_drop p{margin:0;padding:0;font-size:15px;cursor:pointer;padding:8px 10px; color:#4e4e4e; border-radius:6px;}
.new_header_drop p:hover{background:#f3f3f3;}
.new_header_drop p svg{width:16px;height:16px;fill:#000;}
.new_header_call2{border:1px solid #24980d;padding:16px 10px 3px;margin:2px;border-radius:6px;background-color:rgba(34, 139, 3, 0.10);display:flex;}
.new_header_text p{margin:0;font-size:16px;color:#000;font-weight:600;}
.new_header_call{position:relative; z-index:1; }
.new_header_call::after {position: absolute;top: 0;left: 5px;content: "";width: 95%; height: 50px;animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .1s infinite;box-shadow: #1bb40a 0 0 50px 50px inset;z-index: -1;border-radius: 10px;opacity: 0;}
@keyframes call-effect{0% {transform: scale(0.1);}20% {opacity: .8;}40%, 100% {transform: scale(1.1);}0% {transform: scale(.1);}20% {opacity: .1;}40%, 100% {transform: scale(1.1);}}
.new_header_text span{position:absolute;background-color:#24980d;color:#fff;font-size:11px;top:-5px;display:inline-block;padding:2px 10px;left:0px;border-radius:4px;}
.new_header_icon svg{width:18px;height:18px;transform:rotate(10deg);}
.new_header_icon{position:relative}
.country{margin:0 0.7rem}
.new_header_blog{font-size:15px;padding:13px 0;}
.new_header_blog a{color:#4e4e4e !important;}
.country_name{background-color:#eeeeee;padding:8px;border-radius:8px;cursor:pointer;}
.new_header_connect{align-items:center;}
.new_header_drop_main{position:absolute;background-color:#fff;top:100%;width:250px;padding:4px 14px;z-index:1; box-shadow:0px 19px 30px #00000033; transition:0.3s;  opacity:0;visibility:hidden; transform:translateY(10px);  }
.use_to_india:hover .new_header_drop_main{opacity:1;visibility:visible;transform:translateY(0); }
.new_header_drop_main ul{margin:0;padding:0;list-style:none;}
.new_header_drop_main ul li a{display:block;padding:7px 0;border-bottom:1px solid #f3f3f3;font-size:14px;text-decoration:none;color:#494949;}
.new_header_drop_main ul li a:hover{text-decoration:underline;color:#e94544 !important;}
.new_header_drop_main_phone ul li a:hover{text-decoration:underline;color: #0492ef;font-weight:600;}
.new_header_drop_main_phone ul{margin:0;padding:0;list-style:none;}
.new_header_drop_main_phone ul li a{display:block;padding:6px 0;border-bottom:1px solid #f3f3f3;font-size:15px;text-decoration:none;color:#494949;}
.phone_header .accordion-button{padding:0.8rem 8px!important;font-size:15px !important}
.phone_about{padding:6px!important}
.phone_about a{text-decoration:none;font-size:15px;color:#212529;}
.phone_call .new_header_call2{padding:1.5rem 1rem 0.4rem;}
.phone_call .new_header_call2 h2{font-size:22px;}
.phone_contact_us a{color:#212529;text-decoration:none;font-size:15px;}
.phone_contact_us{padding:11px 8px;}
.phone_header .new_header_blog{padding:11px 8px;}
.phone_header{display:none;}
.phone_call .new_header_blog a{color:#212529 !important;margin-bottom:6px;display:inline-block}
.border_bottom{border-bottom:1px solid #dee2e6 !important;}
.phone_about a:hover , .phone_call a:hover{text-decoration:underline;color: #0492ef !important;font-weight:600;}
.phone_header .accordion-flush .accordion-item .accordion-button:hover{color: #0492ef !important;font-weight:600;}
.new_fotter_mian .accordion-flush .accordion-item .accordion-button{border:0 !important;}
.phone_header .accordion-button:focus{box-shadow:unset !important;background-color:unset !important}
.phone_header .accordion-button:not(.collapsed){background-color:unset !important;box-shadow:unset !important;}
.phone_header .accordion-body{padding-top:0 !important}
.faq_sub .accordion-item:last-of-type .accordion-button.collapsed{box-shadow:0px 11px 20px rgba(0,0,0,0.11);border-radius:6px !important;}
.faq_sub .accordion-item{background-color:unset !important;}
.faq_sub .accordion-body{background-color:#fff;font-weight:300;font-size:14px;box-shadow: 1px 5px 14px rgb(0 0 0 / 6%);border-radius: 0 0 6px 6px;}
.faq{padding:1.5rem 0;background-color:#fbfbfb;}
.faq_main p{font-size: 15px;font-weight: 300;color: #333;padding:0;margin:0;}
.city_deals_text p{font-size: 15px;font-weight: 300;color: #333;margin-bottom:7px;}
.city_deals{margin:2.5rem 0;}
.flight_deals{margin:2.5rem 0;}
.section_title h3{font-size:40px;text-transform: uppercase;margin: 0;padding: 0;font-family:var(--main_font) !important;}
.section_title p{font-size: 15px;font-weight: 300;color: #333;margin-bottom:7px;}
.faq .accordion-button:not(.collapsed){color: #000 !important;background-color: rgb(235 81 80 / 33%) !important;box-shadow:unset !important; border-radius:6px 6px 0 0;}
.new_fotter{background-color:#720302e3;padding:0 0 1rem;}
.new_fotter_hading h3{font-size:46px;color:#fff;line-height:52px;font-family:var(--main_font1) !important}
.new_fotter_email h4{font-size:22px;font-weight:600;color:#eeee;margin-bottom:0.8rem;}
.new_fotter_input input{width:100%;height:40px;border-radius:6px 0 0 6px;border:0;padding:15px;}
.new_fotter_input button{width:100%;height:40px;border-radius:0 6px 6px 0;background-color:#e94544;border:0;color:#fff;}
.new_fotter_input p{font-size:16px;margin-top:0.6rem;margin-bottom:0;color:#ccc;font-weight:300;}
.new_fotter_input p a{color:#84c7ff;text-decoration:underline;}
.new_fotter_mian1{margin:3rem 0 0.5rem;padding:1.5rem 0;border-top:1px solid rgba(255, 255, 255, 0.11);}
.footer_logo_img{margin-bottom:.8rem;}
.new_fotter_left p{font-size:16px;color:#dedede;font-weight:300;}
.new_fotter_left_icons ul li{display:inline-block;width:38px;height:38px;background-color:#fff;border-radius:100%;list-style:none;text-align:center;margin-right:6px;line-height:35px;}
.new_fotter_left_icons ul li svg{fill:#fff;}
.facebook_bg{background-color:#1877F2 !important;}
.Instagram_bg{ background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;}
.Twitter_bg{background-color:#2daae1 !important;}
.Pinterest_bg{background-color:#E60023 !important;}
.youtube_bg{background-color:#f00 !important;}
.new_fotter_left_icons ul{margin:0;padding:0;}
.new_fotter_links h3{font-size:14px;font-weight:600;color:#fff;padding:8px 0;margin:0;}
.new_fotter_links ul{margin:0;padding:0;list-style:none;}
.new_fotter_links ul li a{font-size:12px;color:#dedede;display:inline-block;font-weight:400;line-height:16px;}
.new_fotter_links ul li a:hover{text-decoration:underline;color: #0492ef !important;font-weight:600;}
.new_fotter_call{border-top:1px solid rgba(255, 255, 255, 0.11);padding:0.7rem 0;}
.fotter_bottom{border-top:1px solid rgba(255, 255, 255, 0.11);padding:0.7rem 0;border-bottom:1px solid rgba(255, 255, 255, 0.11)}
.new_fotter_call ul{margin:0;padding:0;list-style:none;}
.new_fotter_call ul li{padding-bottom:6px;}
.new_fotter_call ul li a strong{color:#fff;}
.new_fotter_call ul li a{color:#dedede;font-size:16px;}
.copy_rig p{font-size:10px;color:#e7eef5;padding:0;margin:0;font-weight:400;line-height:16px;}
.new_blog_left{width:100%;padding:0.8rem;background-color:#fff;border-radius:6px;box-shadow:0 0 25px 0px #0000001c;}
.new_blog_left{width:100%;border:1px solid #ccc;border-radius:8px;}
.new_blog_img img{width:100%;border-radius:8px 8px 0 0;}
.new_blog_text h3{font-size:20px;padding:0;margin:0;color:#000; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;font-weight:600;margin-bottom:6px;}
.new_blog_text_sub h3{font-size:18px;padding:0;margin:0;color:#1d1d1d !important; display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; overflow: hidden;font-weight:600;margin-bottom:6px;}
.new_blog_text_sub p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 14px;margin: 6px 0 14px;padding: 0;font-weight: 300;}
.new_blog_text p{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 13px;margin: 6px 0 14px;padding: 0;font-weight: 300;}
.new_blog_text{padding:1rem 0.8rem;}
.blog_date{margin-left:1rem;border-left:1px solid #ccc;padding-left:1rem;}
.outer_country{position:absolute;background-color:#fff;box-shadow:0px 7px 20px rgba(38, 38, 38, 0.25);border-radius:6px;top:100%;display:none;z-index:999999;}
.outer_country ul{margin:0;list-style:none;padding:0;}
.outer_country ul li {padding:6px 18px;}
.outer_country ul li a{color:#4e4e4e !important;font-size:14px;}
.outer_country ul li a:hover{text-decoration: underline;color: rgb(233, 69, 68) !important;}
.new_blog_left{width:100%;padding:0.8rem;background-color:#fff;border-radius:6px;box-shadow:0 0 25px 0px #0000001c;}
.new_blog_img img{width:100%;border-radius:6px;height:100%;object-fit:cover;}
.new_blog_img{height:450px;}
.new_blog_img1{width:100%;height:120px !important;}
.new_blog_img1 img{object-fit:cover;height:100%;}
.new_blog_text h3{font-size:26px;padding:0;margin:0;color:#171717; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;line-height:32px;font-weight:600;}
.new_blog_text_sub h3{font-size:16px !important;line-height:22px;font-weight:600;}
.new_blog_text_sub p {-webkit-line-clamp: 2!important;}
.new_blog_text_sub{padding:1rem 0.4rem !important;}
.new_blog_head h2{font-size: 40px !important;text-transform: uppercase;margin: 0px;padding: 0px;font-family: var(--main_font) !important;}
.new_blog_head p{font-size: 15px !important;font-weight: 300;color: rgb(51, 51, 51);padding: 0px;margin: 0px;}
.new_blog_head{margin-bottom:1.5rem;}
.new_blog_text p{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;font-size: 15px;padding: 0;font-weight:400;margin:0;color:#333;}
.new_blog_text{padding:1.2rem 1.3rem 0.5rem;}
.new_blog_date{padding:0.8rem 0;}
.blog_user , .blog_date{font-size:14px;color:#565656}
.blog_user span{font-weight:600;color:rgba(12, 12, 12, 0.89);}
.new_blog{background-color:#f8f8fa;padding:2rem 1rem 1rem;border-radius:6px;}
.blog_date{margin-left:0.5rem ;padding-left:0.5rem;border-left:1px solid #ccc;}
.blog_user_img{width:25px;height:25px;background-color:#f3f3f3;border-radius:100%;text-align:center;line-height:23px;margin-right:7px;overflow:hidden;}
.blog_user_img svg{width:18px;height:18px;fill:#494949}
.blog_date_img{width:25px;height:25px;background-color:#f3f3f3;border-radius:100%;text-align:center;line-height:23px;margin-right:7px;overflow:hidden;}
.blog_date_img svg{width:18px;height:18px;fill:#494949}
.new_blog_text strong{padding:6px 16px;background-color:#0a58ca;color:#fff;border-radius:4px;font-size:14px;cursor:pointer;display:inline-block;margin-top:0.7rem;font-weight:600;cursor:pointer;}
.new_blog_text strong:hover{background-color:#0f406b;}_text strong{padding:6px 10px;background-color:#e94544;font-size:13px;border-radius:4px;font-weight:600;color:#fff;}
.heading_websites h2{font-size:30px !important;text-transform: uppercase;margin: 0px;padding: 0px;font-weight:600;}
.heading_websites{margin-bottom:1rem !important}
.heading_websites p{font-size: 16px !important;font-weight:400;color: rgb(51, 51, 51);padding: 0px;margin: 0px;}
.summer_banner img{width:100%;border-radius:6px;}
.summer_banner{background-color:#fff;padding:1rem 0 2rem;}
.review_sec .slick-prev{left:-18px !important;width:40px;height:40px;z-index:99999;background-color:#fff;border-radius:100%;box-shadow: 0 0 16px 5px #00000030;}
.review_sec .slick-prev:before{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'  width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;opacity:1;}
.review_sec .slick-next{right:-11px !important;width:40px;height:40px;}
.review_sec .slick-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") !important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;}
.phone_footer{display:none;}
.phone_footer .col-12{margin:0;padding:0;}
.phone_footer h2 button{background-color:#720302e3!important;color:#fff !important;border-bottom:1px solid rgba(255, 255, 255,1);font-size:14px;padding-left:6px;padding-right:6px;line-height:23px;margin:0;} 
.phone_footer .accordion-body{background-color:#720302e3 !important;border:unset !important;padding:0 6px;}
.phone_footer .accordion-body ul{margin:0;padding:0;list-style :none;}
.phone_footer .accordion-body ul li a{display:inline-block;color:#e1e2e3;padding:8px 0;font-size:12px;line-height:16px;font-weight:300;}
.phone_footer .accordion-body ul li a:hover{text-decoration:underline;}
.phone_footer .accordion{border:unset !important;}
.phone_footer .accordion-button:focus{box-shadow:unset !important;}
.phone_footer .accordion-button:not(.collapsed) {box-shadow:unset !important;}
.phone_footer .accordion-button:focus {border-color:unset !important}
.banner-section {height:230px;position: relative;background: #265279;padding-top:3rem}
.new_contact{background-color:#fefefe;margin-top:-3rem;;position:relative;padding:1.5rem;border-radius:8px;box-shadow:0px 2px 13px 0px #00000024;margin-bottom:2rem;}
.new_contact h3{font-size:30px;font-weight:600;margin-bottom:1rem;}
.new_contact strong{color:#265279 !important;}
.faq_sub_right img{width:100%;object-fit:contain;border-radius:6px;}
.border_radius{border-top-right-radius:5px !important;border-bottom-right-radius:5px !important;}
.deal_trip_btn ul{display:flex;margin:0;padding:0;}
.deal_trip_btn ul li{ padding: 0.5rem 1rem !important;font-size: 16px;color:#333;cursor: pointer;margin:0 !important;box-shadow:unset !important;font-weight: 500;border-radius:unset !important;background:unset !important; transition: unset !important;list-style:none;}
.deal_trip_btn .active-cat{border-bottom: 3px solid #e94544 !important;background-color: unset !important;border-radius: unset !important;font-weight: 700 !important;color: #e94544 !important;}
.phone_banner img{width:100%;height:100%;}
.phone_banner{display:none;}
/*new deals*/
.new_delas_img{height:320px;}
.new_delas_img img{width:100%;height:100%;border-radius:6px;object-fit:cover;}
.new_delas_text{background-color:#fff !important;border:1px solid #cdcdd0;padding:8px;border-radius:6px;cursor:pointer;width:100%;}
.new_delas_text_sub strong{font-size:14px;margin:0;padding:0;color:#2c2f40;font-weight:500;}
.new_delas_text_right p{margin:0;padding:0;font-size:16px;font-weight:600;color:#eb5050;}
.new_delas_text_right span{display:inline-block;transition: transform 0.3s ease;}
.new_delas_text:hover{background-color:#0f406b14 !important;border-color:#0f406b14;}
.new_delas_text:hover span {transform: translateX(5px);}
.new_delas_text:hover svg{fill:#133d94}
.new_delas_text_sub svg{width:20px;height:20px;}
.new_delas_text:hover .new_delas_text_right p{color:#133d94;}
.new_delas_main{padding:1rem 0 2rem;border-bottom:1px solid #ccc;}
.new_delas_right_sub h3{margin:0;padding:0;font-size:24px;font-weight:700;color:#3b3536;line-height:30px;}
.new_delas_right_sub p{margin-top:5px;font-size:16px;}
.fotter_width{width:100%;display:flex;justify-content:space-between;padding:1rem 0 1rem;border-bottom:1px solid rgba(255, 255, 255, 0.11);}
.Disclaimer_sec p{font-size:12px;color:#dedede;padding-bottom:6px !important;padding:0;margin:0;}
.Disclaimer_sec h3{font-size:14px;font-weight:600;color:#fff;padding:0;}
.all_links p{font-size:12px;color:#cdcdd0;padding-bottom:1rem !important;padding:0;margin:0;font-weight:300;}
.all_links span{font-size:13px;color:#fff;font-weight:500;padding:0 0 9px;display:inline-block;}
.all_links ul{margin:0;padding:0;}
.all_links ul li{list-style:none;color:#cdcdd0;font-size:10px;font-weight:300;padding-top:4px;}
.all_links ul li a{text-decoration:none;color:#fff;font-size:10px;display:inline-block;margin-right:4px;}
.payment_mode{padding:1rem 0px 0.5rem;border-bottom:1px solid rgba(255, 255, 255, 0.11);margin-bottom:10px;}
.payment_mode p{padding-bottom:8px;}
.new_fotter_right_icons ul li{display:inline-block;width:26px;height:26px;background-color:transparent;border-radius:5px;list-style:none;text-align:center;margin-right:8px;line-height:22px;border:1px solid rgba(255, 255, 255, 0.50);transition: transform 0.3s ease;}
.new_fotter_right_icons ul li svg{width:18px;height:18px;}
.new_fotter_right_icons ul li:hover{background-color:#fff;}
.new_fotter_right_icons ul li:hover svg{fill:#000;}
.new_fotter_right_icons ul li svg{fill:#d7d7d7;}
.new_fotter_right_icons ul{margin:0;padding:0;}
.fotter_width_main .new_fotter_links ul li a{font-size:12px;color:#e1e2e3;display:inline-block;font-weight:400;padding:8px 0;}
.fotter_width_main .new_fotter_links h3{font-size:14px;font-weight:600;color:#fff;padding:8px 0;margin:0;line-height:13px;}
.fotter_width_main .new_fotter_links ul li a:hover{text-decoration:underline !important;color:#fff !important;}
.payment{max-width:500px;margin:0 auto 10px;}
.show_delas{display:none;}
.show_delas span{padding:10px 20px 10px 24px; border:1px solid #0f406b;background-color:#0f406b;border-radius:4px;cursor:pointer;color:#fff;}
.show_delas span:hover{background-color:#0c3151;color:#fff;border-color:#0c3151;}
.show_delas span svg{fill:#fff !important;}
.new_delas_mob{width:100%;height:170px;display:none;}
.new_delas_mob img{width:100%;height:100%;object-fit:cover;border-radius:8px 0px 0 8px;}
.new_delas_mob1 img{width:100%;height:100%;object-fit:cover;border-radius:8px 8px 0 0;}
.phone_header .btn:hover{background-color:unset !important;border-color:transparent !important;color:unset !important;}
.phone_header .btn-check:focus+.btn, .btn:focus{box-shadow:unset !important;}
.footer_link_btn{text-align:center;margin-bottom:1.2rem;display:none;}
.footer_link_btn span{font-size:13px;color:#cdcdd0;text-align:center;cursor:pointer;padding:6px 20px;border:1px solid rgba(255, 255, 255, 0.11);font-weight:400;border-radius:6px;margin:0;}
.footer_link_btn span svg{fill:#cdcdd0;width:15px;height:15px;}
.phone_footer .accordion-button::after{background-image:url(/images/arrow-fff.png) !important;}
.instrgram{margin:1.5rem 0;}
.instrgram_video{width:100%;height:390px;}
.instrgram_video img{width:100%;height:100%;object-fit:cover;border-radius:8px;}
.instrgram_video{position:relative;}
.instrgram_video:after{content:'';position:absolute;width:100%;height:240px;background:linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);bottom:0;left:0;border-radius:0 0 8px 8px}
.instrgram_main_video{position:relative;}
.instrgram_follow{position:absolute;bottom:16px;width:100%;color:#fff;right:-8px;}
.instrgram_icon span{width:30px;height:30px;border-radius:100%;background-color:#fff;display:inline-block;margin-right:12px;background-image:url(/images/logo.png);background-size:contain;background-repeat:no-repeat;background-position:0px 12px; }
.instrgram_username p{font-size:15px;margin:0;padding:0;margin-right:10px;font-weight:500;margin-right:12px;}
.instrgram_btn span{padding:3px 8px;border:1px solid #fff;border-radius:4px;font-size:14px;cursor:pointer;}
.instrgram_play{position:absolute;width:100%;display:flex;justify-content:center;top:40%;}
.instrgram_play span{display:inline-block;width:50px;height:50px;background-color:rgba(255, 255, 255, 0.77);text-align:center;border-radius:100%;line-height:48px;position:relative;z-index:9;}
.instrgram_play span::after{background-color: rgba(255, 255, 255, 0.77);content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;border-radius:100px;z-index: -1;  animation-name: play;animation-duration: 1s;animation-iteration-count: infinite;animation-direction: normal;animation-timing-function: cubic-bezier(0.1, 0.1, 1, 1.8);}
@keyframes play{ 0% {transform: scale3d(1.2, 1.2, 1.2); opacity: 0.8;}100% {transform: scale3d(1.8, 1.8, 1.8);opacity: 0.1;}}
.instrgram_sub .slick-prev{left:-18px !important;width:40px;height:40px;z-index:99999;background-color:#fff;border-radius:100%;box-shadow: 0 0 16px 5px #00000030;}
.instrgram_sub .slick-prev:before{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'  width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;opacity:1;}
.instrgram_sub .slick-next{right:-11px !important;width:40px;height:40px;}
.instrgram_sub .slick-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") !important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;}
.instrgram_main{margin:0.5rem;}
.why_video{width:100%;height:500px;}
.why_video1 {width: 100%;height:412px !important;position: relative;overflow: hidden;}
.why_video1 video {border-radius: 10px 10px 0 0;object-fit: cover;top: 0;left: 0;}
.video_info {padding:15px 10px;border-radius:0 0 10px 10px;box-shadow:0 0 20px #ccc;}
.info_post{display:flex;align-items:center;justify-content:space-between;}
.info_time span{display:inline-block;width:38px;height:38px;border-radius:100%;background-color:#e94544;text-align:center;line-height:38px;font-size:17px;color:#fff;font-weight:500;}
.info_post_name h3{font-size:22px;color:#0f406b;font-weight:700;}
.info_post_name p{font-size:16px;color:#333;margin:0;padding:0;}
.video_buttons_sub{font-size:21px;color: #000;cursor: pointer;padding: 15px 17px; border-radius: 10px;position: relative;background-color: transparent;border: 2px solid transparent;margin: 0;}
.video_buttons_sub.active {border-color:#1d7be2;background-color:#fff;box-shadow:0px 0px 35px 2px rgba(0, 0, 0, 0.11);}
.video_buttons_sub:hover{background-color:#fff;box-shadow:0px 0px 35px 2px rgba(0, 0, 0, 0.11);}
.video_buttons1{margin-bottom:18px;}
.video_buttons_left span{display:inline-block;width:40px;height:40px;border-radius:100%;background-color:#faecf1;margin-right:8px;text-align:center;line-height:36px;padding:2px;}
.video_buttons1 span svg{fill:#db7093;width:24px;height:24px;}
.video_buttons1 .btn_2 svg{fill:#0c359e!important;}
.video_buttons1 .btn_2{background-color:#e4e9fd !important}
.why_video_btn{margin-left:2.5rem;}
.why_us_head{margin-bottom:3rem;text-align:center;}
.why_us_head h2{font-size:180px;color: #fff;-webkit-text-stroke: 1px #b966e7;font-family: sans-serif;font-weight: 900;-webkit-font-smoothing: subpixel-antialiased; background:-webkit-linear-gradient(-86deg, #0f406b 5%, #0f406b 53%, #e94645 91%);-webkit-background-clip: text;-webkit-text-stroke: 4px transparent;text-shadow: 2px 1px 6px #ebebeb;line-height: 163px;}
.why_us_main1{max-width:950px !important;margin:0 auto;}
.why_us{padding:2rem 0;}
.border-right_date input{border-right:1px solid #ccc !important;}
.email_not_main{background-color:#f3f3f3;border-radius:8px;padding:2.5rem 1.5rem;}
.email_not_right h2{font-size:28px;font-weight:600;line-height:38px;}
.email_not_right p{font-size:15px;font-weight:400;margin:0;padding:0;}
.email_not_input{margin:1rem 0;}
.email_not_input input{width:68%;height:45px;border:1px solid #ccc;padding:10px;border-radius:4px;background-color:#fff;font-size:16px;}
.email_not_input button{width:20%;margin-left:8px;height:45px;background-color:#e94544;border:1px solid #e94544;border-radius:4px;color:#fff;font-size:16px;}
.email_not_right span{font-size:14px;}
.email_not{margin:1.5rem 0;}
.email_not_left{height:300px;}
.email_not_left img{width:100%;height:100%;object-fit:contain}
.new_review_main{padding:2rem 0;}
.new_review_main_head p{font-size:15px !important;font-weight:400;margin-bottom:2rem;color:#333}
.new_review_main_head h2{margin-bottom:0.3rem;}

.new_review_sub{margin:0.5rem 0 0;}
.new_review_head{background-color:#f7f7f7;padding:1rem;border-radius:6px;height:100%;margin:0 0.5rem;}
.review_top{margin-bottom:8px;}
.user_review_star{margin-left:15px;}
.star_review svg{width:16px;height:16px;fill:#e94544;}
.from_dep p{font-weight:400;font-size:13px;color:#8e8e8e;padding-top:3px}
.user_review{padding:1.5rem 0;margin-bottom:0;font-weight:300;font-size:15px;}
.new_review_head strong{font-size:14px;margin:0;padding:0;color:#404040}
.review_date{font-size:14px;color:#949494;}
.new_review_sub .slick-prev{left:-18px !important;width:40px;height:40px;z-index:99999;background-color:#fff;border-radius:100%;box-shadow: 0 0 16px 5px #00000030;}
.new_review_sub .slick-prev:before{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'  width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")!important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;opacity:1;}
.new_review_sub .slick-next{right:-11px !important;width:40px;height:40px;}
.new_review_sub .slick-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E") !important;width:26px;height:26px;position:absolute;left: 3px !important;top:5px !important;}
.call_popup{width:100%;position:fixed;height:100vh;background-color:rgba(0, 0, 0, 0.75);top:0;left:0;z-index:99999998999;display:block;}
.call_popup_sub{width:650px;height:400px;position:absolute;transform:translate(-50% ,-50%);left:50%;top:50%;background-color:#fff;border-radius:6px;}
.popup_left_pc img{width:100%;height:400px;object-fit:cover;border-radius:6px 0 0 6px;}
.popup_left_pc{background-color:#f3f3f3;border-radius:6px 0 0 6px;height:400px;padding-right:15px;}
.popup_left_phone{display:none;width:100%;height:200px;}
.popup_left_phone img{width:100%;height:100%;object-fit:initial;border-radius:6px 6px 0 0;}
.popup_right{padding:0.6rem;}
.popup_hading h2{font-size:28px;font-weight:700;line-height:39px;}
.popup_hading h2 span{color:#e94544;}
.popup_hading p{font-size:15px;font-weight:400;color:#2c2f40;margin:0;padding:0;margin-bottom:6px;}

.popup_box_left a{text-decoration:none !important;}
.popup_box_left p{padding:0;margin:0;font-size:14px;color:#2f2f2f;font-weight:600;}
.popup_box_right p{padding:0;margin:0;font-size:14px;color:#2f2f2f;font-weight:600;}
.popup_box_left svg{width:20px;height:20px;fill:#118943;}
.coupon{font-size:15px;margin:0;padding:0;}
.coupon-code { 
  border:1px dotted #118943;
  color: #118943;
  padding: 2px 10px;
  display:inline-block;margin:0 2px;
  border-radius: 4px;
}
.popup_box_left{margin:1.8rem 0;}
.popup_box_left span{border:1px solid #118943;padding:0px 18px 0 0px;border-radius:30px;display:inline-block;font-size:18px;color:#118943;font-weight:600;}
.popup_box_left span small{display:inline-block;padding:10px 18px;background-color:#118943;color:#fff;border-radius:30px 0 0 30px;margin-right:6px;border:1px solid #118943;}
.popup_box_right{background-color:rgb(10 173 15 / 9%);padding:10px;border-radius:6px;}
.popup_box_right span{display:inline-block;font-size:16px;font-weight:500;background-color:#4e9d05;border-radius:6px;padding:2px 10px;color:#fff;margin-top:20px}
.popup_right ul span{display:block;}
.popup_right ul span img{width:18px;height:18px;margin-right:10px;}
.popup_right ul{margin:0;padding:0;}
.popup_right ul li{list-style:none;font-size:16px;font-weight:400;color:#333;display:flex;padding-bottom:8px;}
.popup_close{position:absolute;right:8px;top:4px;cursor:pointer;}
.popup_close svg{width:18px;height:18px;}


.new_airline_sub{width:100%;padding:8px;}
.new_airline_sub img{object-fit:cover;width:100%;border-radius:6px;border:1px solid #ccc;}

/*time_pass new page*/
.new_page{padding:7rem 0 2rem;width:100%;background: linear-gradient(rgba(168, 235, 254, 0.12), rgba(233, 245, 255, 0.27) 95%);}
.new_page_main{max-width:1040px;margin:0 auto;border-radius:6px;padding:2rem}
.new_page_left h2{font-size:26px;font-weight:600;}
.new_page_left{margin-right:1.5rem}
.new{padding:0.8rem !important;background-color:#fff;box-shadow:rgba(0, 0, 0, 0.11) 0px 3px 22px;}
.new_page_head{ padding:3rem 1.6rem 2rem;border:1px dashed #ccc;border-radius:6px;background-color:#fff;}
.offer_det{width:75%;padding:1rem 10px;border-radius:6px;border:1px dashed #ccc;background-color:#fff;z-index:99;position:relative;margin:3rem auto -2.5rem;}
.form-control:disabled, .form-control[readonly]{background-color:#fff !important;}
.new_page_offer{font-size:16px;color:#484848;padding:0;margin:0;font-weight:400;}
.new_price{width:100%;justify-content:center;margin:1rem 0;}
.price_left strong{font-size:49px;font-weight:600;color:#e94544;}
.price_left{border-right:1px dashed #ccc;margin-right:6px;padding-right:8px;}
.price_left sup{font-size:20px;left:-4px;top:-28px;color:#383838;font-weight:400;}
.price_right{padding-left:10px;}
.price_right del{font-size:18px;font-weight:400;color:#494949;display:block;text-align:start !important;}
.page_review{font-size:15px;padding:8px 0;margin:0;}
.sub{padding:8px 0;margin:0;}
.price_right p{font-size:15px;padding:0;margin:0;}
.offer_det h3{font-size:20px;font-weight:600;margin:0;margin-bottom:5px;}
.offer_det p{padding:0;margin:0;font-size:15px;}
.new_right_call_main{display:flex;align-items:center;background-color:#e4f1e0;padding:10px;border-radius:6px;}
.new_right_call_img{width:70px;height:70px;margin-right:16px;}
.new_right_call_img img{width:100%;border-radius:100%;}
.new_right_call_number h4{margin:0;padding:0;font-size:20px;font-weight:600;color:#222;margin-bottom:4px;}
.new_right_call_number h4 strong{color:#0f406b;font-weight:700;}
.new_right_call_number p{font-size:15px;color:#333;padding:0;margin:0;}
.new_page_right{padding:24px;border:1px dashed #ccc;border-radius:6px;background-color:#fff;margin-left:1rem;}
.new_right_call_number span{background-color:#24980d;padding:3px 6px;border-radius:4px;font-size:15px;color:#fff;display:inline-block;font-weight:500;margin-left:3px;}
.new_right_main{padding:1rem 0 0;}
.request span{font-size:15px;background-color:#fff;display:inline-block;padding:0 6px;z-index:999;position:relative;font-weight:600;color:#000;}
.request{padding:0rem 0 1rem;}
.request span:after{position:absolute;content:'';width:50%;height:2px;background:linear-gradient(to left, #e94544 30%,rgba(235, 18, 17, 0.36) 90%);top:12px;right:-50%;z-index:1;}
.request span:before{position:absolute;content:'';width:50%;height:2px;background:linear-gradient(to right, #e94544 30%,rgba(235, 18, 17, 0.36) 90%);top:12px;left:-50%;z-index:1;}
.new_right_from{display:flex;gap:10px}
.trip_type{width:50%}
.passen{width:50%}
.trip_type select , .passen select{width:100%;height:35px;padding:4px 10px;font-size:15px;background-color:#e4e4e4;border-radius:4px;border:none;}
.new_input_btn button{width:100%;height:48px;border:0;background-color:#e94544;color:#fff;border-radius:4px;font-size:15px;font-weight:600;}
.new_input_sub , .new_input_btn{margin-top:10px;}
.new_input_sub input{width:100%;height:48px !important;font-size:15px;font-weight:600;}
.form-floating > label{padding:11px 0.75rem;font-size:15px !important;top:1px!important;position:absolute;font-weight:500;color:#333}
.new_input{margin:0 10px;}
.new_right_from1{width:35%;}
.new_right_from2{width:45%;}
.new_trip_main svg{fill:#0e416c;width:18px;height:18px;}
.new_trip_main{font-size:15px;font-weight:500;}
.new_trip_icon svg{fill:#0e416c;width:22px;height:22px;}
.new_trip_pas{width:100%;display:flex;justify-content:space-between;background-color:#efefef;border-radius:6px;padding:8px 12px;cursor:pointer;}
.new_trip {width:100%;display:flex;justify-content:space-between;background-color:#efefef;border-radius:6px;padding:8px 12px;cursor:pointer;}
.new_airline{margin:3rem 0 1rem;}
.airline_left h3{font-size:24px;font-weight:600;margin-bottom:0;}
.new_page_deals h3{font-size:28px;font-weight:600;margin:0;margin-bottom:2rem;color:#111}
.new_page_deals{margin:0 auto;max-width:1040px;}
.new_deals_main{background-color:#fff;border-radius:6px;width:100%;justify-content:space-between;padding:12px 16px;border:1px solid #ccc;cursor:pointer;}
.new_deals_main:hover{box-shadow:0px 0px 8px 0px #0c0c0c54;border:1px solid transparent;}
.deals_sub p{font-size:16px;color:#000;padding:0;margin:0;margin-bottom:5px;font-weight:500;}
.deals_sub1{font-size:20px;font-weight:700;color:#e94544;}
.deals_sub1 svg{width:18px;height:18px;fill:#e94544;}
.new_container{background-color:#dbdbdb;padding:3rem 0;margin:3rem 0 0;}
.new_why_sub{background-color:#fff;padding:12px 1rem;border-radius:6px;box-shadow:0 0 10px 0 #ccc;}
.new_why_sub_icon{width:40px;height:40px;background-color:rgba(51, 51, 51, 0.13);border-radius:100%;margin-bottom:0.6rem;padding:6px;line-height:28px;}
.new_why_sub_icon img{width:100%;transform:rotate(6deg)}
.new_why_sub_text h4{font-size:20px;font-weight:600;}
.new_why_sub_text p {font-size:15px;font-weight:300;padding:0;margin:0;}
.new_why{margin:2.5rem 0 1.5rem;}
.new_why_head{margin-bottom:2.2rem;}
.new_why_sub_backgroun1{background-color:#fff !important;}
.new_why_sub_backgroun1 .new_why_sub_icon{background-color:#f7f7f7 !important;}
.container-lg{max-width: 1150px !important;}
.phone_search_injan{display:none;}
.moblie_icon{display:none;}
.today_deals_sub{border-radius:6px;position:relative;overflow:hidden;cursor:pointer;}
.today_deals_sub:hover .result_btn{background-color:#0f406b;color:#fff;border-color:#0f406b;}
.today_deals_sub:hover .today_deals_img img{transform:scale(1.2);}
.airline_logo{background-color:rgba(0, 0, 0, 0.40);position:absolute;top:4%;padding:4px 20px 4px 10px;border-radius:0 20px 20px 0;}
.airline_logo span{font-weight:500;color:#fff;font-size:14px;}
.airline_logo img{width:100%;object-fit:cover;}
.today_deals_img img{width:100%;border-radius:6px;z-index:1;transition:0.9s ease;height:100%;object-fit:cover}
.today_deals_img{height:240px;}
.deals_bottom{position:absolute;bottom:8px;z-index:1;width:100%}
.sticky-part{z-index:unset !important;}
.deals_bottom p{font-size:13px;color:#fff;padding:0 10px;margin:0;}
.deals_price_btn{padding:6px 10px;}
.deals_price_btn .price_btn{font-weight:600;color:#FFF;font-size:18px;}
.result_btn {display:inline-block;padding:2px 20px;border:1px solid #ff3434;border-radius:6px;font-size:15px;color:#fff;cursor:pointer;background-color:#ff3434;}
.today_deals_sub::after { content: '';position: absolute;background: linear-gradient(358deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .3) 48%, rgba(0, 0, 0, 0) 59.65%); border-radius: 6px;bottom: 0;height:230px;width: 100%;left: 0;}
.today_deals_right{width:100%;background-color:#1a568a2e;border-radius:6px;text-align:center;padding:5.5rem 1rem;}
.today_deals_right_img{margin-bottom:1.5rem;position:relative;}
.today_deals_right_img:after{content:'';width:15px;height:15px;background-color:#24980d;border-radius:100%;position:absolute;right:30%;bottom:8px;border:3px solid #fff;}
.today_deals_right_sub{text-align:center;}
.today_deals_right_img img{width:100%;border-radius:100%;width:120px;height:120px;border-radius:100%;}
.today_deals_right_text h3{font-size:20px;font-weight:600;}
.today_deals_right_text p{font-size:15px;padding:18px 0;}
.today_deals_right_text a{display:inline-block;padding:8px 30px;border-radius:6px;background-color:#eb1211;color:#fff;font-weight:600;}
.today_deals_right_text a img{width:18px;height:18px;}
.today_deals_main{padding:0.8rem 0;}
.YouTube_phone{display:none;}
.user_bottom{display:flex;justify-content:space-between;align-items:center;}
.user_bottom_icon{width:25px;height:25px;}
.user_bottom_icon img{width:100%;}
.country_name_menu{width:100%;display:flex !important;justify-content:space-between;}
.country_name_menu span{font-size:18px;color:#333;}
.Phone_country_name a{display:flex;justify-content:space-between;width:100%;padding:10px;background-color:#eaeaea;text-decoration:none;border-radius:6px;align-items:center;}
.Phone_country_img img{margin-right:1px;border-radius:5px!important;width:35px;height:25px;object-fit:contain;}
.Phone_country_img{font-size:15px;color:#000;}
.Phone_country_name svg{width:19px !important;height:23px !important;}
.Phone_country{margin-bottom:0.8rem;}
.Phone_outer_country{width:100%;background-color:#fff;padding:6px 4px;border-radius:0 0 6px 6px;border:1px solid #ccc;}
.Phone_outer_country ul{margin:0;padding:0;}
.Phone_outer_country ul li{list-style:none;padding:8px 4px;cursor:pointer;}
.Phone_outer_country ul li:hover{background-color:#e9e9e9}
.Phone_outer_country img{width:35px;height:19px;object-fit:contain;margin-right:1px;}
.Phone_outer_country ul li a{color:#2e2e2e;font-size:14px;}
#AllcountryFlg{display:none}
.rotate1{transform:rotate(90deg);}
.trustpilot {width:100%;padding:10px;margin:1rem 0 0;background-color:#f6f6f6;border-radius:6px;text-align:center;}
.trustpilot a{text-decoration:none;color:#222;font-weight:400;font-size:16px;display:inline-block;text-align:center;align-items:center;}
.trustpilot p{font-size: 15px;font-weight:500;color: #333;padding:0;margin:0;line-height:12px;}
.trustpilot a span{font-weight:500;font-size:15px;margin-top:6px;}
.trustpilot a img{width:25px;}
.rating_class{background-color:#fff;padding:0.5rem 0.5rem 0.5rem;border-radius:6px;border:1px solid #ccc;}
.Google_rating span , .facebook_rating span{font-size:15px;}
.Google_rating p strong , .facebook_rating strong{font-size:17px;font-weight:700;margin:5px 5px 0 0;}
.Google_rating p , .facebook_rating p{margin:0;padding:0;margin-top:0.2rem;}
.Google_rating p span svg , .facebook_rating p span svg{width:16px !important;height:16px !important;fill:#e94544 !important;}
.Google_rating small , .facebook_rating small{font-size:14px;font-weight:600;color:#333;}
.new_review_sub .slick-dotted.slick-slider{margin-bottom:1rem !important;}
.new_review_sub .slick-dots{bottom:-39px!important;}
.new_delas{margin:2rem 0;}
.home_banner1{background-image:url(/images/home_banner9.webp)!important;background-size:cover;width:100%;background-repeat:no-repeat;padding-bottom:6rem;background-position:bottom;padding-top:5rem;position:relative;}
.home_banner_img{position:absolute;height:400px;right:5px;top:30px;width:350px;}
.home_banner_img_city{position:absolute!important;height:380px!important;right:5px!important;top:20.2%!important;width:280px!important;}
.home_banner_img_nepal{position:absolute!important;height:380px!important;right:5px!important;top:20.2%!important;width:280px!important;}
.home_banner_img_city_canada{position:absolute!important;height:380px!important;right:5px!important;top:17.5%!important;width:300px!important;}
.home_banner_img_city_odd{position:absolute!important;height:380px!important;right:5px!important;top:14.4%!important;width:290px!important;}
.home_banner_img_city_us{position:absolute!important;height:380px!important;right:5px!important;top:20.4%!important;width:290px!important;}
.home_banner_img img{width:100%;object-fit:contain}
.sub_home_baneer{padding:3rem 0 3rem;}
.banner_left{margin-top:-42px;}
.banner_left h2{font-size:60px;font-weight:500;margin:0;color:#e4e4e4;line-height:62px;font-family:"Red Hat Display", sans-serif !important;}
.banner_left h2 span{background-color:#e94544;display:inline-block;padding:4px 17px 10px;border-radius:12px;font-size:62px;font-weight:600;color:#fff!important;}
.home_banner1 h1{display:none;}
.search_engine_banner{position:relative;}
.Whatsapp_poppu_main {width: 300px;transform: translateX(0);opacity: 0;transition: opacity 0.5s ease, transform 0.3s ease;pointer-events: none;position: absolute;top:-2rem !important;right:35%;}
.Whatsapp_poppu_main.show {opacity: 1;transform: translateX(10px); pointer-events: auto;}
.Whatsapp_poppu_main.hide {opacity: 0;transform: translateX(0);pointer-events: none;}
.Whatsapp_poppu_sub {background-color: #0b141a;padding: 8px 1rem;color: #fff;font-weight: 500;border-radius: 10px;}
.Whatsapp_poppu_sub img {width: 20px;margin-left: 6px;height:auto;}
.Whatsapp_poppu_bottom {margin-top: 0.4rem;background-color: #e3f7d2;padding: 0.8rem 1rem;border-radius: 10px;cursor: pointer;}
.Whatsapp_poppu_bottom a{text-decoration:none !important;}
.Whatsapp_poppu_bottom p {padding: 0;margin: 0;font-size: 14px;line-height: 21px;color:#333;}
.Whatsapp_poppu_bottom p span {font-weight: 600;}
.chat_btn {font-size: 14px;color: #1e34de;font-weight: 500;border-top: 1px solid #ccc;margin-top: 10px;padding-top: 6px;text-align: center;cursor: pointer;}
.watsapp_icon {opacity: 0;transform: translateX(100px);transition: transform 0.4s ease, opacity 0.4s ease;display: none;position: absolute;top: 110px;right: 40%;}
.watsapp_icon.show {display: flex;opacity: 1;transform: translateX(0);}
.watsapp_icon.hide {opacity: 0;transform: translateX(100px);}
.watsapp_icon1{margin-right:2rem;}
.watsapp_icon1 img{width:60px;height:auto;}
.watsapp_icon2{background-color:#111b21;padding:0.6rem 1rem;border-radius:10px;width:240px;position:relative;}
.watsapp_icon2:before{border-right:10px solid #111b21;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #transparent;position:absolute;content:'';left:-10px;top:35%;}
.watsapp_icon2 p{font-size:15px;font-weight:300;color:#25d35d;padding:0;margin:0;}
.Google_rating.active,.facebook_rating.active{background-color:rgba(21, 71, 194, 0.08) !important;border-radius:6px;border:2px solid rgb(0,0,255) !important} 
.Google_rating , .facebook_rating{padding:1rem;margin-right:12px;position:relative;cursor:pointer;}
.Google_rating.active:after,.facebook_rating.active:after{content:'';position:absolute;border-right:12px solid transparent;border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:12px solid rgb(0,0,255);right:-1.5rem !important;top:38%!important;}
.nav_call{position:sticky;bottom:-15px;display:inline-block;width:100%;background-color:#fff;}
.nav_sub_call{width:100%;background-color:#24844d;text-align:center;padding:10px;border-radius:4px;}
.nav_sub_call img{width:16px;}
.nav_sub_call a{color:#fff;text-decoration:none;font-size:16px;font-weight:600;}
.border_right{border-right:1px solid #ccc !important;}
.city_banner_heading{font-size:53px !important;font-weight:700 !important;color:#fff!important;margin-bottom:2rem!important;}
.why{margin:1.5rem 0 0; }
.why_main_left{margin-bottom:15px;}
.why_main_left img{width:70px;}

.why_main_right h3{font-size:18px;margin:0;padding:0;font-weight:600;}
.why_main_right p{font-size: 14px;line-height:1.6;padding:8px 0 4px;margin:0;}
.why_main_sub{padding:18px;border-radius:8px;transition: all 0.3s ease;text-align:center;height:100%;}
.why_main_left svg{  background-color: #ff0000;color: white;padding:8px;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;width:40px;height:40px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}
.why_bg1{background-color:#fffae8!important}
.why_bg1 .why_main_left svg{background-color:#e7b000!important;}
.why_bg2{background-color:#ecfbf0;}
.why_bg2 .why_main_left svg{background-color:#4a9c5e!important;}

.why_bg3{background-color:#dcf2f7;}
.why_bg3 .why_main_left svg{background-color:#3ec6e0;}
.why_bg4{background-color:#f7f0f0;}
.why_bg4 .why_main_left svg{background-color:#e5525f;}

.why_main_sub:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.city_heading{margin-top:1rem!important;font-weight:700!important;font-size:45px!important;line-height:52px!important; }
.banner_index h2 span{font-size:35px!important;margin-bottom:6px!important;font-weight:800!important;}

.banner_index h2{font-size:35px!important;line-height:35px!important;}
.banner_index{margin-bottom:2.8rem!important;}
.city_search{margin-top:4rem!important;}
.city_search1 {margin-top:4.6rem!important;}

/*success page*/
.success{background:url(/images/suscces_bg.png); background-color:#f0f8ff;height:100vh;width:100%;background-repeat:no-repeat;background-size:cover;position:relative;padding:2rem;}
.success_sub{max-width:450px;background-color:#0f406b;border-radius:6px;padding:1.5rem 0 10px;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50% , -50%);}
.success_sub_icon{position:absolute;top:-22px;left:50%;transform:translateX(-50%);}
.success_sub_icon img{width:100%;animation: bounceIn 0.5s  ease-in-out;background-color:#fff;width:40px;border-radius:100%;height:40px;}
@keyframes bounceIn {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
.booking_stu{color:#fff;border-bottom:1px dashed #fff;padding:10px 0;position:relative;}
.success1{width:100%;position:fixed;height:100vh;}

.booking_stu h2{font-size:28px;margin-bottom:0.6rem;font-weight:700;padding:0;}
.booking_stu p{font-size:14px;margin:0.3rem;padding:0;}
.booking_phone_bumber{padding:0.8rem;color:#fff;}
.booking_time strong{font-size:17px;display:block;color:#fff;}
.booking_phone_bumber p{font-size:14px;margin:0;padding-bottom:6px;padding-top:6px;color:#e1e1e1;}
.booking_time span{margin:0;padding:0;font-size:14px;font-weight:300;display:block;color:#ccc;padding-top:6px;}
.booking_time a{display:block;font-size:17px;color:#1ba715;font-weight:600;padding:0.5rem 0;}
.booking_time a:hover{background:#e94544!important;}
.today_deals_right_text a:hover , .email_not_input button:hover{background-color:#0f406b;border-color:#0f406b;}
.thank_container-lg{max-width:950px;margin:0 auto;background-color:#fff;padding:2rem;}
.call_popup{display:none;}
.call-btn-fix {
  display:none;
    position: fixed;
    bottom: 87px;
    left: 20px;
    z-index: 9999;
}
.btn-section {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    line-height: 30px;
    background: #0f406b;
    text-align: center;
    padding: 2px;
}
.btn-section a svg{width:20px;height:20px;top:2px;position:relative;}
.btn-section::before

 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
    animation-delay: 0.1s;
    animation: popup4 infinite ease-in-out 1.8s;
    position: absolute;
    background: #0f406b;
}
@keyframes popup4{
    0% {
    transform: scale(0.9);
    opacity: 0.4;
}
50% {
    transform: scale(1.4);
    opacity: 0.2;
}
75% {
    transform: scale(1.5);
    opacity: 0.3;
}
100% {
    transform: scale(1.6);
    opacity: 0.1;
}
}
.btn-section::after
 {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    content: '';
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -2;
    animation-delay: 0.1s;
    animation: popup infinite ease-in-out 1.3s;
    position: absolute;
    background: #0f406b;
}
.blog_search_close{display:none;}
.blog_search_btn{position:fixed;top:50%;right:-40px;transform:rotate(270deg);z-index:1;display:none;}
.blog-bnner1{margin:unset!important;border-radius:unset!important;height:200px;}
.blog_search_btn button{padding:6px 18px;background-color:#0f406b;color:#fff;font-size:14px;border:0;border-radius:8px 8px 0 0}
.main-query-form .new_search_text{display:block!important;}
.airline_icon img{width:100%;object-fit:cover;padding:2px;width:40px;}
.new_home_banner1{height:600px!important;}
.search_engine_odd{margin-top:4.8rem;}
.main_whyChoose{padding:30px 20px 30px;background-color:#fff;border-radius:40px 0px 40px 0px;text-align:center;position:relative;margin-top:2rem;box-shadow:0 0 4px #0000003b;}
.main_whyIcon{position:absolute;top:0rem;transform:translate(-50% , -50%);left:50%;}
.main_whyIcon svg{width:52px;height:52px;border-radius:100%;padding:12px;fill:#fff;}
.main_whyChooseText{position:relative;margin-top:1rem;}
.main_whyChooseText h3{font-size:18px;font-weight:600;margin-bottom:0.8rem;}
.main_whyChooseText span{width:90px;height:2px;background-color:#f00;border-radius:5px;display:inline-block;position:absolute;;transform:translate(-50% , -50%);left:50%;}
.main_whyChooseText p{margin-top:1.8rem!important;padding:0;margin:0;font-size:15px;color:#333;}
.why_bg1 .main_whyIcon svg{background-color:#e7b000!important;}
.why_bg2 .main_whyIcon svg{background-color:#4a9c5e!important;}
.why_bg3 .main_whyIcon svg{background-color:#3ec6e0;}
.why_bg4 .main_whyIcon svg{background-color:#e5525f;}
.why_bg1{background-color:#fffae8!important}
.why_bg2{background-color:#ecfbf0;}
.why_bg3{background-color:#dcf2f7;}
.why_bg4{background-color:#f7f0f0;}
.main_whyChoose{margin:2rem 0.6rem 1rem;}
