﻿/*---New FAQ Banner Css Start--*/

.faqblock_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 1em;
}

    .faqblock_wrapper .faq_box {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: #fff;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
    }

        .faqblock_wrapper .faq_box .faq_title {
            font-weight: 600;
            font-size: 16px;
            line-height: normal;
            color: #000;
        }

        .faqblock_wrapper .faq_box .faq_des {
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #000;
            margin-bottom: 10px;
        }


/*---New FAQ Banner Css End--*/



.lug_wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

    .lug_wrapper img {
        border-radius: 100px;
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        object-fit: cover;
    }

.new_loader {
    background: transparent;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 15px;
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 17px;
    font-weight: 500;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    align-items: center;
}

    .new_loader.active {
        bottom: 60px;
        opacity: 1;
        visibility: visible;
    }

.new_loader {
    height: 32px;
    width: 32px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

    .new_loader .dbl-spin-1, .new_loader .dbl-spin-2 {
        position: absolute;
        box-sizing: border-box;
        display: block;
        margin: auto;
        border: 3px solid transparent;
        border-radius: 50%;
    }

    .new_loader .dbl-spin-1 {
        height: 32px;
        width: 32px;
        border-top: 3px solid #115a9c;
        border-left: 3px solid #115a9c;
        animation: loader-4-dblspin 1.8s linear infinite;
    }

    .new_loader .dbl-spin-2 {
        height: 52px;
        width: 52px;
        border-bottom: 3px solid #115a9c;
        border-left: 3px solid #115a9c;
        animation: loader-4-dblspin2 1.2s linear infinite;
    }

@keyframes loader-4-dblspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

@keyframes loader-4-dblspin2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-1-ripple2 {
    0% {
        transform: translate3d(0, 0, 0) scale(0);
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
    }
}

.faq_panel_group .panel_title > a::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #000;
    border-radius: 24px;
    background: #F3F5F6;
    min-width: 28px;
    height: 28px;
    text-align: center;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
}

.faq_panel_group .panel_title > a.collapsed::after {
    content: '+';
}

.faq_panel_group .panel_title {
    position: relative;
}

.visainfo_wrapper {
    display: flex;
    align-items: self-start;
    gap: 60px;
    flex-direction: row-reverse;
}

    .visainfo_wrapper .visainfo {
        flex: 1;
    }

.visainfo.visainfo_right {
    max-width: 553px;
    width: 100%;
}

.visainfo_wrapper .visainfo.visainfo_left p {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #000000;
}

    .visainfo_wrapper .visainfo.visainfo_left p a {
        color: #147CD5;
    }

.visainfo_box_wrapper {
    display: flex;
    gap: 35px;
    align-items: center;
}

    .visainfo_box_wrapper .visainfo_box {
        padding: 15px;
        text-align: center;
        border-radius: 16px;
        border: 2px solid #D4D4D4;
        cursor: pointer;
        min-height: 299px;
    }

.visainfo_box .visainfo_sub_title {
    color: #0B3947;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.visainfo_box .visainfo_title {
    color: #0B3947;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.visainfo_service_wrapper {
    color: #426671;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
}

