
/* @font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Uniform';
    src: url('../fonts/UniformBold.woff2') format('woff2'),
        url('../fonts/UniformBold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
} */
html, body{min-height: 100%;width: 100%;font-size: 16px;}

body{margin:0;padding: 0;overflow-x: hidden;font-size: 16px;color: #353e47;}
/*Scroll bar*/
::-webkit-scrollbar {
    width: 5px !important;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background-color: #a2a2a2;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
/* h1,h2,h3,h4,h5,h6{font-family: 'Uniform';} */
a{text-decoration: none !important;}
a{color: #333;}
a:hover{color: #333;}
ul{list-style: none;margin:0;padding:0;}
ul,ol,li {list-style: none;padding: 0;margin: 0;}
.pt-50{padding-top: 50px;}
button{outline: none !important;}
textarea{max-width: 100%;height: auto !important;}
hr{margin:0;}
img{max-width: 100%;}
.mt-0{margin-top: 0 !important;}
.mt-5{margin-top: 5px;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mt-10{margin-top: 10px;}
.margin-rightneg-50{
    margin-right: -50px;
}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.mb-0{margin-bottom: 0;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}
.mt-50{margin-top: 50px;}
.mt-70{margin-top: 70px;}
.mt-30{margin-top: 30px;}
.text-orange{color: #F8694A;}
.display-ib{display: inline-block;}
.black-btn{background: #000;padding: 7px 70px;color: #fff;border-radius: 30px;border: none;transition: all .3s;}
.img-responsive{width: 100%;}
.black-btn:hover{color: #fff;background: #00bd97;}
.position-fixed{position: fixed;}
.margin-leftneg-50{
    margin-left: -50px;
}
.text-light-green{color: #61ae31;}
.text-blue{
    color: #2dc0e2;
}
.font-weight600{
    font-weight: 600;
}

.pr-0{padding-right: 0;}
.text-black{color: #333;}
.text-white{color: #fff;}
.text-gray{color: #bdc0c3;}
.text-green{
    color: #61ae31;
}
.bg-light-gray{
    background: #f7f7f7;
}
.right-border{
    border-right: 1px solid #dee2e6;
}



*:focus{outline: none;}
.orange-btn{background: #F8694A;transition: all .3s; color: #fff;border-radius: 0;transition: all .3s;}
.orange-btn:hover{background: rgb(240, 89, 56);color: #fff; }
.btn-success{
    background: #62af31;border-color: #62af31;
}
nav {
    min-height: 50px;
    box-shadow: 0 0 55px 1px #ddd;
    padding: 15px 0;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
    background: #fff;
  }
  nav .navigation-brand {
    line-height: 50px;
    margin-left: 20px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
  }
  nav .navigation-list {
    /* height: 50px; */
    line-height: 50px;
  }
  nav .navigation-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
  }
  nav .navigation-list li a {
    color: #333;
    font-size: 14px;
    position: relative;

  }
  nav .navigation-list li a:after{
      content:'';position: absolute;bottom: -10px;right: 0;left: 0;height: 2px;width: 0;transition: all .3s;background: #28a745;margin: 0 auto;;
  }
  nav .navigation-list li a:hover:after{
      width: 100%;
  }
  nav .toggle {
    display: none;
  }
  
  .nav-collsaped {
    position: fixed !important;
    background-color: black;
    left: 0 !important;
    transition: 0.5s;
  }
  
  .overlay {
    display: none;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 63px;
    background-color: rgba(0, 0, 0, 0);
    transition: 5s;
  }
  
  .body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline !important;
    transition: 5s;
  }
  
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 0px);
    -moz-transform: rotate(-45deg) translate(-5px, 0px);
    -o-transform: rotate(-45deg) translate(-5px, 0px);
    -ms-transform: rotate(-45deg) translate(-5px, 0px);
    transform: rotate(-45deg) translate(-5px, 0px);
    width: 15px;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, 0px);
    -moz-transform: rotate(45deg) translate(-5px, 0px);
    -o-transform: rotate(45deg) translate(-5px, 0px);
    -ms-transform: rotate(45deg) translate(-5px, 0px);
    transform: rotate(45deg) translate(-5px, 0px);
    width: 15px;
  }
  section{
      padding: 70px 0 10px 0;
  }
  .main-wrapper{
      width: 80%;margin: 0 auto;
  }
  .main-wrapper h1{
      /* font-family: 'Uniform'; */
      color: #353e47;
      font-size: 2px;     
      font-weight: bold;
  }
  .main-sec-padding{
      padding-top: 150px;
  }
  .main-wrapper h1 span{display: block;}
  .main-wrapper p{font-size: 28px;margin-top: 15px;}
  .text-box-wrapper .green-heading{
    color: #61ae31;font-size: 2.5rem;
  }
  .text-box-wrapper .small-heading{
      font-size: 24px;margin-bottom: 30px;font-weight: 600;
  }
  .text-box-wrapper a{
      font-weight: 600;font-size: 18px;transition: all .3s;
  }
  .text-box-wrapper a:hover{
    color: #61ae31;
  }
  .text-box-wrapper p{
      font-size: 16px;
  }
  .main-box-wrapper{
      display: flex;align-items: center;height: 100%;
  }
  .section-border{
      border-bottom: 1px solid #ddd;padding-bottom: 70px !important;
  }
  .our-industry-sec .small-heading{font-size: 18px;margin: 0 auto;width: 50%;

  }
  .heading{font-size: 3.5rem;font-weight: bold;}
  .leadership-box-wrapper p{font-size: 20px;padding: 20px;text-align: center;}
  .ketoslim-box-wrapper .text-box .green-heading {
    color: #61ae31;
    font-size: 1.5rem;
    font-weight: 600;
}
.ketoslim-box-wrapper .text-box{
    margin-top: 20px;
}
.ketoslim-box-wrapper .text-box .text{
width: 80%;margin: 0 auto;
}
footer{background: #2a363e;padding: 70px 0;margin-top: 70px;color: #bdc0c3;font-size: 16px;}
footer .footer-links li a{color: #bdc0c3;transition: all .3s;}
footer .footer-links li a:hover{color: #fff;}
footer .footer-links li{margin-bottom: 10px;}
/* .footer-wrapper{
    display: flex;justify-content: space-between;
} */
footer .lanline-num{font-size: 20px;}
footer .social-icons li{display: inline-block;margin-right: 7px;}
footer .social-icons li a{
    transition: all .3s; background: #bdc0c3;height: 40px;width: 40px;line-height: 40px;border-radius: 100%;display: inline-block;text-align: center;color: #2a363e;font-size: 20px;
}
footer .social-icons li a:hover{
    background: #39444c;color: #fff;
}

.finess-app-sec{padding: 82px 0 0 0;display: flex;align-items: center;justify-content: center;}
.finess-app-sec .img-wrap img{width: 100%;}
.number-dont-lie{padding: 60px 0 10px 0;}
.number-dont-lie-detail{text-align: center;}
.number-dont-lie-detail h2{font-size: 45px;font-weight: 400;margin-bottom: 20px;} 
.number-dont-lie-detail span{font-size: 40px;border: 3px solid #e1e1e1;padding: 12px 70px;display: inline-block;color: #62af31;font-weight: 600;}
.number-dont-lie-detail h5{font-size: 20px;color: #62af31;text-transform: uppercase;font-weight: 700;margin-top: 25px;}
.how-it-work{padding: 100px 0 70px 0;}
.how-it-work-head{text-align: center;margin-bottom: 30px;}
.how-it-work-head h2{font-size: 45px;font-weight: 700;margin-bottom: 15px;}
.how-work-box{text-align: center;}
.how-work-box h4{margin-top: 10px;text-transform: uppercase;font-size: 18px;margin-bottom: 0;}
.how-work-box p{font-size: 16px;margin-bottom: 20px;}
.how-work-mobile{padding-top: 20px;padding-left: 30px;}
.access-your-dashboard{text-align: center;background: #1cb0b9;padding: 60px 0 80px 0;}
.access-your-dashboard .head{margin-bottom: 30px;}
.access-your-dashboard .head h2{font-size: 40px;color: #fff;font-weight: 600;margin-bottom: 15px;}
.access-your-dashboard .head p{font-size: 18px;color: #fff;font-weight: 300;}
.get-started-text{text-align: center;}
.get-started{padding: 60px 0 10px 0;}
.get-started h2{font-size: 40px;font-weight: 700;}
.get-started p{max-width: 490px;margin: 20px auto 30px auto;font-size: 18px;font-weight: 400;}
.consultation-now{background: #62af31;border: 2px solid #62af31;color: #fff;text-transform: uppercase;font-weight: 500;transition: all 0.3s;}
.consultation-now:hover{color: #62af31;background: none;}
nav .toggle{cursor: pointer;}
.secret-of-body-txt{background: #333e48;padding: 50px 15px 70px 120px;min-height:402px;}
.secret-of-body-txt h4{color: #62af31;margin-top: 15px;}
.secret-of-body-txt h2{color: #fff;}
.secret-of-body-txt p{color: #c5c9cc;font-style: italic;font-size: 16px;margin-bottom: 20px;margin-top: 10px;}
.consultation-now-outlineBtn{background: none;border: 2px solid #adb2b6;color: #fff;text-transform: uppercase;font-weight: 500;transition: all 0.3s;}
.consultation-now-outlineBtn:hover{background: #adb2b6}
.face-fact{background: #62af31;padding: 70px 0 70px 0;position: relative;}
.face-fact:after{content: "";position: absolute;left: 0;right: 0;bottom: -14px;background: url('../images/sec-after.png') no-repeat center;background-size: auto;height: 15px;}
.secret-of-body .img-wrap{height: 402px;}
.secret-of-body .img-wrap img{height: 100%;object-fit: cover;}
.face-fact-text{text-align: center;color: #fff;}
.face-fact-text h4{font-size: 22px;}
.face-fact-text h2{font-size: 34px;max-width: 700px;margin: 0 auto;}
.face-fact-text p{font-size: 18px;max-width: 640px;margin: 30px auto 0 auto;}
.biggest-brand{background: #e9e9e9;text-align: center;padding: 70px 0 70px 0;}
.biggest-brand p{font-size: 18px;max-width: 890px;margin: 30px auto;}
.best-shape-life{text-align:center;padding: 70px 0 60px 0;}
.best-shape-life .detail h2{font-size: 40px;font-weight: 700;margin: 0 auto 20px auto;max-width: 780px;}
.best-shape-life .detail p{font-size: 16px;font-weight: 500;}
.best-shape-life .detail b{font-size: 17px;}
.book-consultation{padding: 30px 0 40px 0;}
.book-consultation-inner h2 {text-align: center;font-size: 46px;font-weight: 700;max-width: 660px;margin: 0 auto 40px auto;}
.book-consultation-inner h2 span{color: #62af31;}
.book-consultation-inner ul{max-width: 580px;margin: 0 auto;}
.book-consultation-inner ul li{display: flex;align-items: center;margin-bottom: 20px;}
.book-consultation-inner ul li p{margin-bottom: 0;font-size: 16px;margin-left: 15px;}
.secret-of-body{padding-top:83px;}
.theme-modal .modal-content {
    border: 6px solid #62af31;
    border-radius: 10px;
}
.theme-modal .close {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: #f2f2f2;
    color: #c9cacc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    margin: 14px 14px 0 auto;
}
.calendar-hd {
    height: auto !important;
}
.calendar-modal {
    background: #fdfdfd;
    border: 1px solid #e8e8e8;
}
.calendar .calendar-views .now {
    background: #3684e9!important;
}
.input_wrapper {
    position: relative;
}
.input_wrapper i {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 18px;
    color: #62af31;
}
.calendar-modal{
    top: 37px !important;
    left: 0 !important;
}
.calendar .calendar-views .now {
    background: #62af31!important;
}
.btn-outline-secondary{
    border: 1px solid #ddd;
    color: #62ae31;
}
.finess-app-sec:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #03a9f499;
}
.banner_content{
    color: #fff;
    position: absolute;
    z-index: 1000;text-align: center;
}
.banner_content h1{font-size: 50px;font-weight: bold;}
.banner_content h1 span{
    font-weight: 400;
}
.banner_content p{
    text-transform: uppercase;
}
.banner_content img{width: 200px;}
.inner-page{
    padding-top: 150px;
}
.app-store-icons{
    margin-top: 50px;
}

/* pricing page start */
.inner-page.pricing-page .main-wrapper p{
    font-size: 20px;
}
.inner-page.pricing-page .section-border{
    padding-bottom: 30px !important;
}
.kslim-program h2 , .consultation-conversion h2{
    color: #353e47;
    font-size: 2.5rem;
    font-weight: bold;
}
.program-content-box ul{
    position: relative;
    padding-left: 30px;
}
.program-content-box ul li::before {
    content: " ";
    background: #61ae31;
    display: inline-block;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 100%;
    margin-right: 6px;
   
  }
  .table thead th{
      border-bottom: 1px solid #dee2e6
  }
  .program-content-box .table tbody td button{
      margin-top: 10px !important;
  }
  .table thead th{
      vertical-align: middle;
  }
  .workout-page{
      padding-top: 83px;
  }
  .workout-page .bg-video video{
      width: 100%;
  }
  .workout-page .bg-video{
      position: relative;
      display: flex;align-content: center;justify-content: center;
  }
  .workout-page .bg-video .video-content{
      position: absolute;
    display: flex;
    height: 100%;
    align-items: center;
  }
  .workout-page .bg-video .video-content h1{
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 3.5rem;
    padding: 10px 67px;
  }
  .start-app{
      background: #62af31;color: #fff;font-size: 26px;font-weight: 600;text-align: center;display: inline-block;padding: 10px 50px;
  }
  .workout-gallery h4{
    margin-bottom: 0;
    text-align: center;
    padding: 10px;
    background: #f7f7f7;
  }
  .workout-gallery .img-box img{
      height: 250px;
      object-fit: cover;
      width: 100%;
  }
  .workout-gallery .img-box {
      margin-bottom: 15px;
      margin-bottom: 30px;
  }
/* consultation conversion page */
 