﻿.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 1;
    border-radius: 50%;
}

.video-placeholder {
    height: 235px;
}

    .video-placeholder iframe {
        width: 100% !important;
        height: 100% !important;
        border-radius: 10px;
        border: none;
    }

.videologo {
    position: absolute;
    left: 10px;
    top: 2px;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 10px;
    font-size: 18px;
}

.videoimg {
    height: 235px;
    border-radius: 12px;
}

.scroll_div_all {
    margin-top: -100px;
    position: absolute;
    pointer-events: none;
}

.image_height {
    /*overflow: hidden;*/
    /*border-radius: 23px;
    max-width: 1330px;
    margin: 0 auto;
    width: calc(100% - 15px);*/
}

.main-slider-img {
    min-height: 600px;
    object-fit: cover;
    width: 100%;
    max-height: 665px;
    object-position: bottom;
}

.main-slider-img-subpage {
    min-height: 840px;
    object-fit: cover;
    width: 100%;
    max-height: 840px;
    object-position: bottom;
}

.home_page_text {
    top: 67px;
    position: absolute;
    /*left: -1px;*/
    /*background-image: url(/assets/project/img/white-shape.svg?v11);*/
    background-repeat: no-repeat;
    /*min-height: 177px;
    max-width: 740px;*/
    background-size: contain;
    width: 100%;
}

.search-heading {
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 35px;
    margin: 0 auto;
}

    .search-heading h1 {
        color: #4F4F4F;
        font-size: 48px;
        font-style: normal;
        line-height: normal;
        margin: 0;
        max-width: 538px;
        font-weight: 700;
    }

    .search-heading p.sub-title {
        margin: 0;
        max-width: 418px;
        color: #8B8B8B;
        font-size: 20px;
        font-weight: 400;
    }

.search-heading_b2cpage {
    font-weight: 700;
    position: absolute;
    z-index: 1;
    max-width: 600px;
    top: 50%;
    transform: translate(0, -50%);
}

    .search-heading_b2cpage h1 {
        color: #fff;
        font-size: 56px;
        font-style: normal;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 25px;
        line-height: 60px;
        letter-spacing: -2.24px;
    }

    .search-heading_b2cpage p.sub-title {
        margin: 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        color: #fff;
    }

    .search-heading_b2cpage .sub-title {
        color: #fff;
    }

.carousel-inner-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 100px;
    background: #FFF;
    width: 70px;
    height: 30px;
    display: none;
    justify-content: space-around;
    line-height: 30px;
    font-size: 25px;
    color: var(--btn-two-bg);
    z-index: 1;
}

    .carousel-inner-arrow span {
        color: var(--btn-two-bg);
    }

.banner_block {
    padding: 70px 0 0px 0;
}

    .banner_block a[href=""] {
        cursor: auto;
        pointer-events: none;
    }

.banner_title {
    margin-bottom: 64px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: var(--active-menu);
    max-width: 815px;
    margin: 0 auto;
    line-height: 54px;
    padding-bottom: 64px;
}

    .banner_title p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 815px;
        margin: 0 auto;
        margin-top: 20px;
    }

.banner_title_main div {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.banner_title_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .banner_title_main a {
        color: var(--btn-two-bg);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 24px;
    }

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
}

    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 40px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -54px;
    }

    .owl-nav .owl-next {
        margin-right: -54px;
    }

button.owl-next.disabled, button.owl-prev.disabled {
    opacity: 0.5;
}


.angle-left {
    width: 41px;
    height: 41px;
    background-position: -330px -6px;
    display: block;
}

.angle-right {
    width: 41px;
    height: 41px;
    background-position: -386px -6px;
    display: block;
}

.image_section_login {
    display: flex;
    gap: 30px;
    position: absolute;
    left: 56%;
    top: 270px;
    transform: translate(-50%, 0%);
    max-width: 1330px;
    justify-content: flex-end;
    width: 100%;
}
/*******fs travel banner css start***/
.why_we_block {
    margin-top: -90px;
}

.why_us_single {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.why_us {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% / 3 - 16px);
    z-index: 1;
    padding: 32px 10px;
}

.why_us_content > div {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: 24px;
    margin: 0;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.why_us img {
    margin: 0 auto;
}

/***Our Key Services banner start***/
.Services_us {
    border-radius: 32px;
    border: 1px solid var(--border-color);
    background: #fff;
    position: relative;
}

.Services_us_content {
    padding: 25px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: var(--all-text-main);
    font-size: 24px;
    font-weight: 600;
}

    .Services_us_content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin-top: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        letter-spacing: -0.16px;
    }

.Services_us img {
    height: 397px;
    border-radius: 32px 32px 0 0;
    object-fit: cover;
}

span.blue_textd {
    color: #4872F2;
}

.remove_block .Services_us img {
    height: 397px;
    border-radius: 32px;
    object-fit: cover;
}

.remove_block .Services_us_content {
    display: none;
}
/***why us css banner start*/
.main_whyus_div {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.why_us_note {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc(100% / 3 - 16px);
    text-align: center;
    background: #fff;
    padding: 48px 33px;
}

.why_not_content {
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    color: var(--all-text-main);
}

    .why_not_content p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        letter-spacing: -0.16px;
    }

