/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/animate.min.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/normalize.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/icomoon.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/font-awesome.min.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/meanmenu.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/owl.carousel.min.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/swiper.min.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/slick.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/jquery.fancybox.min.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/jquery-ui.css");
@import url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/nice-select.css");

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    margin: 0px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000000;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    color: #666666;
    font-size: 22px;
    line-height: 30px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    
    height: auto;
    border-radius: 15px;

}

.feeling-old-image {
    border-radius: 0 15px 0 0;
    
}

.feeling-old-container{
    border-radius: 0 0 15px 15px;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
    float: right;
    padding: 0px;
    padding-top: 5px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 8px 25px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #fbd10f;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
    color: #bb4f42;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.login_btn {
    background: #d5ba08;
    padding: 3px 27px;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
}

.login_btn:hover {
    background: #000;
    color: #fff;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
    width: 100%;
    background: transparent;
    padding: 20px 30px;
    position: absolute;
    z-index: 999;
}

.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}


/** banner section **/

.padding_lert2 {
    padding-left: 0;
}

.banner_main {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/banner.png");
    padding: 90px 0 300px 0;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.text-bg {
    text-align: left;
    text-align: left;
    max-width: 542px;
    float: right;
    width: 100%;
}

.text-bg h1 {
    color: #ffe25b;
    font-size: 70px;
    padding-top: 40px;
    line-height: 80px;
    padding-bottom: 35px;
    font-weight: bold;
}

.text-bg span {
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    padding-bottom: 20px;
    display: block;
}

.text-bg strong {
    color: #fff;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
    padding-bottom: 30px;
    display: block;
}

.text-bg p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 60px;
}

.text-img figure {
    margin: 0;
}

.text-img figure img {
    width: 100%;
}

.text-bg a {
    font-size: 17px;
    background-color: transparent;
    border: #ddd solid 2px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    padding: 13px 0px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
}

.text-bg a:hover {
    background-color: #d0b608;
    color: #fff;
    transition: ease-in all 0.5s;
}

.titlepage {
    text-align: center;
    padding-bottom: 60px;
}

.titlepage span {
    color: #d8bd08;
    font-weight: 500;
    font-size: 20px;
}

.titlepage h2 {
    font-size: 55px;
    color: #12153c;
    line-height: 55px;
    font-weight: bold;
    padding: 0;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


/** banner section **/


/** about section **/

.about {
    padding: 70px 0;
    margin-top: 90px;
    background-color: #f3f2f2;
}

.about .titlepage h2 {
    padding-bottom: 20px;
}

.about .titlepage p {
    font-size: 17px;
    line-height: 28px;
    color: #232324;
}

.about .about_box figure {
    margin: 0;
}

.about .about_box figure img {
    width: 100%;
}


/** end about section **/


/** classified section **/

.classified {
    margin-top: 90px;
}

.classified .titlepage h2 {
    padding-bottom: 20px;
}

.classified .titlepage p {
    font-size: 17px;
    line-height: 28px;
    color: #232324;
}

.classified_box {
    background: #80659F;
    min-height: 280px;
}

.classified .classified_box figure {
    margin: 0;
}

.classified .classified_box figure img {
    width: 50%;
}

.classified .classified_box h3 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 501;
    padding: 20px 20px 0px 20px;
}

.classified .classified_box p {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    line-height: 28px;
    padding: 10px 20px 25px 20px
}


/** end classified section **/


/** end about section **/

.read_more {
    font-size: 17px;
    background-color: #02185b;
    color: #fff;
    padding: 13px 0px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;
}

.read_more:hover {
    background: #d0b608;
    color: #fff;
    transition: ease-in all 0.5s;
}


/** contact **/

.contact {
    background-color: #f3f2f2;
    padding: 90px 0;
    margin-top: 90px;
}

.contact .titlepage {
    text-align: left;
    padding-bottom: 35px;
}

.contact .titlepage h2 {
    color: #02185b;
}

.main_form {
    padding: 40px;
    background: #12153c;
    border-radius: 40px;
}

.main_form .contactus {
    border: inherit;
    margin-bottom: 26px;
    width: 100%;
    height: 50px;
    background: transparent;
    color: #292e39;
    font-size: 18px;
    font-weight: normal;
    border-bottom: #615e5e solid 1px;
}

.main_form .textarea {
    border: inherit;
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    color: #292e39;
    font-size: 18px;
    font-weight: normal;
    padding-top: 30px;
    border-bottom: #615e5e solid 1px;
}

