body {
    font-family: "Kumbh Sans", sans-serif !important;
}

:root {
    --dynamic-text: #ff5100;
    --dynamic-footer: #001f3f;
}

.mailer {
    font-size: 17px;
}

.mailer span {
    font-size: 14px;
}

.header {
    background-color: #f4f6f8;
}

.header-two {
    background-color: #f4f6f8;
}

.logo {
    width: 170px;
    height: 44px;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navvlink {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    padding: 0 8px;
    padding-bottom: 8px;
}

.navvlink.active {
    color: var(--dynamic-text) !important;
    border-bottom: 3px solid var(--dynamic-text);
}

.navvlink span {
    letter-spacing: 0.7px !important;
    font-size: 14px;
    white-space: nowrap;
}

.navvlink:hover {
    color: var(--dynamic-text) !important;
}

.navTop li {
    padding: 0px 20px;
    border-right: 1px solid #ddd;
}

.navTop li:last-child {
    border: 0;
}


.navvlink.active::after {
    height: 0px;
}

.wefwewf {
    padding: 18px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -2px;
    border-radius: 18px;
}

.navvlink::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 2.5px;
    background-color: var(--dynamic-text);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.navvlink:hover::after {
    width: 100%;
    left: 0;
}

.loginbtn {
    background-color: var(--dynamic-text);
    padding: 10px 16px;
}

/*.rupee{*/
/*    margin-top: 3px;width: 26px;height: 20px;text-align: center;background-color: var(--dynamic-text);font-size: 12px;*/
/* }*/

input[type="radio"] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
    background-color: white;
    cursor: pointer;
    accent-color: var(--dynamic-text);
}

input[type="radio"]:checked+label {
    color: var(--dynamic-text);
}

.bi534b45 {
    gap: 14px;
}

.dewqew {
    font-size: 14px;
    font-weight: 600;
    color: #808080;
}

.from-field,
.to-field,
.from-date,
.return-date,
.traveller {
    position: relative;
    border: 2px solid #e1e7ee;
    border-radius: 10px;
    line-height: 20px;
    padding: 16px 6px 16px 16px !important;
    cursor: pointer;
}

.from-field:hover,
.to-field:hover,
.from-date:hover,
.return-date:hover,
.traveller:hover {
    border: 2px solid rgb(153, 153, 155);
}

.from-field .popCus,
.to-field .popCus {
    box-shadow: 0 9px 30px 6px rgba(0, 0, 0, .1);
    position: absolute;
    top: -3.5rem;
    z-index: 2;
    background: white;
    padding: 7px 14px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 600;
    display: none;

    &::after {
        content: '';
        position: absolute;
        background: transparent;
        top: 100%;
        left: 13px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #fff;
    }
}

.from-field:hover .popCus,
.to-field:hover .popCus {
    display: block;
}

.from-tag,
.to-tag,
.date-tag,
.traveller-tag {
    position: absolute;
    top: -12px;
    background-color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 0px 4px;
    left: 12px;
    color: #4b6685;
}

/* .jhivar(--dynamic-text)e {
    font-size: 24px;
    font-weight: 700;
} */

