﻿.notifications_contant > div, .popular_tour p {
    font-size: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-style: normal;
    overflow: hidden
}

.faq_panel_group .panel_title > a:hover, .visainfo_box:hover {
    text-decoration: none
}

.popular_tour p {
    color: var(--footer-text);
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    margin: 0
}

.popular_tour .know_more {
    line-height: 35px
}

a.notifications_updates {
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid var(--border-color);
    display: block
}

    a.notifications_updates img {
        height: 230px;
        object-fit: cover
    }

.notifications_contant > div {
    color: #1a2b49;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box
}

.notifications_contant span {
    color: var(--btn-bg);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.notifications_contant {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px 0;
    justify-content: flex-start
}

.visa_popular_tour .Visa_info_warapp {
    position: absolute;
    background: hsla(0,0%,100%,.867);
    padding: 30px;
    top: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    row-gap: 10px;
    border-radius: 10px 0 0 10px;
    max-width: 500px;
    width: 100%;
    clip-path: polygon(0% 0%,100% 0%,60% 100%,0% 100%)
}

.visa_popular_tour a {
    padding: 0;
    position: relative
}

.Visa_info_warapp .popular_tour_name {
    font-size: 30px;
    margin-bottom: 15px
}

.popular_tour.visa_popular_tour img {
    height: 275px;
    transition: .4s ease-out
}

.visainfo_box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 10px;
    transition: .5s;
    background: #2882c5bd
}

.doumentsreq_img, .faq_panel_group .panel_title, .hot_deal_offer a, .visainfo_box {
    position: relative
}

    .visainfo_box:hover:before {
        height: 100%;
        top: 0
    }

    .visainfo_box:hover .visainfo_service_wrapper, .visainfo_box:hover .visainfo_title {
        display: none
    }

    .visainfo_box:hover .visainfo_amount, .visainfo_box:hover .visainfo_service_wrapper, .visainfo_box:hover .visainfo_title {
        color: #fff
    }

    .visainfo_box:hover {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #2882c5bd
    }

.collapse.in, .visainfo_box {
    display: block
}

.doumentsreq_info ul li a {
    color: var(--active-menu)
}

.travel_package_tille {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
    color: #115a9c
}

.travel_package_tagline {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 26px
}

.visainfo_document {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .visainfo_document li p span {
        font-size: 20px;
        font-weight: 700
    }

    .visainfo_document li p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin: 10px 0
    }

    .visainfo_document li ul {
        padding: 0;
        list-style-type: none;
        color: #000
    }

        .visainfo_document li ul li {
            font-size: 16px;
            line-height: 26px;
            font-weight: 500;
            color: #000
        }

.break_text {
    padding: 10px
}

.visainfo_box {
    height: 212px;
    -moz-transition: .3s;
    -ms-transition: .3s;
    border-radius: 16px;
    border: 2px solid #d4d4d4;
    text-align: center;
    padding: 10px 15px
}

.app_download a, .visainfo_wrapper {
    display: flex;
    flex-direction: column
}

.visainfo_box .visainfo_title {
    color: var(--active-menu);
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: capitalize
}

.visainfo_service_wrapper {
    color: var(--all-text-sub);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px
}

.visainfo_amount {
    color: var(--all-text-main);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px
}

.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, .doumentsreq_right {
    flex: 1
}

.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
}

.doumentsreq_info span, .doumentsreq_info ul, doumentsreq_info div, doumentsreq_info p {
    margin: 0 0 30px 20px;
    list-style-type: disclosure-closed;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--all-text-main)
}

.doumentsreq_img_title, p.doumentsreq_img_des {
    color: #147cd5;
    font-size: 16px;
    font-style: normal
}

.doumentsreq_left {
    max-width: 384px;
    width: 100%;
    margin-right: -124px
}

.doumentsreq_img img {
    width: 100%;
    height: 351px;
    border-radius: 18px
}

.doumentsreq_img_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 9.976px;
    border: .499px solid var(--200,#e3dbd8);
    background: var(--White,#fff);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
    max-width: 256px;
    padding: 10px;
    position: absolute;
    right: -100px;
    bottom: -35px;
    margin: auto
}

.doumentsreq_main, .social_block {
    display: flex;
    gap: 30px
}

.doumentsreq_img_icon {
    border: 1px solid #147cd5;
    width: 39px;
    height: 39px;
    border-radius: 100px;
    text-align: center
}

.doumentsreq_main, .visa_bg_grey {
    background: #f9f9f9;
    border-radius: 21px
}

.doumentsreq_img_title {
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .16px
}

p.doumentsreq_img_des {
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden
    }

.faq_panel_group .panel {
    border-bottom: 1px solid #fff;
    box-shadow: unset;
    margin-bottom: 39px
}

.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;
    cursor: pointer
}

    .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_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-content {
    color: var(--all-text-sub);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 20px 20px 20px 70px
}

