﻿/* Style-Sheet:bannerstyle.css

    Author: dakkakDMC
    
    Design and Developed by: Technoheaven Consultancy
*/
.owl-nav {
    position: absolute;
    top: -21%;
    right: 0;
    display: flex;
    column-gap: 15px;
}

.owl-prev {
    float: right;
    left: 0;
    font-size: 27px !important;
}

.owl-next {
    float: right;
    right: 0;
    font-size: 24px !important;
}

.owl-prev, .owl-next {
    height: 36px;
    width: 36px;
    background: var(--primary-color) !important;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.owl-prev:hover, .owl-next:hover {
    background: var(--hover-text-color) !important;
}

.owl-dots button {
    border-radius: 100px;
    background: var(--btn-bg);
    width: 10px;
    height: 10px;
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.owl-nav button span {
    color: #fff;
}

/*login css start**/
.make-flex {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: var(--color);
    display: flex;
    column-gap: 73px;
    float: right;
    margin-right: 16%;
}

.loginb2bc .input_check_box input:checked ~ label:before {
    color: #fff;
    border: 2px solid var(--color);
}

.image_s_block {
    width: 100%;
    max-height: 650px;
    min-height: 650px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
    animation: scale 40s linear infinite;
}

.image_section_login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(14, 70, 129, 0.9);
}

#forgotpasswordb2c .modal-dialog-login {
    margin: 0 auto;
}

.home_page_text {
    position: absolute;
    margin: 0 auto;
    top: 65%;
    right: 50%;
    transform: translate(50%,-65%);
    width: calc(100% - 20px);
    text-transform: capitalize;
}

.default_b2b .image_s_block {
    max-height: 650px;
    min-height: 650px;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.section {
    position: relative;
    padding: 60px 0;
}

.section_title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: var(--btn-bg);
    position: relative;
    margin: 0 0 35px
}

.search-heading {
    text-align: center;
    max-width: 921px;
    width: 100%;
    margin: auto;
}

.search-heading .db-text {
    font-weight: 600;
    font-size: 46px;
    line-height: 56px;
    color: var(--color);
    margin: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.search-heading .sub-title{
	
	    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: var(--color);
    margin: 0;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-bottom: 2px solid var(--color);
    display: inline-block;
}

/*--------Blog-Section-CSS-----*/
.no-gutters > .col, .no-gutters > [class*=col-] {
    padding: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.blog_box_info {
    padding: 25px 21px 15px 30px;
    background: var(--dark-color);
    color: var(--white-color);
    min-height: 265px;
    width: 100%;
}

.blog_image {
    width: 100%;
    position: relative;
    height: 265px;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    filter: brightness(0.8);
}

.blog_media {
    position: relative;
    width: 100%;
}

.odd .blog_media::after {
    content: '';
    position: absolute;
    right: -2%;
    color: #0E4681;
    background: #0E4681;
    width: 21px;
    transform: rotate(45deg);
    height: 21px;
    top: 50%;
}

.even .blog_media::after {
    content: '';
    position: absolute;
    left: -2%;
    color: #0E4681;
    background: #0E4681;
    width: 21px;
    transform: rotate(45deg);
    height: 21px;
    top: 50%;
}

.blog_box_info .blog_box_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.blog_box_info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--all-text-sub);
}

.blog-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color);
    margin-top: 30px;
    display: inline-block;
}

.blog-button:hover .arrow_icon, .view_all:hover .arrow_icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.arrow_icon {
    width: 17px;
    height: 10px;
    background-position: -5px -40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.view_all {
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    margin: 50px 0px 0px 0px;
    padding: 0 21px;
    box-sizing: border-box;
    border-radius: 1px;
    transition: all 0.4s;
    display: inline-block;
    background: var(--btn-bg);
    color: var(--color);
}

/*-------Why_Section_CSS------------*/

.why_section .why_box_block {
    background: rgba(3, 50, 100, 0.99);
    padding: 24px 14px;
    text-align: center;
    color: var(--color);
    height: 350px;
}

.why_box_block_media {
    margin-bottom: 15px;
}

.why_section_icon {
    width: 72px;
    height: 58px;
    display: inline-block;
}

.why_section_icon1 {
    background-position: 4px -69px;
}

.why_section_icon2 {
    background-position: -72px -69px;
}

.why_section_icon3 {
    background-position: -151px -69px;
}

.why_section_icon4 {
    background-position: -231px -70px;
}

.why_box_block_info h5.title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 15px;
    color: var(--color);
}