.fev4v {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.input-field input:focus {
    outline: 0;
    border: 0;
    padding: 0 !important;
}

.vttyh {
    font-size: 13px;
    color: rgb(161, 161, 161) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jhirede {
    font-size: 22px;
    font-weight: 600;
}

.Search-btn {
    background-color: var(--dynamic-text);
    color: white;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.swap-btn {
    background: white;
    padding: 3px;
    position: absolute;
    right: -1.5rem;
    z-index: 99;
    top: 14px;
    height: 36px;
    width: 36px !important;
    transition:all ease-in-out .3s;
    &.active{
        transform:rotate(180deg);
    }
}

.swap-btn>div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: var(--dynamic-text);
    color: white;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.yggbh {
    font-size: 26px;
    font-family: "Overlock", sans-serif;
    font-weight: 600 !important;
}

.weerfc {
    color: var(--dynamic-text);
    font-size: 15px;
    font-family: "Overlock", sans-serif;
}

.hnbgg {
    background-color: #fff4ee;
    cursor: pointer;
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.hnbgg:hover {
    transform: scale(1.05);
}

.hnbgg:hover .lkhyfu {
    color: var(--dynamic-text);
}

.hnbgg:hover .qrtere img {
    border-radius: 20px;
}

.lkhyfu {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.fjuig {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 600;
}

.qrtere {
    width: 84px;
    height: 84px;
}

.qrtere img {
    width: 100%;
    height: 100%;
}

/* .var(--dynamic-text)edc img {
    width: 82px;
} */

.kjjgfy {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: relative;
}

.jhbv {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 500;
}

.uhgtr {
    color: var(--dynamic-text);
    font-size: 18px;
    font-weight: 700;
}

.gfcrg {
    width: 50px;
    height: 50px;
}

.kjjgfy::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5a5a5a;
}

.hfiuh {
    width: 90px;
    height: 90px;
}

.hfiuh img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.kltrfx {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
    cursor: pointer;
    border: 1px solid transparent;
}

.kltrfx:hover {
    border: 1px solid var(--dynamic-text);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transform: scale(1.04);
}

/* .kltrfx:hover {
    left: 0;bottom: 0;border-left: 2px solid var(--dynamic-text);border-bottom: 2px solid var(--dynamic-text);
} */

.kltrfx:hover img {
    transform: scaleX(-1);
}

.hgfft {
    font-size: 11px;
}

.rewert {
    font-size: 17px;
    font-weight: 600;
}


.gkhgt span {
    font-size: 13px;
    color: var(--dynamic-text);
}

.hr-line {
    width: 27px;
}

.hvyufg {
    font-size: 17px;
    font-weight: 700;
}

.xrtyqwer {
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s cubic-bezier(.5, 0, 0, 1.25);
    background-image: url('../images/room.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yrtytn {
    border-radius: 20px;
    overflow: hidden;
    transition: all 1s cubic-bezier(.5, 0, 0, 1.25);
    background-image: url('../images/water.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.yrtytn:hover {
    transform: scale(1.05);
    background-size: 140% 140%;
    object-fit: cover;
}

.yrtytn:hover .rgbfrft {
    background-color: var(--dynamic-text);
    z-index: 99;
}

.yrtytn:hover .vfqwert::before {
    left: 0;
}

.xrtyqwer:hover {
    background-size: 140% 140%;
    object-fit: cover;
}

.xrtyqwer:hover .vfqwert::before {
    left: 0;
}

.xrtyqwer:hover .rgbfrft {
    background-color: var(--dynamic-text);
}

.hgrhhg {
    width: 37%;
    min-width: 37%;
    height: 100%;
}

.vfqwert {
    padding: 25px 20px;
    color: white;
    background: hsla(0, 0%, 7%, .8);
    transition: left 0.5s ease-in-out;
    width: 100%;
    position: relative;
}

.vfqwert::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: left 0.5s ease-in-out;
    z-index: -2;
}


.ertyut {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
}

.ytugb {
    font-size: 12px;
}

.wergrg {
    font-size: 14px;
    font-weight: 600;
}

.hhy54et {
    font-size: 20px;
}

.rgbfrft {
    border: 1px solid var(--dynamic-text);
    border-radius: 10px;
    padding: 11px 30px 9px;
    font-size: 16px;
    background-color: transparent;
}

.gbyuhj {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .06);
    background-color: white;
    cursor: pointer;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25);
    position: relative;
    overflow: hidden;
    padding: 14px;
}

.gbyuhj:hover {
    transform: scale(1.03);
}

.gbyuhj::after {
    content: "";
    background-color: #ff5100;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all .4s cubic-bezier(.5, 0, 0, 1.25);
}

.gbyuhj:hover::after {
    top: -25px;
    right: -25px;
    width: 60px;
    height: 60px;
    box-shadow: 0 0 0 16px #ffdccc, 0 0 0 31px #ffeee6;
    -o-box-shadow: 0 0 0 16px #ffdccc, 0 0 0 31px #ffeee6;
    -ms-box-shadow: 0 0 0 16px #ffdccc, 0 0 0 31px #ffeee6;
    -moz-box-shadow: 0 0 0 16px #ffdccc, 0 0 0 31px #ffeee6;
    -webkit-box-shadow: 0 0 0 16px #ffdccc, 0 0 0 31px #ffeee6;
}

.gbyuhj::before {
    content: "";
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 0;
    height: 3px;
    border-radius: 4px;
    background: var(--dynamic-text);
    transition: width 0.3s ease-in-out;
    transition-delay: .2s;
}

.gbyuhj:hover::before {
    width: 100%;
}

.airline-deals {
    position: relative;
    background-color: #fff4ee;
}

.input-field {
    padding-bottom: 35px;
}

.imagee {
    position: relative;
    margin-top: -56px;
}

.banner-image {
    height: 102px;
    background-color: #bfc1d9;
    width: 1096px;
    margin: auto;
}

.banner-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dfghjo {
    background-image: url('../images/dotcp-white.webp');
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 2;
    background-size: 11px;
    background-repeat: repeat-y;
    pointer-events: none;
}

.leffft {
    left: 0;
    background-position: left -6px top 1px;
}

.rifhg {
    right: 0;
    background-position: right -6px top 1px;
}

.nvgfdrt {
    padding: 12px 12px 12px 45px;
    font-size: 12px;
    position: relative;
    height: 100%;
    width: 100%;
}

.coupon {
    position: absolute;
    width: 49%;
    left: 15px;
    top: 43%;
    text-align: center;
    background-color: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .5);
    font-weight: 700;
    font-size: 11px;
    -webkit-transform: rotate(-90deg) translateX(-47%);
    transform: rotate(-90deg) translateX(-47%);
    padding: 9px 0 5px;
    transform-origin: left;
    z-index: 0;
    border-bottom: 2px dashed rgba(0, 0, 0, .05);
}

.ijuinjn {
    padding: 2px 12px 2px 2px;
    color: #fff;
    border-radius: 4px;
    background-color: #e5354a;
    font-weight: 700;
    text-shadow: -2px 2px 0 rgba(0, 0, 0, .1);
    letter-spacing: .6px;
    font-size: 13px;
}

.ijuinjn span {
    color: #e5354a;
    background-color: #fff;
    padding: 2px 7px;
    margin-right: 6px;
    box-shadow: -2px 3px 5px -1px rgba(0, 0, 0, .4);
    border-radius: 4px;
    font-size: 85%;
    text-shadow: none;
}

.NMQ8t {
    position: relative;
    font-weight: 600;
    top: 0;
    padding: 4px 12px 4px 16px;
    border-radius: 0 6px 6px 0;
    border-left: 0;
    background-color: #fff;
    color: #222;
    box-shadow: 4px 4px 2px -3px rgba(0, 0, 0, .15);
}

.NMQ8t:before {
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #e5354a;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    position: absolute;
    left: -1px;
    top: 6px;
}

.RuQxC {
    margin: 8px 0 10px;
    padding-bottom: 2px;
    line-height: 1.5;
    font-weight: 500;
}

.EEpoY {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 13px;
}

.qBg_k {
    min-width: 50px;
    text-align: center;
    position: relative;
}

.qBg_k:after,
.qBg_k:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    left: -10px;
}

.qBg_k:before {
    top: -10px;
}

.qBg_k:after {
    bottom: -10px;
}

.NFKxr img {
    max-height: 25px;
    max-width: 27px;
    opacity: .5;
}

.nuzt {
    background-color: #feb31a;
}

.Ui1o {
    background-color: #ffcb60;
}

.kjjgfy::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #a5a5a5;
    position: absolute;
    left: -19px;
    top: 9px;
    z-index: 2;
}

