body{
    font-family: 'roboto', sans-serif;;
    margin: 0 auto;
}
p{
    margin: 0;
}
.btn:hover {
    color: #ffffff;
}

.login{
    float: right;
}
.container{
    text-align: center;
}
.navbar-brand img{
    width: 152px;
}
.welcome{
    color: #454E57;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
}
.welcome1{
    color:#454E57;
   font-weight: 600;
   margin-bottom: 20px;
    font-size: 28px;
}
.start{
    color:#0ECC88;
    font-weight: 600;
    text-decoration:none;
}
.start:hover{
    color:#0ECC88;
}
.green-btn{
   background-color:  #0ECC88;
   color: #fff;
   padding: 12px 20px;
   font-size: 20px;
   /*margin-top: 20px;*/
   /*width: 100%;*/
   border-radius: 6px;
}
.green-btn:hover{
    background-color: #26d194;
}
.login .form-control{
    padding: 15px 0;
    border-left-color: #fff;
}
 .form-control{
    padding: 15px 10px;
    
}
label{
    font-size: 14px;
    color: #7e858b;
    font-weight: 600;
    text-align: left;
    padding: 10px 20px;
    margin-top: 15px;
}
.input-group-text{
    color: #cbcbcb;
    background-color: #fff;
    border-right-color: #fff;
    padding: 20px 10px;
}
.form-control::placeholder{
    color: #454e57;
    font-weight: 600;
}
.forgot_pass{
    font-size: 12px;
    color: #0ecc88;
    font-weight: 600;
    text-decoration:none;
}
.card{
    background-color: #f9f9f9;
    border: none;
}
.log{
    font-size: 14px;
    color: #454E57;
    font-weight: 600;
    float: left;;
}
.log:hover{
    text-decoration: none;
    color: #17ce8c;

}
.log p{
    float: left;
    margin: 10px 6px;
}
.log i{
    color: #0ecc88;
    font-size:22px;
    float: left;
    margin: 10px 5px;
}
.img1{
    width: 100%;
    padding: 10px;
}
.img2{
    width: 100%;
    padding: 10px;
}
.male-btn{
    background-color:  #2da9d9 ;
   color: #fff;
   padding: 10px 62px;
   font-size: 20px;
   margin-top: 40px;
   border-radius: 6px;
}
.male-btn:hover{
    background-color:  #38baec ;
}
.female-btn{
    background-color:  #b73377 ;
   color: #fff;
   padding: 10px 57px;
   font-size: 20px ;
   margin-top: 40px;
   border-radius: 6px;
}
.female-btn:hover{
    background-color:  #d1438c ;
}
.policy{
    font-size: 14px;
    margin: 0 auto;
    max-width: 80%;
    color: #8d8d8d;
}
.policy span{
    color: #0ecc88;
}
.policy a{
    color: #0ecc88;
    text-decoration: none;
}
.table{
    margin-top: 50px;
}
.table td, .table th{
    border: none;
    padding: 0;
}
.back-arrow{
    float: left;
    color: #cbcbcb;
    margin: 10px 0;
}
.weight{
     border: 1px solid #cbcbcb;
     float: left;
     padding: 10px 20px;
    width: 100%;
    height: 74px;
    border-radius: 6px;
    margin-top: 30px;
    background-color: #fff;
    color: #454e57;
}
.weight span{
    float: left;
    text-align: left;
    padding-top: 10px;
    font-weight: 500;
    font-size: 20px;
    
}

.weight span p{
    font-size: 18px;
    font-weight: 500;
}

.weight img{
    float: right;
}
.weight i{
    float: right;
}

.weight:hover, .weight:active{
    background-color: #0ecc88;
    color: #fff;
}

.weight-activity{
    border: 1px solid #cbcbcb;
    float: left;
    padding: 10px 20px;
   width: 100%;
   height: 74px;
   border-radius: 6px;
   margin-top: 10px;
   background-color: #fff;
   color: #454e57;
}
.weight-activity h6{
    float: left;
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}

.weight-activity h6 p{
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0;
}

.weight-activity img{
    float: right;
}
.weight-activity i{
    float: right;
}

.weight-activity:hover, .weight-activity:active{
    background-color: #0ecc88;
    color: #fff;
}



.weight1{
    border: 1px solid #cbcbcb;
    float: right;
    padding: 10px 20px;
    width: 50%;
    height: 74px;
    border-radius: 6px;
    background-color: #fff;
    margin: 10px 5px 0px 5px;
   color: #454e57;
}
.weight1 span{
    
    padding-top: 10px;
    font-weight: 600;
    font-size: 20px;

}
.weight1:hover, .weight1:active {
    background-color: #0ecc88;
    color: #fff;
}