.main_form .send_btn {
    font-size: 17px;
    transition: ease-in all 0.5s;
    background-color: #fff;
    color: #000;
    padding: 13px 0px;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    display: block;
    margin-top: 30px;
}

.main_form .send_btn:hover {
    background: #d0b608;
    transition: ease-in all 0.5s;
    color: #fff;
}

#contact *::placeholder {
    color: #4d4d4f;
    opacity: 1;
}

.contact_box p {
    color: #232324;
    font-size: 17px;
    line-height: 32px;
}


/** end contact **/


/** testimonial section **/

.testimonial {
    padding: 90px 0 319px 0;
    background-color: #fff;
}

.testimonial .titlepage p {
    color: #232324;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
}

.testimonial_Carousel {
    border: #9d9faf solid 1px;
    padding: 40px 20px;
}

.testimonial_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
}

.testimonial_box {
    text-align: center;
}

.test_box {
    padding: 30px 25px;
}

.margin_boot {
    border-right: #9d9faf solid 2px;
}

.flot_right {
    float: right;
}

.testimonial_Carousel .test_box1 {
    text-align: center;
}

.testimonial_Carousel .test_box1 figure {
    margin: 0;
}

.testimonial_Carousel .test_box1 figure img {
    max-width: 206px;
    border-radius: 200px;
    border: #12153c solid 6px;
}

.testimonial_Carousel .test_box1 h4 {
    font-size: 20px;
    color: #12153c;
    line-height: 18px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    padding-top: 15px;
}

.testimonial_Carousel .test_box i {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    display: block;
}

.testimonial_Carousel .test_box p {
    font-size: 17px;
    line-height: 28px;
    color: #525251;
    text-align: left;
    padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
    bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
    width: 51px;
    height: 13px;
    background: #d0b608;
}