.visainfo_box .visainfo_amount {
    color: #0B3947;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}

.visainfo_amount span {
    color: #426671;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.visainfo_box_button {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 9999px;
    background: #147CD5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.visainfo_box_wrapper .visainfo_box.active {
    border: 3px solid #147CD5;
}

.doumentsreq_section {
    display: flex;
    flex-direction: row-reverse;
    border-radius: 21px;
    background: #F9F9F9;
    padding: 45px 35px;
    align-items: center;
    margin-right: 90px;
    gap: 30px;
}

.doumentsreq_info_title {
    color: #0D479B;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.doumentsreq_info_des {
    color: #4E4C4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

    p.doumentsreq_info_des strong {
        color: #4E4C4A;
        font-weight: 700;
    }

.doumentsreq_info ul {
    margin: 0 0 30px 18px;
}

    .doumentsreq_info ul li {
        color: #4E4C4A;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

.doumentsreq_img img {
    width: 100%;
    height: 351px;
    border-radius: 18px;
}

.doumentsreq_left {
    flex: 1;
}

.doumentsreq_left {
    max-width: 384px;
    width: 100%;
    margin-right: -124px;
}

.doumentsreq_right {
    flex: 1;
}

.doumentsreq_img {
    position: relative;
}

.doumentsreq_img_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 9.976px;
    border: 0.499px solid var(--200, #E3DBD8);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 256px;
    padding: 10px;
    position: absolute;
    right: -150px;
    bottom: 26px;
    margin: auto;
}

.doumentsreq_img_icon {
    border: 1px solid #147CD5;
    width: 39px;
    height: 39px;
    border-radius: 100px;
    text-align: center;
}

.doumentsreq_img_title {
    color: #147CD5;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.16px;
}

p.doumentsreq_img_des {
    color: #147CD5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.faq_panel_group .panel_title > a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    display: flex;
    padding: 15px;
    background: #F2F2F2;
    gap: 60px;
    position: relative;
}

    .faq_panel_group .panel_title > a span:before {
        content: '';
        background: #fff;
        position: absolute;
        left: 40px;
        width: 30px;
        height: 100%;
        top: 0;
        bottom: 0;
    }

.faq_panel_group .panel-content {
    color: var(--Text-txt-secondary, rgba(60, 60, 67, 0.85));
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 20px 20px 20px 70px;
}

.faq_panel_group .panel {
    border-bottom: 1px solid #fff;
    box-shadow: unset;
    margin-bottom: 39px;
}

.visa_bg_grey {
    border-radius: 21px;
    background: #F9F9F9;
    padding: 20px;
}

ul.visa_common_list li {
    color: var(--www-worldtripdeal-com-black, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: disc;
}

ul.visa_common_list {
    padding-left: 15px;
}

    ul.visa_common_list li strong {
        font-weight: 700;
    }

.fav_icon {
    display: block;
    height: 33px;
    width: 33px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.fav_icon {
    background-position: -570px -588px;
}

    .fav_icon.active {
        background-position: -569px -617px;
    }

.fav_popup {
    background: #105A9D;
    border-radius: 10px;
    position: fixed;
    margin: 0 auto;
    max-width: fit-content;
    width: 100%;
    bottom: -100%;
    color: #fff;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 17px;
    font-weight: 500;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    align-items: center;
}

    .fav_popup > a {
        text-decoration: underline;
        font-weight: 600;
        padding: 5px;
        border-radius: 10px;
        background: #fffe00;
        color: #000;
    }

    .fav_popup.active {
        opacity: 1;
        bottom: 20px;
        visibility: visible;
    }

    .fav_popup > a:hover {
        background: yellow;
        color: #000;
    }

.new_flight_module .search-heading .sub-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.new_flight_module .menu_block {
    padding: 10px 0;
}

.new_flight_module .search-heading h1 {
    margin-bottom: 5px;
}

.new_flight_module .main_search_containt {
    padding: 0 15px 15px 15px;
}

.new_flight_module .tabby_product {
    color: #3BFF9F;
    margin-top: 15px;
}

.flight_slider .image_s_block {
    filter: brightness(0.6);
}

.flight_slider .carousel-control {
    width: 7%;
}

.travel_package_tille {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
    color: #115a9c;
}

p.travel_package_tagline {
    font-size: 13px;
}

.phonenumber {
    background: rgba(20, 124, 213, 1);
    border-radius: 100px;
    text-align: center;
    line-height: 53px;
    margin-left: 5px;
}

.tranding_search a {
    display: flex;
    align-items: center;
    border: 1px solid #EDEDED;
}

.trending_logo {
    padding: 15px;
    background: #ebeff2;
}

.tending_con > div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

    .tending_con > div:first-child {
        border-bottom: 1px solid #ebeff2;
    }

.trending_logo img {
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.tending_con {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.travel_hotspots a {
    position: relative;
    display: block;
}

    .travel_hotspots a img {
        height: 270px;
        object-fit: cover;
        border-radius: 14px;
    }

    .travel_hotspots a div {
        position: absolute;
        bottom: 15px;
        left: 15px;
        display: flex;
        flex-direction: column;
        z-index: 1;
    }

        .travel_hotspots a div span {
            color: #fff;
            font-size: 23px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            text-transform: uppercase;
        }

        .travel_hotspots a div small {
            color: #FF0;
            font-size: 9px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
            text-transform: uppercase;
        }

a.luxury_more.collapsed:after {
    content: 'See More';
}

a.luxury_more:not(.collapsed):after {
    content: 'See less';
}

.collapsed .fa-angle-up:before {
    content: "\f106";
}

.fa-angle-up:before {
    content: "\f107";
}

.luxury_more i {
    float: unset;
    position: absolute;
    right: -17px;
    top: 2px;
    transform: rotate(180deg);
}

.titlep_subtitle {
    color: var(--Black, #000);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.4;
}

.title_luxury {
    color: #147CD5;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

a.wayto_abroad_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px auto 20px auto;
}

    a.wayto_abroad_banner img {
        height: 360px;
        object-fit: cover;
        max-height: 360px;
    }

.wayto_abroad_section .slide-arrow.slide-left-arrow {
    background-position: -320px -54px;
}

.wayto_abroad_section .slide-arrow.slide-right-arrow {
    background-position: -283px -54px;
}

.city_banner_text h5 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.city_banner {
    width: 100% !important;
    overflow: hidden;
    object-fit: cover;
}

.city_banner_block {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.city_banner_img {
    height: 250px;
}

.easy_way_banner img {
    height: auto;
    object-fit: contain;
}

#easy_way_banner .owl-nav.disabled {
    display: none;
}

.luxury_packages_wrapp {
    display: flex;
    gap: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.luxury_packages_box {
    position: relative;
    padding: 8px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 363px;
}

    .luxury_packages_box .img-hover {
        border-radius: 5px;
        position: relative;
    }

    .luxury_packages_box img {
        box-sizing: border-box;
        height: 270px;
        object-fit: cover;
        transition: all 0.5s;
        border-radius: 18px;
        background: #FFF;
        width: 100%;
    }

.luxury_packages_detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

    .luxury_packages_detail h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #147CD5;
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }

    .luxury_packages_detail .luxury_packages_star .fa.fa-star {
        color: #FFD83D;
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        margin-right: 4px;
    }

    .luxury_packages_detail .luxury_packages_person {
        color: #838183;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.luxury_packages_price {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .luxury_packages_price .start_from {
        font-size: 8px;
        font-weight: 400;
        line-height: 12px;
        max-width: 40px;
        color: #000;
        text-transform: uppercase;
    }

.luxury_label_wrappet {
    position: absolute;
    top: 20px;
    left: -8px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .luxury_label_wrappet .luxury_packages_label {
        border-radius: 0px 6px 6px 0px;
        background: #055BA5;
        color: #FFF;
        font-size: 14.014px;
        line-height: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.14px;
        padding: 3px 8px;
    }

        .luxury_label_wrappet .luxury_packages_label b {
            font-size: 18.018px;
            font-weight: 700;
        }

        .luxury_label_wrappet .luxury_packages_label:first-child {
            max-width: 130px;
        }

.luxury_packages_price > span {
    display: flex;
}

.luxury_packages_label.Limited_Offer {
    font-weight: 700;
    text-transform: uppercase;
    background: #DE3348;
}

.wayto_abroad_section .slide-arrow.slide-left-arrow, .wayto_abroad_section .slide-arrow.slide-right-arrow {
    background-color: #055BA5;
    width: 36px;
    height: 36px;
    left: 60px;
    border-radius: 100px;
    color: #fff;
}

.wayto_abroad_section .slide-arrow.slide-right-arrow {
    right: 60px;
    left: auto;
}

.country_section img {
    width: 100% !important;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 12px;
}

.country_section_text {
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 10px;
}

.country_section_label {
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    border-radius: 0px 42px 42px 0px;
    background: #147CD5;
    margin-left: -10px;
    padding: 2px 11px;
    gap: 5px;
}

.country_section_text h5 {
    color: #FFF;
    font-size: 23px;
    line-height: 40px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
}

.country_section .owl-item.active.center img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.country_section .owl-carousel.owl-drag .owl-item {
    padding: 0 2px;
}

.country_section .owl-carousel .owl-item img {
    margin: 30px 0;
}

.country_section .owl-carousel.owl-drag .owl-item a {
    position: relative;
}

.country_section .owl-item.active.center .country_section_text {
    left: -21px;
    bottom: -10px;
}

.coupon-card {
    background: #fff;
    color: #147cd5;
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}

    .coupon-card h3 {
        font-size: 28px;
        font-weight: 400;
        line-height: 40px;
        margin-top: 20px;
        color: #000;
    }

.coupon-row {
    display: flex;
    align-items: center;
    margin: 25px auto;
    width: fit-content;
}

#cpnCode {
    border: 1px dashed #147cd5;
    padding: 10px 20px;
    border-right: 0;
}

#cpnBtn {
    border: 1px solid #147cd5;
    background: #fff;
    padding: 10px 10px;
    color: #147cd5;
    cursor: pointer;
}

.circle1 {
    left: -25px;
}

.circle2 {
    right: -25px;
}

.circle1, .circle2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255);
}

.banner_block {
    padding: 30px 0 20px 0;
}

.hot_deal_main {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
}

.pick_your {
    font-size: 34px;
    font-weight: 600;
}

.hot_dels {
    clip-path: polygon(1.5% 5%, 100% 0.5%, 91.4% 100%, 9.2% 100%);
    background-color: #257ECD;
    max-width: 225px;
    margin: 0 auto;
    color: #fff;
    line-height: 56px;
    font-size: 34px;
    font-weight: 600;
    width: 100%;
}

.hot_deal_main p {
    margin: 15px 0;
}

.hot_deal_main a {
    color: #257ECD;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
}

.why_main {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.why_signle {
    text-align: left;
    flex: 1;
    display: flex;
    gap: 0;
    background: #EDEDED;
    padding: 15px 5px 15px 15px;
    align-items: center;
    border-radius: 5px;
    max-width: 370px;
    justify-content: space-between;
}

    .why_signle img {
        object-fit: contain;
        max-height: 50px;
        background: transparent;
    }

    .why_signle h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
        color: #000;
        margin-top: 0;
    }

    .why_signle p {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #115A9C;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 0;
    }

a.end_of_summer_sale img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.cashback_sale img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.explore_more img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    max-width: 300px;
}

a.arending_activities img {
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 5px;
    max-width: 130px;
}

a.arending_activities {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    a.arending_activities > div {
        color: #000;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

a.travel_package img {
    height: 315px;
    border-radius: 6px;
}

a.travel_package {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%
}

.travel_package_tag {
    background: #1D65A0;
    max-width: fit-content;
    padding: 0 10px;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
}

span.transding_pa {
    background: #FFFF00;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}

.trending_icon {
    width: 20px;
    height: 24px;
    background-position: -203px -614px;
}

span.travel_bookmark {
    width: 32px;
    height: 32px;
    background-position: -155px -615px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.travel_package_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    min-width: 100%;
    z-index: 1;
}

.travel_hotspots a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 34%);
    z-index: 1;
    border-radius: 6px;
}

.travel_package_name {
    text-align: center;
}

    .travel_package_name > div {
        font-size: 25px;
        font-weight: 600;
    }

.travel_package_other {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.travel_p_rating {
    display: flex;
    flex-direction: column;
}

.fa-star:before {
    content: "\f005";
}

span.travel_rating_star {
    display: flex;
    align-items: center;
    column-gap: 0px;
}

    span.travel_rating_star i.fa.fa-star {
        color: #FCB446;
        margin-right: 5px;
    }

    span.travel_rating_star span {
        margin-right: 5px;
    }

.travel_p_view {
    display: none;
}

span.view_package {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D65A0;
    line-height: 21px;
    padding: 0 10px;
    border-radius: 3px;
    gap: 5px;
}

.view_icon {
    width: 10px;
    height: 10px;
    background-position: -233px -634px;
}

.total-price-package {
    font-size: 16px;
}

a.unbetable_package {
    position: relative;
    display: block;
    width: 100%;
}

    a.unbetable_package img {
        height: 465px;
        object-fit: cover;
        border-radius: 12px;
    }

.unbetable_package_name {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    z-index: 1;
}

    .unbetable_package_name > div {
        display: flex;
        font-size: 32px;
        font-weight: 600;
        gap: 10px;
    }

    .unbetable_package_name span.travel_rating_star i.fa.fa-star {
        font-size: 20px;
    }

    .unbetable_package_name p {
        font-size: 16px;
    }

.unbetable_package_detail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    padding: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    z-index: 1;
}

.unbetable_package_deal {
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}

    .unbetable_package_deal > div > span {
        font-size: 16px;
        font-weight: bold;
    }

    .unbetable_package_deal p {
        margin: 0;
    }

.unbetable_package_price {
    color: #fff;
    display: flex;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    min-height: 45px;
}

    .unbetable_package_price span {
        font-size: 16px;
    }

a.hot_deal_review {
    background: #EDEDED;
    padding: 10px;
    display: block;
}

.deal_review_image {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .deal_review_image img {
        max-width: 42px;
        height: 42px;
        object-fit: cover;
        border-radius: 50%;
        width: 42px;
    }

    .deal_review_image > div > div {
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

a.hot_deal_review p {
    margin: 10px 0 0px 0;
    font-size: 15px;
    color: #7D7F88;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 200px;
}

#hot_deal_review .owl-nav button.owl-next, #hot_deal_review .owl-nav button.owl-prev {
    height: 271px;
}

.explore_more_tag {
    font-size: 23px;
    color: #004A95;
    font-weight: 600;
}

.explore_more_tille {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    margin: 5px 0;
}

p.explore_more_tagline {
    font-size: 14px;
}

.hotdealdes_wrapper.collapse {
    display: block;
    min-height: 100px;
    height: 100px;
    overflow: hidden;
}

.hotdealdes_wrapper {
    text-align: left;
}

    .hotdealdes_wrapper ul {
        list-style-type: disc;
        list-style-position: inside;
    }

a.info_reedmore.collapsed:after {
    content: 'Read More';
}

a.info_reedmore:not(.collapsed):after {
    content: 'Read less';
}

.hot_deal_main .hotdealdes_wrapper.collapse:not(.in) {
    height: 100px !important;
    min-height: 100px !important;
}

.hot_deal_main .info_reedmore i {
    float: unset;
    position: absolute;
    right: -17px;
    top: 2px;
    transform: rotate(180deg);
}

.collapsed .fa-angle-up:before {
    content: "\f106";
}

.fa-angle-up:before {
    content: "\f107";
}

.flighthotel_aboutus .flighthotel_ab_img {
    height: 491px;
    border-radius: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
}

    .flighthotel_aboutus .flighthotel_ab_img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 60, 131, 0.33);
        z-index: 1;
        border-radius: 18px;
    }

.flighthotel_ab_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.flighthotel_ab_resocial {
    flex: 1;
    max-width: 40px;
    height: 100%;
    margin: inherit;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}

    .flighthotel_ab_resocial li {
        position: relative;
    }

        .flighthotel_ab_resocial li > a {
            min-width: 37px;
            height: 37px;
            line-height: 0;
            border-radius: 30px;
            background: #FF0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease 0s;
        }

        .flighthotel_ab_resocial li:last-child > a {
            background: #147CD5;
        }

.flighthotel_ab_info .flighthotel_ab_title {
    font-weight: 600;
    font-size: 56px;
    line-height: normal;
    color: #fff;
    z-index: 1;
}

.flighthotel_ab_info .flighthotel_ab_subtitle {
    font-weight: 600;
    font-size: 33px;
    line-height: normal;
    color: #FFFF00;
    z-index: 1;
}

.flighthotel_ab_info p.flighthotel_ab_des {
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #C4C4C4;
    z-index: 1;
}

.flighthotel_ab_counterwrapper {
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 1;
}

.flighthotel_ab_counter {
    display: flex;
    align-items: center;
    margin: 0 15px;
    gap: 10px;
}

    .flighthotel_ab_counter .num {
        font-weight: 700;
        font-size: 48px;
        line-height: normal;
        color: #fff;
    }

    .flighthotel_ab_counter span.des {
        font-weight: 500;
        font-size: 16px;
        line-height: normal;
        color: #C4C4C4;
        min-width: 127px;
        width: 100%;
        white-space: initial;
        border-right: 1px solid #C4C4C4;
    }

    .flighthotel_ab_counter:last-child span.des {
        border: unset;
    }

.inside_social {
    animation: 1s slide-right;
    display: flex;
    gap: 10px;
}

@keyframes slide-right {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

.flighthotel_ab_resocial li > a:last-child:hover .inside_social_wrapper {
    display: block;
    opacity: 1;
    position: absolute;
    left: -154px;
    top: 0;
}

.inside_social_wrapper {
    visibility: hidden;
    display: flex;
    position: absolute;
    right: 42px;
    bottom: 0;
    transition: all 0.5s;
}

.flighthotel_ab_resocial li:last-child:hover .inside_social_wrapper {
    visibility: visible;
    right: 50px;
}

.flighthotel_whoweare .sub_title {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #115A9C;
    margin: 10px 0;
    text-transform: uppercase;
}

.flighthotel_whoweare .main_title {
    color: #040610;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.flighthotel_whoweare .title.collapsed {
    color: #040610;
}

.flighthotel_whoweare .title {
    color: #147CD5;
}

.flighthotel_whoweare .left {
    padding-right: 60px;
}

.flighthotel_whoweare .des {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    color: #9F9F9F;
    margin: 10px 0;
}

.flighthotel_whoweare .panel-content p {
    color: var(--Text, #5C6C7B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.flighthotel_whoweare .whoweare_panel .panel-title {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #040610;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
}

.inside_social > a {
    padding: 0 5px;
    width: 39px;
    height: 37px;
    display: inline-block;
}

.whoweare_panel {
    margin-top: 30px;
}

.whoweare_img img {
    width: 650px;
    height: 553px;
    border-radius: 13px;
}

.whoweare_img {
    position: relative;
}

    .whoweare_img p.whoweare_img_des {
        color: #C4C4C4;
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        font-style: normal;
        font-weight: 400;
        position: absolute;
        bottom: 22px;
        margin: 0;
    }

ul.whoweare_award {
    position: absolute;
    top: 47px;
    right: -17%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    ul.whoweare_award li img {
        width: 42px;
        height: 42px;
        object-fit: cover;
        background: #fff;
    }

    ul.whoweare_award li {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), -8px 8px 40px 0px rgba(0, 0, 0, 0.05);
        padding: 10px;
    }

.award_title {
    color: #147CD5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 149.948%;
    letter-spacing: -0.16px;
}

.award_subtitle {
    color: var(--Color-B-1, #444);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150.09%;
}

.Element_vetor {
    position: absolute;
    top: -166px;
    width: 168px;
    height: 168px;
    right: 130px;
    background: transparent;
}

.Element_vetor1 {
    position: absolute;
    top: -29px;
    left: -217px;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    background: transparent;
}

.journey_section {
    height: 518px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
}

.journey_info {
    margin: 121px 0 0;
    height: 518px;
    max-width: 900px;
    width: 100%;
}

    .journey_info .title {
        color: #FF0;
        font-size: 59px;
        font-style: normal;
        font-weight: 600;
        line-height: 126%;
        letter-spacing: -1.77px;
    }

    .journey_info p {
        color: var(--Primary-0, #FFF);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        letter-spacing: -0.6px;
        margin-bottom: 30px;
    }

        .journey_info p span {
            color: #FF0;
            font-weight: 700;
        }

.whytravel_des {
    color: #5C6C7B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 45px 0 0;
}

.why_travel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 27px;
}

.whycontatus_banner {
    height: 527px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 58px 0;
    position: relative;
}

    .whycontatus_banner h4 {
        color: #FFF;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 39px;
        text-transform: uppercase;
    }

    .whycontatus_banner h5 {
        color: #FF0;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        line-height: 39px;
        text-transform: uppercase;
        margin: 0 0 5px;
    }

.why_contatus_wrapptxt {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.09px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .why_contatus_wrapptxt b {
        font-weight: 800;
    }

.city {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
}

.why_contatusicon {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.09px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #FF0;
    padding: 6px;
    max-width: 30px;
    width: 100%;
    justify-content: center;
}

.why_contatus_wrapptxt p {
    margin: 0;
}

.email_detail {
    display: flex;
    column-gap: 90px;
}

.why_travel_title {
    color: #115A9C;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin: 10px 0 0;
}

.why_travel_title_tagline {
    color: #858585;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

    .why_travel_title_tagline::before {
        content: '';
        background: #F0F000;
        width: 130px;
        height: 15px;
        position: absolute;
        bottom: -15px;
        left: 0;
    }

.option_d select, .option_d input {
    height: 35px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 2px;
    appearance: none;
    position: relative;
    border: none;
    min-width: 65px;
    line-height: 35px;
    background: transparent;
    max-width: 160px;
}

.option_d {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
    text-align: left;
    border-radius: 5px;
    max-width: 160px;
}

    .option_d .fa {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 1;
        pointer-events: none;
        font-size: 20px;
        padding: 0px 10px;
        background: transparent;
        line-height: 35px;
        color: var(--all-text-main);
    }

.ddl {
    text-align: initial;
    display: block;
    overflow: visible;
    padding-left: 0px;
    height: 90px;
    width: 100%;
    color: rgb(51, 51, 51);
    font-size: 24px;
    cursor: pointer;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(29, 101, 160);
    border-image: initial;
    appearance: none;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    font-weight: 700;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
    border-radius: 3px;
}

.ddl-input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    cursor: pointer;
    border-radius: 3px;
    padding: 15px 3px 0 55px;
    outline: none;
    background: rgb(255, 255, 255);
    border: none;
    font-size: 16px;
    color: #0d479b;
}

.ddl.active .ddl-scroll {
    visibility: visible;
    opacity: 1;
}

.ddl-input::placeholder {
    color: rgb(51, 51, 51);
}

.ddl .ddl-options > div img {
    height: 25px;
    width: 100%;
    border-radius: 50%;
    max-width: 25px;
    object-fit: cover;
    min-width: auto;
    min-height: auto;
    margin-right: 10px;
}

.ddl .ddl-scroll {
    position: absolute;
    width: auto;
    top: 65px;
    left: 0;
    right: 0;
    background: rgb(255, 255, 255);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    border: 1px solid rgb(199, 220, 233);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px;
    white-space: nowrap;
    max-width: 100%;
    border-radius: 15px;
    min-width: 180px;
    padding: 10px 10px 10px 10px;
    transition: all 1s ease 0s;
}

.ddl-options {
    max-height: 334px;
    overflow: hidden auto;
    font-size: 14px;
    font-weight: 300;
    color: #002a66;
}

.list-ddl .ddl-input {
    height: 65px;
    border-radius: 0px;
    padding: 15px 9px 0px 35px;
    color: #105A9D;
    border-bottom: 1px solid #D7E3F3;
}

.list-ddl .ddl {
    height: 65px;
    font-size: 24px;
}

@media only screen and (max-width:991px) and (min-width:20px) {
    .fav_popup {
        font-size: 12px;
    }

        .fav_popup.active {
            bottom: 100px;
        }
}

@media (max-width:767px) {
    .faqblock_wrapper {
        grid-template-columns: auto;
    }



    .ddl-input {
        height: 47px;
        font-size: 13px;
        padding: 10px 9px 0 44px;
    }

    .ddl {
        height: 48px;
    }

    .search_box_area.visa_module {
        padding: 0 15px;
    }

    .visainfo_wrapper {
        flex-direction: column;
        gap: 15px;
    }

    .visainfo_box_wrapper {
        flex-direction: column;
        gap: 10px;
    }

        .visainfo_box_wrapper .visainfo_box {
            width: 100%;
        }

    .doumentsreq_section {
        flex-direction: column;
        gap: 15px;
        margin: 0;
        padding: 10px;
    }

    .doumentsreq_left {
        max-width: unset;
        margin: 0 0 30px;
    }

    .doumentsreq_img_box {
        left: 0;
        right: 0;
        bottom: -30px;
    }

    .faq_panel_group .panel_title > a {
        font-size: 13px;
        padding: 10px 25px 10px 10px;
    }

    .faq_panel_group .panel-content {
        padding: 10px 0;
        font-size: 13px;
    }

    .faq_panel_group .panel_title > a::after {
        right: 4px;
        min-width: 20px;
        height: 20px;
        font-size: 24px;
        line-height: 20px;
    }

    .faq_panel_group .panel_title > a span:before {
        left: 40px;
        width: 20px;
    }

    .faq_panel_group .panel {
        margin-bottom: 10px;
    }

    ul.visa_common_list li {
        font-size: 13px;
    }

    p.travel_package_tagline {
        font-size: 12px;
    }

    .visainfo_wrapper .visainfo.visainfo_left p, p.doumentsreq_info_des {
        font-size: 13px;
        line-height: normal;
    }

    .doumentsreq_info_title {
        margin-bottom: 5px;
    }

    .doumentsreq_img img {
        height: 225px;
    }

    .dontmiss_signup_banner img {
        height: 125px;
    }

    .doumentsreq_info ul li {
        font-size: 13px;
    }

    .doumentsreq_info_title {
        font-size: 14px;
    }

    .breadcrumbs {
        display: none !important;
    }

    .flighthotel_ab_resocial li:last-child:hover .inside_social_wrapper {
        right: 0;
        bottom: 50px;
    }

    .inside_social_wrapper {
        right: 0;
    }

    .mt30 {
        margin: 0 !important;
    }

    .journey_section {
        margin-bottom: 0;
    }

    .Element_vetor, .Element_vetor1 {
        display: none;
    }

    .why_travel_title_tagline {
        line-height: 21px;
    }

        .why_travel_title_tagline::before {
            bottom: -25px;
        }

    .Element_vetor {
        display: none;
    }

    .flighthotel_whoweare .sub_title {
        font-size: 20px;
    }

    .flighthotel_whoweare .main_title {
        font-size: 22px;
    }

    .flighthotel_aboutus .flighthotel_ab_img {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        height: auto;
    }

    .flighthotel_ab_info .flighthotel_ab_title {
        font-size: 25px;
    }

    .flighthotel_ab_info .flighthotel_ab_subtitle {
        font-size: 20px;
    }

    .flighthotel_ab_info p.flighthotel_ab_des {
        max-width: 300px;
        text-align: center;
    }

    .flighthotel_ab_counterwrapper {
        flex-direction: column;
        gap: 5px;
        align-items: baseline;
    }

    .flighthotel_ab_resocial {
        flex-direction: row;
        gap: 15px;
    }

    .flighthotel_ab_counter span.des {
        border-right: unset;
    }

    .flighthotel_whoweare .whoweare_panel .panel-title {
        font-size: 20px;
    }

    .whoweare_img img {
        height: auto;
    }

    ul.whoweare_award {
        right: -15px;
        gap: 15px;
        top: 15px;
    }

        ul.whoweare_award li {
            padding: 4px;
        }

    .flighthotel_whoweare .left {
        padding-right: 15px;
    }

    .journey_info {
        margin: 90px 0;
        height: auto;
    }

        .journey_info .title {
            font-size: 24px;
        }

        .journey_info p {
            font-size: 18px;
        }

    .journey_section {
        height: auto;
        background-position: right;
    }

    .why_travel {
        grid-template-columns: auto;
        margin-top: 30px;
        gap: 15px;
    }

    .new_flight_module .pick_your {
        font-size: 20px;
    }

    .new_flight_module .search-heading h1, .search-heading .sub-title {
        margin-bottom: 5px;
    }

    .flight_slider .carousel-control.left {
        padding-top: 3.25%;
        left: 0;
        display: none;
    }

    .flight_slider .carousel-control.right {
        padding-top: 3.25%;
        right: 15px;
        display: none;
    }

        .flight_slider .carousel-control.left .fa, .flight_slider .carousel-control.right .fa {
            font-size: 38px;
        }

    .flight_slider .image_s_block {
        height: calc(100vh - 250px) !important;
        min-height: 700px;
    }

    .new_flight_module .main_search_containt {
        margin-top: 15px;
    }

    .travel_package_tille {
        font-size: 20px;
    }

    .luxury_packages_wrapp {
        gap: 0px;
    }

    a .wayto_abroad_banner img {
        height: 360px;
    }

    .easy_way_banner img {
        height: 360px;
        object-fit: cover;
    }

    .luxury_packages_box {
        max-width: 100%;
        margin: 15px 0;
    }

        .luxury_packages_box img {
            height: 270px;
        }

    .country_section .owl-item.active.center .country_section_text {
        left: -17px;
    }

    .wayto_abroad_section .slide-arrow.slide-left-arrow, .wayto_abroad_section .slide-arrow.slide-right-arrow {
        top: -66px;
        left: 50px;
    }

    .wayto_abroad_section .slide-arrow.slide-right-arrow {
        right: 54px;
        left: auto;
    }

    .wayto_abroad_section .owl-carousel .owl-next, .wayto_abroad_section .owl-carousel .owl-prev {
        display: block !important;
    }

    .banner_block {
        padding: 15px 0 15px 0;
        z-index: 0;
        position: relative;
    }

    .hot_deal_main {
        row-gap: 7px;
    }

    .pick_your {
        font-size: 30px;
    }

    .hot_dels {
        max-width: 160px;
        font-size: 24px;
    }

    .unbetable_package_name > div, .travel_package_name > div {
        font-size: 20px;
    }

    .explore_more img {
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        object-fit: unset;
    }

    .why_main {
        flex-direction: column;
    }

    .why_signle {
        max-width: 100%;
    }

    .whycontatus_banner h4 {
        font-size: 17px;
        margin-bottom: 5px;
        line-height: normal;
    }

    .whycontatus_banner h5, .why_contatus_wrapptxt p {
        font-size: 13px;
        line-height: normal;
    }

    .city {
        font-size: 13px;
        line-height: 17px;
    }

    .why_contatus_wrapptxt {
        font-size: 12px;
        flex-direction: column;
        align-items: start;
        margin-bottom: 10px;
        gap: 5px;
    }

    .whycontatus_banner {
        height: auto;
        padding: 15px 0;
    }

    .email_detail {
        column-gap: 15px;
        flex-direction: column;
    }

    .flighthotel_ab_counter .num {
        font-size: 37px;
    }
}