.weight1 i:hover, .weight1 i:active {
    background-color: #ffffff;
    color: #0ecc88;
}
.img-weight-box{
        padding: 0;
}



.weight2{
    border: 1px solid #cbcbcb;
    padding: 20px;
    width: 45%;
    height: 74px;
    border-radius: 6px;
   margin-top: 2rem !important;
   margin: 6px;
   color: #454e57;
}
.weight2 span{
 
   padding-top: 10px;
   font-weight: 600;
   font-size: 24px;
}
.weight2 span p{
   font-size: 18px;
   font-weight: 500;
}
.weight2 img{
   float: right;
}
 .weight2:active{
   background-color: #0ecc88;
   color: #fff;
}

.form-check {
    float: left;
  
    padding-top: 15px;
   
}
.img-weight{
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    padding: 2;
    margin: 30px auto;
}
.scroll-div{
    width: 70%;
}
.scroll-div1{
    width: 100%;
}

.scroll{
    /* margin: 10px; */
    border: none;
     background: none;  
     text-align: center; 
     font-size: 32px;
}
.scroll-div i{
    float: left; 
    padding: 20px; 
    margin-top: 16px;
     margin-left: -90px;
      color: #7e858b;
       font-size: 20px;
}
.scroll-div1 i{
    float: left; 
    padding: 20px; 
    margin-top: 16px;
     margin-left: -90px;
      color: #7e858b;
       font-size: 20px;
}
.scroll-div2 i{
    float: left; 
    padding: 20px; 
    margin-top: 16px;
     margin-left: -90px;
      color: #7e858b;
       font-size: 20px;
}
.scroll-div label{
    padding: 10px 0; 
    margin-top: 14px; 
    font-size: 20px;
    position: absolute;
    right: 58px;
    z-index: 9999;
}
.close{
    background-color: #d40101;
    padding: 8px 10px;
    color: #fff;
    border-radius: 100%;
    margin: 10px;
}
.check{
    background-color: #4ee168;
    padding: 8px;
    color: #fff;
    border-radius: 100%;
    margin: 10px;
}
.diet{
    border: 1px solid #cbcbcb;
    float: left;
    /* padding: 20px; */
   width: 100%;
   height: 74px;
   border-radius: 6px;
   margin-top: 10px;
   background-color: #fff;
   color: #454e57;
}
.diet span{
    float: left;
    text-align: left;
    padding-left: 10px;
    font-weight: 600;
    font-size: 20px;
}
.diet span p{
   font-size: 16px;
   font-weight: 400;
}
.img-veggi{

    width: 16%;
    float: left;

}
.diet img{
    float: left;
    margin: 10px 20px;
}
.diet i{
   float: right;
}
.diet:hover, .diet:active{
    background-color: #0ecc88;
    color: #fff;
 }

 .progress-title{
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}
.progress-outer{
    background: #fff;
    padding: 5px 5px 5px 5px;
    border: 1px solid #bebfbf;
    border-radius: 45px;
    margin-bottom: 20px;
    position: relative;
}
.progress{
    background: #ffffff;
    border-radius: 20px;
    margin: 0;
    height: 25px;
}
.progress .progress-bar{
    border-radius: 20px;
    box-shadow: none;
    animation: animate-positive 2s;
    background-color: #0ECC88;
}
.progress .progress-value{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}
.check1{
    background-color: #0ECC88;
    padding: 20px;
    color: #fff;
    font-size: 51px;
    border-radius: 100%;
    margin: 10px;
}

