@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

#add-to-cart {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
}

.header-new {
    border-top: 20px solid #549EA3;
    overflow: hidden;
}

header .container {
    position: relative;
}

.logo-img {
    height: auto;
    width: 208px;
}

.offer-block {
    background: #549EA3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 31px 0px 31px 80px;
    position: relative;
}

.offer-block-2 {
    background: #549EA3;
    width: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 31px 0px 31px 80px;
    position: relative;
}

.offer-block:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 0px;
    top: 0px;
    border-width: 90px 0px 0px 70px;
    border-style: solid;
    border-color: transparent #fff;
}

.offer-block-2:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    right: 0px;
    top: 0px;
    border-width: 90px 70px 0px 0px;
    border-style: solid;
    border-color: transparent #fff;
}

.offer-block p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.25px;
    margin: 0px;
}



.product-info h1 {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 37.8px;
    margin: 0px;
}

.rating-block {
    margin: 20px 0px;
}

.rating-block img {
    max-width: 100%;
}

.rating-block a {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 18.9px;
}

.price-block p span.normal-price span,
.price-block p {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

.price-block p span.normal-price span:first-child {
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
}

.price-block p span.price {
    color: #9C0;
    font-size: 30px;
    font-weight: 600;
    line-height: 37.8px;
    text-decoration: none;
}

.money-back {
    display: flex;
    align-items: flex-start;
}

.money-back img {
    margin-right: 15px;
}

.money-back p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
}

.product-info ul {
    margin-top: 25px;
}

.product-info ul li {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
}

.product-info ul li img {
    margin-right: 10px;
}

.product-info ul li span {
    font-size: 16px;
    font-weight: 500;
    text-decoration-line: underline;
    display: block;
}


.product-details {
    padding: 78px 0px 122px;
}

.right-package {
    border-radius: 20px;
    border: 3px solid #D43333;
    background: #EFF6E3;
}

.right-package .package-head {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 30px;
    background: #D43333;
    padding: 10px 0px;
}

.right-package .package-head p {
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 37px;
    margin: 0px;
    letter-spacing: 0.32px;
}

.package-foot {
    padding: 12px 20px;
}

.subscribe-save form .top-block {
    border-radius: 14px;
    background: #FFF;
    padding: 18px 12px;
    margin-bottom: 15px;
}

.subscribe-save form label {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 34px;
}

.subscribe-save form .form-check-input {
    border: 1.598px solid #000;
    width: 25px;
    height: 25px;
}

.subscribe-save form .form-check {
    padding-left: 2em;
}

.subscribe-save form .form-check .form-check-input {
    margin-left: -2em;
}