.kjjgfy:first-child::after {
    content: "";
    width: 1px;
    height: 78px;
    background-color: #a5a5a5;
    position: absolute;
    left: -16px;
    top: 9px;
}

.articles {
    background-color: #fff4ee;
}

.artical_main {
    margin-bottom: 30px;
    margin-top: 20px !important;
}

.atricle-img {
    height: 240px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

/* .atricle-img::after{
    content: "";width: 60px;height: 60px;position: absolute;transition: all .25s ease;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;z-index: 2;border-radius: 50%;bottom: -50%;left: -50%;background-color: var(--dynamic-text);
} */
.atricle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s cubic-bezier(.5, 0, 0, 1.25);
}

/* .artical_box:hover .atricle-img::after{
    bottom: -30px;left: -30px;box-shadow: 0 0 0 20px rgba(255,81,0,.2),0 0 0 40px rgba(255,81,0,.5);
} */
.artical_box:hover .atricle-img img {
    transform: scale(1.14);
}

.artical_box:hover .article-para {
    color: var(--dynamic-text);
}

.artical_box {
    cursor: pointer;
    padding: 10px;
}

.article-para {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
    margin-top: 5px;
}

.artical-date {
    font-size: 16px;
    font-weight: 500;
}

.artical_item i {
    font-size: 18px;
}