.faq_panel_group .panel_title > a.collapsed::after {
    content: '+'
}

.visa_bg_grey {
    padding: 20px
}

ul.visa_common_list {
    padding-left: 15px
}

    ul.visa_common_list li {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 10px;
        list-style: disc
    }

        ul.visa_common_list li span {
            font-weight: 700
        }

.doumentsreq_info ul li span {
    font-weight: 600;
    margin: 0
}

.doumentsreq_main {
    justify-content: space-between;
    padding: 45px 35px
}

.doumentsreq_image {
    flex: 1;
    max-width: 450px;
    width: 100%;
    border-radius: 10px
}

    .doumentsreq_image img {
        border-radius: 18px;
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center
    }

.main-slider-img {
    min-height: 700px;
    object-fit: cover;
    width: 100%;
    max-height: 700px;
    object-position: center;
    filter: brightness(0.7);
}

.home_page_text {
    bottom: 380px;
    position: absolute;
    width: calc(100% - 15px);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center
}

.carousel-inner-arrow, .owl-nav {
    width: 70px;
    border-radius: 100px;
    display: flex;
    position: absolute
}

.search-heading {
    max-width: fit-content
}

    .search-heading h1 {
        color: var(--bottom-header-text);
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0 0 10px;
        text-align: left;
        text-shadow: 0 2px 5px rgba(0,0,0,.3)
    }

.carousel-inner-arrow, .carousel-inner-arrow span {
    color: var(--btn-two-bg)
}

.search-heading p.sub-title {
    margin: 0;
    text-shadow: 0 8px 11px rgba(0,0,0,.3);
    color: #fff;
    font-size: 21.7px;
    font-style: normal;
    font-weight: 500;
    text-align: left
}

.carousel-inner-arrow {
    right: 20px;
    bottom: 20px;
    background: #fff;
    height: 30px;
    justify-content: space-around;
    line-height: 30px;
    font-size: 25px;
    z-index: 1
}

.banner_title div, .logo_title, a.slider_offer p {
    line-height: normal;
    font-weight: 600
}

.banner_block {
    padding: 70px 0 0
}

.banner_title {
    margin-bottom: 25px
}

    .banner_title div {
        color: var(--title-text);
        font-size: 30px;
        font-style: normal
    }

.owl-nav {
    top: -55px;
    background: var(--bottom-header-text);
    justify-content: space-between;
    right: 0;
    height: 32px;
    border: 1px solid var(--border-color);
}

.angle-left, .angle-right {
    width: 15px;
    height: 15px;
    display: block
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

button.owl-next.disabled, button.owl-prev.disabled {
    opacity: .5
}

.angle-left {
    background-position: -11px -139px;
}

.angle-right {
    background-position: -64px -139px;
}

.offer_slider {
    position: absolute;
    width: 380px;
    overflow: hidden;
    top: 637px;
    left: 40px
}

    .offer_slider a {
        border-radius: 5px;
        background-color: rgb(0 0 0 / 60%);
        display: flex;
        color: #fff;
        padding: 15px;
        gap: 22px;
        align-items: center
    }

a.slider_offer p {
    color: #fff;
    margin: 0
}

a.slider_offer span {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 12px
}

.offer_slider .owl-dots .owl-dot span {
    margin: 5px 0;
    background: 0 0;
    border: 1px solid var(--color)
}

.offer_slider .owl-dots .owl-dot.active span, .slider_offer .owl-dots .owl-dot:hover span {
    background: var(--color)
}

.offer_slider .owl-dots {
    text-align: left;
    -webkit-tap-highlight-color: transparent
}

.logo_of_slider {
    position: absolute;
    overflow: hidden;
    width: 100%;
    top: 739px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);
    height: 63px
}

.logo_of_slider_block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    min-height: 63px
}

.logo_title {
    color: #fff;
    font-size: 16px;
    font-style: italic
}

.logo_of_inside {
    width: 500px
}

    .logo_of_inside img {
        object-fit: contain;
        width: 100%
    }