.testimonial_Carousel .carousel-indicators li.active {
    background: #12153c;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}


/** end testimonial section **/


/** footer **/

.footer {
    background: #12153c;
    padding-top: 85px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
}

.footer::after {
    content: "";
    position: absolute;
    height: 243px;
    top: -243px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
}

.footer .titlepage {
    text-align: left;
    padding-bottom: 10px;
}

.footer .titlepage h2 {
    color: #e95d49;
}

.cont {
    padding-top: 1px;
    text-align: center;
    font-size: 20px;
    margin-bottom: -10%;
}

.cont h3 {
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    font-weight: bold;
    padding: 0;
}

.cont p {
    font-size: 25px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.cont .read_more {
    background-color: #628b99;
    border-radius: 30px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: 5px 10px 18px #80659f;
    text-shadow: #80659f
}

.cont .read_more:hover {
    background-color: #2ecabe;
}

.copyright {
    margin-top: 90px;
    padding: 20px 0px;
    background-color: transparent;
}

.copyright p {
    color: #bcbdc3;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top: #84761d solid 1px;
    padding-top: 20px;
}

.copyright a {
    color: #bcbdc3;
}

.copyright a:hover {
    color: #ebce09;
    ;
}


/** end footer **/


/* section2-start  */

.background-color .bg-color-dark-grey {
    background-color: #505050;
}

.section-2 .font-color-white {
    color: #ffff;
}

.section-2 .font-color-black {
    color: black;
}

.section-2 .border-color-primary {
    border-color: #a66abb;
}

.section-2 .border-color-danger {
    border-color: red;
}

.section-2 .bg-color-blue-Green-3 {
    border-color: #628B99;
}

.section-2 .bg-color-primary {
    background-color: #a66abb;
}

.section-2 .text-color-primary {
    color: #a66abb;
}

.section-2 .back-color-grey {
    background-color: #F0F0F0;
}

.border-radius-semi {
    border-radius: 10px;
}

.border-radius-strong {
    border-radius: 20px;
}

.border-radius-semi-strong {
    border-radius: 15px;
}

.section-2 .border-width-thin {
    border-width: 3px;
    border-style: solid;
}

.yoga-poses-container {
    width: 80%;
    height: auto;
    background-color: #505050;
}

.header-container-full {
    width: 100%;
    height: auto;
    background-color: #505050;
    
}

.margin-top-header{
    margin-top: -7% !important
}

.section-2 .border-radius-top {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.section-2 .border-radius-bottom {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.section-2 .border-top-only {
    border-top-width: 80px;
    border-style: solid;
}


@media (min-width: 1000px) {

    /* web-view */
    .images-container {
        width: 70%;
        height: 400px;
        background-color: #ffff;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .what-i-learned-container {
        width: 100%;
        height: auto;
        margin-top: 25px;
        position: absolute;
        z-index: 1;
    }

    .border-width-thick {
        border-width: 10px;
        border-style: solid;
    }

    .br-brian-maki-container {
        width: 90%;
        height: auto;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 15px;
    }

    .caution-container {
        width: 70%;
        height: auto;
        background-color: rgba(46, 202, 190, 0.87);
        margin-top: 20px;
        position: absolute;
        z-index: 5;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .caution-text {
        font-size: 20px;
        line-height: 25px;
        font-weight: bolder;
        opacity: 100%;
    }

    .header-font-size {
        font-size: 25px;
        line-height: 40px;
    }

    .sturdi-sense-yoga-container {
        width: 50%;
        height: auto;
        background-color: #505050;
    }

    .correct-exercise {
        width: 80%;
        height: auto;
    }

    .section-2 .img-width {
        width: 871px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .section-2 .product-img {
        width: auto;
        height: 500px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 740px) {

    .web-view {
        display: none;
    }

    .section-2 .border-radius-bottom {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .section-2 .product-img {
        width: auto;
        height: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .images-container {
        width: 100%;
        height: 400px;
        background-color: #ffff;
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .what-i-learned-container {
        height: auto;
        margin-top: 20px;
        position: absolute;
        z-index: 1;
    }

    .border-width-thick {
        border-width: 5px;
        border-style: solid;
    }

    .br-brian-maki-container {
        width: 90%;
        height: auto;
        border-bottom-right-radius: 35px;
        border-top-left-radius: 15px;
    }

    .caution-container {
        width: 90%;
        height: auto;
        background-color: rgba(46, 202, 190, 0.87);
        margin-top: 20px;
        position: absolute;
        z-index: 5;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .caution-text {
        font-size: 15px;
        line-height: 25px;
        font-weight: bolder;
        opacity: 100%;
    }

    .header-font-size {
        font-size: 18px;
        line-height: 25px;
    }

    .sturdi-sense-yoga-container {
        width: 70%;
        height: auto;
        background-color: #505050;
    }

    .correct-exercise {
        width: 100%;
        height: auto;
    }
}


/* section2 - end */


/** section3 - start**/

@media only screen and (min-width: 768px) {
    .section-3 .text_img {
        margin-left: -30px;
    }
}

@media (max-width: 768px) {
    #Rick {
        .row .first {
            order: 2;
        }

        .row .second {
            order: 1;
        }
    }

    #Rebecca {
        .row .first {
            order: 2;
        }

        .row .second {
            order: 1;
        }
    }

    .footer-wrapper {
        .row .first {
            order: 2;
        }

        .row .second {
            order: 1;
        }
    }
}

.section-3 .titlepage {
    text-align: left;
    padding: 15px;
    background-color: #F0F0F0;
}

.section-3 .titlepage h1 {
    font-weight: bolder;
    border-bottom: 4px solid #A66ABB;
    font-size: 30px;
    color: #666666;
}

.section-3 .section-3_box h2 {
    color: #666666;
}

.section-3 .text_img figure {
    width: 100%;
}

.section-3 .content_body {
    margin-top: 40px;
}

.section-3 .content_body h2 {
    font-weight: bolder;
    font-size: 27px;
    font-style: italic;
    color: #666666;
}

.section-3 .content_inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-3 .team_section {
    margin-top: 40px;
}

.section-3 #Rick h1 {
    font-size: 28px;
    font-weight: bolder;
    color: #666666;
}

.team_section .team-img {
    margin: 1em 40px;
}

.section-3 #Rebecca h1 {
    font-size: 28px;
    font-weight: bolder;
    color: #666666;
}

.section-3 .team_section .header_division {
    border-bottom: 7px solid #A66ABB;
    flex-grow: 1;
    margin-bottom: 18px;
    margin-left: 10px;
}

.section-3 .team_section .section-3_box {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px
}

.section-3 .team_section .section-3_box ul {
    font-size: 23px;
    font-weight: 500;
}

.section-3 .team_section .section-3_box li {
    list-style-type: disc;
}

.section-3.team_section .team_img figure img {
    width: 100%;
}

.section-3 .team_section #Rebecca {
    margin-top: 30px;
}

.section-3.team_section_division {
    border: 1px solid black;
    width: 100%;
}

.section-3 .section-3 .s3_testimonial_section {
    margin-top: 20px;
}

.section-3 .s3_testimonial_section h1 {
    font-weight: 600;
    padding: 15px;
    border: 1px solid #A66ABB;
    background-color: #A66ABB;
    color: #FFFFFF;
    font-size: 33px;
    border-radius: 13px;
}

.section-3 .s3_testimonial_section ul {
    font-weight: 500;
    font-size: 23px;
}

.section-3 .s3_testimonial_section li {
    list-style-type: disc;
}

.section-3 .s3_testimonial_section_list {
    padding: 15px 40px 15px 40px;
}


/** ~Jon (I disable these css)
.section-3 .s3_testimonial_section img {
    width: 750px;
    height: auto;
    border: 8px solid #A66ABB;
    border-radius: 12px;
}
**/


/** section3 - end  **/



:root {
    --primary-color: #A66ABB;
    --secondary-color: #3EB9A4;
    --accent-color: #505050;
    --accent1-color: #F5F5F5;
}

.text-heading1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #666666;
    
}

.primary-bg {
    background-color: var(--primary-color);
    color: white;
}

.secondary-bg {
    background-color: var(--secondary-color);
    color: white;
}

.accent-bg {
    background-color: var(--accent-color);
    color: white;
}

.accent1-bg {
    background-color: var(--accent1-color);
}


.br-1 {
    border-radius: 15px 15px 15px 15px;
}

.br-2{
    border-radius: 15px 0 0 0;
}

.br-3{

    border-radius: 15px 15px 0 0;
}

.imgfloat {
    float: right;
}


.text-reg {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.text-align--center {
    text-align: center;
}

.text-align--justify {
    text-align: justify;
}

.image-gradient-container {
    position: relative;
    text-align: center;
    color: white;
    margin-bottom: 10%;
}



.truth-img-container {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 2%;
    margin-bottom: 4%;
}

.yourhome-img-container {
    position: relative;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 4%;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-left: 4%;
    line-height: 30px;
}

.idealsolution-img-container {
    position: relative;
    text-align: left;
    margin-top: 2%;
    margin-bottom: 4%;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-left: 4%;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
  
}



.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 41%;
    text-align: justify;
}

.text-gradient{
    position: absolute;
    top: 8px;
    left: 16px;
    width: 51%;
    text-align: left;
    line-height: 2px;
    margin-top: -1%;
    margin-left: -1%;
}

.wide-text{
    width: 49%;
}

.truth-text{
    position: absolute;
    top: 8px;
    left: 16px;
    width: 51%;
    text-align: left;
    line-height: 2px;
    margin-top: -1%;
    margin-left: 48%;
}

.yourhome-text{
    position: absolute;
    top: 8px;
    left: 16px;
    width: 51%;
    text-align: left;
    margin-top: -1%;
    margin-left: -1%;
    
}

.idealsolution-text{
    position: absolute;
    top: 8px;
    left: 50%;
    width: 50%;
    text-align: left;
    line-height: 2px;
    margin-top: -1%;
    margin-left: -1%;
    line-height: 1.8;
}

.yogamat-text{
    position: absolute;
    top: 8px;
    width: 50%;
    text-align: left;
    line-height: 2px;
    margin-top: -1%;
    margin-left: -1%;
    line-height: 1.8;
}

.falling-text{
    position: absolute;
    top: 20px;
    left: 50%;
    width: 50%;
    text-align: left;
    line-height: 2px;
    margin-top: -1%;
    margin-left: -1%;
    line-height: 1.8;
}

.needwidth {
    width: 80%;
    
}

.physiotherapist-explain-container {
    border: solid 0.4rem var(--primary-color);
    border-radius: 0 0 15px 15px;
}

.facts-heading {
    color: white;
}

.tired-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tired-image {
    width: 70%;
    border: solid 0.4rem var(--primary-color);
}

.unorderlist {
    font-size: 25px;
}

.scared-heading {
    color: white;
}

.content-scared-container {
    display: flex;
    justify-content: center;
}

.content-scared-inner-cont {
    width: 80%;
}

.unorderlist li::before {
    /* Add a bullet using Unicode character (U+2022) */
    margin-right: 0.5em;
    /* Add some spacing between the bullet and the list item */
}

.unorderlist li {
    margin-top: 1rem;
}

.text-color--primary {
    color: var(--primary-color);
}

.wdpf-image-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wdpf-image-container h4 {
    width: 70%;
    margin: auto;
    border-radius: 15px 15px 0 0;
}

.wdpf-image {
    border: solid 0.4rem var(--primary-color);
    width: 70%;
    margin: auto;
    border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 900px) {
    .wdpf-image-container h4 {
        width: 100%;
        transform: unset;
        
    }

    .wdpf-image {
        width: 100%;
        transform: unset;
    }

    .facts-details-container h4 {
        width: 100%;
        text-align: center;
    }

    .facts-details-container2{
        display: none;
    }

    .facts-details-container-mobile{

        display: block;
    }

    .list-img {

        border-radius: 0px !important ;
        margin-left: 0% !important;
    }

    

    .unorderlist {
        font-size: 22px;
    }

    .tired-image {
        width: 100%;
    }

    .content-scared-inner-cont {
        width: 100%;
    }

    .thepain_highlighted-text-container h1 {
        text-align: center;
        ;
    }

    .text-heading1 {
        font-size: 30px;
    }

    .margaret-Intro_container h4 {
        font-size: 22px;
    }

    .needwidth {
        width: 100%;
    }

    .why-do-people-fall {
        padding: 15px;
    }
}


/** EnD - end section-3 **/


/** tablecontainer **/

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 0px;
    text-align: left;
    color: white;
}

th {
    background-color: #e5e5e5;
}

tr:nth-child(even) {
    background-color: #a66abb;
}

tr:nth-child(odd) {
    background-color: #80659f;
}


/** end tablecontainer **/


/** testimonial section **/

.testimonial {
    padding: 25px 0 123px 0;
    background-color: #fff;
}

.testimonial .titlepage p {
    color: #628b99;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
}

.testimonial_Carousel {
    border: #9d9faf solid 1px;
    padding: 49px 17px;
    border-radius: 25px;
    border-color: #a66abb;
    border-width: thick;
}

.testimonial_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
}

.testimonial_box {
    text-align: center;
}

.test_box {
    padding: 30px 25px;
}

.margin_boot {
    border-right: #2ecabe solid 2px;
}

.flot_right {
    float: right;
}

.testimonial_Carousel .test_box1 {
    text-align: center;
}

.testimonial_Carousel .test_box1 figure {
    margin: 0;
}

.testimonial_Carousel .test_box1 figure img {
    max-width: 206px;
    border-radius: 200px;
    border: #628b99 solid 6px;
}

.testimonial_Carousel .test_box1 h4 {
    font-size: 20px;
    color: #80659f;
    display: block;
    text-align: center;
    font-weight: 600;
    padding: 0;
    padding-top: 15px;
}

.testimonial_Carousel .test_box i {
    font-size: 17px;
    line-height: 28px;
    text-align: left;
    display: block;
}

.testimonial_Carousel .test_box p {
    font-size: 17px;
    line-height: 28px;
    color: #628b99;
    text-align: left;
    padding-top: 20px;
}

.testimonial_Carousel .carousel-indicators {
    bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
    width: 51px;
    height: 13px;
    background: #2ecabe;
}

.testimonial_Carousel .carousel-indicators li.active {
    background: #628b99;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}


/** end testimonial section **/


/** wave **/

.wave {
    background: #a66abb;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

.wave::after {
    content: "";
    position: absolute;
    height: 194px;
    top: -193px;
    background-repeat: no-repeat;
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/cross_bottom.png");
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
}

.wave .titlepage {
    text-align: left;
    padding-bottom: 10px;
}

.wave .titlepage h2 {
    color: #e95d49;
}

.cont h3 {
    color: #fff;
    font-size: 45px;
    padding: 0;
}

.cont .read_more {
    background-color: #628b99;
    border-radius: 30px;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: 5px 10px 18px #80659f;
    text-shadow: #80659f
}

.cont .read_more:hover {
    background-color: #2ecabe;
}

.copyright {
    margin-top: 90px;
    padding: 20px 0px;
    background-color: transparent;
}

.copyright p {
    color: #bcbdc3;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top: #84761d solid 1px;
    padding-top: 20px;
}

.copyright a {
    color: #bcbdc3;
}

.copyright a:hover {
    color: #ebce09;
    ;
}


/** end footer **/


/** zomming image ***/

.hero-container {
    height: 70vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.hero {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/Piggy.png") no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    padding: 40px;
    transition: transform 2s;
}

.hero-container-second-image {
    height: 70vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.herosecondimage {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/60daysguarantee.png") no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    transition: transform 2s;
}

.herosecondimage:hover {
    transform: scale(1.15);
}

.hero:hover {
    transform: scale(1.15);
}

.hero {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/Piggy.png") no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    padding: 40px;
    transition: transform 2s;
}

.hero-container-second-image {
    height: 70vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.herosecondimage {
    background: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/60daysguarantee.png") no-repeat center center;
    background-size: contain;
    height: 50%;
    width: 50%;
    transition: transform 2s;
}

.hero:hover {
    transform: scale(1.15);
}


/** end of zoom image ***/


/** Side Navigation Menu ***/

.blue {
    color: #185875;
}

.yellow {
    color: #FFF842;
}

.scraped-container th h1 {
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    color: #185875;
}

.scraped-container td {
    font-weight: normal;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 2px -2px #0E1119;
    -moz-box-shadow: 0 2px 2px -2px #0E1119;
    box-shadow: 0 2px 2px -2px #0E1119;
}

.tablecontainer {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* Background-color of the odd rows */

.scraped-container tr:nth-child(odd) {
    background-color: #a66abb;
}


/* Background-color of the even rows */

.scraped-container tr:nth-child(even) {
    background-color: #80659f;
}

.scraped-container td:first-child {
    color: #ffffff;
}

.scraped-container tr:hover {
    background-color: #464A52;
    -webkit-box-shadow: 0 6px 6px -6px #0E1119;
    -moz-box-shadow: 0 6px 6px -6px #0E1119;
    box-shadow: 0 6px 6px -6px #0E1119;
}

.scraped-container td:hover {
    font-size: 20px;
    background-color: #2ecabe;
    color: #ffffff;
    font-weight: bold;
    box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
}

@media (max-width: 5000px) {

    .scraped-container td:nth-child(4),
    .scraped-container th:nth-child(4) {
        display: none;
    }
}


/** End of Side Navigation Menu ***/

.fk-row {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 10px;
    height: auto;
    max-width: 100%;
}

.fk-row.gjs-selected {
    outline: 3px solid red !important;
}

.fk-col.gjs-selected {
    outline: 3px solid #f8ba03 !important;
}

#i9caf {
    padding: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px;
    margin-left: 0;
    margin-right: 20%;
    background-color: #A66ABB !important;
    color: #ffffff !important;
}

#ig2nc {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0;
    margin-top: 1px;
    padding-top: 2%;
    background-color: #505050 !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#isg5k {
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 10px;
    margin-bottom: 1px;
    padding-bottom: 10px;
    background-color: #505050 !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#ivbkk {
    padding: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    padding-bottom: 10px;
    color: #ffffff !important;
}

#ibaw7 {
    padding-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#injga {
    padding-top: 0;
}

#i6mll {
    padding: 10px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    color: #000000 !important;
    margin-bottom: 2%;
}

#iqriv {
    padding: 10px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff !important;
    border-color: #fbfbfb !important;
    background-color: #A66ABB !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-width: 0;
    margin-top: 1px;
    padding-left: 10px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
}

#i2gs2 {
    margin-bottom: 1px;
    margin-left: 1px;
    text-align: center;
}

#i5ovz {
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 1px;
}

#i2sdq {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
}

.fk-image-defaults {
    width: 150px;
    height: 150px;
    max-width: 100%;
}

img[data-gjs-type="image"][class*="gjs-selected"] {
    outline: 3px solid orange !important;
}

#fkt-image-5a4-a87-8e3 {
    color: black !important;
}