.desti-img {
    height: 230px;
}

.desti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.desti-box:hover .desti-img img {
    transform: scale(1.05);
}

.desti-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.desti-name {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    z-index: 999;
}

.desti-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 7%, 0) 36.95%, #111);
    top: 0;
    left: 0;
    z-index: 1;
}


.international-img {
    height: 230px;
}

.international-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.international-box:hover .international-img img {
    transform: scale(1.05);
}

.international-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.international-name {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    z-index: 999;
}

.international-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 7%, 0) 36.95%, #111);
    top: 0;
    left: 0;
    z-index: 1;
}

.support-card {
    padding: 25px 20px 35px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    border-radius: 15px;
    background: #fff6f6;
}

.support-img {
    width: 55px;
    height: 55px;
}

.support-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.support-para {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 600
}

.where-tag {
    position: absolute;
    top: -12px;
    background-color: white;
    font-size: 11px;
    padding: 2px 3px;
    left: 7px;
}

.login-image {
    width: 47%;
    height: 330px;
}

.login-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.login_form {
    width: 50%;
}

.login-head {
    font-size: 24px;
    font-weight: 600;
}

.label-text {
    font-size: 14px;
}

.input-F input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #bababa;
    outline: 0;
    padding: 5px 5px;
}

.btn-box button {
    width: 100%;
    border: 1px solid var(--dynamic-text);
    border-radius: 7px;
    background-color: var(--dynamic-text);
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 11px;
}

.menu-icon i {
    color: black;
    ;
}

/* modal */

.modal {
    --bs-modal-width: 700px !important;
}

/* slider */

.airline-deals-box {
    padding: 7px 6px;
}

.international-route-box {
    padding: 7px 7px;
}

.offer-box {
    padding: 0 6px;
}

.hotel-box {
    padding: 6px;
}

.menubarside i {
    font-size: 15px;
    color: var(--dynamic-text);
}

.menubarside span {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: 500;
}

/* input field */

.city-box-one {
    z-index: 990;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 290px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 11px 14px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 5px;
}

.city-box-two {
    z-index: 990;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 290px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 11px 14px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 5px;
}

.city-name {
    font-weight: 600;
    font-size: 15px;
}

.airport-name {
    font-size: 11px;
}

.forinput {
    border-bottom: 1px solid #bababa;
    padding-bottom: 3px;
}

.city-name-hotel {
    font-weight: 500;
    font-size: 15px;
}

.hotel-name {
    font-size: 11px;
}

/* passenger */

.trave-new-box {
    position: absolute !important;
    top: 69px;
    left: -3px;
    background-color: #fff;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 20px;
    width: 270px;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.trav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}

.trav-box label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
}

