.navbar {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.toplogo {
    width: 100%;
    max-width: 200px;
}

.nav-item.mr-10 {
    margin-right: 10px;
}

.nav-icon-16 {
    max-width: 16px;
}

.btn-order {
    color: #FFF;
    border-radius: 2px;
    background: #f4792b;
    border-color: #cc6915;
    box-shadow: 0px 1px 4px #999;
    margin: 0 auto;
}

a.btn-order:hover {
    background: #e47c14;
    border-color: #ffe700;
    color: #feff81;
}

.atcbtn {
    width: 100%;
    max-width: 560px;
}

.hero-rectangle-bg1-sec {
    margin-bottom: 0 !important;
    padding: 60px 0 30px;
}

.hero-rectangle-bg1-sec:after {
    display: none !important;
}

.hb-review-title-mobile-hidden {
    display: none;
}

.dsc-feature-item-photo {
    background-size: cover;
}

.dsc-feature-item-photo-01 {
    background-image: url(../images/capsule-feature-img-01.jpg);
}

.dsc-feature-item-photo-02 {
    background-image: url(../images/capsule-feature-img-02.jpg);
}

.dsc-feature-item-photo-03 {
    background-image: url(../images/capsule-feature-img-03.jpg);
}

.dsc-feature-item-photo-04 {
    background-image: url(../images/capsule-feature-img-04.jpg);
}

.dsc-feature-item-photo-05 {
    background-image: url(../images/capsule-feature-img-05.jpg);
}

.dsc-feature-item-photo-06 {
    background-image: url(../images/capsule-feature-img-06.jpg);
}

.customer-review-h3-1 {
    font-size: 20px;
}

.customer-review-img-1 {
    height: 30px;
}

.customer-review-p-1 {
    font-size: 14px;
}

#testimonials {
    margin: 0 auto;
    max-width: 960px;
}

.review-video-container {
    position: relative;
    width: 100%;
    padding: 120% 0 0;
}

.review-video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.review-video-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.review-photo-1 {
    background-image: url(../images/review-photo-4.jpg);
}

.review-photo-2 {
    background-image: url(../images/review-photo-5.jpg);
}

.review-photo-3 {
    background-image: url(../images/review-photo-6.jpg);
}

.reviewer-photo-1 {
    background-image: url(../images/reviewer-circle-photo-07.png);
}

.reviewer-photo-2 {
    background-image: url(../images/reviewer-circle-photo-02.png);
}

.reviewer-photo-3 {
    background-image: url(../images/reviewer-circle-photo-08.png);
}

.doc-approv-div-1 {
    background-image: url(../images/doctor-approval-sec-bg.jpg);
}

.home-faq-ractangle:after {
    display: none !important;
}

.free-ebook-img-1 {
    width: 350px;
}

.free-ebook-img-2 {
    width: 350px;
}

.free-ship-img-1 {
    width: 180px;
}

@media (max-width: 991px) {
    .glp-money-back-guarantee-sec {
        padding: 20px 0;
    }
    .discover-capsule-feature-sec {
        padding-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .toplogo {
        max-width: 120px;
    }
    #testimonials .col-sm-12 {
        padding: .5rem 40px !important;
    }
}

@media (max-width: 575px) {
    .hero-rectangle-bg1-sec {
        padding-top: 30px;
    }
    .discover-capsule-feature-sec {
        padding: 30px 0 60px;
    }
    .home-get-free-ebook-sec {
        padding: 0 0 20px;
    }
}