@media (max-width: 768px) {
    .fk-row {
        flex-wrap: wrap;
    }

    .fk-col {
        flex-basis: 100%;
        display: block;
    }

    .references {
        word-wrap: break-word;
    }
}


/** 60 days guarantee **/

.firstimg {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 16%;
    padding-bottom: 16%;
    /*
    fixed = parallax
    scroll = normal
  */
    background-attachment: fixed;
}

.firstimg {
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/60daysguarantee.png");
}


/** end of 60 days guarantee **/


/** Start section-5 **/

.guarantee .highlight_p p {
    margin-top: 50px;
}

.guarantee .guarantee-p p {
    margin-top: 50px;
}

.guarantee .guarantee-p3 p {
    font-weight: bold;
}

.guarantee .guarantee-btn-txt {
    margin-top: 40px;
}

.guarantee .guarantee-btn-txt p {
    text-align: center;
    font-weight: bold;
}

.guarantee .guarantee-p4 p {
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
    background-color: #A66ABB;
    color: #FFFFFF;
    line-height: 2;
}

.guarantee .guarantee-p5 p {
    margin-top: 20px;
    text-align: left;
    margin-left: 50px;
}

.guarantee .guarantee-p6 p {
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #F3F3F3;
    color: #5f5f5f;
    line-height: 2;
}

