body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}


.container {
    max-width: 1200px;
    margin: auto;
}

.header {
    background-color: #000;
    /* padding: 0.3rem 5px; */
    border-bottom: 5px solid #0196da;
}

/* .menu-links {
    padding: 20px 6px;
} */
.mb-navbar {
    padding: 0px 5%;
}

.toggle_container ul {
    list-style-type: none;
    font-size: 14px;
    margin: -2px;
}

.list_item {
    padding: 24px 10px;
    margin-left: 0px;
    font-weight: normal;
    font-size: 12px;
}

.list_item:hover,
.list_item.active {
    text-decoration: none;
    background-color: #0196da;
}

.toggle_button {
    padding: 4px 8px;
    border-radius: 10%;
    width: 25px;
    height: 25px;
    margin-left: 0;
    border: 1px solid #fff;
}

.align-items-center {
    align-items: center;
}

a,
a:hover {
    /* color: #107FC2; */
    text-decoration: none;
}

.text-white {
    color: #ffffff;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-30 {
    width: 30%;
}

.w-33 {
    width: 33.33%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-48 {
    width: 48%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: end;
}

.text-left {
    text-align: left;
}

h1,
.h1 {
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 20px;
}

h2,
.h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

section {
    padding: 12px 0px;
}

.p-0 {
    padding: 0px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.rounded {
    border-radius: 20px;
}

.border-0 {
    border: none;
}

.btn-white {
    padding: 10px 30px;
    display: inline-block;
    background-color: #fff;
    color: #107FC2;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.btn-primary {
    padding: 18px 30px;
    display: inline-block;
    color: #fff;
    background-color: #107FC2;
    /* border-radius: 10px; */
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-warning {
    padding: 18px 30px;
    display: inline-block;
    color: #fff;
    background-color: #F39F20;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 40px;
    margin-bottom: 10px;
}

.card {
    border: 2px solid #107FC2;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.prd_card {
    background-color: #232424;
    padding: 20px;
    position: relative;
    /* padding-top: 165px; */
    /* margin-top: -150px; */
    border-radius: 5px 5px 5px 5px;
}

.prd_card_img {
    position: relative;
    z-index: 1;
}

.prd_card_img_content h3 {
    margin: 0px;
}

/* .prd_card_img_content {
    padding: 0px 20px 20px;
    background-color: #232424;
.prd_card_img {
    background: linear-gradient(0deg, #232424 100% ,#fff 25%);
} */
.review_card {
    height: 400px;
    /* margin-bottom: 20px; */
    background-size: cover;
    background-repeat: no-repeat;
}

.review_card img {
    border: 2px solid white;
    margin-top: 93%;
    border-radius: 50%;
}

.review_card h5,
.review_card p {
    margin: 0;
    margin-top: 6px;
}

input:focus,
input {
    outline: none;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.px-m-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.highlights p {
    font-size: 10px;
    padding-left: 6px;

}

.highlights img {
    width: 30px;
    height: auto !important;
    padding-left: 6px;
}

.bg-banner_img {
    /* background-image: url(https://d2j861izbfuruy.cloudfront.net/medicalbreakthrough/bg-new/bg-banner-s.png); */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    /* margin-bottom: 20px; */
    width: 100%;
}

.reviews-star1 {
    color: #feca12;
}

.mb_doctorreviews {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.mb_doctorreviews:hover {
    border-bottom: 1px solid rgb(96, 96, 96);
}

/* index-mb css start */
.mbanner-imga {
    position: relative;
}

.mcall-now {
    position: absolute;
    top: 16.5%;
    left: 8%;
    font-size: 35px;
    color: #fff;
}

.mcall-now .call-nowmd {
    color: red;
    font-weight: 700;
}

.owl-carousel .item {
    /* padding: 30px; */
    margin: 5px 10px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: 100%;
}

.slide_item {
    position: relative;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.thumb-info img {
    width: 70px !important;
    display: flex !important;
    margin: auto;
    padding-bottom: 5px;
}

.thumb-info {
    position: absolute;
    top: 45%;
    transform: translate(50%, 50%);
}

.number-bg1 {
    background-color: #0196da;
    padding: 0px 0px;
    position: sticky;
    top: 0;
    z-index: 15;
}

.text-top {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    line-height: normal;
}

.text-top>span {
    font-weight: 600;
    font-size: 20px;
}

.text-top>span {
    font-weight: 600;
    font-size: 20px;
}

.desktop-show {
    display: inherit;
}

.mobile-show {
    display: none;

}

.navbar_main {
    display: flex;
    justify-content: space-between;
    padding: 0.6% 6%;
}

.navbar_1 {
    align-self: center;
}
.navbar_2{
    align-self: center;
    position: relative;
    left: 2px;
}

.text-top {
    margin-bottom: 0;
}

.gary-video {
    width: 100%;
    height: 604px;
}

.footer-width {
    background-color: black;
}

.footer-width footer {
    width: 80%;
    margin: auto;
}

footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: left;
}

.newsletter {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 0;
    background-color: #0a0a0a;
    border-bottom: 1px solid #c1c1c1;
}

.newsletter h2 {
    color: #4080c5;
    font-size: 30px;
    font-family: fantasy, serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}

.newsletter p {
    color: #569FDD;
    font-weight: 700;
    padding-top: 5px;
    font-family: proxima-nova-extra-condensed, sans-serif, sans-serif;
    font-size: 14px;
    font-stretch: normal;
}

.newsletter form {
    /* display: flex; */
    justify-content: center;
    margin-top: 10px;
    margin-right: 2%;
}

.newsletter input[type="email"] {
    padding: 10px;
    border: none;
    width: 300px;
}

.newsletter button {
    padding: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    border-bottom: 1px solid #333;
}

.footer-content div {
    flex: 1;
}

.footer-content h3 {
    color: #0080ff;
}

.footer-content ul {
    list-style: none;
    padding: 0;
}

.footer-content ul li {
    margin: 5px 0;
}

.contact-info {
    /* display: flex; */
    justify-content: space-around;
    padding: 20px;
}

.contact-info div {
    flex: 1;
}

.contact-info p {
    margin: 5px 0;
}

.social-media {
    display: flex;
    justify-content: start;
    padding-left: 90px;
    gap: 5px;
    padding-top: 20px;
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    background-color: #000;
}

/* .footer-bottom .ratings {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 10px;
} */
.footer-note p {
    font-size: 13px;
}

.footer-bottom .footer-note {
    margin: 10px 0;
}

.footer-bottom .footer-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-self: center;
}

.footer-bottom .footer-links a {
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 10px;
    padding-right: 0px;
    text-decoration: none;
    font-size: 13px;
}

/* .footer-bottom .footer-links a:hover {
    text-decoration: underline;
} */

.fake-input {
    position: relative;
    padding: 0;
    margin: 0;
}

.subscribe {
    background: url(https://www.medicalbreakthrough.com/images/send.png);
    position: absolute;
    bottom: 22px;
    left: 80%;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background-repeat: no-repeat;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.input-emai {
    height: 40px;
    margin-top: -9px;
    padding-left: 30px;
}

/* .footer-mb {
    display: flex;
    justify-content: space-around;
    background-color: #000;
    color: white;
    padding: 20px 0;
} */

.footer-mb-menu {
    padding-left: 15px;
}

.footer-mb-menu-1,
.footer-mb-menu-2 {
    width: 20%;
}

.footer-mb-menu-3 {
    width: 30%;
}

.footer-mb-menu- {
    width: 30%;
}

.footer-mb-menu-3 .footer-mb-content {
    display: flex;
    justify-content: space-between;
}

.footer-mb-toggle {
    background-color: #000;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    position: relative;
    font-weight: 600;
}

.footer-mb-toggle i {
    position: absolute;
    right: 10px;
    transition: transform 0.4s ease-out;
}

.footer-mb-content {
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #000;
}

.footer-mb-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.footer-mb-content ul li {
    padding: 5px 0px;
}


.footer-mb-content li:last-child {
    border-bottom: none;
}

.arrow-180 {
    font-weight: 800;
    font-size: 30px;
}

.footer-legal,
.footer-contact {
    display: none;
}

.footer-maincontent {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin: auto;
    width: 100%;
}
.mb_pretail {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 23px;
    margin-top: 25px;
}
.mb_mretail{
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer-maincontent-1 {
    width: 25%;
}

.footer-maincontent-2 {
    width: 75%;
    display: flex;
}

.logo-mb {
    width: 100%;
}

.contact,
.support,
.address {
    display: flex;
    padding-left: 25px;
    padding-bottom: 10px;
}

.contact div p,
.support div p,
.address div p {
    font-size: 12px;
    margin: 0;
    padding-left: 10px;
    width: 250px;
}

.ratings-main {
    display: flex;
}

.ratings-1 {
    width: 40%;
}

.ratings-1 img {
    width: 100%;
}

.ratings-2 {
    display: flex;
    width: 60%;
    align-items: center;
    /* margin-top: 50px; */
}

.ratings-2 img {
    /* width: 25%; */
    height: 100px;
    align-self: center;
}

.ratings-yelp {
    height: 125px !important;
    width: 95px !important;
    margin-top: 25px;
}
.d-block{
    display: block;
}

.footer-bottom_disc {
    margin-bottom: -60px;
    position: relative;
    text-align: center;
}

.footer-bottom_disc p {
    font-size: 12px;
}

.mobile-show {
    display: none;
}

.footer-mainnote {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c1c1c1;
}

span.error-msg {
    color: red;
    font-size: 14px;
}

a.mb_footerlinks {
    text-decoration: none;
    color: #fff;
}

.divone {
    display: flex;
}

.video-size-a {
    width: 100%;
    height: 325px;
    border-radius: 3.5%;

}

.in-div-one {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.div-one-p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 10px;
}

.div-head {
    padding: 28px 0px !important;
}
.tumb-data h5 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.healing-chair{
    position: absolute;
    top: -320px;
    width: 120%;
    left: 55px;
}
.heal-jurndisc{
    position: relative;
    z-index: 1;
}
.web-none-1 {
    display: none !important;
    padding: 15px 0px;
}
.web-none {
    display: none !important;
}
.support-number{
    text-decoration: none;
    color: #fff;
}
.breakthrough-intro{
    display: none;
}
/* index-mb css end */
@media screen and (max-width: 999px) {
    .in-div-one {
        padding-left: 0%;
        padding-right: 0%;
    }
    .bg-banner-3{
        padding: 20px;
    }
    .healing-disc{
        font-size: 14px;
        font-weight: 300;
    }
    .healing-chair{
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        margin-top: -50px;
    }
    .btn-white{
        border-radius: 3px;
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
    input#name, input#email{
        font-size: 18px;
    }
    .review-buttons{
        display: flex;
        justify-content: space-evenly;
    }
    .mb_signupdisc{
        color: #A0A0A0;
        font-size: 14px;
    }
    .ul-relax{
        text-align: center;
        padding-top: 25px;
    }
    .ul-relax p{
        color: #A0A0A0;
        font-size: 14px;
    }
    .ul-relax-sub{
        display: flex;
        gap: 5px;
        justify-content: center;
        font-size: 16px;
    }
    .monile-none {
        display: none !important;
    }
    .web-none,.web-none-1 {
        display: block !important;
    }
    .ul-relax-btn{
        display: none;
    }
    .glide__slides-client1 {
        padding: 0 45% !important;
    }
    .py-m-20{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .toggle_container {
        position: absolute;
        top: 0;
        left: 0;
        background: #107FC2;
        width: 50%;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        z-index: 1;
    }
    .close_header {
        padding: 4px 8px;
        border-radius: 10%;
        width: 25px;
        height: 25px;
        margin-left: 0;
    }
    .toggle-close{
        position: absolute;
        top: 5%;
        right: 5%;
    }

    .nav_list {
        /* padding-left: 0; */
        justify-content: start !important;
    }

    .list_item {
        color: #fff;
        font-weight: normal;
        margin-bottom: 0;
        font-size: 12px;
        padding: 20px 10px;
    }

    .list_item:hover {
        color: #fff;
        text-decoration: underline;
    }

    .btn-space {
        margin-top: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }

    /* .bg-banner-2 {
        background-image: url(https://d2j861izbfuruy.cloudfront.net/medicalbreakthrough/bg-new/side-img-s.png);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
    } */

    /* .bg-banner-3 {
        background-image: url(https://d2j861izbfuruy.cloudfront.net/medicalbreakthrough/bg-new/bg-banner-2-s.png);
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100%;
        background-position-y: bottom;
    } */

    .video-banner {
        min-height: 262px;
        height: 262px;
        background-color: #000;
    }

    .doctor__review {
        padding: 15px 20px 5px;
    }

    .doctor__review p {
        margin-top: 0;
        font-size: 14px;
    }

    .doctor__review div h2 {
        margin-bottom: 0;
    }

    .doctor__review__head {
        margin-bottom: 0;
    }

    .ourbest_seller {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .mb_head {
        padding: 10px 20px;
    }

    .mb_head h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .mb_head p {
        font-size: 14px;
        margin-top: 0;
    }

    .glide__video p {
        margin-bottom: 0;
    }

    .medicalfeature {
        padding: 15px 20px 5px;
    }

    .videobanner {
        padding: 0px 0 5px;
    }

    .community_agry {
        padding: 20px 20px 0px;
    }

    .review_card {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .community_agry p {
        margin-bottom: 0px !important;
        margin-top: 5px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .reviews-client {
        padding: 20px;
    }

    .signmeup {
        font-size: 30px;
        margin-bottom: 0;
    }

    .signmeup_time {
        margin-bottom: 0;
    }

    .signmeup_disc {
        font-size: 14px;
    }

    .glide__slides {
        margin-bottom: 0;
    }

    .glide__arrows {
        padding-bottom: 20px;
    }

    .image-comparison {
        height: 205px !important;
        padding-top: 10px;
    }

    .dream-clam {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .dream-clam-a {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: -10px;
        text-align: center;
    }

    .healing-hed {
        font-size: 29px;
        margin-bottom: 0;
    }

    .healing-hed-disc {
        font-size: 12px;
        margin-bottom: 15px !important;
        color: #fff;
    }
    .breakthrough-intro{
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        margin: 0;
        color: #fff;
    }
}

@media screen and (min-width: 1000px) {
    .signmeup_time {
        margin-bottom: 10px
    }

    .px-m-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .highlights p {
        font-size: 15px;
        /* padding-left: 0px; */
        width: inherit;

    }
    .main-con-div{
        display: flex;
    }
    .highlights img {
        width: auto;
        height: auto !important;
        padding-left: 0px;
    }

    .glide__arrows .glide__arrow--prev {
        position: absolute;
        top: 50%;
        left: -100px;
    }

    .glide__arrows .glide__arrow--next {
        position: absolute;
        top: 50%;
        right: -100px;
    }

    .lg-w-10 {
        width: 10%;
    }

    .lg-w-15 {
        width: 15%;
    }
    .lg-w-17 {
        width: 17%;
    }

    .lg-w-20 {
        width: 20%;
    }

    .lg-w-22 {
        width: 22%;
    }

    .lg-w-25 {
        width: 25%;
    }

    .lg-w-30 {
        width: 30%;
    }

    .lg-w-33 {
        width: 33.33%;
    }

    .lg-w-35 {
        width: 35%;
    }

    .lg-w-40 {
        width: 40%;
    }

    .lg-w-48 {
        width: 48%;
    }

    .lg-w-50 {
        width: 50%;
    }

    .lg-w-60 {
        width: 60%;
    }

    .lg-w-65 {
        width: 65%;
    }

    .lg-w-70 {
        width: 70%;
    }

    .lg-w-75 {
        width: 75%;
    }

    .lg-w-80 {
        width: 80%;
    }

    .lg-w-85 {
        width: 85%;
    }

    .lg-w-90 {
        width: 90%;
    }

    .lg-w-100 {
        width: 100%;
    }

    .lg-text-center {
        text-align: center;
    }

    .lg-text-right {
        text-align: end;
    }

    .lg-text-left {
        text-align: left;
    }

    .lg-hidden {
        display: none;
    }

    .lg-block {
        display: block;
    }

    h1,
    .h1 {
        font-size: 50px;
    }

    h2,
    .h2 {
        font-size: 42px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

    .review_card {
        height: 100%;
        width: 100%;
        /* margin-bottom: 20px; */
        background-size: cover;
        background-repeat: no-repeat;
    }

    .tumb-data {
        padding-bottom: 8%;
    }

   

    .tumb-data p {
        font-size: 14px;
        margin-top: 0;
    }

    .btn-white,
    .btn-primary {
        font-size: 20px;
    }

    .bg-banner {
        position: relative;
    }

    .bg-banner_img {
        /* background-image: url(https://d2j861izbfuruy.cloudfront.net/medicalbreakthrough/Rectangle+138.png); */
        background-size: cover;
        background-repeat: no-repeat;
        /* height: 660px; */
        /* display: flex;
        align-items: center; */
        width: 100%;
    }

    .bg-banner_content {
        position: absolute;
        top: 30%;
        left: 12%;
    }

    .video-banner {
        /* height: 600px; */
        /* background-color: #000; */
        /* width: 65%; */
        display: flex;
        margin: auto;
    }

    .video-banner_main {
        width: 100%;
    }

    .healing-hed {
        font-size: 50px;
    }

    .doctor__review-container {
        margin-bottom: -5%; 
    }
    .custom-des{
        position: relative;
        left: 10px;
    }
    .custom-desa{
        position: relative;
        left: -15px;
    }
}

/*image slider */

.image-comparison {
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    height: 610px;
}

.image-comparison__slider-wrapper {
    position: relative;
}

.image-comparison__label {
    font-size: 0;
    line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: ew-resize;
    z-index: 20;
}

@media (hover) {
    .image-comparison__range:hover~.image-comparison__slider .image-comparison__thumb {
        transform: scale(1.2);
    }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus~.image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active~.image-comparison__slider .image-comparison__thumb {
    transform: scale(0.8);
    background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 1px);
    height: 100%;
    overflow: hidden;
}

.image-comparison__figure {
    margin: 0;
}

.image-comparison__figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background-color: #f2f2f2;
}

.image-comparison__figure:not(.image-comparison__figure--overlay) {
    position: relative;
    padding-top: 66.666666667%;
}

.image-comparison__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 50%;
    object-position: 0 50%;
    overflow: hidden;
}

.image-comparison__figure--overlay .image-comparison__image {
    z-index: 1;
}

.image-comparison__slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 85%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}

.image-comparison__range--active~.image-comparison__slider {
    background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0091df;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
    transform-origin: center;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
    width: 40px;
    height: 40px;
    opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
    background-color: transparent;
}

.image-comparison__range::-ms-track {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: transparent;
    outline: none;
    cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
    width: 0.5%;
    height: 100%;
    opacity: 0;
}

.image-comparison__range::-ms-tooltip {
    display: none;
}

.client-rimg {
    width: 35%;
}

.breakthrough-btn {
    border-radius: 5px;
}

.web-cam {
    position: relative;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5);
    margin: auto;
}

.web-cam::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 40px 20px rgba(0, 0, 0, 1);
}

#video_engage {
    width: 620px;
    height: 500px;
    /* position: absolute; */
    /* top: -75px;
    left: -125px; */
    /* opacity: 0.9; */
    margin-top: -70px;
    margin-left: -145px;
}

.mb-submit {
    padding-right: 40px;
    cursor: pointer;
}

.lable-link {
    padding-top: 20px;
}

.mb-submit-right {
    font-size: 25px !important;
    background-color: #F39F20;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
    margin-left: 10px;
}

.mb-pripolicy {
    text-decoration: none;
    color: #000;
}

.glide__slides-client1 {
    padding: 0 25% !important;
}

.glide__slide-c-review {
    margin-left: 0 !important;
}

.glide__slides-client2 {
    padding: 0 18% !important;
    margin-top: 0;
    margin-bottom: 0;
}

.rounded-s {
    border-radius: 10px;
}

.doctor-review {
    padding-bottom: 0;
}

.healing-main {
    padding-top: 20px;
}

span.mb-submit-btn {
    font-size: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

.begin-journey {
    font-weight: 400;
}

.begin-journey span {
    font-weight: 700;
}

.best-seller {
    text-transform: uppercase;
}

.signup_submit {
    display: flex;
    justify-content: space-between;
}
/* mobile after before slider css*/
.ab-custom-slider {
    position: relative;
    overflow: hidden;
}

.ab-custom-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.ab-custom-slide {
    min-width: 100%;
    height: 100%;
}

.ab-custom-next-arrow {
    position: absolute;
    top: 35%;
    right: 22%;
    transform: translateY(-50%);
    background: transparent;
    color: transparent;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.support-number {
    color: #fff;
}
.mb_wellness-head {
    color: #107FC2;
}
.index-logo{
    width: 65%;
    position: relative;
    top: 4px;    
}
input.largerCheckbox {
    width: 20px;
    height: 18px;
    position: relative;
    top: 4px;
}
.hr-div {
    border:1px solid #fff; 
    height: 60px;
}
/*mobile after before slider css*/
@media screen and (max-width: 999px) {
    .index-logo{
        width: 100%;
        position: static;
    }
    .cart_button{
        position: relative;
        left: 30%;
        top: 5px;
    }
    .cart_button img{
       width: 50%;
    }
    .cart_button span{
       color: #fff;
       position: absolute;
       top: -10px;
    }
    .mb-navbar{
        padding: 20px 5%;
    }
    .vedio-mainbanner{
        padding-top: 10px;
    }
    .review_card {
        height: 300px;
    }

    .review_card img {
        margin-top: 85%;
    }

    .glide__slides-client1,
    .glide__slides-client2 {
        padding: 0 35% !important;
    }

    .glide__slides-client1 li div,
    .glide__slides-client2 li div {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .glide__slides-client1 {
        margin-top: 0;
    }

    .community_agry_head {
        font-size: 22px;
        margin-bottom: 0;
    }

    .our-reviews {
        padding-bottom: 0;
        padding-top: 20px;
    }

    .signup_submit {
        display: block;
    }

    .mb_signup {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mb-submit {
        padding-right: 40px;
        display: block;
    }

    .mb_wellness {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .healing-main {
        padding-top: 0px;
        background-image: url(https://d2j861izbfuruy.cloudfront.net/medicalbreakthrough/Group+632.png);
        background-size: cover;
        height: 500px;
        margin-bottom: 10px;
    }
    .btn-primary {
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 700;
    }
    .video-size-a{
        height: 230px;
        border-radius: 0;
        width: 100%;
        display: flex;
        margin: auto;
    }
    .div-head {
        padding: 15px 0px !important;
    }
    .bg-banner_img {
        display: none;
    }
    .begin-journeydisc {
        font-size: 14px;
        margin-top: 5px;
    }

    .begin-journey {
        font-size: 22px;
        margin-bottom: 0;
    }

    .doctor-review {
        padding-top: 0;
    }

    .mb_bestseller {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .mb_info {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .mb_info_disc {
        font-size: 14px;
    }
    .mb_wellness-disc{
        margin-top: 0;
    }
    .glide__slides{
        margin-top: 20px;
    }
}

/* index-mb css media query start */


@media only screen and (min-width: 2000px) and (max-width:2400px) {
    .mcall-now {
        top: 9%;
        left: 8.5%;
        font-size: 35px;
        color: #fff;
    }
}

@media screen and (min-width: 1800px) {
    .thumb-info {
        position: absolute;
        top: 50%;
        transform: translate(60%, 50%);
    }

    .tumb-data {
        padding-bottom: 8%;
    }
}

@media only screen and (max-width: 1552px) {
    .span-top1 {
        font-weight: 600;
        font-size: 18px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .span-top2 {
        font-weight: 600;
        font-size: 18px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1400px) {
    .mcall-now {
        left: 8.5%;
        top: 30%;
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .footer-mb-content {
        max-height: none;
        padding: 10px;
    }

    .arrow-180 {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .item.slide_item.slide_item_1 {
        padding-left: 50% !important;
    }
    
    .link-mcall {
        display: block;
        font-weight: 600;
    }

    .mcall-now {
        top: 0%;
        left: 23%;
        font-size: 18px;
        text-align: center;
        line-height: 21px;
    }

    .mcall-now .call-nowmd {
        color: #fff;
    }

    .gary-video {
        width: 100%;
        min-height: 280px;
        height: 280px;    
    }

    .text-top {
        margin: 0px;
    }

    .customer-support {
        margin: 0px;
        text-align: center;
    }

    .navbar_main {
        display: none;

    }

    .desktop-show {
        display: none;
    }

    .mobile-show {
        display: inherit;

    }

    .b-top-11 {
        font-size: 22px;
    }
    .number-bg1 {
        position: relative;
    }

    .b-top {
        font-size: 30px;
        /* height: 42px; */
    }

    .footer-maincontent {
        width: 100%;
    }

    .footer-maincontent,
    .footer-maincontent-2,
    .footer-contact,
    .footer-legal {
        display: block;
    }

    .footer-maincontent-1,
    .footer-maincontent-2 {
        width: 100%
    }

    .footer-mb-content {
        max-height: 0;
        padding: 0 10px;
        border-bottom: 1px solid #4080c5;
    }

    .toggleFooterMbfooter-mb {
        display: block;
    }

    .footer-mb-menu {
        width: 100%;
        padding-left: 0px;
    }

    .footer-mb-toggle {
        border-bottom: 2px solid #4080c5;
        cursor: pointer;
        padding: 10px 20px;
        font-size: 18px;
    }

    .footer-mb-toggle i {
        right: 20px;
    }
    .social-media {
        padding-left:60px;
        padding-top: 0px;
    }

    .footer-mb-content ul {
        padding-left: 40px;
    }

    .footer-mb-content ul li {
        line-height: 15px;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .ratings-yelp {
        margin-top: 0px;
        height: 100px !important;
        width: 180px !important;
    }

    .ratings-main {
        display: block;
    }

    .ratings-1,
    .ratings-2 {
        width: 100%;
        display: block;
        margin-top: 0px;
    }

    .ratings-2 img {
        width: 49%;
    }

    .disktop-show {
        display: none !important;
    }

    .mobile-show {
        display: block;
        /* width: 90%; */
        margin: auto;
    }
.mobile-show-ping{
    padding: 0px !important;
    padding-top: 4% !important;
    padding-bottom: 4% !important;
}
    .mobile-show p {
        color: #fff;
        font-weight: 500;
        font-family: proxima-nova-extra-condensed, sans-serif, sans-serif !important;
        font-size: 19px !important;
        line-height: normal;
        line-height: 20px;
        padding: 10px 0;
        width: 90%;
        margin: auto;
    }

    .color-yellow {
        color: #ffb31a !important;
    }

    .footer-bottom_disc {
        margin-bottom: -35px;
        display: none;
    }

    .footer-bottom {
        padding: 0;
    }

    .footer-bottom .footer-note {
        margin: 0 auto;
    }

    .footer-mb-menu-3 .footer-mb-content {
        justify-content: start;
    }

    .divone {
        display: block;
    }

    .div-one-p {
        font-size: 14px;
        text-align: center;
        font-weight: 600;
    }
    .owl-nav {
        position: absolute;
        top: 45%;
        right: -5%;
        width: 110%;
        display: flex;
        justify-content: space-between;
    }
    .owl-carousel .item {
        /* width: 80%; */
        margin: 5px auto;
    }
    .owl-carousel {
        position: relative;
    }
    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
        font-size: 30px !important;
        border: 1px solid !important;
        border-radius: 50%;
    }
    .owl-carousel .owl-nav button.owl-next span {
        padding: 0px 14px 2px 15px;
    }
    .owl-carousel .owl-nav button.owl-prev span {
        padding: 0px 15px 2px 14px;
    }
    .thumb-info {
        top: 63%;
        transform: translate(88%, 50%);
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        border-radius: 50%;
        background: none !important;
        color: #000 !important;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
    .community_agry_sub{
        padding: 12px 28px !important;
        font-size: 17px;
        margin-bottom: 10px !important;
        box-shadow: 2px 2px gray;
    }
    .community_agry_head_span {
        display: block;
    }
    .prd_card {
        margin: 0px;
        position: relative;
    }
    .glide__arrows__prod {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* left: -5%; */
        top: -40px;
    }
    .prd_card_img img {
        width: 100%;
    }
    .mb_wellness-head {
        font-size: 30px;
        margin: 0px;
    }
    .series-div {
        display: block;
        text-align: center;
    }
    .hr-div {
        display: none;
    }
    .highlights img {
        width: 50px;
        height: 50px !important;
    }
    .series-img {
        width: 100%; 
    }
    .series-content {
        width: 100%;
        font-size: 14px !important;
        position: relative;
        margin: 0;
        margin-top: 10px;
        padding-top: 10px;
        line-height: 18px;
        &&::after{
            content: '';
            position: absolute;
            top: 0;
            left: 15%; /* Start the border from 15% */
            width: 70%; /* 70% of the element's width */
            border-top: 1px solid #fff;
        }
    }
    .series-p-span{
        display: block;
    }
    .support-number {
        color: #ffb31a !important;
    }
    .main-con-div{
        width: 33%;
    }
    .card {
        border: 2px solid #000;
        padding: 15px 5px 0px 5px;
        border-radius: 5px;
    }
    .btn-space {
        margin-top: 15px;
        margin-left: 15%;
        margin-right: 15%;
    }
    section {
        overflow-x: hidden;
    }
    .banner-mainimg{
        position: relative;
    }
}

@media screen and (max-width: 480px) {

    .newsletter,
    .footer-content,
    .contact-info {
        display: block;
    }

    .footer-width footer {
        width: 100%;
        padding: 0;
    }

    .newsletter p {
        color: #ffffff;
        text-align: justify;
        margin-top: 5px;
        margin-bottom: 0;
    }

    .fake-input {
        width: 100%;
    }

    .newsletter input[type="email"] {
        width: 100%;
        box-sizing: border-box;
        background-color: #757575;
    }

    .input-emai {
        height: 60px;
    }

    .input-emai::placeholder {
        color: #fff;
    }

    .newsletter form {
        margin-top: 6%;
        margin-right: 0;
    }

    .subscribe {
        bottom: 30% !important;
        left: 80% !important;
    }

    .logo-mb {
        width: 90%;
        margin: auto;
        display: flex;
    }

    .newsletter {
        border: none;
    }
    .mcall-now {
        top: 10px;
        left: 24%;
        font-size: 18px;
        text-align: center;
        line-height: 21px;
    }
    .video-banner_main{
        min-height: 262px;
        height: 262px;
        background-color: #000;
    }
}


@media only screen and (max-width: 375px) {
    .mcall-now {
        /* top: 17%; */
        left: 23%;
        font-size: 18px;
        text-align: center;
        line-height: 21px;
    }
    .thumb-info {
        top: 60%;
        transform: translate(85%, 50%);
    }
}


/* index-mb css media query end */