
html,body {
    background: #434242;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
footer {
    overflow-x: hidden;
}
.head {
    
    color: #FBD240;
    width: 100vw;
    /* height: 80vh; */
}
.girl-text-images{
    width: 506.05px;
    height: 672px;
}
.ontop-image{
    position: relative;
    left: 25%;
    top:7%;
    width: 75%;
    height: 658px;
}
.top-image{
    background: url("./img/cover-image.png")  no-repeat center center;
   
    width: 506.05px;
height: 672px;
    width: 100%;
    max-width: 100%;
    height: 709px;;
    width: 100%;
    background-position: 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative!important;
}
.margin-right{
   left: 25%;
   position: relative;
}
.head-bring{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 64px;
/* identical to box height */


/* Typo / heading */

color: #212020;
}
.head-para{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 31px;
/* or 141% */


/* Typo / Body 1 */

color: #434242;
}
.text-girl{
    margin-top: 15%;
}
.bgcolor{
    background: #FEC400 no-repeat important!;
}
.footer-image{
    float: right;
    width: 172.86px;
height: 69.69px;
}
.footer-head{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 22px;
margin-bottom: 10px !important;
padding-bottom: 10px !important;
/* identical to box height */


color: #DADADA;
}

.footer-text{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 14px;
/* identical to box height */


color: #DADADA;
}

.footer-button{
    margin-left:10px
}
.box{
    background: #434242 !important;
 
}
.box::placeholder {
    font-family: 'Metropolis';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;
/* identical to box height */


color: #8F8F8F;
 }


 .footer-logo{
    width: 40px;
height: 40px;
border-radius: 92px;
margin-left: 5px;
 }

.head{
    display: table-cell;
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 92px;
text-align: center;

/* Typo / heading */

color: #212020;
}
.slider-box{
    background: #FCFCFC;
    border: 1px solid #FBFBFB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px 20px 20px;
}
.inner-box{
    background-color: white;
}
.inner-box-head{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 700;
font-size: 30.2667px;
line-height: 30px;
/* or 150% */

text-align: center;

color: #0F0E0E;
}
.eqWrap {
    text-align: center;
	/* display: flex; */
}
.eq {
	padding: 10px;
}

.eq:nth-of-type(odd) {
	/* background: yellow; */
}

.eq:nth-of-type(even) {
	/* background: lightblue; */
}

.equalHW {
	flex: 1;
}
.equalHMWrap {
	justify-content: space-between;
}

.equalHM {
	width: 32%;
}
.equalHMR {
	width: 32%;
	margin-bottom: 2%;
}

.equalHMVWrap {
	flex-wrap: wrap;
}
.slider-text{
    margin-left: -20px;
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 9.5px;
line-height: 10px;
/* identical to box height */

text-align: center;

color: #413F3F;
}
.para{
    margin-top: 1em;
    font-family: 'Metropolis';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
/* identical to box height, or 156% */


color: #000000;
}
.read-more{
    margin-top: -5px;
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;
/* identical to box height, or 156% */


/* Primary / Blue 1 */

color: #0A33DD;

text-decoration: none;
}
.mr-2{
    margin-right:25px ;
}
.slider-image{
    margin-top: 5px;
    margin-bottom: 15px;
    /* padding: 10px; */
    width: 76px;
    height: 76px;    
    /* border: 0.506667px solid #F3807B; */
}




.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }

.displayc{
    display: contents;
}
.therapy{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 64px;
line-height: 92px;
/* or 144% */


/* Typo / heading */

color: #212020;
}
.therapy-text{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 400;
font-size: 23px;
line-height: 30px;
margin-top: 30px;
/* or 150% */

text-align: center;


}
.therapy-image{
    width: 125px;
    height: 124.9px;

}
.therapy-box{
    padding-top: 30px !important;
    background: #FFFDFA;
    border: 1px solid #FFE899;
    border-radius: 12px;
    text-align: center;
    padding: 20px;
    max-height: 22em;
    min-height: 22em;
}

.flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
.center{
    text-align: center;
}
.margin-lefts{
    margin-left: 40px;
 }
 .learn{
    font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 20px;
/* identical to box height */


color: #201D1D;
height: 56px;
width: 300px !important;
    margin-top: 2em !important;
    left:50%;
    background: #FFFFFF !important;
    /* width: 50% !important; */
/* Typo / heading */

border: 1px solid #212020 !important;
box-shadow: 0px 11.1704px 19.1111px rgba(253, 191, 72, 0.13363), 0px 2.36296px 4.88889px rgba(253, 191, 72, 0.0863704) !important;
border-radius: 8px !important;
 }
 .webman{
    width: 40%;
    height: 60%;
    max-width: 258px;
    max-height: 394px;
 }
 .webbox{
    margin-top:10em;
    background-color: #FEC400 !important;
 }
 .web{
   
    min-height: 100%;
    background: url("./img/web.png") no-repeat center center;
    min-height: 450px;
    width: 100%;
    background-position: 50%!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    position: relative!important;
 }
 .together-marginss{
    margin-top: -3em;
    margin-left: 4em;
    margin-bottom: 1em;
 }
 .together-margin {
    width: 100%;
    padding: 0 40px;
    margin-top: -3em;
    margin-left: 5em;
    margin-bottom: 1em;
 }
 .together-text{
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 90px;
    /* or 144% */

    text-align: center;

    /* Typo / heading */

    color: #212020;
    }
 .margin-left-together{
    margin-left: 30em;
    }
 .big-image{
    min-height: 100%;
    
    background: url("./img/fullbg.png") no-repeat center center;
    height: 652px;
    min-height: 450px;
    width: 100%;
    background-position: 50%!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative!important;
 }
 .insta-image {
    width: auto;
    height: 20em;
 }

 .coming-soon-blue-button{
    margin-left: -25px;
    width: 300px !important;
    height: 56px !important;
    font-family: 'Metropolis' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    /* identical to box height */
    color: #FCFBF7;
    /* Primary / Blue 1 */
    background: #0A33DD !important;
    border-radius: 8px !important;
 }

 .blue-button{
    margin-top: 2em;
    margin-left: -25px;
    width: 300px !important;
    height: 56px !important;
    font-family: 'Metropolis' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 20px !important;
    /* identical to box height */


    color: #FCFBF7;

/* Primary / Blue 1 */

    background: #0A33DD !important;
    border-radius: 8px !important;
 }
    .girl-image{
        margin-top: 5em;
        width: 100%;
        height: 100%;
    }
    .bgimges{
        margin-top: 50%;
        width: 100px;
        height: 100px;
    }
    .facts{
        font-size: 64px !important;
        line-height: 64px !important;
    }
    .bgtext{
        font-family: 'Metropolis';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        /* identical to box height */
        color: #FFFFFF;
    }
    .therapist-image{
        width: 100%;
        height: auto;
        padding: 5px;
        border-radius: 8px;
    }
    .therapist-head-image{
        margin-top: 2em;
        margin-bottom: 0.5em;
    
        display: inline;
        left: -20%;
        position: relative;
    }
    .therapist-head{
    margin-bottom: 1.5em;
    line-height: 0;

    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
/* identical to box height, or 144% */

    text-align: center;

/* Typo / heading */

    color: #212020;
    }
    .margin-top-network{
    margin-top: 1em;
    margin-bottom: -1em;
    }
    .rows{
    margin-left: -40px;
    margin-right: -40px;
    }
    .margin-top-network-our{
    padding-left: 3em;
    margin-top: 20em !important;
    margin-left:3em !important;
     }
    .negative-margin{
     margin-left: -2em;
    }
    .network-bg{
        display: inline-table;
        min-height: 100%;
    
  /*  background: url("./img/bgnetwork.svg") no-repeat center center; */
    height: 652px;
    min-height: 450px;
    width: 100%;
    background-position: 50%!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    position: relative!important;
    }
    .left-together{
    margin-top: -1em;
    margin-left: 2em;
    margin-bottom: 1em;
    }  
    .gallery__wrapper {
    position: relative;
    top: 10em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 1em;
    /* row-gap: 4em; */
  }
  .img_wrapper {
    width: 294px;
    height: 250px;
    /* background-color: #123456; */
    /* min-width: 80px;
    min-height: 60px; */
  }
  .img_wrapper:nth-of-type(even) {
    /**
     * Using margin-top: 20px;
     * also works here
     */
     width: 282px;
    height: 216px;
    position: relative;
    top: 50px;
  }
  .margin-left-girl{
    /* margin-left: 5em; */
    margin-top: 3em;
  }
  .butterfly-border-girl{
    margin-top: 5em;
    width: 358px;
    height: 376px;
  }
  .care-text{
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    /* identical to box height */


    color: #000000;
  }
  .care-para{
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* or 150% */
    
    text-align: center;
    
    color: #373737;
  }
  .care-h{
    margin-bottom:0.5em;
    margin-top: 1em;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 64px;
/* identical to box height */


/* Typo / heading */

        color: #212020;
    }
  .navbar-brand{
    padding:0px 15px !important
  }
  .brand-logo{
    margin-left:2em;
    width: 172.86px;
    height: 69.69px;
  }
  .navbar{
    min-height: 109px !important;
  }
  .navbar-nav{
    float: right !important;
  }
  .nav-item{
    margin-right: 2em;
    align-self: center;
  }
  .nav-item .nav-link{
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */
    color: #000000;
  }
  .top-button{
    width: 166px !important;
    height: 40px !important;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 16px;
    /* identical to box height */


    color: #FFFFFF;
    margin-left:-2em !important;
    margin-top: 4em !important;
    }
    .margin-tops{
        margin-top: 1em;
    }
    .margin-top-left{
        margin-left: -3em;
    }
    .health-logo{
        width: 198px;
    height: 43.64px;
    position: absolute;
        bottom: 30px;
    }
    .toppara{
        font-family: 'Metropolis';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */


    color: #201E1E;

    }
    .firstbtn{
        margin-left: 0 !important;
        margin-top: 1em;
    }
    .tophead{
        font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 68px;
    line-height: 60px;
    /* or 110% */


/* Typo / heading */

    color: #212020;
/* or 140% */


/* Typo / heading */

    color: #212020;
}

 @media only screen and (max-width: 768px) {
    .health-logo{
        width: 198px;
        height: 43.64px;
        position: inherit;
        bottom: 30px;
    }
    .text-girl{
        margin-top: 0%;
    }
    .powerdots{
        margin-left:-10% !important
    }
    .carousel-indicators{
        left:55% !important;
    }
    .btns{
        margin-top: 0em !important;
    }

    .mobile-container {
        width: 100%;
        /* max-width: 480px; */
        margin: auto;
        background-color: #555;
        height: 500px;
        color: white;
        border-radius: 10px;
    }
  
  .topnav {
    overflow: hidden;
    /* background-color: #333; */
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    /* background: black; */
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    /* background-color: #ddd; */
    color: black;
  }
  
  .actives {
    /* background-color: #04AA6D; */
    color: white;
  }
    .navbar{
        min-height: 64px !important;
        justify-content: space-evenly !important;
      }
    .brand-logo{
        margin-left: 0em;
        width: 97px;
        height: 39.1px;
      }
    .top-right{
        position: relative;
        right: -10%;
    }
    .top-left{
        position: relative;
        left: -20%;
    }
    .tophead{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 56px;
/* or 140% */

text-align: center;

/* Typo / heading */

color: #212020;
    }
    .toppara{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
/* or 169% */

text-align: center;

color: #201E1E;
    }
    .mobile-top{
        height: 311px;
        width: 100%;
    }
    .top-bg{
        background: #FEC400;
    }
   
    .margin-top-networks{
        margin-top: 5em !important;
    }
    .mobile-bg{
        display: inline-table;
        min-height: 100%;
        height: 471.26px;
        min-height: 450px;
        width: 100%;
        background-position: 50%!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        position: relative!important;
    }
    .network-head{
        font-weight: 600;
font-size: 40px;
line-height: 56px;
/* identical to box height, or 140% */

text-align: center;

/* Typo / heading */
margin-top: 2em;
margin-bottom: 1em;

color: #212020;
    }
    .box-network{
        width: 281px;
height: 250px !important;
    }
    .owner-mobile-image{
        margin: 0 15px;
        width: 328.78px;
height: 331.06px;
    }
    .webbox{
        margin-top:15em;
        background-color: #FEC400 !important;
     }
    .we-bring-block{
        margin-top: 7em;
        display: grid !important;
        background-color: #FEC400 !important;
     }
     .head-bring{

        font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 56px;
/* identical to box height, or 140% */

text-align: center;

/* Typo / heading */

color: #212020;

     }
     .image-mobile{
        width: 314.02px;
        height: 417px;
        /* left: 5%; */
        position: relative;
     }
     .margin-right{
        left:0;
     }
     .head-para{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 27px;
/* or 169% */

text-align: center;

color: #201E1E;
     }
    .padding-left{
        /* padding-left: 20px; */
    }
    .together-margin{
        margin-top:-3em;
        margin-left: 0;
        margin-bottom: 2em;
    }
    .together-marginss{
        margin-top:-3em;
        margin-left: 0;
        margin-bottom: 2em;
     }
    .web{
        margin-top: -5em;
        background: url("./img/webmobile.png") no-repeat center center;
        height: 450px;
    }
    .together-text{
        font-weight: 600;
font-size: 40px;
line-height: 56px;
/* or 140% */

text-align: center;

/* Typo / heading */

color: #212020;
    }

    .margin-left-together{
        margin-left: 15%;
    }
    .webman{
        left: 0%;
        top:20%;
        width: 207.58px;
height: 317px;
    }
    .therapist-head-image{
        left: -40%;
        width: 64.87px;
height: 62.21px;
    }
    .therapist-head{

        margin-bottom: 1.5em;
        font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 0px;
text-align: center;
    }
    .facts{
        font-size: 24px !important;
        line-height: 24px !important;
     }
    .bgtext{
        font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    /* identical to box height */
    color: #FFFFFF;
     }
    .bgimges{
        margin-top: 50%;
        width: 38.19px;
        height: 38.19px;
     }
    .big-image{
        min-height: 100%;
        /* min-width: 1024px; */
        background: url("./img/fullbg.png") no-repeat center center;
        height: 249px;
        min-height: 249px;
        width: 100%;
        background-position: 50%!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        position: relative!important;
     }
    .therapy{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 56px;
/* or 140% */

text-align: center;

/* Typo / heading */

color: #212020;
    }
    .learn{
        margin-top: 5em !important;
    }
    .dots-slider{
        margin-left: -35% !important;
    }
    .display-inline{
        display: inline;
    }
    .blue-button{
        margin-left: 0;
    }
    .margin-left-slider{
        padding-left:4em !important;
        margin-top: 2em !important;
    }
    .therapy-box{
        background: #FFFDFA;
border: 1px solid #FFE899;
border-radius: 12px;
width: 281px;
height: 276px;
    }
    .bold{
        font-weight: 600;
    }
    .therapy-image{
        /* border: 1px solid #FEC400; */
        width: 118px;
height: 118px;
    }
    .footer-image{
        margin-top: 1em;
        /* float: right; */
        width: 136.43px;
        height: 55px;
    }
    .form-control{

        margin-left: 10px !important;
    }
.display{
    display: grid !important; 
}
.equalHMVWrap {
	flex-wrap: wrap;
}

.equalHMV {
	width: 32%;
	margin: 1%;	
}
.carousel-control.right {
    display: none !important;
    background-image: none !important;
    background: none !important;
}
.carousel-control {
    color: #0A33DD !important;
}
.active{
    background-image: none !important;
    background: none !important;
  
}
.carousel-indicators {
    top:95% !important
}
.carousel-indicators .active{
    
        background: #FEC400 !important;
    
}
.carousel-dots{
margin-top: 3em !important;
    background: #C9C9C9 !important;
}
.carousel-control.left {
    display: none !important;
    background-image: none !important;
    background: none !important;
}
.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}
.equalHMVWrap {
	flex-wrap: wrap;
}