.guarantee .guarantee-btn {
    border: 0;
    line-height: 1.5;
    padding: 0 20px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #A66ABB;
}

.guarantee-btn p {
    border: 0;
    line-height: 1.5;
    padding: 0 20px;
    font-size: 25px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #A66ABB;
    justify-content: center !important;
}

.guarantee-img img {
    border-radius: 20px;
    width: 977px;
    height: 523px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.guarantee .guarantee-p7 p {
    margin-top: 40px;
}

.guarantee-img {
    border: 8px solid #A66ABB;
    border-radius: 12px;
    width: 00px;
    height: auto;
}

img.guarantee_img {
    width: 750px;
    height: auto;
    border: 8px solid #A66ABB;
    border-radius: 12px;
}


/** End section-5 **/


/** Lenie **/

.debilitating-falls {
    margin-left: 5%;
}

.debilitating-falls li {
    font-size: 20px;
}


/** Image with Text Caption **/

figure {
    margin: auto;
    width: 60%;
    text-align: center;
    font-size: 28px;
    color: white;
    text-indent: 0;
    border: thin #80659F solid;
    padding: 0.5em;
    background-color: #80659F;
    font-family: Montserrat, sans-serif;
}

img.scaled {
    width: 100%;
}


/** Choices Box **/

#choice {
    border-radius: 25px;
    border: 2px solid #80659F;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.choice-header {
    background-color: #80659F;
    width: 14%;
    font-size: 30px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    color: white;
    text-align: center;
    box-shadow: 5px 7px #808080a8;
}