.why_box_block_info .why_box_des {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: var(--color);
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.why_box_block .bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

/*-------Vedio-Banner-----------*/

.video_block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    padding: 80px 15px;
    text-align: center;
    min-height: 365px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .video_block:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.video_contant {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    row-gap: 25px;
}

    .video_contant h2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 37px;
        margin: 0;
    }

.vedio_btn {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .vedio_btn .vedio-btn {
        width: 70px;
        height: 47px;
        background-position: -317px -67px;
        z-index: 999;
        display: inline-block;
    }

.play_video {
    font-weight: 600;
    font-size: 24px;
    line-height: 80px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

/*------Counter section-----------*/
.counter_section {
    Margin-top: -140px;
}

    .counter_section .conter_block {
        padding: 30px;
        background: var(--secondary-color);
        text-align: center;
        min-height: 151px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

        .counter_section .conter_block:hover {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }

.counter_block_inner span {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    color: var(--btn-bg);
    margin-bottom: 15px;
    display: inline-block;
}

.counter_name_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--btn-bg);
}

/*----Exploer-Section----*/
.explor_section {
    padding: 70px 0 50px;
}

.explor_contain_box {
    background: var(--btn-bg);
    color: var(--color);
    position: absolute;
    top: 0;
    right: 0;
    max-width: 599px;
    display: inline-block;
    padding: 37px 25px;
    border-radius: 0px 0px 0px 25px;
}

    .explor_contain_box h5 {
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        color: var(--color);
        margin: 0 0 24px;
    }

    .explor_contain_box p {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: var(--color);
    }

    .explor_contain_box .view_all {
        background: var(--btn-color);
        max-width: 155px;
    }

        .explor_contain_box .view_all .arrow_icon {
            filter: brightness(0) invert(1);
        }

.explor_section .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

    .explor_section .owl-dots button {
        background: #fff;
    }
/*why choose*/
h2 .why_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}

.why_bg {
    background: #FAF5EE;
    border-radius: 15px;
    padding: 40px 0 60px 0px;
}

.why_main_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    column-gap: 30px;
    row-gap: 15px;
    flex-wrap: wrap;
}

.why_choose {
    border: 3px solid #CFC6B6;
    border-radius: 10px;
    padding: 25px 5px;
    width: calc(100%/4 - 23px);
}

.why_us {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #6C6C6C;
}

.why_block h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.why_block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*--------Vedio- Section------*/

.vedio_section {
    /*background-image: linear-gradient(90deg, #ad3c27 0%, #cca263 100%);*/
    background-size: cover;
    position: relative;
    opacity: 0.9;
    /*padding: 200px 0px;*/
    min-height: 365px;
}

    .vedio_section video {
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        object-fit: cover;
        height: 365px;
        z-index: -1;
    }

.video_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: var(--color);
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.vedio_bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.vedio_wrapper i {
    position: relative;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 28px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: var(--white-background-color);
    margin: 0 auto;
    border-radius: 90%;
    -webkit-border-radius: 90%;
    -moz-border-radius: 90%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.play-btn {
    width: 60px;
    height: 41px;
    background-position: -324px -70px;
    position: relative;
    display: block;
}

.fa-play:before {
    content: "\f04b";
}

/*reg banner*/
.reg_content {
    max-width: 860px;
    padding: 60px 10px;
    margin: 0 auto;
    text-align: center;
    color: var(--color);
    z-index: 1;
}

.regstration_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background: #FAF5EE;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

    .regstration_banner:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }

.reg_content h2 {
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
}