.hot_deal_offer a img {
    border-radius: 17px;
    background-color: #a3a3a3;
    padding: 5px;
    max-height: 321px;
    height: 321px
}

.suitcase_tyre {
    display: flex;
    justify-content: space-around;
    margin-top: -1px
}

span.heandal {
    width: 50px;
    height: 25px;
    border: 5px solid #a3a3a3;
    border-bottom: none;
    display: block;
    margin: 0 auto;
    border-radius: 10px 10px 0 0
}

.tyre_right, span.tyre_left {
    width: 26px;
    height: 26px;
    border: 2px solid #a3a3a3;
    border-radius: 50%;
    padding: 5px;
    background: conic-gradient(#7b7b7b 0deg 36deg,#bbb 36deg 72deg,#7b7b7b 72deg 108deg,#bbb 108deg 144deg,#7b7b7b 144deg 180deg,#bbb 180deg 216deg,#7b7b7b 216deg 252deg,#bbb 252deg 288deg,#7b7b7b 288deg 324deg,#bbb 324deg 360deg);
    -webkit-animation: 2s linear infinite rotating;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .tyre_right:before, span.tyre_left:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 50%
    }

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0)
    }
}

.hot_deal_offer a:hover img {
    background-color: var(--btn-bg)
}

.hot_deal_offer a:hover .tyre_right, .hot_deal_offer a:hover span.heandal, .hot_deal_offer a:hover span.tyre_left {
    border-color: var(--btn-bg)
}

.grid-container {
    display: grid;
    gap: 20px;
    grid-template-areas: 'one one two two five five' 'one one three four five five';
    height: 370px
}

.grid-item {
    border-radius: 10px;
    display: flex;
    color: #fff;
    overflow: hidden;
    position: relative
}

    .grid-item .content-grid {
        position: absolute;
        top: 15px;
        left: 22px;
        color: #fff;
        z-index: 1
    }

        .grid-item .content-grid span {
            border-radius: 5px;
            border: 1px solid #fff;
            color: #fff;
            font-size: 12px;
            font-style: normal;
            line-height: 30px;
            padding: 0 20px;
            background: 0 0;
            display: inline-block
        }

.content-grid div, .find_your_staycation a > .find_your_staycation_name {
    font-style: normal;
    display: -webkit-box;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.grid-item:first-child .content-grid {
    top: auto
}

.content-grid p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0
}

.content-grid div {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    overflow: hidden
}

.grid-item:first-child .content-grid div {
    color: #fff;
    text-shadow: 0 6px 6px rgba(0,0,0,.15);
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    max-width: 320px
}

.grid-item:first-child {
    grid-area: one;
    background-color: #222e50;
    align-items: center
}

.grid-item:nth-child(2) {
    grid-area: two;
    background-color: #007991
}

.grid-item:nth-child(3) {
    grid-area: three;
    background-color: #439a86
}

.grid-item:nth-child(4) {
    grid-area: four;
    background-color: #f6511d
}

.grid-item:nth-child(5) {
    grid-area: five;
    background-color: #c1292e;
    max-width: 300px
}

.grid-item:nth-child(6) {
    grid-area: six;
    background-color: #c1292e
}

.grid-item img {
    width: 100%;
    object-fit: cover;
}

.banner_light_blue {
    border-radius: 10px;
    border: 1px solid #d7f4fe;
    background: #f3fcff;
    padding: 30px 20px
}

ul.city_filter, ul.country_city_filter {
    display: flex;
    gap: 25px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    overflow: auto
}

    ul.city_filter li, ul.country_city_filter li {
        line-height: 30px;
        cursor: pointer;
        padding: 0 10px;
        background: #fff;
        border: 1px solid var(--border-color);
        border-radius: 4px;
        white-space: nowrap
    }

        ul.city_filter li.active, ul.city_filter li:hover, ul.country_city_filter li.active, ul.country_city_filter li:hover {
            background: var(--active-menu);
            color: #fff;
            border-radius: 3px
        }

.find_your_staycation a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    position: relative
}

.find_your_staycation_city, span.hotel_review {
    column-gap: 5px;
    align-items: center;
    display: flex
}

.find_your_staycation a img {
    background-color: #eefcff;
    height: 200px;
    object-fit: cover
}

.find_your_staycation_city {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff
}



.trand_loction {
    width: 15px;
    height: 15px;
    background-position: -198px -10px
}