@media only screen and (max-width: 600px) {

    .figure,
    #choice,
    .choice-header {
        width: 100%;
    }
}


/** Buy Now Button **/

.buy-now-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 40px;
    color: white;
    background: #2ECABE;
    transition: 1s;
    box-shadow: 6px 6px 0 #808080;
    transform: skewX(-15deg);
    margin-top: 3%;
    margin-bottom: 3%;
    font-family: Montserrat, sans-serif;
}

.cta:focus {
    outline: none;
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #80659F;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

span {
    transform: skewX(15deg)
}

span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
}


/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}


/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: #80659F;
    }

    100% {
        fill: white;
    }
}


/** Money Guarantee Section **/

#before-buy-now-button-text {
    font-size: 30px;
    text-align: center;
    margin-top: 1%;
}

#one-time-payment-text {
    text-align: center;
    font-size: 18px;
    margin-top: -2%;
}

.money-guarantee-container {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapsible {
    background-color: #A66ABB;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
}

.active,
.collapsible:hover {
    background-color: transparent;
}

.active2,
.collapsible:hover {
    background-color: #2ecabe;
}

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    box-shadow: 5px 7px #80808038;
}

.references {
    font-size: 18px;
}


/** header code **/

.header-hero-bg {
    background-color: #80659F;
    background-image: url("https://assets.checkoutchamp.com/Funnel/assets/images/36941110-6c7e-4cd3-9fa3-e3702973f235/d36e7948-d958-4b93-b33d-83f554811e52/fall.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    position: relative;
}

#header-hero-priority .header-title {

    text-align: left;
    font-size: 42px;
    color: white;
    line-height: 39px;
    font-weight: 600;
    display: block;
    background-color: #a66abb;
    padding: 14px;
    margin-right: -3%;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    width: 100%;
    transform: skewX(0deg);
    border-radius: 0 0 0 15px;
}