.reg_content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.reg_content a {
    color: var(--color);
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
    border: 2px solid var(--color);
    border-radius: 7px;
    line-height: 45px;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.reg_errow {
    width: 25px;
    height: 15px;
    background-position: -86px -149px;
}

/*Popular Hotels*/
.destination-section {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background: #ffff;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 8px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
}

    .destination-section img {
        height: 271px;
        object-fit: cover;
        width: 310px;
    }

/*.destination_text {
    position: absolute;
    bottom: 16px;
    left: 24px;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    right: 0;
}*/

.destination_text {
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    right: 8px;
    background: linear-gradient(90deg, #002C59 0%, rgba(4, 55, 109, 0) 100%);
    min-height: 75px;
}


    /*.destination_text h5 {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
    }*/
    .destination_text h5 {
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin-left: 10px;
        position: absolute;
        top: 20px;
    }

.fa-star:before {
    content: "\f005";
}

/*.hotel_p_s_d {
    position: absolute;
    bottom: 66px;
    left: 24px;
}*/
.hotel_p_s_d {
     position: absolute; 
    bottom: 50px;
    left: 10px;
    margin-left: 0px;
}

span.hotel_star {
    color: #FFAA2B;
    letter-spacing: 5px;
}

.hotel_cityname {
    position: absolute;
    top: 20px;
    left: 8px;
    height: 30px;
    width: 124px;
    padding: 4px 10px;
    background: linear-gradient(90deg, #002C59 0%, rgba(4, 55, 109, 0) 100%);
}

span.hotel_name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
/*Popular Hotels*/

/* theam pattern7 */

.banner_block h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 39px;
    color: #0E4681;
}


.hotel_p_con {
    background: #0E4681;
    /*padding: 10px;*/
}

    .hotel_p_con h5 {
        font-weight: 700;
        font-size: 15px;
        line-height: 40px;
        color: #ffffff;
        margin: 0px;
        overflow: hidden;
        min-height: 45px;
        text-align: center;
    }

/* theam pattern7 */

/*Things To Do In Jordan*/

.tour-section {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #f4f8fb;
    cursor: pointer;
    margin-bottom: 30px;
}

    .tour-section img {
        height: 225px;
        object-fit: cover;
        width: 370px;
    }

.tour_text {
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 1;
    color: #fff;
    font-size: 1px;
    right: 0;
    text-align: center;
}

    .tour_text h5 {
        width: 100%;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-weight: 700;
        font-size: 18px;
        line-height: 21.94px;
    }

.tour_cityname {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 30px;
    width: 124px;
    padding: 4px 10px;
    color: #0E4681;
    background: rgba(255, 255, 255, 0.8);
    margin: -10px;
}

.tour_name {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.tour_product {
    margin-top: 30px;
    padding: 30px 0;
    background: #0E4681;
}

    .tour_product h2 {
        color: #FFFFFF;
    }
/*Things To Do In Jordan*/

/*Worldwide Top Destinations*/

.bigimage .tour_destination .destinationname {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    height: 30px;
    width: 124px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.bigimage .tour_destination .destinationname {
    width: 270px;
    height: 55px;
}

.bigimage .destinationname span {
    font-size: 24px;
    line-height: 48px;
}

.smallimage .tour_destination .destinationname {
    position: absolute;
    top: 60%;
    right: 50%;
    transform: translate(50%,-50%);
    height: 35px;
    width: 124px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    backdrop-filter: blur(4px);
    display: inline-table;
}

.bigimage .tour_destination img {
    height: 305px !important;
    width: 100%;
    margin-top: 25px;
    object-fit: cover;
    background: white;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    padding: 6px;
}

.smallimage .tour_destination img {
    height: 140px;
    width: 100%;
    margin-top: 25px;
    object-fit: cover;
    background: white;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    padding: 6px;
}

span.city_name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
}
/*Worldwide Top Destinations*/


/*Explore Best Jordan Packages*/
.package_product {
    height: 242px;
}

.package-product img {
    height: 242px;
}

.package-name {
    background: #C9F1F9;
    padding: 10px;
    left: 20px;
    height: 95px;
}

    .package-name h5 {
        font-size: 18px;
        font-weight: 700;
        color: #0E4681;
        line-height: 22px;
        padding: 10px;
        border-bottom: 1px solid #E7FAFE;
        margin: 0;
    }

    .package-name span {
        font-size: 13px;
        font-weight: 700;
        color: #0E4681;
        line-height: 16px;
        position: absolute;
        bottom: 15px;
        left: 20px;
    }

    .package-name a {
        font-weight: 700;
        font-size: 14px;
        line-height: 30px;
        padding: 0 15px;
        background: var(--btn-bg);
        color: #fff;
        display: inline-block;
        max-width: fit-content;
        position: absolute;
        bottom: 6px;
        right: 15px;
    }

.package_date {
    position: absolute;
    top: 25px;
    background: #0E4681;
    width: 130px;
    height: 25px;
    left: 20px;
    border-radius: 100px;
}

    .package_date span {
        font-size: 13px;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 25px;
        padding: 0 7px;
        text-align: center;
        display: inline-block;
    }


/*Explore Best Jordan Packages*/


/*Transfers In Jordan*/
a.tranfer_banner {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #E3E3E3;
}

    a.tranfer_banner img {
        max-width: 135px;
        height: 140px;
        object-fit: cover;
        background-color: #f4f0fa;
        width: 100%;
    }

.transfer_detail {
    flex: 1;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.tranfer_con b {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 10px;
    display: inline-block;
    padding-bottom: 5px;
    color: #0E4681;
}

.tranfer_con p {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #4A4A4A;
    margin: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
/*Transfers In Jordan*/

/*-----Media Css----*/
@media (max-width:1199px) {
    .section {
        padding: 30px 0;
    }
    /*--blog-info-css--*/
    .blog_box_info {
        padding: 7px 15px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .default_b2b .image_s_block {
        max-height: 500px;
        min-height: 500px;
    }

    .search-heading .db-text {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .search-heading .db-text {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .counter_section {
        margin: 0;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .why_choose {
        width: calc(100%/2 - 15px);
    }
}

@media (max-width:767px) {

    .section {
        padding: 20px 0 0px 0;
    }

    .section_title h2 {
        font-size: 16px;
        line-height: 34px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .image_s_block {
        max-height: 233px;
        min-height: 233px;
        animation: none;
    }

    .default_b2b .image_s_block {
        max-height: 500px;
        min-height: 500px;
    }

    .search-heading .db-text {
        font-size: 18px;
        line-height: normal;
    }

    .search-heading .sub-title {
        font-size: 14px;
        line-height: normal;
    }

    .banner_block, .best-bg-light {
        padding: 20px 0;
    }

    .banner_name {
        margin-bottom: 10px;
        max-width: 85%;
    }

        .banner_name h2 {
            font-size: 16px;
            line-height: 25px;
        }

        .banner_name p {
            font-size: 12px;
        }

    .banner_title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .odd .blog_media::after {
        bottom: -11px;
        left: 50%;
        top: unset;
    }

    .blog_image {
        height: 170px;
    }

    .blog_box_info {
        padding: 15px;
        min-height: 200px;
    }

    .support_block {
        flex-direction: column;
    }

    .support {
        width: 100%;
    }

    .video_contant {
        padding: 10px;
        row-gap: 10px;
    }

        .video_contant h2 {
            font-size: 17px;
            line-height: 25px;
        }


    .count_section {
        text-align: center;
        flex-direction: column;
        row-gap: 15px;
    }

    p.video_des, .count_block p {
        font-size: 12px;
    }


    .count_n {
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: #7E663D;
    }

    .why_main_div {
        flex-direction: column;
    }

    .why_bg {
        padding: 10px;
    }

    h2.why_title {
        font-size: 18px;
        line-height: 37px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .why_choose {
        width: calc(100%);
    }

    .reg_content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .counter_section .conter_block {
        margin-top: 30px;
    }
	.explor_contain_box{
		position: unset;
	}
}