.subscribe-save form .top-block .form-check:first-child {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.subscribe-save form .top-block .form-check:first-child:after {
    content: '';
    position: absolute;
    background: #CFCFCF;
    height: 1px;
    width: calc(100% - 34px);
    right: 0px;
    top: 100%;
}


.subscribe-save form .top-block .form-check-input:checked {
    border-radius: 18px;
    background: url(../images/checked-icon.png) no-repeat;
    background-size: cover;
    border-color: #9C0;
    padding: 4px;
}

.subscribe-save form .bottom-block .form-check {
    border-radius: 6px;
    border: 1px solid #9B9898;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 12px 12px 45px;
}

.subscribe-save form .bottom-block .form-check-input {
    margin-top: 0px
}

.subscribe-save form .bottom-block .form-check-input:checked {
    border-radius: 18.573px;
    background: url(../images/checked-white-icon.png) no-repeat;
    background-size: cover;
    border-color: #9C0;
    padding: 4px;
}

.subscribe-save form .bottom-block .form-check {
    margin-bottom: 10px;
}

.subscribe-save form .bottom-block .form-check > *{
    cursor: pointer;
}

.subscribe-save form .bottom-block .form-check label {
    display: flex;
    justify-content: space-between;
}

.subscribe-save form .bottom-block .form-check label span {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}

.subscribe-save form .bottom-block .form-check label span.price {
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: line-through;
}

.subscribe-save form .bottom-block .form-check.active {
    border: 3px solid #F4C758;
    background: #9C0;
}

.subscribe-save form .bottom-block .form-check.active label span {
    color: #fff;
}

.subscribe-save form .bottom-block .form-check.active label span.price {
    color: #8A8A8A;
}

.add-cart,
.availability {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 3px solid transparent;
    background: #9C0;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 19.125px;
    letter-spacing: 1.2px;
    width: 100%;
    height: 52px;
    border: none;
    margin: 16px 0px;
}

.add-cart a {
    color: inherit;
    font: inherit;
}

.add-cart:hover {
    border: 3px solid #F4C758;
    background: transparent;
    color: #9C0;
}


.availability {
    text-decoration: none;
    background: #D43333;
    color: #FFF;
    margin: 16px 0px 0px;
    letter-spacing: normal;
    padding: 0px 6px;
    justify-content: space-between;
}

.product-slider {
    margin-bottom: 62px;
}

.product-slider ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.product-slider ul li img {
    border-radius: 20px;
    border: 3px solid #99C615;
    box-shadow: 0px 0px 4px 2px rgba(139, 139, 139, 0.70);
}

.healthy-joints img {
    max-width: 100%;
}

.joints-info h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
    margin-bottom: 45px;
}

.joints-info .info h3 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
}

.joints-info .info p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.steps-block {
    margin-top: 158px;
}

.steps-block .step-box {
    border-radius: 20px;
    background: #EFF6E3;
    padding: 65px 30px;
    text-align: center;
    height: 100%;
}

.steps-block .step-box .top-image {
    margin-top: -50%;
    margin-bottom: 23px;
}

.steps-block .step-box h4 {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 37.8px
}

.steps-block .step-box p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.faq-block {
    margin: 90px 0px 160px;
}

.faq-block .head {
    text-align: center;
    margin-bottom: 85px;
}

.faq-block .head p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
    margin: 0px;
}

.faq-block .accordion .accordion-item {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 48px;
}
/* 
.faq-block .accordion .accordion-item:first-child {
    margin: 0px;
} */

.faq-block .accordion .accordion-header .accordion-button {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 25.2px;
    text-transform: capitalize;
}

.faq-block .accordion .accordion-body {
    border-top: 1px solid #CFCFCF;
}

.faq-block .accordion .accordion-body p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
}

.doctor-block {
    margin-bottom: 132px;
}

.doctor-block .row {
    padding: 0px 48px;
    align-items: center;
    position: relative;
}

.doctor-block .row:after {
    content: '';
    border-radius: 30px;
    background: #98CB01;
    height: 70%;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.doctor-info {
    padding-left: 45px;
}

.our-customers .buy-cta {
    margin-bottom: 65px;
}

.doctor-info h5 {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
}

.doctor-info p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20.4px;
    margin: 0px;
}

.our-customers .head {
    margin-bottom: 62px;
}

.our-customers .head p {
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.35px;
}

.review-box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 8px 8px 25px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 40px 0px 30px;
    margin-bottom: 42px;
}

.review-box:last-child {
    margin: 0px;
}