#header-hero-priority .header-subtitle {
    text-align: left;
    font-size: 27px;
    color: #80659F;
    line-height: 39px;
    display: block;
    background-color: white;
    padding: 14px;
    margin-right: -3%;
    font-family: Montserrat, sans-serif;
    transform: skewX(0deg);
    border-radius: 15px 0 0 0;
}

#header-hero-priority .header-caption {
    text-align: left;
    font-size: 30px;
    color: white;
    line-height: 39px;
    display: block;
    padding: 14px;
    margin-right: -3%;
    font-family: Montserrat, sans-serif;
    transform: skewX(0deg);
}



.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5%;
    margin-bottom: 5%;
}

.w-img-full {
    width: 100%;
    margin-bottom: 2%;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header-hero-bg {
        background-size: cover;
        background-position: right -250px center;
    }

    .header-hero-bg .header-leaf-bg {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    header-hero-bg {
        background-position: center right 28%;
    }

    #header-hero-priority .header-subtitle {
        padding: 24px;
    }

    #header-hero-priority .header-title {
        font-size: 32px;
        width: 100%;
        margin-left: 2%;
    }

    #header-hero-priority .header-caption {
        padding-left: 30px;
    }

    img {
        max-width: 100%;
    }

    figure {
        width: 100%;
    }
}
.idealsolution-text{
    padding:2rem;
}

