.header .header-top .top-language {
    top: 122px;
}

.top-language::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -22px;
    width: 18px;
    height: 18px;
    background-image: url("https://www.bestinnature.com/pub/media/magiccart/magicslider/g/l/globe.png");
    background-position: left;
    background-size: 18px;
    background-repeat: no-repeat;
}

.blog-widget-recent .post-ftimg-hld img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.cns-about-images {
    margin: auto;
    width: 50%;
}


/* landing page one*/

.no-gutter {
    padding: 0;
}

.landing-banner-wrapper {
    background-color: #5FC3AF;
}

.landing-banner-wrapper .banner-image {
    display: block;
}

.landing-banner-wrapper .banner-content {
    padding: 60px 50px;
    color: #fff;
}

.landing-banner-wrapper .banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.landing-banner-wrapper .banner-content p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.5;
}

.landing-banner-wrapper .banner-content .shop-btn {
    background-color: #087E59;
    padding: 10px 25px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.creating-account-wrapper {
    padding: 100px 0;
}

.creating-account-wrapper .bone-image {
    border-radius: 0 65px 0 65px;
}

.creating-account-wrapper .bone-content {
    margin-top: 100px;
    padding-left: 24px;
}

.creating-account-wrapper .bone-content img {
    width: fit-content;
}

.creating-account-wrapper .bone-content h1 {
    font-size: 24px;
    color: #087E59;
    font-weight: 700;
    margin-top: 20px;
}

.creating-account-wrapper .bone-content .started-btn {
    background-color: #5FC3AF;
    padding: 10px 25px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
}

.philosophy-wrapper {
    background-color: #087E59;
    padding: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.philosophy-wrapper h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.bottom-info-wrapper {
    padding: 50px;
    background-color: #D9F6F1;
    text-align: center;
    margin-top: 50px;
}

.bottom-info-wrapper h1 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}


/* landing page ends */


/* landing page two */

.bone-landing-wrapper {
    background-color: #087E59;
}

.bone-landing-wrapper .banner-image {
    display: block;
}

.bone-landing-wrapper .banner-content {
    padding: 50px 50px 50px 50px;
    color: #fff;
}

.bone-landing-wrapper .banner-content h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.bone-landing-wrapper .banner-content .shop-btn {
    background-color: #5FC3AF;
    padding: 10px 25px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.bone-product-wrapper {
    background-color: #FFF2BA;
    padding: 50px;
    position: relative;
    margin-top: 120px;
    border-radius: 5px;
}

.bone-product-wrapper h1 {
    font-size: 26px;
    color: #087E59;
    font-weight: 700;
    margin-top: 20px;
}

.bone-product-wrapper p {
    color: #087E59;
    font-weight: 700;
    margin-top: 10px;
}

.bone-product-wrapper .bone-image {
    position: absolute;
    top: -132px;
}

.bone-product-wrapper .addcart-btn {
    background-color: #34B78F;
    padding: 10px 25px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.profile-slide-wrapper {
    margin: 50px 0;
    text-align: center;
    color: #fff;
}

.profile-slide-wrapper .slide-box {
    background-color: #5FC3AF;
    border-radius: 0 65px 0 65px;
    padding: 35px 50px;
}

.profile-slide-wrapper .slide-box h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}

.profile-slide-wrapper .slide-box p {
    margin-top: 10px;
}

.header-search .dropdown-switcher {
    box-shadow: 0px 2px 12px 0px #00000094;
}

#home .section-1 .part1,
#home .section-1 .part2,
#home .section-1 .part3 {
    min-height: 690px;
}

.post-list .post-header .post-title, .post-view .post-header .post-title {
    float: unset!important;
}
/* landing page two ends */

@media only screen and (max-width: 768px) {
    #home .section-1 .product {
        margin-top: 25px;
    }
    .page-header .header .logo {
        padding: 10px 0px !important;
        max-width: 112px !important;
    }
    .header .header-top .top-language {
        top: 102px;
        left: 30px;
        max-width: 80px;
    }
    .post-content .post-description img {
        margin: 0;
    }
    .tool-header .tool-content {
        padding-top: 10px;
        margin-top: 21px;
        margin-right: -35px;
    }
    .nav-toggle {
        top: 10px;
    }
    #home #section3 {
        width: 100%;
    }
    .footer-item .logo img {
        max-width: 100%;
        display: block;
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .cns-about-images {
        width: 100%;
    }
    .creating-account-wrapper .bone-content {
        text-align: center;
        display: block;
        margin-top: 25px;
    }
    .cms-discover-bin .container {
        padding: 0;
    }
    .cms-discover-bin .row {
        padding-right: 15px;
        padding-left: 15px;
    }
    .cms-discover-bone-essense .container {
        padding: 0;
    }
    .cms-discover-bone-essense .row {
        padding-right: 15px;
        padding-left: 15px;
    }
    .bone-product-wrapper .bone-box {
        margin-top: 150px;
    }
    .bone-product-wrapper .bone-image {
        max-width: 270px;
    }
    #home .section-1 .product {
        width: 100% !important;
    }
}