.why_us_note img {
    margin: 0 auto;
}
/***contact us banner start css*/
.contact_banner_div {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact_us_main {
    border: 1px solid var(--border-color);
    border-radius: 24px;
    flex-direction: column;
    gap: 16px;
    display: flex;
    width: calc(100% / 3 - 16px);
    padding: 32px 0;
    z-index: 1;
    background: #fff;
}

    .contact_us_main img {
        margin: 0 auto;
    }

.contact_contain {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: var(--all-text-main);
}

    .contact_contain span {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #7E8389;
    }

.inquiry_button {
    margin: initial;
    margin-top: 25px;
    padding: 16px 32px;
}

.contact_us .image_section_login {
    max-width: 1110px;
}

.contact_information {
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    backdrop-filter: blur(20px);
    padding: 48px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    color: #fff;
    max-width: 458px;
}

.contact_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
}

.contact_sub_div {
    column-gap: 5px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.con_address_icon {
    background-position: -162px -36px;
    filter: brightness(0) invert(1);
}

.con_licence_icon {
    background-position: -570px 0px;
}

.con_phone_icon {
    background-position: -606px -1px;
}

.con_time_icon {
    background-position: -248px -38px;
    filter: brightness(0) invert(1);
}

.contact_left_div .input_box {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 0 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.contact_main_block {
    padding: 160px 0 0px 0;
}

.contact_main_div {
    display: flex;
    gap: 24px;
}

.contact_left_div {
    flex: 1;
}

.contact_right_div {
    position: relative;
}

    .contact_right_div img {
        height: 664px;
        object-fit: cover;
        border-radius: 24px;
    }

.contact_left_div .from-group-input {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.phone_code {
    display: flex;
    position: relative;
}

.select_code {
    line-height: 32px;
    position: absolute;
    width: 110px;
    z-index: 1;
    background: #fff;
    color: #7E8389;
    font-size: 16px;
    padding: 10px 18px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid var(--border-color);
    pointer-events: none;
}

.contact_left_div .phone_code select {
    width: 100px;
}

.from-group-input .phone_code input {
    padding: 10px 20px;
}

.contact_left_div input.input-text, .contact_left_div select, .contact_left_div textarea {
    position: relative;
    width: 100%;
    display: block;
    color: #7E8389;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 16px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid var(--border-color);
    font-weight: 400;
}

.contact_left_div .drop_icon {
    width: 22px;
    height: 22px;
    pointer-events: none;
    position: absolute;
    top: 27px;
    right: 10px;
    z-index: 1;
}

.contact_left_div .down_arrow {
    background-position: -131px -0px;
    right: 10px;
    left: auto;
    top: 20px;
}

.login_from {
    position: relative;
}

.contact_left_div .login_from textarea {
    min-height: 160px;
    resize: none;
}

.chat_now {
    max-width: 100%;
    height: 56px;
}

.contact_left_div .input_check_box label a {
    color: var(--all-text-main);
}

.contact_left_div .input_check_box label {
    font-size: 14px;
    font-weight: 400;
}
/***carrer css start***/
.contact_left_div .car_code .down_arrow {
    top: 16px;
}

.carrer_img img {
    height: 804px;
}

.file_upload, .up_file_box {
    position: relative;
    flex: 1;
}

.job_form label {
    font-size: 14px;
    font-weight: 400;
    color: var(--all-text-sub);
    line-height: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.file_upload input[type=file] {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 160px;
    z-index: 1;
    display: block;
    cursor: pointer;
}

.file_upload .ft_icon {
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    background-position: -438px -26px;
    right: 0;
    margin: 0 auto;
}

.job_form p.note_text {
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: var(--all-text-sub);
}

.file_upload .up_file_box input {
    display: block;
    width: 100%;
    border: 1px dashed var(--border-color);
    background: #fff;
    color: var(--color);
    border-radius: 8px;
    height: 160px;
    padding: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

    .file_upload .up_file_box input::placeholder {
        color: var(--all-text-main);
    }

.upload_file_form {
    display: flex;
    column-gap: 16px;
    margin-top: 8px;
}

/***about us css start*/

.about_image_div {
    width: 50%;
}

.box_main {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about_content_box {
    border: 1px solid var(--border-color);
    padding: 40px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 24px;
    background: #F6F8FA;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 416px;
}

.about_details:nth-child(2) {
    flex-direction: row-reverse;
}

.our_vision_div .our_content_box:nth-child(2) {
    background: #F2F2F2;
}

.our_vision_div .our_content_box:nth-child(3) {
    background: #F6F8FA;
}

.about_block {
    padding: 64px 0;
}

.about_details {
    display: flex;
    gap: 24px;
}

.about_image_div img {
    height: 328px;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
}

.about_last_image img {
    height: 416px;
}

.shaping_future_block {
    background-image: url(/assets/project/img/demo/about02.webp);
    max-width: 100%;
    height: 1170px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

    .shaping_future_block::after {
        /* content: ""; */
        height: 100%;
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    }

    .shaping_future_block .banner_title {
        position: relative;
        z-index: 1;
    }

.gradient-overlay {
    width: 100%;
    height: 1170px;
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.card {
    padding: 32px;
    position: absolute;
    background: #fff;
    border-radius: 24px;
    border: 1px solid var(--border-color);
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: #2E2E32;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    max-width: 424px;
}

.blue-circle {
    width: 32px;
    height: 32px;
    position: absolute;
    background: #4872F2;
    border-radius: 64px;
    overflow: hidden;
}

.white-dot {
    width: 16px;
    height: 16px;
    left: 8px;
    top: 8px;
    position: absolute;
    background: white;
    border-radius: 9999px;
}

.dotted-border_one {
    position: absolute;
}

.title-text {
    width: 620px;
    height: 108px;
    left: 410px;
    top: 0px;
    position: absolute;
    text-align: center;
}

.heading-primary {
    color: #4872F2;
    font-size: 48px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 54px;
}

.heading-secondary {
    color: #2E2E32;
    font-size: 48px;
    font-family: Open Sans;
    font-weight: 700;
    line-height: 54px;
}

.dotted-border_one {
    background-image: url(/assets/project/img/demo/curve-shape01.svg);
    width: 339px;
    background-repeat: no-repeat;
    height: 219px;
    left: 567px;
    top: 306px;
}

.dotted-border_two {
    background-image: url(/assets/project/img/demo/curve-shape02.svg);
    width: 397px;
    background-repeat: no-repeat;
    height: 226px;
    position: absolute;
    left: 718px;
    top: 622px;
}

.card_main_box {
    width: 100%;
    position: relative;
    top: -190px;
}

.first_card {
    left: 143px;
    top: 172px;
}

.second_card {
    left: 904px;
    top: 316px;
}

.third_card {
    left: 508px;
    top: 848px;
}

.our_content_box {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    padding: 32px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.18px;
}

.our_vision_div {
    display: flex;
    gap: 24px;
}

.our_blue_bg {
    background: var(--Background-bg-blue, #EDF1FE);
}

.our_green_bg {
    background: var(--Background-bg-turquoise, #EDFAF9);
}

.our_grey_bg {
    background: var(--Background-bg-gray2, #F6F8FA);
}

.about_reg_content {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -0.96px;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    left: 50%;
    width: 72%;
}

.about_reg {
    position: relative;
}

    .about_reg img {
        border-radius: 24px;
        filter: brightness(0.7);
        height: 308px;
    }

.about_reg_content .inquiry_button {
    margin: 0 auto;
}

.card_main_box .card:nth-child(1) {
    background: var(--Background-bg-yellow, #FFFCE6);
}


/**faq*/
.faq_row {
    display: flex;
    gap: 15px;
}

.faq_left, .faq_right {
    flex: 1;
}

.faq_left {
    max-width: 480px;
}

.faq_row .nav-tabs > li.active > a, .faq_row .nav-tabs > li.active > a:focus, .faq_row .nav-tabs > li.active > a:hover {
    cursor: default;
    background-color: var(--primary-color);
    border-bottom: 1px solid #C3D4EB;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #fff;
    background: var(--active-menu);
}

.faq_row .nav-tabs > li > a {
    padding: 32px 32px;
    color: var(--all-text-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    width: 100%;
    background: var(--Background-bg-white, #FFF);
    border-radius: 16px;
}

.faq_row .nav-tabs > li {
    float: none;
}

.faq_row .email_main_block ul {
    border-radius: 20px;
    background: var(--Background-bg-gray2, #F6F8FA);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .faq_row .email_main_block ul li .fa {
        font-size: 22px;
        width: auto;
        height: 18px;
        display: inline-block;
        float: right;
        margin-right: 0;
        padding-top: 5px;
        position: relative;
        font-weight: bold;
    }

#generalfaq img {
    width: 100%;
    height: 266px;
    object-fit: cover;
    border-radius: 12px;
}

.faq_sec_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .faq_sec_title h2 {
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
    }

a.Contact_us {
    border-radius: 8px;
    border: 1px solid var(--btn-two-bg);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--active-menu);
    padding: 16px 32px;
    display: inline-block;
}

/*b2c new banner*/
ul.region_tag {
    display: flex;
    gap: 8px;
    overflow: auto;
    margin-bottom: 32px;
}

    ul.region_tag li {
        color: var(--all-text-main);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 8px;
        border: 1px solid var(--btn-two-bg);
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.5s;
        text-transform: capitalize;
    }

        .region_tag li.active, ul.region_tag li:hover {
            background: var(--active-menu);
            color: #fff;
        }

/*.region_list {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 16px;
}*/
.region_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(253px, 1fr));
}

    .region_list .region_list_block img {
        width: 100%;
        height: 132px;
        border-radius: 12px;
        object-fit: cover;
    }

    .region_list .region_list_block {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        max-width: 253px;
    }

        .region_list .region_list_block:before {
            background: linear-gradient(180deg, rgba(46, 46, 50, 0.00) 24.24%, rgba(46, 46, 50, 0.60) 100%);
            position: absolute;
            bottom: 0;
            top: 0;
            content: "";
            left: 0;
            right: 0;
            border-radius: 12px;
        }

.region_text {
    position: absolute;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    left: 16px;
    bottom: 16px;
}

.Deals_Destination {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}

    .Deals_Destination img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

.Deals_Destination_text {
    position: absolute;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    left: 16px;
    bottom: 16px;
}

.Deals_Destination:before {
    background: linear-gradient(180deg, rgba(46, 46, 50, 0.00) 24.24%, rgba(46, 46, 50, 0.60) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    right: 0;
}

.destination_promo {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 15px;
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    background: var(--Background-bg-white, #FFF);
}

    .destination_promo img {
        height: 400px;
        object-fit: cover;
    }

.destination_promo_con {
    padding: 24px;
    display: flex;
    row-gap: 24px;
    flex-direction: column;
}

.destination_promo_text {
    color: #2E2E32;
    /* Desktop/Title/Heading 4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 64px;
}

.destination_promo_btn {
    width: 100%;
    color: var(--all-text-main);
    /* Desktop/Button/font-button M */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 150% */
    text-align: center;
    background: var(--btn-bg);
    border-radius: 8px;
}

.open-destinations-grid {
    display: grid;
    gap: 24px;
    grid-template-areas:
        "tile_0 tile_0 tile_1 tile_2"
        "tile_3 tile_4 tile_5 tile_2";
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

    .open-destinations-grid .open-destinations_block:nth-child(1) {
        grid-area: tile_0;
    }

    .open-destinations-grid .open-destinations_block:nth-child(2) {
        grid-area: tile_1;
    }

    .open-destinations-grid .open-destinations_block:nth-child(3) {
        grid-area: tile_2;
    }

    .open-destinations-grid .open-destinations_block:nth-child(4) {
        grid-area: tile_3;
    }

    .open-destinations-grid .open-destinations_block:nth-child(5) {
        grid-area: tile_4;
    }

    .open-destinations-grid .open-destinations_block:nth-child(6) {
        grid-area: tile_5;
    }

.open-destinations_block {
    align-items: flex-end;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110%;
    border-radius: 16px;
    -webkit-clip-path: border-box;
    clip-path: border-box;
    display: grid;
    flex-shrink: 0;
    min-height: 270px;
    position: relative;
    text-decoration: none;
    transition: 1s;
    width: 100%;
}

    .open-destinations_block img {
        height: 100%;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        transform: scale(1.06);
        transition: transform 1s;
        width: 100%;
        z-index: -1;
    }

.open-destinations_text {
    position: absolute;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    left: 16px;
    bottom: 16px;
}

.open-destinations_block:before, .triple_slider:before {
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    right: 0;
}

.small_countries {
    display: grid;
    gap: 24px;
    grid-template-areas:
        "tile_0 tile_0 tile_1";
    grid-template-columns: 1fr 1fr 1fr;
}

.small_countries_block {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    background: var(--Background-bg-white, #FFF);
    overflow: hidden;
    position: relative;
}

    .small_countries_block > img {
        width: 100%;
        height: 284px;
    }

.small_right img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 100px;
}


.small_countries_con {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 5px;
}

.small_countries_left > div {
    color: #2E2E32;
    /* Desktop/Title/Heading 4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
}

.small_countries_icon > span {
    color: #7E8389;
    /* Desktop/Body/body S */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.small_countries_icon {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 5px;
}

.small_right {
    min-width: 48px;
}

span.common_icon.small_visa {
    width: 22px;
    height: 22px;
    background-position: -695px -2px;
}


.triple_banner {
    display: grid;
    gap: 24px;
    grid-auto-flow: row;
    grid-template-areas:
        "wrap-slider small-photo"
        "wrap-slider small-photo";
}

.triple_block .owl-nav {
    width: 100px;
    top: auto;
    right: 20px;
    bottom: 20px;
}

    .triple_block .owl-nav .owl-next {
        margin-right: 0px;
    }

    .triple_block .owl-nav .owl-prev {
        margin-left: 0px;
    }

.triple_block {
    border-radius: 16px;
    grid-area: wrap-slider;
    overflow: hidden;
    position: relative;
    z-index: 1;
    max-width: 913px;
}


.triple_banner img {
    width: 100%;
    object-fit: cover;
    height: 390px;
    border-radius: 24px;
}

.triple_slider {
    overflow: hidden;
    border-radius: 24px;
}

.small-photo {
    height: 180px;
    width: 392px;
}

    .small-photo img {
        height: 180px;
    }

.triple_slider_con {
    position: absolute;
    padding: 24px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.triple_slider_text {
    color: #fff;
    /* Desktop/Title/Heading 4 */
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
    max-width: 268px;
}

.triple_slider_btn {
    width: 100%;
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    background: var(--btn-bg);
    border-radius: 8px;
    max-width: fit-content;
    padding: 0 24px;
}
/*blog page start*/
.blog_main_class {
    background: var(--other-bg-light);
    padding: 26px;
    border-radius: 24px;
}

    .blog_main_class.triple_banner {
        grid-template-areas: "wrap-slider small-photo"
            "wrap-slider small-photo"
            "wrap-slider small-photo";
        grid-template-columns: 57% 43%;
    }

        .blog_main_class.triple_banner .triple_block img {
            height: 456px;
        }

p.date_blog {
    color: #fff;
    margin: 0;
}

.blog_main_class.triple_banner a.small-photo {
    display: flex;
    column-gap: 10px;
    max-width: 523px;
    position: relative;
    height: 135px;
}

.blog_side_contain > div {
    font-size: 15px;
    color: var(--all-text-main);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_main_class.triple_banner a.small-photo img {
    max-width: 225px;
    width: 100%;
    height: 135px;
}

.blog_side_contain p {
    margin: 0;
    color: var(--all-text-sub);
}

.blog_main_class.triple_banner a.small-photo span.blog_tag {
    top: 20px;
}
/*blog page end*/
.texticon_slider {
    display: flex;
    align-items: flex-start;
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    background: var(--Background-bg-white, #FFF);
    overflow: hidden;
}

    .texticon_slider img {
        width: 100%;
        object-fit: cover;
        height: 219px;
    }

.texticon_slider_con {
    position: absolute;
    padding: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    max-width: 220px;
}

.texticon_slider_small {
    color: var(--Text-text-secondary-1, #7E8389);
    /* Desktop/Body/body M */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.18px;
}

.texticon_slider_main {
    color: #2E2E32;
    /* Desktop/Title/Heading 5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.big_slider img {
    border-radius: 24px;
    /* height: 275px;*/
    object-fit: contain;
}

.big_advertisement img {
    border-radius: 24px;
    height: 360px;
    object-fit: cover;
}

.big_advertisement {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    text-align: center;
}

.icon_banner {
    display: flex;
    height: 141px;
    padding: 47px 46px 46px 47px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 16px;
    background: #FDECEC;
}

.big_advertisement p {
    margin: 0;
    color: #2E2E32;
    text-align: center;
    /* Desktop/Title/Heading 5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.icon_banner img {
    object-fit: contain;
}

/* First color for every 1st, 4th, 7th, etc. list item */
.bg_diff_bg .owl-item:nth-child(3n+1) .icon_banner {
    background: #FFFCE6;
}

/* Second color for every 2nd, 5th, 8th, etc. list item */
.bg_diff_bg .owl-item:nth-child(3n+2) .icon_banner {
    background: #EDFAF9;
}

/* Third color for every 3rd, 6th, 9th, etc. list item */
.bg_diff_bg .owl-item:nth-child(3n) .icon_banner {
    background: #FDECEC;
}


.double_banner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
}

    .double_banner p {
        margin: 0;
        color: #2E2E32;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.double_banner_img img {
    width: 100%;
}

.double_banner_img {
    align-self: stretch;
}

.carousel_Standart {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

    .carousel_Standart p {
        margin: 0;
        color: #2E2E32;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.carousel_Standart_img img {
    border-radius: 16px;
    height: 260px;
    object-fit: cover;
}

.Special_Promo .carousel_Standart_img img {
    border-radius: 16px;
    height: 180px;
    object-fit: cover;
}

.Special_Promo .carousel_Standart p {
    text-align: left;
}

.advantages__blocks__main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}

    .advantages__blocks__main svg {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        top: 25px;
    }

.advantages_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 234px;
}

    .advantages_block img {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50px;
        display: block;
        height: 100px;
        margin-bottom: 22px;
        width: 100px;
        box-shadow: 0px 10px 20px 0px rgba(180, 190, 225, 0.25);
        background-color: #fff;
        padding: 10px;
        object-fit: scale-down;
    }

.advantages__text-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

h4.advantages_title {
    color: #2E2E32;
    text-align: center;
    /* Desktop/Title/Heading 5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin: 0;
}

p.advantages_description {
    color: #2E2E32;
    text-align: center;
    /* Desktop/Body/body S */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product_carousel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 15px;
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    background: var(--Background-bg-white, #FFF);
}

    .product_carousel img {
        height: 292px;
        object-fit: cover;
    }

.product_carousel_con {
    padding: 24px;
    display: flex;
    row-gap: 8px;
    flex-direction: column;
}

.hotel_star {
    display: flex;
    align-items: center;
}

p.product_name_b {
    color: #2E2E32;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    margin: 0;
}

.hotel_contry {
    color: #7E8389;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.stat_icon_b {
    width: 15px;
    height: 15px;
    background-position: -659px -4px;
}

.blog_carousel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 15px;
    border-radius: 24px;
    border: 1px solid var(--Border-border-separator, #DBE0E5);
    background: var(--Background-bg-white, #FFF);
    position: relative;
    margin-bottom: 30px;
}


    .blog_carousel img {
        height: 180px;
        object-fit: cover;
        width: 100%;
    }

.blog_carousel_con {
    padding: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

p.blog_name_b {
    color: #2E2E32;
    /* Desktop/Title/Heading 5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

p.blog_name_samll {
    color: #2E2E32;
    /* Desktop/Body/body S */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.blog_tag {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px 0px;
    background: #E73C3E;
    padding: 6px 16px;
    gap: 10px;
    max-width: fit-content;
    position: absolute;
    top: 125px;
}

    span.blog_tag:empty {
        display: none;
    }

ul.region_tag.travel-tag-blog {
    overflow: visible;
    flex-wrap: wrap;
}

.travel_blog_page {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
}

.share_list {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

    .share_list span {
        color: rgba(0, 0, 0, 0.80);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px; /* 136.364% */
        letter-spacing: -0.33px;
    }

.share_social {
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    column-gap: 16px;
}

    .share_social a {
        margin-bottom: 0;
        line-height: normal;
        height: 24px;
    }

.fav_icon_blog {
    position: absolute;
    width: 31px;
    height: 32px;
    top: 10px;
    right: 10px;
    background-position: -510px -28px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1;
    cursor: pointer;
}

    .fav_icon_blog.active {
        background-position: -540px -28px;
    }

.single_b_img {
    position: relative;
}

.single_b_tag {
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .single_b_tag span {
        border-radius: 100px;
        background: var(--color-grey-95, #EDFAF9);
        font-size: 16px;
        padding: 4px 15px;
    }

.single_b_img img {
    width: 100%;
    border-radius: 16px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

.small-blog img {
    max-height: 350px;
}

.table_of_contant {
    margin: 20px 0;
    border-radius: 4px;
    border-top: var(--item-spacing-5, 5px) solid #FFCD00;
    background: #EFF7FF;
    padding: 15px;
    display: none;
}

    .table_of_contant ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .table_of_contant a {
        font-size: 14px;
        line-height: 40px;
        font-weight: 600;
        display: flex;
        width: 100%;
        color: var(--all-text-main);
        padding: 0px;
        align-items: center;
        justify-content: space-between;
        text-transform: uppercase;
        border-bottom: 1px solid var(--border-color);
        margin-bottom: 10px;
    }

        .table_of_contant a .fa-angle-up {
            font-size: 19px;
            border: 1px solid var(--border-color);
            width: 25px;
            height: 25px;
            text-align: center;
            border-radius: 100px;
            color: var(--border-color);
        }

.fa-angle-up:before {
    content: "\f106";
}

.collapsed .fa-angle-up:before {
    content: "\f107";
}

.div_left {
    margin-top: 15px;
}

.blog_single_detail img {
    width: 100% !important;
    border-radius: 16px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

.blog_vertical {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin: 20px 0;
}

.side_b_title {
    color: #3D3E48;
    font-size: 19.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 34.56px */
}

.mobile_tiltle_blog h1 {
    max-width: 75%;
}

.blog_single_detail, .blog_single_detail li, .blog_single_detail span, .blog_single_detail p, .blog_single_detail b, .blog_single_detail div, .blog_single_detail, .blog_single_detail h1, .blog_single_detail h2, .blog_single_detail h3, .blog_single_detail h4, .blog_single_detail h5, .blog_single_detail h6, .blog_single_detail small {
    font-family: "Open Sans", sans-serif !important;
    line-height: 23px;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

    .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*    ========================= Inner page new css 11/05/2026============================*/

.faq-wrap {
    margin: 40px auto;
    padding: 0 16px;
}

.sidebar-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #fff;
}

    .sidebar-item .filter_text {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        font-weight: 600;
        font-size: 20px;
        color: var(--active-menu);
        text-decoration: none;
        background: #fff;
        position: relative;
    }


        .sidebar-item .filter_text .fa {
            font-size: 1rem;
            color: #888;
            transition: transform 0.25s;
        }

        .sidebar-item .filter_text.collapsed .fa {
            transform: rotate(360deg);
        }

.filter_text .header-img-wrap {
    position: relative;
    height: 50px;
    width: 260px;
    flex-shrink: 0;
}

    .filter_text .header-img-wrap img {
        position: absolute;
        right: 0;
        top: -8px;
        height: 70px;
        object-fit: cover;
        border-radius: 4px;
        width: 100%;
    }

.item-filter {
    padding: 20px 28px;
}

.section-title {
    color: #3a6fd8;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 4px;
}

.section-subtitle {
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #111;
}

.img-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 16px 0;
}

    .img-grid img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
    }

.img-full img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    margin: 16px 0;
}

.cta-btn {
    display: block;
    background: var(--active-menu);
    color: #fff !important;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 20px;
    text-decoration: none !important;
}

a.filter_text.collapsed {
    color: #000;
}
/*    ========================= Inner page new css 11/05/2026============================*/


/*================ new css form about us 15-05-2026 ====================================*/
/* ===== ABOUT GRID LAYOUT ===== */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

    .about-grid .text-card {
        background: #F6F8FA;
        border-radius: 16px;
        padding: 36px 32px;
        box-shadow: var(--box-shadow);
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #D4D9DE;
    }

        .about-grid .text-card p {
            font-size: 18px;
            line-height: 24px;
            color: #000;
            margin: 0 0 16px;
            font-weight: 400;
        }

            .about-grid .text-card p:last-child {
                margin-bottom: 0;
            }

    .about-grid .img-card {
        border-radius: 16px;
        overflow: hidden;
        min-height: 280px;
    }

        .about-grid .img-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .about-grid .img-card:hover img {
            transform: scale(1.04);
        }

    /* row 1: text left, image right */
    .about-grid .card-text-1 {
        grid-column: 1;
        grid-row: 1;
    }

    .about-grid .card-img-1 {
        grid-column: 2;
        grid-row: 1;
    }

    /* row 2: image left, text right */
    .about-grid .card-img-2 {
        grid-column: 1;
        grid-row: 2;
    }

    .about-grid .card-text-2 {
        grid-column: 2;
        grid-row: 2;
        background: var(--other-bg-light, #F0F6FF);
    }

.why_us_single.about_us .why_us:first-child {
    background: #EDF1FE;
    border-radius: 16px;
    padding: 30px;
    box-shadow: var(--box-shadow);
}

.why_us_single.about_us .why_us:nth-child(2) {
    background: #F2F2F2;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: var(--box-shadow);
}

.why_us_single.about_us .why_us:nth-child(3) {
    background: #F6F8FA;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: var(--box-shadow);
}
/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
    .about-grid .text-card {
        padding: 24px 20px;
    }

    .about-grid .img-card {
        min-height: 180px;
    }
}
/*================ new css form about us 15-05-2026 ====================================*/

@media (max-width:1440px) and (min-width:768px) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
        margin-left: -15px;
    }

    .owl-nav .owl-next {
        margin-right: -15px;
    }
}

@media (max-width:1380px) and (min-width:992px) {
    .card {
        padding: 25px;
        max-width: 300px;
        min-width: 300px;
        font-size: 16px;
    }

    .third_card {
        left: 284px;
        top: 830px;
    }

    .dotted-border_two {
        left: 409px;
        top: 604px;
    }

    .second_card {
        left: 639px;
        top: 260px;
    }

    .dotted-border_one {
        left: 301px;
        top: 306px;
    }

    .first_card {
        left: 0;
        top: 172px;
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .why_not_content {
        font-size: 18px;
    }

    .search-heading h1 {
        font-size: 32px;
    }

    .search-heading p.sub-title {
        font-size: 18px;
    }

    .about_reg_content {
        font-size: 34px;
    }

    .contact_right_div {
        flex: 1;
    }

    .about_content_box {
        padding: 25px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .region_list {
        grid-template-columns: auto auto auto;
    }

    .banner_title {
        font-size: 35px;
    }

    .search-heading h1 {
        font-size: 35px;
    }

    .search-heading {
        font-size: 33px;
    }

    .banner_title p {
        font-size: 16px;
    }

    .footer_row {
        gap: 18px;
    }

    .foter_title {
        font-size: 14px;
    }

    ul.resocial {
        gap: 5px;
    }

    .why_us {
        padding: 30px 15px;
    }

    .why_not_content {
        font-size: 16px;
    }

    .why_us_note {
        padding: 30px 15px;
    }

    .why_not_content p {
        font-size: 14px;
    }

    .contact_contain {
        font-size: 20px;
    }

        .contact_contain span {
            font-size: 15px;
        }

    .card_main_box {
        top: 0;
    }

    .shaping_future_block {
        height: 770px;
    }

    .first_card {
        left: 0;
        top: 40px;
    }

    .third_card {
        left: 0;
        top: 0;
    }

    .second_card {
        left: 0;
        top: 20px;
    }

    .shaping_future_block .banner_title {
        padding-bottom: 20px;
    }

    .card {
        position: relative;
        max-width: 100%;
    }

    .about_reg_content {
        font-size: 21px;
        line-height: 35px;
    }

    .contact_information {
        padding: 25px;
        max-width: 340px;
    }

    .contact_title {
        font-size: 22px;
    }

    .contact_sub_div {
        font-size: 16px;
    }

    .contact_right_div {
        flex: 1;
    }

    .about_content_box {
        padding: 15px;
        font-size: 16px;
    }

    .our_content_box {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

        .about-grid .card-text-1,
        .about-grid .card-img-1,
        .about-grid .card-img-2,
        .about-grid .card-text-2 {
            grid-column: 1;
            grid-row: unset;
        }

        .about-grid .img-card {
            min-height: 220px;
        }

    .mobile_tiltle_blog {
        flex-direction: column;
        align-items: flex-start;
    }

        .mobile_tiltle_blog h1 {
            font-size: 20px;
        }

    .single_b_tag {
        flex-direction: column;
        align-items: flex-start;
    }

    .region_list {
        grid-template-columns: auto auto;
    }

    .open-destinations-grid {
        grid-template-areas:
            "tile_0 tile_0"
            "tile_1 tile_2"
            "tile_3 tile_4"
            "tile_5 tile_5";
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .advantages_block {
        max-width: 100%;
    }

    .small_countries {
        grid-template-areas:
            "tile_0 tile_0"
            "tile_1 tile_1";
        grid-template-columns: 1fr 1fr;
    }

    .triple_banner {
        gap: 16px;
        grid-auto-flow: row;
        grid-template-areas:
            "wrap-slider"
            "small-photo"
            "small-photo";
    }

    .blog_main_class.triple_banner {
        grid-template-areas: "wrap-slider"
            "small-photo"
            "small-photo"
            "small-photo";
        grid-template-columns: 100%;
    }

    .small-photo {
        height: auto;
        width: auto;
    }

    .blog_main_class.triple_banner a.small-photo img {
        max-width: 100px;
        width: 100%;
        height: 100px;
        min-height: 100px;
    }

    .blog_main_class.triple_banner a.small-photo {
        height: 100px;
    }

    .blog_main_class {
        padding: 15px;
    }

    .destination_promo_con, .small_countries_con {
        padding: 10px;
        row-gap: 15px;
    }


    .triple_slider_con, .blog_carousel_con {
        padding: 15px;
    }

    .triple_slider_btn, .destination_promo_btn {
        font-size: 12px;
        line-height: 35px;
        padding: 0 10px;
    }

    .small_right {
        position: absolute;
        right: 5px;
        bottom: 100px;
    }

        .small_right img {
            border: 2px solid #fff;
        }

    .advantages__blocks__main {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }

    .texticon_slider_con {
        padding: 10px;
        max-width: 210px;
        top: inherit;
        bottom: inherit;
    }
    /*new bannerresponsive*/
    .home_page_text {
        top: 10px;
        left: -3px;
    }

    .search-heading h1 {
        font-size: 25px;
    }

    .search-heading {
        font-size: 20px;
        padding-left: 10px;
    }

    .search-heading_b2cpage h1 {
        font-size: 25px;
        line-height: normal;
    }

    .main-slider-img {
        min-height: 295px;
    }

    .why_we_block {
        margin-top: -72px;
    }

    .why_us {
        width: calc(100% / 1 - 0px);
        padding: 15px 15px;
    }

    .banner_block {
        padding: 30px 0 0px 0;
    }







    .why_us_single {
        gap: 15px;
    }

    .main_whyus_div {
        gap: 15px;
    }

    .why_us_note {
        width: calc(100% / 1 - 0px);
        padding: 15px 15px;
    }







    .global_reach_image img {
        height: auto;
    }

    .global_reach_image {
        margin-top: 0;
    }

    .contact_us_main {
        width: calc(100% / 1 - 0px);
        padding: 15px 0;
        gap: 10px;
    }

    .contact_banner_div {
        gap: 15px;
    }

    .contact_information {
        padding: 25px;
        max-width: 100%;
    }

    .contact_us .image_section_login {
        width: 90%;
        top: 260px;
    }

    .contact_title {
        font-size: 22px;
    }

    .contact_main_block {
        /*padding: 30px 0 0px 0;*/
    }

    .contact_main_div {
        flex-direction: column;
    }

    .card_main_box {
        top: 0;
    }

    .shaping_future_block {
        height: 100%;
    }

    .first_card {
        left: 0;
        top: 20px;
    }

    .third_card {
        left: 0;
        top: 0;
    }

    .second_card {
        left: 0;
        top: 10px;
    }

    .card {
        position: relative;
        max-width: 100%;
    }

    .first_card {
        left: 0;
        top: 20px;
    }

    .from-group-input .phone_code input {
        padding: 10px 30px;
    }


    .about_block {
        padding: 15px 0;
    }



    .box_main {
        gap: 15px;
    }

    .about_details {
        gap: 15px;
        flex-direction: column;
    }

    .about_content_box {
        padding: 15px;
        font-size: 16px;
        width: 100%;
    }

    .about_image_div {
        width: 100%;
    }

    .shaping_future_block .banner_title {
        line-height: 25px;
    }

    .card {
        padding: 15px;
        font-size: 16px;
    }

    .shaping_future_block .banner_title {
        padding-bottom: 0;
    }

    .banner_title {
        padding-bottom: 0;
        line-height: 25px;
    }

    .our_vision_div {
        gap: 15px;
        flex-direction: column;
    }

    .our_content_box {
        padding: 15px;
        font-size: 16px;
    }

    .about_reg_content {
        font-size: 13px;
        letter-spacing: initial;
        width: 100%;
        line-height: 18px;
    }





    .faq_row {
        flex-direction: column;
    }

        .faq_row .nav-tabs > li > a {
            padding: 15px;
            font-size: 18px;
        }

    .faq_sec_title h2 {
        font-size: 25px;
    }

    .big_slider img, .big_advertisement img {
        height: auto;
    }

    .texticon_slider {
        align-items: center;
    }

        .texticon_slider img {
            height: 155px;
        }

    .banner_title_main div {
        margin-bottom: 20px;
    }


    .banner_title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .Services_us_content {
        padding: 15px;
    }

    .image_height {
        border-radius: 0px;
        width: calc(100% - 0px);
    }

    .about_reg img, .product_carousel img, .about_last_image img, .about_image_div img, .Services_us img, .open-destinations_block, .destination_promo img, .region_list .region_list_block img, .small_countries_block > img, .small-photo img, .triple_banner img, .blog_carousel img {
        min-height: 150px;
        height: 150px;
    }

    .product_carousel_con {
        padding: 10px;
    }

    .subscribe_box .subscribe_title, h4.advantages_title, .banner_title_main div, .Services_us_content, .contact_contain, .partner_title, p.blog_name_b {
        font-size: 16px;
        line-height: normal
    }

        p.product_name_b, .double_banner p, p.advantages_description, .destination_promo_text, .open-destinations_text, .Deals_Destination_text, .region_text, .small_countries_left > div, .triple_slider_text, .texticon_slider_small, .why_us_content > div, .why_not_content, .texticon_slider_main, .banner_title_main a, .banner_title p, .partner_title P, .contact_contain span, .why_not_content p, .Services_us_content p, p.blog_name_samll {
            font-size: 14px;
            line-height: 22px;
        }

    span.blog_tag {
        top: 110px;
    }

    ul.region_tag li {
        line-height: normal;
        font-size: 12px;
    }
}