.yogamat-text{
    padding:2rem;
}

.falling-text{
    padding:1rem;
}

@media screen and (max-width: 1028px) {
.mobile-only {
        display: block;
    }
    .idealsolution-text{
        position: relative;
        top: unset;
        left: unset;
        width: unset;
    }

    .yogamat-text{
        position: relative;
        top: unset;
        left: unset;
         width: unset;
    }

    .falling-text{
        position: relative;
        top: unset;
        left: unset;
         width: unset;
    }
    
    .desktop-truth {
        display: none;
    }
    .caution-container{
        position: relative;
    }
    .made-sense{
        display: flex;
        flex-wrap: wrap;
    }
    .caution-container {
    width: 100%;
    height: auto;
    background-color: rgba(46, 202, 190, 0.87);
    margin-top: 20px;
    /* position: absolute; */
    z-index: 5;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 2rem;
}
.made-sense-img{
    width: 100%;
}
}

@media screen and (max-width: 1000px) {
    .header-hero-bg {
        background-image: none;
    }


    .desktop-image-gradient {
        display: none;
    }


    .top-left {
        display: none;
    }

    .text-gradient{
        display: none;
    }

    .top-left-mobile {
        width: 100%;
    }

    table {
        max-width: 100%;
    }

    .cta {
        font-size: 36px;
    }
}

th,
td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.piggy-container {
    height: auto;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
}


/** Footer CSS **/

.footer-wrapper {
    background: #A66ABB;
    padding-top: 2%;
    padding-bottom: 2%;
    position: relative;
    text-align: center;
    margin-top: 45px;
    font-family: Montserrat, sans-serif;
}

.footer-wrapper a {
    color: white;
}

.footer-wrapper a:hover {
    color: #2ECABE;
}


/** End of Footer CSS **/


/**Section 1**/
img.no-br{
    border-radius: unset !important;
}
.large-text {

    font-size: 30px;
    color: #A66ABB;
    font-weight: bold;
}

.margarete-heading-text {
    background-color: #A66ABB;
    color: white;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    border-radius: 15px 0 0 15px;
}

.margaret-container {

    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 13rem;
    max-width: 100%;
    margin: 0 auto;
    font: 500 100%/1.5 system-ui;
}

@media (max-width: 1000px) {
    .margaret-container {
        display: block;
        font-size: 80%;
    }

    .margarete-heading-text {
        position: relative;
        margin: -3rem 0 2rem 1rem;
        padding: 1rem;
        background: rgba(white, 0.8);
        text-align: left;
    }

    .margaret {
        width: 100%;
    }
}

.scared-old-column {
    float: left;
    width: 50%;
    padding: 10px;
    margin-top: 3%;
  }

  .fall-pain-column {
    float: left;
    width: 50%;
    padding: 20px;
  }

  .list-column {
    float: left;
    width: 50%;
    padding: 20px;
    margin-top: 2%;
  }

  .fall-pain-row{
    border-style: solid;
    border-color: var(--secondary-color);
    border-radius: 15px;
  }
  
  
  .scared-old-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .fall-pain-row:after {
    content: "";
    display: table;
    clear: both;
  }


  .fall-pain-img {
    border-radius: 3%;
    height: 400px;

  }

  .list-img{
    border-radius: 3%;
    height: 98% !important;
    margin-left: 3%;
  }


  .scared-old-img{
    border-radius: 3%;

  }

  @media screen and (max-width: 600px) {
    .scared-old-column, .fall-pain-column {
      width: 100%;
    }

    .fall-pain-img{
        border-radius: 3%;
        height: auto;
    
      }
  }

  .thepain_highlighted-text-container {

    margin-top: -6%;

  }

  .facts-heading-container{

    margin-top: -2%;

  }

  .facts-details-container{

    margin-top: -6%;
  }



  .facts-purple {
    width: 72%;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: -3%;
  }

/**Section 3**/

.old-women-smiling {

    max-width: 100%;
}


/**Section 6**/
.section6 {

    margin-top: -8%;
}

@media (max-width: 768px) and (min-width:200px){
    .apply_fix {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.terms-of-service .text-blue , .contact-us .text-blue , .privacy-policy .text-blue{
    color: #2f5496;
}

.word-wrap {
    word-wrap: break-word;
}