.review-box p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.review-bottom {
    border-top: 1px solid #949494;
    padding: 25px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.review-bottom p {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.review-bottom p span {
    color: #9B9B9B;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 25px;
}

.review-bottom .rating-block {
    margin: 0px;
}

.rating-block img {
    max-width: 100%;
}

.buy-cta {
    display: flex;
    justify-content: center;
    margin: 65px 0px;
}

.buy-cta a {
    border-radius: 14px;
    background: #9C0;
    width: 283px;
    height: 52px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 19.125px;
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
    text-decoration: none;
}

.slick-track {
    display: flex;
    align-items: center;
}

.buy-cta a:hover {
    border: 3px solid #F4C758;
    background: transparent;
    color: #9C0;
}

.slider-nav .slick-list{
    padding: 0px !important;
}
.slider-nav .slick-list .slick-track{
    display: flex;
    align-items: center;
    transform: translate3d(0px, 0px, 0px) !important;
}

.slide-image{
    border-radius: 20px;
    background: #FAFAFA;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider.slider-nav{
    margin-top: 35px;
}

.slider-nav .slick-list .nav-thumb{
    border-radius: 15px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    height: 100%;
    min-height: 108px;
    margin: 0px 5px;
}
.slider-nav .slick-list .nav-thumb img{
    max-width: 100%;
    cursor: pointer;
}

.product-info .info:not(.active) {
    display: none;
}

.rated-4 svg g#Group\ 30 path:nth-child(5),
.rated-3 svg g#Group\ 30 path:nth-child(5), 
.rated-3 svg g#Group\ 30 path:nth-child(4), 
.rated-2 svg g#Group\ 30 path:nth-child(5), 
.rated-2 svg g#Group\ 30 path:nth-child(4), 
.rated-2 svg g#Group\ 30 path:nth-child(3), 
.rated-1 svg g#Group\ 30 path:not(:nth-child(1)), 
.rated-0 svg g#Group\ 30 path 
{
    fill: #d2d2d2;
}
.subscribe-save form .bottom-block .form-check label span:first-child {
    width: 80px;
    overflow: hidden;
    height: 30px;
}

header.header-new.view-cart{
    border-top: transparent;
}

header.header-new.view-cart .container:after{
    display: none;
}

.view-cart form .view-cart-form{
    background: #ECECEC;
    padding-top:45px;
    position: relative;
}

.view-cart form .view-cart-form:after {
    content: '';
    background: #ECECEC;
    height: 100%;
    right: 100%;
    left: auto;
    position: absolute;
    top: 0;
    width: 1000%;
    z-index: 999;
}


.view-cart form .view-cart-form .logo{
    padding-bottom: 94px;
}
.view-cart form .view-cart-form .logo img{
    mix-blend-mode: multiply;
}
.view-cart form .view-cart-form h3{
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 17.58px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.5px;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom:15px;
    margin-bottom: 15px;
}



.view-cart form .view-cart-form label{
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 15.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.view-cart form .view-cart-form label a{
    color: #120D0D;
    text-decoration: underline;
}
.view-cart-form p a{
    color: #9C0;
}



.view-cart form .view-cart-form label.form-check-label{
    font-weight: 400;
    margin-left: 15px;
}


.view-cart form .view-cart-form .form-check-input{
    height: auto;
    padding: 10px;
    margin-left: -0.8em;
}
.view-cart form .view-cart-form .form-control, 
.view-cart form .view-cart-form select{
    border-radius: 5px;
    background: #FFF;
    color: #9A9A9A;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 6px 22px;
    height: 40px;
    border: transparent;
}

.payment-info{
    padding:40px 30px 40px;
}

.payment-head{
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-head .sanajoint{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.payment-head .sanajoint p{
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 37.8px;
    margin: 0px;
}

.payment-head .sanajoint p span{
    display: block;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: normal;
}

.payment-head .sanajoint .badge {
    position: absolute;
    top: -1px;
    background: #9C0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 37.8px
}
.total-price ul li{
    margin-bottom: 15px;
}
.total-price ul li h6{
    color: #120D0D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 37.8px;
}


.total-price ul li p{
    color: #120D0D;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.8px;
    margin: 0px;
}


.total-price ul li p span{
    border-radius: 14px;
    background: #E9F4D9;
    color: #8A8A8A;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    width: 116px;
    height: 28px;
    text-decoration: line-through;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}


.cards-block{
    margin-top: 50px;
}

.cards-block .form-check {
    border-radius: 6px;
    border: 1px solid #9B9898;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 12px 12px 45px;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cards-block .form-check-input {
    margin: 3px 0px 0px -1.8em;
}

.cards-block .form-check-input:checked {
    border-radius: 18.573px;
    background: url(../images/checked-icon.png) no-repeat;
    background-size: cover;
    border-color: #9C0;
    padding: 10px;
}

.cards-block .form-check {
    margin-bottom: 10px;
}

.cards-block .form-check > *{
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.cards-block .form-check label {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.cards-block .form-check label span {
    color: #9A9A9A;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 26px;
    min-width: 200px;
    display: flex;
    align-items: center;
}
.cards-block .form-check label .card-image{
    margin: 0px 30px;
    display: flex;
    width: 74px;
}
.cards-block .form-check label .card-image img{
    max-width: 66px;
    max-height: 45px;
    object-fit: contain;
}

.buy-cta {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0px;
}

.buy-cta .add-cart {
    border-radius: 14px;
    background: #9C0;
    max-width: 90%;
    height: 52px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 19.125px;
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid transparent;
    text-decoration: none;
    margin: 0px;
}

.buy-cta .add-cart:hover {
    border: 3px solid #F4C758;
    background: transparent;
    color: #9C0;
}

.copy-right{
    border-top: 1px solid #CFCFCF;
    padding-top: 10px;
    margin-top: 100px;
}

.copy-right p{
    color: #9A9A9A;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 26.481px; 
}

.view-cart form .view-cart-form select {
    background:#fff url("../images/arrow-down.png");
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px;
    cursor: pointer;
}

.faq-block .accordion .accordion-header .accordion-button:after {
    display: none;
}
.faq-block .accordion .accordion-header .accordion-button:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    position: absolute;
    right: 15px;
    font-weight: 100;
}
.faq-block .accordion .accordion-header .accordion-button.collapsed:before {
    float: right !important;
    content: "\f067";
}

.dr-img img{
    max-width: 100%;
    border-radius: 15px;
}

.success-message {
    max-width: 800px;
    margin: 2rem auto 0;
}

.success-message .alert-dismissible .btn-close {
    padding: 15px;
}

.success-message a {
    margin-left: 7px;
    color: inherit;
    text-decoration: revert;
}

@media (max-width: 1200px) {
    .header-new .logo{
        margin-right: 0px;
    }
    .right-package .package-head p{
        font-size: 24px;
    }
    .offer-block p {
        font-size: 22px;
        position: relative;
        z-index: 99;
    }
    .faq-block .head p,
    .our-customers .head p,
    .joints-info h2,
    .doctor-info h5{
        font-size: 30px;
    }
    .doctor-info{
        padding: 0px;
    }
    .doctor-block .row:after{
        height: 90%;
    }
    .doctor-info p{
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .offer-block{
        padding:18px 0px 18px 80px;
    }
    .offer-block p {
        font-size: 20px;
    }
    .our-customers .head{
        margin-bottom: 40px;
    }
    .package-foot {
        padding: 12px 5px;
    }
    .subscribe-save form .bottom-block .form-check label span{
        font-size: 14px;
    }
    .subscribe-save form .bottom-block .form-check label span.price{
        line-height: 28px;
    }
    .doctor-info{
        padding: 15px 0px;
    }

    .secure-block img {
        max-width: 90px;
    }
    .pro-image img {
        max-width: 78px;
    }
    .payment-head .sanajoint p{
        line-height: 20px;
    }
    .payment-head .sanajoint p{
        font-size: 14px;
    }
    .payment-head .sanajoint p span{
        font-size: 16px;
    }
    .view-cart form .view-cart-form .logo{
        padding-bottom: 50px;
    }
}

@media (max-width:840px) {
    .doctor-block .row:after{
        height: 100%;
    }
}


@media (max-width: 767px) {
    .header-new {
        background: #99CC00;
    }

    .header-new .container {
        flex-direction: column-reverse;
    }

    .header-new .container:after {
        display: none;
    }

    .header-new .logo {
        margin: 0 auto;
        text-align: center;
        background: #fff;
        padding: 16px 10px;
        position: relative;
    }


    .header-new .logo:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        left: -70px;
        top: 0px;
        border-width: 0px 0px 80px 70px;
        border-style: solid;
        border-color: #fff transparent;
    }

    .header-new .logo:before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        right: -70px;
        top: 0px;
        border-width: 80px 0px 0px 70px;
        border-style: solid;
        border-color: transparent #fff;
    }

    .offer-block {
        padding: 20px 30px;
        text-align: center;
    }

    .offer-block:after {
        display: none;
    }

    .doctor-info {
        padding: 50px 0px 35px;
        text-align: center;
    }


    .joints-info {
        margin-top: 90px;
        text-align: center;
    }

    .info {
        margin-bottom: 25px;
    }

    .doctor-block .row {
        padding: 0px 30px;
    }

    .doctor-block .row:after {
        height: 80%;
        transform: translate(-50%, -38%);
        border-radius: 0px;
    }

    .steps-block .step-box .top-image {
        margin-top: -220px;
    }

    .steps-block .step-box {
        margin-bottom: 130px;
        height: auto;
        padding-top: 130px;
    }

    .faq-block {
        margin-top: 0px;
    }


    .steps-block .step-box h4{
        font-size: 25px;
    }
    .our-customers {
        text-align: center;
    }

    .our-customers .head {
        margin-bottom: 35px
    }

    .our-customers .head p{
        margin: 0;
    }
    .review-bottom {
        flex-direction: column;
    }

    .review-bottom p span {
        display: block;
        margin: 0px;
    }

    .review-bottom .rating-block {
        margin-top: 10px;
    }
    .dr-img{
        margin: 0 auto;
        text-align: center;
    }
    .healthy-joints .col-md-6{ 
        text-align: center;
        margin: 0 auto;
    }
    .review-box{
        padding: 20px;
    }
    .our-customers .buy-cta {
        margin: 65px 0px 50px;
    }
    .product-info {
        margin-top: 50px;
    }
    .rating-block{
        margin-bottom: 0px;
    }
    .payment-info {
        padding-top:0px;
        display: flex;
        flex-direction: column-reverse;
    }
    .cards-block{
        margin-bottom: 40px;
    }
    .buy-cta .add-cart{
        max-width: 100%;
    }
    .buy-cta{
        margin: 15px 0px 0px;
    }
    .payment-head{
        align-items: flex-start;
    }
    .view-cart form .view-cart-form{
        padding-top: 35px;
    }
    .view-cart form .view-cart-form .logo{
        padding: 0px 0px 60px;
        position: relative;
    }
    .view-cart form .view-cart-form .logo:after {
        content: '';
        background: #fff;
        height:calc(100% + 30px);
        left: -20px;
        position: absolute;
        top: -50px;
        width: 1000%;
        z-index: 1;
        right: auto;
    }
    .view-cart form .view-cart-form .logo a{
        justify-content: center;
        position: relative;
        z-index: 999;
    }
    .view-cart{
        overflow: hidden;
    }
    .product-details{
        padding: 20px 0px 68px;
    }
    .price-block p span.price{
        display: block;
    }
    .money-back{
        margin-top: 20px;
    }
    .product-slider{
        margin-bottom: 45px;
    }
    .view-cart form .view-cart-form h3{
        border: none;
        padding-bottom: 0px;
    }
    .total-price ul li:last-child{
        border-top: 1px solid #CFCFCF;
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .header-new .logo img{
        max-width: 160px;
    }
    .payment-head {
        position: relative;
    }
    .secure-block img {
        position: absolute;
        right: 20px;
        top: 0px;
        max-width: 100px;
    }
    .pro-image img {
        max-width: 78px;
    }
    .payment-head .sanajoint p{
        line-height: 22px;
    }
}