.find_your_staycation a > .find_your_staycation_name {
    color: var(--all-text-main);
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    overflow: hidden;
    min-height: 38px;
    margin-bottom: 10px;
}

.find_your_staycation_book {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

span.book_p {
    border-radius: 5px;
    background: var(--btn-bg);
    color: #fff;
    padding: 3px 10px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 700
}

.qr_title, span.hotel_review, span.hotel_review span:first-child {
    font-weight: 600;
    font-style: normal
}

.find_your_star {
    position: absolute;
    right: 10px;
    top: 10px
}

.flight_loction, .tour_type_name {
    left: 0;
    right: 0;
    position: absolute
}

.find_your_star span {
    color: #ffa800;
    letter-spacing: 5px
}

.find_your_star .fa-star:before {
    content: "\f005";
    font-family: FontAwesome
}

span.hotel_review {
    color: var(--all-text-main);
    font-size: 11px;
    line-height: normal
}

    span.hotel_review span:first-child {
        border-radius: 5px 5px 5px 0;
        background: #8dc94d;
        color: #fff;
        font-size: 11px;
        line-height: 23px;
        padding: 0 5px
    }

span.book_p span:first-child {
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.instant-discounts {
    display: flex;
    align-items: center;
    background: #00b9fa;
    border-radius: 8px;
    column-gap: 20px;
    padding: 10px 20px 10px 0
}

.get_discounts_contant {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.qr_contant {
    margin-left: auto;
    max-width: 385px
}

.get_discounts_contant > div.get_title {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.get_discounts_contant p {
    color: #fff;
    font-weight: 500;
    line-height: normal
}

.get_discounts_contant .get_login span {
    border-radius: 5px;
    background: var(--btn-two-bg);
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    color: var(--color)
}

    .get_discounts_contant .get_login span:first-child {
        background: #fff;
        color: var(--btn-bg)
    }

.get_login {
    display: flex;
    gap: 5px
}

.qr_title {
    color: #fff;
    font-size: 24px;
    line-height: normal
}

.qr_code_app {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 10px
}

.qr_code img {
    width: 120px;
    height: 120px;
    object-fit: contain
}

.app_download {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.fight_hotel_deal a {
    position: relative;
    margin-bottom: 30px;
    display: block
}

    .fight_hotel_deal a img {
        border-radius: 10px;
        height: 272px;
        object-fit: cover
    }

.flight_loction {
    display: flex;
    justify-content: space-between;
    color: red;
    width: calc(100% - 30px);
    margin: -25px auto 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
    padding: 13px;
    z-index: 1;
    align-items: center
}

    .flight_loction div {
        display: flex;
        column-gap: 10px;
        color: #353535;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        align-items: center
    }

.tour_type_name, span.flight_view_btn {
    color: var(--color);
    background: var(--btn-bg)
}

.city_banner_filter a, span.flight_view_btn {
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    text-align: center
}

span.common_icon.fligth_dir {
    width: 15px;
    height: 15px;
    background-position: -185px -91px
}

span.flight_view_btn {
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px
}

.city_banner_filter {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

    .city_banner_filter a, .tour_type a {
        flex-direction: column;
        row-gap: 10px;
        display: flex
    }

    .city_banner_filter a {
        overflow: hidden;
        color: #353535;
        font-size: 14px;
        line-height: normal;
        border: 1px solid #e5ebf0
    }

.popular_tour_availabe, .tour_type_name {
    border-radius: 5px;
    font-weight: 600;
    font-style: normal
}

.city_banner_filter a img {
    object-fit: cover;
    height: 85px
}

.city_banner_filter a p {
    color: #575656;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px
}

.tour_type a {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

    .tour_type a img {
        border-radius: 10px;
        background: #d9d9d9;
        height: 180px;
        object-fit: cover
    }

.tour_type_name {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    bottom: 16px;
    width: calc(100% - 30px);
    margin: 0 auto
}

.popular_tour a {
    border-radius: 10px;
    border: 1px solid #d7f4fe;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .popular_tour a img {
        height: 230px;
        border-radius: 10px
    }

.popular_tour_name {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px
}

.popular_tour_availabe {
    display: flex;
    color: var(--btn-bg);
    font-size: 12px;
    line-height: 25px;
    border: 1px dotted var(--btn-bg);
    padding: 0 5px;
    max-width: fit-content;
    align-items: center;
    column-gap: 10px
}

.avaible_today {
    width: 14px;
    height: 14px;
    background-position: -220px -91px
}

.bird_offer img {
    border-radius: 10px;
    height: 323px;
    max-height: 323px
}

.discover_more_popular_hotels a {
    display: block;
    position: relative
}

    .discover_more_popular_hotels a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 215px;
        bottom: 0;
        border-radius: 0 0 10px 10px;
        background: linear-gradient(180deg,rgba(0,0,102,0) 0,rgba(0,0,0,.87) 100%);
        z-index: 1
    }

    .discover_more_popular_hotels a img {
        height: 360px;
        border-radius: 10px;
        object-fit: cover
    }

.discover_more_button {
    position: absolute;
    bottom: 25px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 1;
    text-align: center
}

.blog_banner a:before, .offer_banner a:before, .offer_detail_banner {
    left: 0;
    right: 0;
    position: absolute
}

.discover_more_button span {
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: 400
}

.offer_banner a {
    display: flex;
    align-items: center;
    position: relative
}

    .offer_banner a:before {
        content: "";
        top: 0;
        bottom: 0;
        width: 100%;
        background: rgb(0 0 0 / 20%)
    }

    .offer_banner a img {
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: top
    }

.offer_detail_banner {
    color: var(--color);
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding-top: 35px;
    text-align: center
}

    .offer_detail_banner h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: normal;
        text-shadow: 0 4px 6px rgba(0,0,0,.45);
        margin-bottom: 40px
    }

    .offer_detail_banner h5, .offer_detail_banner p {
        font-size: 18px;
        line-height: normal;
        font-style: normal
    }

    .offer_detail_banner h5 {
        font-weight: 600;
        margin: 0
    }

    .offer_detail_banner p {
        font-weight: 500
    }

.know_more {
    display: block;
    background: var(--btn-two-bg);
    line-height: 53px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    color: var(--color);
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: 26px;
    text-align: center;
}

.blog_banner a img {
    height: 353px;
    border-radius: 10px;
    object-fit: cover
}

.package_wise_box > a img, img.video_image {
    height: 200px;
    object-fit: cover
}

.blog_banner a {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block
}

    .blog_banner a:before {
        content: "";
        height: 250px;
        background: linear-gradient(180deg,#00aae8 0,rgba(0,170,232,0) 100%)
    }

.blog_tilte {
    position: absolute;
    top: 45px;
    left: 20px;
    right: 20px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff
}

.blog_banner a span {
    border-radius: 5px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    padding: 10px 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--all-text-main)
}

.youtube {
    border-radius: 8px;
    background: #d9d9d9;
    overflow: hidden;
    position: relative
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 66px;
    height: 46px;
    background-position: -328px -228px;
    cursor: pointer
}

.video-placeholder iframe {
    border: none
}

.related_tags {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    margin-right: 100px;
    padding-bottom: 10px
}

    .related_tags li {
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        border-radius: 30px;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
        color: var(--top-header-text);
        padding: 5px 16px;
        display: inline-block;
        cursor: pointer;
        text-transform: capitalize;
        transition: .3s
    }

ul.related_tags li.active, ul.related_tags li:hover {
    background: var(--btn-bg);
    color: #fff;
    border: 1px solid var(--active-menu)
}

.related_tags::-webkit-scrollbar {
    width: 100%;
    height: 5px;
    margin-bottom: 10px;
    background: #39393929;
    border-radius: 50px
}

.package_grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 25px
}

.package_wise_box > a {
    display: block;
    position: relative;
    padding: 0;
    border: 1px solid var(--border-color);
    border-radius: 10px
}

    .package_wise_box > a img {
        max-height: 200px;
        min-height: 200px;
        width: 100%;
        overflow: hidden;
        border-radius: 10px 10px 0 0
    }

.package_wise_box .popular-img-text {
    margin: 0 auto;
    color: var(--color);
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 0 0 10px 10px
}

.popular_img_title, .popular_sub_title {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}



@media (max-width:767px) {
    #imageslider_1 .owl-nav {
        top: -32px;
    }

    #trending_destination .owl-nav {
        top: -110px;
    }

    #trending_destination_hotel .owl-nav {
        top: -100px;
    }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: flex
    }

    .visa_popular_tour .Visa_info_warapp {
        clip-path: polygon(0% 0%,80% 0%,35% 100%,0% 100%);
        padding: 10px
    }

    .Visa_info_warapp .popular_tour_name {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0
    }

    .popular_tour.visa_popular_tour img {
        height: 200px
    }

    ul.related_tags li {
        white-space: nowrap;
        margin-right: 0 !important
    }

    ul.related_tags {
        width: 100%;
        overflow: auto
    }

    .package_grid {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 15px
    }

    .package_wise_box > a img {
        max-height: 110px;
        min-height: 110px;
        height: 150px;
    }

    .popular_img_title {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    .popular_tour_name {
        font-size: 14px;
    }

    .package_wise_box .popular-img-text, .popular_tour a {
        padding: 5px;
    }

    .popular_sub_title {
        font-size: 11px;
        line-height: 20px
    }

    .carousel-inner-arrow, .doumentsreq_image, .span.flight_view_btn {
        display: none
    }

    .banner_block {
        padding: 30px 0 0
    }

    .main-slider-img {
        min-height: 200px;
        max-height: 200px
    }

    .banner_title div, .search-heading p.sub-title {
        font-size: 17px;
        padding-right: 68px;
    }

    .logo_of_slider, .offer_slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        top: auto;
        left: 0
    }

    .logo_of_slider {
        background: var(--btn-bg)
    }

    .offer_slider a {
        border-radius: 0;
        background-color: var(--btn-two-bg)
    }

    .banner_light_blue, .search-heading {
        padding: 10px
    }

        .search-heading h1 {
            font-size: 17px
        }

    .home_page_text {
        top: 20px
    }

    .content-grid p {
        font-size: 12px
    }

    .content-grid div {
        font-size: 16px;
        margin: 5px 0
    }

    ul.country_city_filter {
        gap: 15px;
        font-size: 12px
    }

    .instant-discounts {
        flex-direction: column;
        padding: 10px
    }

    .get_discounts_contant > div.get_title, .qr_title {
        font-size: 20px
    }

    .get_discounts_contant {
        gap: 5px
    }

    .qr_contant {
        margin-top: 10px
    }
}