.equalHMV {
	width: 32%;
	margin: 1%;	
}

.equalHMV:nth-of-type(3n) {
	margin-right: 0;	
}

.equalHMV:nth-of-type(3n+1) {
	margin-left: 0;	
}


 .footer-logo{
    margin-top: 1.2em;
    width: 32.6px;
    height: 32.6px;
 }


 .margin-left{
    margin-left: 15px;
 }

    .mobile-hide {
      display: none !important;
    }
    .mobile-show {
        width: 100%;
        position: relative;
        display: inline-block;
    }
    .align-left{
        text-align: left !important;
    }
    .footer-head{
        margin-top: 2em !important;
    }
    .head{
        font-weight: 600;
        font-size: 40px;
        line-height: 56px;
        /* identical to box height, or 140% */
        
        text-align: center;
        
        /* Typo / heading */
        
        color: #212020;
    }
    .inner-box-head{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 700;
font-size: 17.5407px;
line-height: 26px;
/* or 150% */

text-align: center;

color: #0F0E0E;
    }
    .slider-text{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 600;
font-size: 8.22222px;
line-height: 8px;
text-align: center;

color: #413F3F;
    }
    .para{
        font-family: 'Metropolis';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 28px;
/* or 156% */


color: #000000;
    }
  }

 @media only screen and (min-width: 768px) {

    .mobile-hide{
        display: inline !important;;
    }
    .mobile-show {
      display: none !important;
    }
    .we-bring-bloc-hide{
        background: #FEC400 !important;
        display: block !important;
     }
  }
  .mobile-hide{
    display: inline;
}
