.mob-menu {
    display: none;
}

.swiper-button-prev:after {
    content: '';
    background: url('https://beta.vedavogue.shop/wp-content/uploads/2024/06/Group-103886.svg');
    height: 35px;
    width: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev{
    left: -12px;
}

.swiper-button-next:after {
    content: '';
    background: url('https://beta.vedavogue.shop/wp-content/uploads/2024/06/Group-103885.svg');
    height: 35px;
    width: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-next{
    right: -12px;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}

.header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul li a:hover {
    color: #085818;
}

.header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul li.current-menu-item a {
    color: #085818;
    font-weight: 700;
}

.header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 41px;
    column-gap: 41px;
}

.header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul li {
    display: inline-block;
}

.header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul li a {
    display: block;
    font-size: 17px;
    line-height: 1.47;
    font-weight: 400;
    color: #333333;
    padding: 32px 0;
}
.testimonials-wrap .slider-wrap .testimonials-slider .swiper-slide-active .testimonial-box{
    color: #04332E;
    background: #fff;
}
.testimonials-wrap .slider-wrap .testimonials-slider .testimonial-box{
    transition: 0.5s;
}
.testimonials-wrap .slider-wrap .testimonials-slider .testimonial-box:hover{
    color: #fff;
    background: #085818;
}
@media (max-width: 1440px){
    .section-shape .leaf-shape.right,
    .section-shape .leaf-shape.left{
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container {
        height: calc(100vh - 59px);
        overflow: auto;
    }

    .header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul {
        flex-direction: column;
        align-items: initial;
    }

    .header-wrap header .head-bottom .menu-wrap .menu-mobile-main-menu-container>ul li a {
        padding: 12px 0;
    }
}

@media(max-width: 767px) {

    .our-story-wrap .shape.right,
    .our-story-wrap .shape.left,
    .header-wrap header .head-bottom .head-link,
    .title-wrap.title-shape .h2::before,
    .title-wrap.title-shape .h2::after,
    .home-service .shape.right,
    .home-service .shape.left,
    .why-our-products,
    .explore-products-wrap .shape.left,
    .dont-know .container>img,
    .book-appointment-wrap .shape.left,
    .explore-products-wrap .shape.right,
    .book-appointment-wrap .shape.right,
    .quiz.free-quiz.section-shape::before,
    .quiz.free-quiz.section-shape::after {
        display: none !important;
    }

    .our-story-wrap .our-story .title-wrap {
        padding-top: 0px !important;
    }

    .header-wrap header .menu-bar button .icon::before {
        display: none;
    }

    .header-wrap header .menu-bar button .icon::after {
        background: url('https://beta.vedavogue.shop/wp-content/uploads/2024/06/mingcute_menu-fill.svg');
        content: '';
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-position: center
    }

    .header-wrap header .head-bottom .container .head-logo {
        width: 80%;
    }

    .header-wrap header .head-bottom .container {
        justify-content: space-between;
    }

    .header-wrap header .head-logo a img {
        max-width: 180px;
    }

    .header-wrap {
        height: 104px;
    }

    .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .our-story .h2,
    .our-story .title-wrap .sub-text p,
    .our-story-wrap .our-story .title-wrap .btn-wrap {
        text-align: left;
    }

    .free-quiz-box {
        background: #fff;
        background-image: none !important;
    }

    .book-appointment-wrap .appointment-wrap .appointment-left {
        width: 100%;
    }

    .quiz.free-quiz .row {
        flex-direction: column-reverse;
    }

    .latest-blog .title-wrap .h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .testimonials-wrap .title-wrap .h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .dont-know .container .title-wrap .h2,
    .dont-know .container .title-wrap h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .home-service .service-list ul li {
        box-shadow: 0px 0px 14px 0px #26262614;
        padding: 20px
    }

    .quiz.free-quiz {
        background: #fff;
    }

    .mob-menu {
        display: block;
    }

    .desk-menu {
        display: none;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after{
        display: block;
    }
}