@media (max-width:940px) {
    .grid-container {
        grid-template-areas: 'one one two five five' 'three three three five five' 'four four four four four';
        height: 100vh
    }

    .blog_tilte, .grid-item:first-child .content-grid div {
        font-size: 18px
    }

    .grid-item:nth-child(5) {
        max-width: 100%
    }

    .grid-item {
        align-items: center
    }

        .grid-item .content-grid {
            top: auto
        }

    .city_banner_filter a {
        width: calc(100%/4 - 18px)
    }

    .offer_detail_banner h5 {
        font-size: 14px
    }

    .offer_detail_banner h2 {
        font-size: 30px
    }

    .offer_detail_banner p {
        font-size: 13px
    }
}

@media (max-width:640px) {
    .grid-container {
        grid-template-areas: 'one one two two two' 'three three three five five' 'four four four four four'
    }

    .blog_banner a img, .city_banner_filter a img, .discover_more_popular_hotels a img, .fight_hotel_deal a img, .find_your_staycation a img, .popular_tour a img, .tour_type a img {
        height: 110px;
    }
}

@media (max-width:460px) {
    .grid-container {
        grid-template-areas: 'one' 'two' 'three' 'four' 'five'
    }

    .city_banner_filter a {
        width: calc(100%/2 - 10px)
    }
}

@media (max-width:767px) and (min-width:20px) {
    .travel_package_tille {
        font-size: 20px
    }

    .visainfo_document li p {
        font-size: 13px;
        line-height: normal
    }

        .visainfo_document li p span {
            font-size: 16px
        }

    .doumentsreq_section {
        flex-direction: column;
        gap: 15px;
        margin: 0;
        padding: 10px
    }

    .doumentsreq_main {
        padding: 10px
    }

    .doumentsreq_img img {
        height: 225px
    }

    .doumentsreq_left {
        max-width: unset;
        margin: 0 0 30px
    }

    .doumentsreq_img_box {
        left: 0;
        right: 0;
        bottom: -30px
    }

    .visainfo_wrapper, p.doumentsreq_info_des {
        font-size: 14px;
        line-height: normal
    }

    .doumentsreq_info ul li {
        font-size: 14px
    }

    .faq_panel_group .panel_title > a {
        font-size: 14px;
        padding: 10px 25px 10px 10px
    }

    .faq_panel_group .panel {
        margin-bottom: 10px
    }

    .faq_panel_group .panel-content {
        padding: 10px 0;
        font-size: 14px
    }

    .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
    }

    .social_block {
        flex-direction: column;
        gap: 5px
    }
}