.inc-dec {
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.updNoBtn {
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
}

.inc-dec input {
    pointer-events: none;
    height: 100%;
    width: 40px;
    padding-left: 15px;
    border: none;
    outline: none;
    font-size: 15px;
    user-select: none;
    background: #E9ECEF;
    font-weight: 600;
}

.trav-box select {
    height: 100%;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    width: 160px;
}

.travCancBtn {
    background: #666;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

.travSubmitBtn {
    background: #ff9900;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    height: 100%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
}

/*  */

.hotel-guest {
    z-index: 999999999999;
    right: 0px;
    position: absolute;
    width: 340px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 11px 14px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 5px;
    max-height: 260px;
    overflow-y: auto;
}

.guest-head {
    font-size: 15px;
    font-weight: 600;
}

.select2 {
    outline: 0;
    border: 1px solid #bababa;
    border-radius: 3px;
    font-size: 14px;
    width: 82px;
}

.roomguestblockdiv .add-room {
    margin-top: 15px;
    cursor: pointer;
    background-color: #ff9900;
    padding: 10px 11px;
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 40px;
}

.room-submit {
    background-color: #ff9900;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    outline: 0;
    padding: 4px;
}

.roomguestblockdiv .remove-room {
    margin-top: 15px;
    cursor: pointer;
    background-color: #e52b30;
    padding: 10px 11px;
    color: #fff;
    font-size: 12px;
    margin-left: 2px;
    border-radius: 40px;
}

.disabled {
    background-color: #e9ecef;
    cursor: pointer;
    white-space: wrap;
}



footer {
    margin-top: 3rem;
    background: var(--dynamic-footer) !important;
    padding: 0px;

    &::before {
        content: "";
        position: relative;
        display: block;
        left: 0;
        top: 0;
        height: 18px;
        width: 100%;
        background: #20282a url("../images/footerslanted.webp");
        background-size: auto;
        z-index: 1;
        background-size: 24px;
        opacity: 0.9;
    }
}

.fotteMian {
    font-weight: 600;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.fotteMian::before {
    content: "";
    height: 1px;
    width: 80px;
    background-image: none;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(to right, var(--dynamic-text), transparent);
}

footer .mainUl {
    display: flex;
    align-items: start;
    justify-content: start;
    list-style: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

footer .mainUl li {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 2px 0;
}

footer .mainUl li a i {
    color: var(--dynamic-text);
    padding-right: 6px;
    font-size: 12px;
}

footer .mainUl li a {
    font-size: 13px;
    color: white;
    text-decoration: none;
    transition: all ease-in-out .2s;

    &:hover {
        color: var(--dynamic-text);
    }
}

footer .conneWitUs {
    background: white;
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 6px;
}

footer .conneWitUs input {
    width: 88%;
    padding: 6px;
    border: 0;
    outline: none;
}

footer .conneWitUs button {
    width: 12%;
    height: 100%;
    background: var(--dynamic-text);
    color: white;
    padding: 6px;
    border-radius: 6px;
    border: 0px;
    outline: none;
}

footer .socialMedia {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1.5rem;
}

footer .socialMedia>a {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    text-decoration: none;
}

footer .socialMedia>a.fb {
    background: #3b5998;
}

footer .socialMedia>a.insta {
    background: linear-gradient(135deg, #ff02ce, #ff252a 61%, #fec900);
}

footer .socialMedia>a.link {
    background: #007bb6;
}

footer .socialMedia>a.youtube {
    background: #f61f4b;
}

footer .socialMedia>a.twitter {
    background: #000;
}

footer .socialMedia>a.whatsapp {
    background: #0cc143;
}

footer .socialMedia>a.pinterest {
    background: #eb314d;
}

footer .logo {
    width: 170px;
    height: 44px;
}

footer .contactUSis {
    background: #0006;
    padding: 12px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    color: white;flex-wrap: wrap;
}

footer .contactUSis>div i {
    padding-right: 6px;
    color: var(--dynamic-text);
}

footer .contactUSis>div {
    font-size: 14px;
    font-weight: 500;
}

footer .contactUSis>div a {
    text-decoration: none;
    color: inherit;
    transition: all ease-in-out .2s;

    &:hover {
        color: var(--dynamic-text);
    }
}

footer .certificates {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 2rem 0;
    margin-top: 1rem;
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

footer .certificates>div {
    height: 30px;
}

footer .certificates>div img {
    height: 30px;
    object-fit: cover;width:auto;
}

footer .topROtues {
    color: white;
    font-size: 14px;
    display: flex;
    align-items: start;
    gap: 6px;
}

footer .topROtues>div a {
    font-size: 13px;
    color: #99a6b2;
    text-decoration: none;
    padding: 0 6px;
    border-right: 1px solid #ddd;
    padding-left: 2px;
    line-height: 1;
    transition: all ease-in-out .2s;

    &:last-child {
        border: 0px;
    }

    &:hover {
        color: var(--dynamic-text);
    }
}


.newSLiderArrow.slick-slider>i {
    position: absolute;
    top: -3rem;
    right: 0rem;
    background: transparent;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .1s;

    &:hover {
        background: var(--dynamic-text);
        border-color: var(--dynamic-text);
        color: white;
        transform: scale(1.15);
    }
}

.newSLiderArrow.slick-slider>i.fa-arrow-left {
    right: 4rem;
}

.newSLiderArrow1.slick-slider>i {
    position: absolute;
    top: 40%;
    background: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease-in-out .1s;
    z-index: 2;

    &:hover {
        background: var(--dynamic-text);
        border-color: var(--dynamic-text);
        color: white;
        transform: scale(1.15);
    }
}

.newSLiderArrow1.slick-slider>i.fa-arrow-left {
    left: -0.3rem;
}

.newSLiderArrow1.slick-slider>i.fa-arrow-right {
    right: -0.3rem;
}

.marginTopDe.newSLiderArrow.slick-slider>i {
    top: -3.8rem;
}

.cusDropdown .dropdown-menu {
    box-shadow: 0 16px 24px 10000px rgba(0, 0, 0, .58) !important;
    border-top: 4px solid var(--dynamic-color);
}

.cusDropdown .dropdown-menu .dropdown-item.active {
    background: var(--dynamic-text);
}

.moreDrop.dropdown-menu {
    padding: 15px 0;
    box-shadow: 0 16px 24px 10000px rgba(0, 0, 0, .58) !important;
}

.moreDrop.dropdown-menu li {
    padding: 0 15px;
    margin-bottom: 8px;
}

.moreDrop.dropdown-menu li:last-child {
    margin-bottom: 0px;
}


.bigOffer {
    background: var(--dynamic-bg);
    border-radius: 6px;
    padding: 2rem 1.6rem;
}

.bigOffer>div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bigOffer .wefwev {
    background: var(--dynamic-color);
    padding: 4px 8px 8px 8px;
    border-radius: 8px;
}

.bigOffer .wefwev svg {
    font-size: 20px;
    color: white;
}

.bigOffer .fiuwe2ve3 {
    font-size: 9px;
    background: #dc391b;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 31px;
    position: absolute;
    width: max-content;
    top: -1px;
    right: -90px;
    line-height: 1;
    display: none;

    &::after {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        background: #dc391b;
        transform: rotate(45deg);
        top: 23%;
        left: -2px;
        z-index: 1;
    }
}

.bigOffer .wevw4g34>div:first-child {
    font-size: 12px;
    color: gray;
    font-weight: 500;
}

.bigOffer .wevw4g34>div:last-child {
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

.vwnrvr {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    user-select: none;
}

.ebbbbbetb {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ebbbbbetb li {
    padding-left: 20px;
    color: gray;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: .4px;
    position: relative;

    &::before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: currentColor;
        left: 0;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-70%);
        opacity: .9;
    }
}

.diphhkmjhj1 {
    margin-top: 30px;
}

.diphhkmjhj1 .diphhkmjhj_img {
    width: 50px;
    overflow: hidden;
    height: auto;
}

.diphhkmjhj1 .aeobworrrg {
    border: 1px solid lightblue;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 1.5rem;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    gap: 20px;
    position: relative;
    overflow: hidden;

    &::before {
        position: absolute;
        content: '';
        width: 100px;
        height: 100px;
        top: -30px;
        right: -15px;
        background: #e4e4e4;
        z-index: -1;
        border-radius: 50%;
        transition: all 500ms linear;
    }


}

.diphhkmjhj1 .aeobworrrg:hover::before {
    width: 500px;
    height: 500px;
    border-radius: 0%;
}

.diphhkmjhj1 .aeobworrrg .head {
    font-size: 18px;
    font-weight: 700;
    margin: 0px;
    text-align: start;
}

.diphhkmjhj1 .aeobworrrg .para {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    text-align: start;
}

.marwueeSection {
    display: flex;
    align-items: center;
    background: #f6e6cc7a;
    border-radius: 26px;
    overflow: hidden;
}

.marwueeSection>div:first-child {
    background: #feb31a;
    color: #fff;
    padding: 10px 25px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    border-radius: 26px;
}

.marwueeSection marquee {
    width: 84%;
}

.marwueeSection>div:last-child {
    height: 30px;
    width: 68px;
    padding-right: 20px;
    padding-left: 20px;
}

.marwueeSection>div:last-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: swingBell 2s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes swingBell {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(20deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.popupNewMain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.popular_divNew {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 16px;
    overflow: hidden;

    &:hover img {
        transform: scale(1.05);
    }
}

.popular_divNew img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out .2s;
}

.popular_divNew .textNs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #000000c9, rgba(0, 0, 0, 0.54) 22.22%, rgba(0, 0, 0, 0) 50%, transparent);
}

.popular_divNew .textNs>div {
    display: flex;
    justify-content: end;
    color: white;
    padding: 18px;
    flex-direction: column;
    height: 100%;
}

.popular_divNew .textNs .heading {
    font-size: 18px;
    font-weight: 700;color:#fff;
}

.popular_divNew .textNs .apasd {
    font-size: 13px;
    color: #e0e0e0;
    font-weight: 600;
}

.popular_divNew .textNs .vwr3gr3 {
    color: #ffba0a;
}

.popular_divNew .textNs .lineBetween {
    display: flex;
    align-items: center;
    margin: 6px 0;
    min-height: 1px;
    background: linear-gradient(270deg, #ffffff0d -.13%, #e0e0e00d 0, #e0e0e0 49.17%, #e0e0e00d);
}


/*-------------------------------New Css----------------------*/
.usp_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.usp_col {
    background-color: #ffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.usp_image {
    height: 150px;
}

.usp_image img {
    width: 100%;
    height: 100%;
}

.usp_content {
    padding: 20px;
}

.usp_tittle {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: block;
}

.usp_desc {
    color: #696969;
    font-size: 12px;
    line-height: 19px;
    display: block;
    padding-top: 10px;
}

.offbtn {
    font-family: "Overlock", sans-serif;
    background: #fff;
    border: none;
    padding: 0px 7px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    flex-direction: column;

    &:hover div {
        border-color: var(--dynamic-color);
    }

    ;

    &:hover span {
        background: var(--dynamic-color);
        color: white;
        border-color: var(--dynamic-color);
    }
}

.offbtn>div {
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 4px;
    transition: all ease-in-out .2s;
}

.offbtn>span {
    border: 1px solid #ddd;
    border-radius: 26px;
    padding: 2px 14px;
    font-size: 16px;
    font-weight: 600;
    transition: all ease-in-out .2s;
}

.offbtn.active>div {
    border: 1px solid var(--dynamic-color);
}

.offbtn.active>span {
    background: var(--dynamic-color);
    color: white;
    border-color: var(--dynamic-color);
}

.offer_box {
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    width: 100%;
}

.offer_box_inn {
    border: 2px solid #F5F5F5;
    overflow: hidden;
    border-radius: 10px;
    height: 35rem;
}

.offer_tit {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    height: 3rem;
}

.offer_des {
    padding-top: 10px;
    font-size: 13px;
    color: #696969;
    letter-spacing: .2px;
    height: 3rem;
}

.offer_image {
    height: 400px;
    width: 100%;
}

.offer_image img {
    height: 100%;
    ;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.offer_con {
    padding: 20px 15px 25px 15px;
}

.offcod_m {
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dddddds {
    font-size: 12px;
    padding-left: 15px;
}

.offer_code_dis {
    background: var(--dynamic-text);
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.offer_code_dis::before {
    position: absolute;
    content: 'Copy';
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9;
    inset: 0;
    text-align: center;
    align-content: center;
    transform: translateX(-100%);
    transition: all 100ms linear;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
}

.offer_code_dis:hover::before {
    transform: translateX(0%);
}

.offer_code_dis.copied::before {
    content: 'Copied';
}

.view_more_offer {
    padding-top: 10px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.newFaq {
    padding: 3rem 5rem;
    background: white;
    box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
}

.newFaq .whyMobileImg {
    height: 770px;
    width: 600px;
}

.accordion-button {
    font-size: 17px;
}

.accordion-body {
    padding-top: 0px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    background: #fff;
}

.review_cardNew {
    font-family: "Overlock", sans-serif;
    padding: 12px;
}

.review_cardNew .first {
    background: #f6f6f9;
    padding: 16px 20px;
    border-radius: 18px;
    position: relative;
    min-height: 11rem;
}

.review_cardNew .second {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 12px;
}

.review_cardNew .total_star {
    margin-bottom: 8px;
}

.review_cardNew .content {
    font-size: 16px;
    font-weight: 600;
    max-height: 93px;
    overflow: hidden;
    transition: max-height ease-in-out .4s;
}

.review_cardNew .content.active {
    max-height: 400px;
    transition: max-height ease-in-out .4s;
}

.review_cardNew .readMore {
    margin-top: 8px;
    color: #8e8e8e;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.review_cardNew .second .user_img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.review_cardNew .second .user_name {
    font-weight: 600;
    line-height: 1;
}

.review_cardNew .second .cusType {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 2px;
}

.popuAirlineNew {
    background: white;
    box-shadow: 0px 0px 6px 0px #00000036;
    border-radius: 10px;
    padding: 16px 0px;
    font-family: "Overlock", sans-serif;
}

.airline_div>div {
    border-right: 1px solid #ddd;
}

.international-route {
    font-family: "Overlock", sans-serif;
}

.btnCsNew {
    background: white;
    color: var(--dynamic-text);
    border: 1px solid var(--dynamic-text);
    outline: none;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

.btnCsNew.active {
    background: var(--dynamic-text);
    color: white;
}

.wenofwfw {
    font-size: 12px;
    color: rgb(101, 110, 129);
    letter-spacing: 0.4px;
    margin-right: 12px;
    line-height: 1.2;
    font-weight: 500;
}

.bwiubfwb {
    padding: 7px 13px;
    border-radius: 8px;
    color: rgb(74, 74, 74);
    min-height: 40px;
    text-transform: none;
    vertical-align: top;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
    transition: 200ms;
    background-color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 12px;
    border: medium;
    cursor: pointer;
}

.ueooerg {
    color: rgb(156, 163, 175);
    font-size: 11px;
    font-weight: 800;
}

.fingdBookingDiv {
    padding: 60px 100px;
    text-align: center;
    border-radius: 16px;
}

.fingdBookingDiv h5 {
    color: #fff;
    font-family: "Overlock", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.fingdBookingDiv p {
    color: #fff;
    text-align: center;
    font-family: "Overlock", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 18px auto;
    max-width: 600px;
    width: 100%;
}

.fingdBookingDiv form {
    padding: 22px 30px;
    border-radius: 10px;
    background: #fdfdfd;
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 90%, .25);
}

.fingdBookingDiv form .formBooking {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fingdBookingDiv form .form-control {
    padding: 10px 12px;
}

.fingdBookingDiv form .formBooking>div {
    width: calc(99% / 2.4);
}

.fingdBookingDiv form .formBooking>div:last-child {
    width: auto;
}

.fingdBookingDiv form .findButton {
    background: var(--dynamic-text);
    padding: 10px 20px;
    border: 0px;
    outline: none;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
}

.morelogin {
    height: 100%;
    width: 100%;
    background: linear-gradient(11deg, rgb(255, 255, 255) 53%, var(--dynamic-text) 100%);
    border-radius: 14px 0px 0px 14px;
    padding: 22px;
}

.modal-title {
    font-family: "Overlock", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}


.unlockDiv {
    font-size: 14px;
    font-weight: 600;
}

.srerbae1 {
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    color: rgb(70, 72, 77);
    margin-bottom: 6px;
}

.srerbae2 {
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
    color: rgb(70, 72, 77);
}

.whyImage img {
    width: 50px;
    overflow: hidden;
    height: 50px;
    object-fit: contain;
}

#countryCode {
    width: 100px;
}

.session1 {
    font-size: 28px;
    font-weight: 600;
    color: red;
}

.session2 {
    font-size: 24px;
    font-weight: 600;
    color: red;
}

.session3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dynamic-text);
    margin: 12px 0;
}

.session4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dynamic-color);
    margin: 12px 0;
}

.sessionBtn {
    padding: 8px 18px;
    border-radius: 26px;
    border: 0;
    outline: none;
    color: white;
    font-size: 16px;
    font-weight: 700;
}

.sessionBtn.back {
    background: var(--dynamic-text);
}

.sessionBtn.check {
    background: var(--dynamic-color);
}