.form-control:focus{
  box-shadow: none;
  border-color: #ced4da !important;
}
.privacy{
    font-family: Roboto, sans-serif;
    color: rgb(134, 150, 166);
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
.lock{
    float: left;
    font-size: 19px;
    line-height: 11px;
    margin: 10px;
    color: #cbcbcb;
}
.nav-pills .nav-link{
    border: 1px solid #cbcbcb;
    color: #433636;
    font-weight: 600;
    margin: 2px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #0ecc88;
    background-color: #ffffff;
    border: 1px solid;
}
.profile{
    
}
.radio-label{
    font-size: 14px;
    color: #7e858b;
    font-weight: 600;
    text-align: left;
    padding: unset;
    margin-top: unset;
}
.subcrib{
    border: 1px solid #0ecc88;
    border-radius: 10px;
    margin: 20px 0px;
    width: 100%;
}
.plan{
    font-size: 24px;
    font-weight: 600;
}
.subcription{
    background-color: #fff;
}
.subcription :hover, .subcription :active{

    /* border: 1px solid #0ecc88; */
    color: #000;

}
.sub-plan{
    background-color: #fff;
    border: 1px solid #cbcbcb;
    /* float: left; */
    padding: 20px;
    font-size: 20px;
    /* width: 100%; */
    border-radius: 10px;
    /* margin: 10px 2px !important; */
    height: 74px;
}
.sub-plan span{
    float: left;
    text-align: left;
    font-weight: 600;
    color: #b3b3b3;
    font-size: 20px;
}
.sub-plan span p{
    font-size: 18px;
    font-weight: 500;
}
.sub-plan img{
    float: right;
}
.sub-plan i{
    float: right;
}

.sub-plan .form-check {
    float: left;
    padding-top: 5px;
}
.sub-plan1{
       border: 1px solid #cbcbcb;
    float: right;
    padding: 6px;
    width: 100%;
    border-radius: 10px;
    margin: 0!important;
    background-color: #fff;
    height: 74px;
}
.sub-plan1 span{
    float: left;
    text-align: left;
    font-weight: 600;
    color: #b3b3b3;
    font-size: 38px;
    margin: 0 5px;
}
small{
    font-size: 8px;
    color: #0ecca7;
    padding-top: 35px;
    margin-left: -32px;
    float: left;
}
sup{
    font-size: 18px;
    font-weight: 100;
}
.sub-form{
      background-color: #fff;
}
.sub-form .form-control{
    margin: 10px;
}

.visa label{
    padding: 10px;
}
.yes-no{
    width: 38% !important;

}
.form-check-input:checked {
    background-color: #0ecc88;
    border-color: #0ecc88;
}

.subscri-para{
    font-size: 13px;
    color: #a0b2c9;
    text-align: justify;
}

/*.subscri-para a{
    color: #0ecc88;
    text-decoration: none;
}*/

@keyframes animate-positive{
    0%{ width: 0; }
}

@media (max-width: 340px){

    .female-btn {
        
        margin-top: 35px; 
    }

}

@media (min-width: 320px) and (max-width:600px) { 

    .img2{
        width: 100%;
    }
    .img1 {
        width: 100%;
    }
    .welcome {
    
        font-size: 20px;
    }
    .welcome1{
    
        font-size: 20px;
    }
    .weight-activity{
       
       height: 90px;
    
    }
    .weight-activity h6{
        width: 75%;
        
    }

    .weight-activity img{
        margin: 10px 0;
        
    }
    .weight1{
        width: 100%;
        padding: 10px;
    }
    .weight1 span{
        font-size: 14px;
    }
    
    .weight2 {
        margin: 4px;
    }

    .male-btn{
        margin-top: 20px;
        padding: 10px 48px;
        font-size: 1rem;
        
     }

    .female-btn{
        margin-top: 20px;
       padding: 10px 44px;
       font-size: 1rem;
       
    }

   
    .sub-plan .form-check {
        padding-top: 0px;
    }
    .sub-plan span {
        font-size: 16px;
    }
    .sub-plan1 span {
        font-size: 22px;
    }
    .sub-plan1 {
        padding: 8px 6px;
    
        height: 74px;
    }
    sup {
        font-size: 12px;
        font-weight: 100;

    }
    .img-weight-box {
        padding: 0px 7px;
    }

    .img-veggi {
        width: 26%;
        float: left;
    }
    .scroll-div label{
        
        right: 25px;
        
    }
    .yes-no{
        width: 100% !important;
    
    }
    



    
}


@media (min-width: 768px) and (max-width:1080px) {

    .img-weight {
        width: 50%;
    }
    
    .scroll-div label{
        
        right: 30px;
        
    }
    .yes-no {
        width: 70% !important;
    }

    .sub-plan1 span{
        font-size: 26px;
        margin: 10px 5px;
    }
    sup {
    font-size: 12px;
    }
    small {
        padding-top: 40px;
    }

}
/* @media (min-width: 900px) and (max-width:1500px) {

    .img2 {
        width: 106%;
    }

} */
@media (min-width: 992px){

    .col-lg-6 {
        flex: 0 0 auto;
        width: 33%;
    }


}

@media (min-width: 992px) and (max-width:1300px){
        .home_p {
            flex: 0 0 auto;
            width:40.333333% !important;
        }

        sup {
            font-size: 12px;
        }
		
            .sub-plan1 span{
                font-size: 28px;
            }
        }

@media (max-width: 767px){
    .m-font-14{
        font-size: 14px;
        /*color: #a0b2c9;*/
        text-align: justify;
    }
    .plan{
        line-height: 1.2;
    }
    .mt-sm-3.my-5.text-sm-center.text-start ul li i.fa {
        position: absolute;
        left: 0;
        margin-top: 3px;
    }
    .mt-sm-3.my-5.text-sm-center.text-start ul li {
        padding-left: 25px;
        position: relative;
    }
    
}