@font-face {
    font-family: 'Conv_Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: local('☺'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



 /*bannerWrap21*/
.bannerWrap21 {
    background-image: url(../images/banner-bg-img.jpg);
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    padding: 146px 0 171px !important;
    color: #fff;
    text-align: center;
    

}
.bannerWrap21 .textBox h1 {
    font-size: 76px;
    line-height: 80px;
    text-transform: uppercase;
    margin-bottom: 0px;
	max-width: 800px;
}
.bannerWrap21 .textBox {
    max-width: 900px;
    margin: 0 auto;
}

.bannerWrap21 .textBox p {
    font-size: 28px;
    line-height: 34px;
    font-family: 'ProximaNova-Medium';

}

.bannerWrap21 .textBox .buttonBox {
    padding-top: 40px;
}

.bannerWrap21 .textBox .btn-primary {
    font-family: 'Conv_Poppins-Bold';
    font-size: 20px;
    padding: 12px 30px;
    background: #e6bd40 !important;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
	margin-top: 15px;
}
.bannerWrap21 .textBox .btn-primary:hover:last-child,
.bannerWrap21 .textBox .btn-primary:hover {
	  background: #175a1e !important;
      color: #ffffff !important;
}

.bannerWrap21 .textBox .btn-primary:nth-of-type(2) {
    margin-right: 0;
    background: #175a1e !important;
    border-color: #175a1e;
    color: #fff;
	margin-right: 15px;
 
}

.bannerWrap21 .buttonBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.fitnessBnr.bannerWrap21 .textBox .btn-primary {
	background: #175a1e !important;
	color: #fff;
}

body .imagetextWrap .rightBox .btn-primary {
    background: #175a1e !important;
    border-color: #175a1e;
    color: #fff;
}
body .imagetextWrap .rightBox .btn-primary:hover {
    background: #175a1e !important; 
    color: #ffffff;
}


/*imagetextWrap*/
.imagetextWrap {
    padding-top: 125px;
    padding-bottom: 115px;
    background: #ffffff;
}
/*
.imagetextWrap .leftBox .box img {
    width: 620px;

}*/

.imagetextWrap .box h3 {
    font-size: 46px;
    color: #305f24;
    padding-top: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
}
.imagetextWrap .box p {
    color: #111111;
    font-size: 18px;
    line-height: 24px;
    font-family: 'ProximaNova-Medium';
}

.imagetextWrap .box .btn-primary {
    font-family: 'Conv_Poppins-Bold';
    font-size: 20px;
    padding: 12px 30px;
    background: #e6bd40 !important;
    color: #fff;
    border-radius: 10px;
    margin-top: 6px;
    border-color: transparent;
    display: inline-block;
    text-align: center;
}

.imagetextWrap .box .btn-primary:hover {
    background: #186118 !important;
}
.imagetextWrap .leftBox {
    padding-right: 74px;
}

.imagetextWrap .rightBox {
    padding-left: 74px;
}
/*macroWrap*/
.macroWrap {
    background: #2b2b2b;
    padding-top: 82px;
    padding-bottom: 85px;
    color: #fff;
    text-align: center;
}
.macroWrap .sec-title h2 {
    text-align: center;
    color: #e6bd40;
    font-size: 46px;

}
.macroWrap .btn-primary {
    font-family: 'Conv_Poppins-Bold';
    font-size: 24px;
    padding: 12px 30px;
    background: #305f24 !important;
    color: #fff;
    border-radius: 10px;
    margin-top: 6px;
    border-color: transparent;
    display: inline-block;
    text-align: center;
    margin: 56px auto 0;
}
.macroWrap .imageGrid {
    text-align: center;
    padding-right: 20px;
}
.macroWrap .textGrid {
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-right: 170px;
  padding-left: 40px;
      text-align: left;
  
}
.macroWrap .textGrid h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 14px;
    
}

.macroWrap .textGrid h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 56px;
    font-family: 'ProximaNova-Medium';
}
.macroWrap .textGrid ul.listBox li {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 24px;
    font-family: 'ProximaNova-Medium';

}
.macroWrap .textGrid ul.listBox {
    padding-left: 26px;
}
.macroWrap .textGrid ul.listBox li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e6bd40;
    position: absolute;
    left: 0;
    top: 8px;
}
.macroWrap .sec-title {
    margin-bottom: 76px;
}
 



/**RESPONSIVE - start **/
@media (min-width: 1200px) and (max-width: 1440px) {
    .imagetextWrap .box h3 {
        font-size: 40px;
        padding-top: 30px;
    }
    .imagetextWrap .leftBox {
        padding-right: 50px;
    }
    .imagetextWrap .rightBox {
        padding-left: 50px;
    }
    .imagetextWrap {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .macroWrap .textGrid {
        padding-right: 100px;
    }
    .macroWrap .textGrid h4 {
        font-size: 32px;
        line-height: 40px;
    }
    .macroWrap .textGrid h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .macroWrap .sec-title {
        margin-bottom: 60px;
    }
  
  
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .page-id-2713 .hero-banner h1,
    .bannerWrap21 .textBox h1 {
        font-size: 60px;
        line-height: 70px;   
    }
    .bannerWrap21 .textBox {
        max-width: 760px;
    }
    .bannerWrap21 .textBox p {
        font-size: 22px;
        line-height: 26px;
    }
    .bannerWrap21 .textBox .btn-primary {
        font-size: 18px;
        padding: 10px 30px;
        margin-right: 20px;
    }
    .bannerWrap21 {
        padding: 100px 0 126px !important;
    }
    .bannerWrap21 .textBox .buttonBox {
        padding-top: 30px;
    }
    .imagetextWrap .box h3 {
        font-size: 40px;
        padding-top: 30px;
    }
    .imagetextWrap .leftBox {
        padding-right: 40px;
    }
    .imagetextWrap .rightBox {
        padding-left: 40px;
    }
    .imagetextWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .imagetextWrap .box .btn-primary {
        font-size: 18px;
        padding: 10px 30px;
    }
    .macroWrap .textGrid {
        padding-right: 90px;
        padding-left: 20px;
    }
    .macroWrap .textGrid h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .macroWrap .textGrid h6 {
        font-size: 20px;
        line-height: 24px;
    }
    .macroWrap .sec-title {
        margin-bottom: 50px;
    }
    .macroWrap .sec-title h2 {
        font-size: 35px;
    }
    .macroWrap .btn-primary {
        margin: 24px auto 0;
        font-size: 18px;
        padding: 10px 30px;
    }




}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-id-2713 .hero-banner h1,
    .bannerWrap21 .textBox h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .bannerWrap21 .textBox {
        max-width: 760px;
    }
    .bannerWrap21 .textBox p {
        font-size: 22px;
        line-height: 26px;
    }
    .bannerWrap21 .textBox .btn-primary {
        font-size: 18px;
        padding: 10px 30px;
        margin-right: 20px;
    }
    .bannerWrap21 {
        padding: 80px 0 111px;
    }
    .bannerWrap21 .textBox .buttonBox {
        padding-top: 30px;
    }
    .imagetextWrap .box h3 {
        font-size: 36px;
        padding-top: 20px;
    }
    .imagetextWrap .leftBox {
        padding-right: 20px;
    }
    .imagetextWrap .rightBox {
        padding-left: 20px;
    }
    .imagetextWrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .imagetextWrap .box .btn-primary {
        font-size: 16px;
        padding: 10px 20px;
    }
    .imagetextWrap .box p {
        font-size: 16px;
    }

    .macroWrap .textGrid {
        padding-right: 36px;
        padding-left: 20px;
    }
    .macroWrap .textGrid h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .macroWrap .textGrid h6 {
        font-size: 18px;
        line-height: 22px;
    }
    .macroWrap .sec-title {
        margin-bottom: 50px;
    }
    .macroWrap .sec-title h2 {
        font-size: 35px;
    }
    .macroWrap .btn-primary {
        margin: 24px auto 0;
        font-size: 18px;
        padding: 10px 30px;
    }
    .macroWrap .textGrid ul.listBox li {
        font-size: 16px;
        line-height: 22px;
    }
    .macroWrap .textGrid ul.listBox {
        padding-left: 18px;
    }
     
     .page-id-2713 .hero-banner {
         background-position: 75% center !important;   
     }









}

@media (max-width: 767px) {

    .page-id-2713 .hero-banner h1,
    .bannerWrap21 .textBox h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .bannerWrap21 .textBox {
        max-width: 100%;
    }
    .bannerWrap21 .textBox p {
        font-size: 16px;
        line-height: 22px;
    }
    .bannerWrap21 .textBox .btn-primary {
        font-size: 16px;
        padding: 10px 30px;
        margin-right: 0px;
        display: block;
        margin-bottom: 10px;

    }
    .bannerWrap21 {
        padding: 51px 0 50px !important;
    }
    .bannerWrap21 .textBox .buttonBox {
        padding-top: 20px;
        max-width: 250px;
        margin: 0 auto;
    }

    .imagetextWrap .box h3 {
        font-size: 30px;
        padding-top: 20px;
    }
    .imagetextWrap .leftBox {
        padding-right: 15px;
        margin-bottom: 60px;
    }
    .imagetextWrap .rightBox {
        padding-left: 15px;
    }
    .imagetextWrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .imagetextWrap .box .btn-primary {
        font-size: 16px;
        padding: 10px 20px;
    }
    .imagetextWrap .box p {
        font-size: 16px;
    }
    .imagetextWrap .box {
        text-align: center;
    }

    .macroWrap .textGrid {
        padding-right: 36px;
        padding-left: 15px;
    }
    .macroWrap .textGrid h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .macroWrap .textGrid h6 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .macroWrap .sec-title {
        margin-bottom: 40px;
    }
    .macroWrap .sec-title h2 {
        font-size: 25px;
    }
    .macroWrap .btn-primary {
        margin: 24px auto 0;
        font-size: 16px;
        padding: 10px 10px;
    }
    .macroWrap .textGrid ul.listBox li {
        font-size: 16px;
        line-height: 22px;

    }
    .macroWrap .textGrid ul.listBox {
        padding-left: 18px;
    }
    .macroWrap .imageGrid {
        padding-right: 15px;
        padding-bottom: 30px;
    }
    .macroWrap {
        padding-top: 56px;
        padding-bottom: 60px;
    }
    .bannerWrap21 .textBox p br {
        display: none;
    }

    .page-id-2713 .hero-banner {
         background-position: right center !important;   
     }


}





/**RESPONSIVE - end **/






@media screen and (min-width:768px) {
    .mobile-nav,
    .closeIcn {
        display: none;
    }

}

@media screen and (min-width: 1659px) {
    .row.plan-option {
        max-width: 835px;
    }
}

@media screen and (max-width: 1650px) {
    .card-plan-item{ padding: 60px 15px;}
    .sec-Includes li{ font-size: 24px;}
}

@media screen and (min-width: 1200px) {
    .sec-choose-coach-page .boxribbon p {
        font-size: 14px;
        line-height: 20px;
    }
    .sec-choose-coach-page .boxribbon b {
        font-size: 23px;
        line-height: 26px;
    }
}


@media screen and (max-width: 1199px) {
    .logo {
        max-width: 220px;
    }
    .hero-banner h1{ font-size: 40px;}    
    .header-menus li a {
        font-size: 15px;
        padding: 25px 20px;
        border-bottom: 2px solid transparent;
    }
    .hero-banner {
        padding: 80px 0px;
    }
    .hero-banner .lead{ font-size: 20px;}

    .section-gap {
        padding: 50px 0px;
    }
    .sec-title h2 {
        font-size: 35px;
    }
    .sec-title {
        margin-bottom: 50px;
    }
    .content-box span,
    .content-box h2 {
        font-size: 100px;
    }
    .content-box p {
        font-size: 25px;
        line-height: 35px;
        max-width: 100%;
    }
    .row-online {
        margin-bottom: 50px;
    }
    .lower-box h2 {
        font-size: 30px;
    }
    .lower-box p{ font-size: 18px;}
    .lower-box ul li{ font-size: 16px; line-height: 22px;}
    .lower-box ul li+li {
        margin-top: 10px;
    }
    .sec-what-do .row {
        margin-bottom: 50px;
    }

    .card-our-content-box {
        padding: 20px 15px;
    }

    .card-our-content-box h3,
    .card-our-content-box h2 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .footer {        padding: 20px 0px;    }
   .footer-logo{ max-width: 220px; }
   .footer-right ul li a {
    font-size: 15px;
    padding: 0px 15px;
    }

    .sec-choose-plan {
        background-position: left bottom;
        background-size: cover;
    }
   
    .sec-choose-coach-page {
        padding: 50px 0px;
        background: transparent;
    }
    .insta-feed {
        padding: 50px 0px;
    }
    /* .plan-banner {
        margin-bottom: 30px;
    } */
    .stories-img {
        width: 100px;
        height: 100px;
    }
    .user-stories-item p {
        font-size: 15px;
    }
    .bg-image{ margin-right: 0px;}

    .related-lower-content h2 {
        font-size: 18px;
    }

    .contact-box {
        padding: 25px;
    }

    .card-transformations {
        padding: 120px 20px 20px 20px;
    }
    .card-transformations-header {
        padding: 0px 20px;
        top: 25px;
    }

    .steps-circle{ width: 30px; height: 30px;}
    .steps-circle span {        font-size: 15px;    }
    .circle-text {        font-size: 18px;    }
    .multisteps-form__progress-btn:after{ width: calc(100% - 140px);}
    .macro-card {
        padding: 15px;
    }
    .macro-card .macro-details .macro-price {
        font-size: 20px;
    }

    .estimated-goal-inner p {
        font-size: 30px;
        line-height: 35px;
    }

}

@media screen and (max-width: 991px) {
    .logo {
        max-width: 150px;
    }   
    .header-menus li a {
        font-size: 14px;
        padding: 20px 10px;
    }
    .footer-logo {
        max-width: 150px;
    }
    .footer-right ul li a {
        font-size: 14px;
        padding: 0px 10px;
    }
    .boxribbon {
        right: -73px;
        top: 7px;
        width: 221px;
    }
    .boxribbon p {
        font-size: 10px;
        line-height: 12px;
    }

    .boxribbon b {
        font-size: 13px;
        line-height: 10px;
    }

    .blog-related [class*="col-"] {
        margin-bottom: 30px;
     }

     .transformations-colmn-left {
        padding-right: 15px !important;
    }
    .transformations-colmn-right{ padding-left: 15px !important;}

    .multisteps-form__form {
        min-height: inherit !important;
        height: auto !important;
    }
    .card-transformations {
        border-radius: 0;
    }
    .macro-calculator {
        margin-left: 0;
    }
    .estimated-goal {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .header-right {
        position: fixed;
        width: 250px;
        top: 0;
        left: -250px;
        height: 100%;
        z-index: 6;
        padding: 0px;
        border-right: 0px;
        display: block;
        background: #fff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .open-menu .header-right  {
        left: 0;
    }
    ul.header-menus {
        display: block !important;
    }
    .header-menus li a {
        padding: 6px 10px;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .header {
        padding: 15px 0px;
    }

    .hero-banner h1 {
        font-size: 22px;
    }
    .hero-banner .lead {
        font-size: 16px;
    }
    .lead.paragraph {
        padding-bottom: 15px;
    }
    .hero-banner .btn {
        margin-bottom: 15px;
    }
    .btn-primary {
        font-size: 14px;
        min-width: 150px;
        padding: 8px 10px;
        border-radius: 4px;
    }
    .hero-banner {
        padding: 30px 0px;
    }
    .section-gap {
        padding: 30px 0px;
    }
    .sec-title h2 {
        font-size: 18px;
    }
    .sec-title {
        margin-bottom: 30px;
    }

    .content-box span,
    .content-box h2 {
        font-size: 50px;
    }
    .content-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .row-online {
        margin-bottom: 30px;
    }
    .sec-right figcaption img {
        width: 100%;
    }
    .sec-right figcaption {
        margin-bottom: 15px;
    }

    .image-box {
        margin-bottom: 10px;
    }
    .lower-box p{ margin-bottom: 10px;}
    .sec-what-do [class*="col-"] {
        margin-bottom: 30px;
    }
    .sec-what-do .row {
        margin-bottom: 0;
    }
    .sec-our-results [class*="col-"] {
        margin-bottom: 30px;
    }

    .footer .col-12.d-flex.align-items-center{ display: block !important; text-align: center;}
    .footer-right ul {
        display: block;
        text-align: center;
    }

    .footer-logo {
        margin: 0px !important;
        display: inline-block;
    }
    .footer-right ul li a {
        padding: 4px 0px;
    }
    .footer-right{ margin-top: 20px;}

    .button-group .btn-primary{
        /*font-size: 10px;
        min-width: 93px;*/
    }
    .button-group .btn {
        margin: 0px 4px;
    }
    .card-plan-item {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .row.plan-option>div+div{ margin-top: 30px;}
    .d-flex-price .plan-price{ font-size: 60px;}
    .d-flex-price .plan-month{ font-size: 20px;}
    .card-plan-body p {
        font-size:14px;
        margin-bottom: 10px;
        min-height: inherit;
    }
    .card-plan-header h3,
    .card-plan-header h2{ font-size: 30px;}
    .card-plan-header p {
        font-size: 14px;
        line-height: 18px;
    }
    .d-flex-price {
        padding: 20px 0px;
    }

   

    .card-our-content-box p a {
        font-size: 20px;
    }
    .sidebar-widget{ padding: 15px;}
    .sidebar-widget h2 {
        font-size: 22px;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
    .card-inner {
        display: block !important;
    }
    .view-area {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 0px 10px 15px 10px;
        border-left: 0px;
    }
    
    .coache-img {
        width: 60px;
        height: 60px;
    }
    .card-caption {
        align-items: flex-start !important;
        padding: 15px;
    }
    .Coach-info h2{ font-size: 18px;}
    .Coach-info p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .stories-img {
        width: 60px;
        height: 60px;
    }

    .profile-image {
        width: 100px;
        height: 100px;
        flex: 0 0 100px;
        margin-right: 15px;
    }
    .profile-image img {
        width: 94px;
        height: 94px;
        border: 3px solid #ECEEF2;
    }
    .gradient {
        width: 100px;
        height: 100px;
    }
    .profile-user-settings h2 {
        font-size: 20px;
    }
    .profile-user-settings p {
        font-size: 14px;
    }
    .coach-profile-inner {
        margin-bottom: 30px;
    }
    .user-stories-item {
        min-width: 90px;
    }
 
    .sec-Includes li {
        font-size: 17px;
        padding: 5px 0px;
        align-items: center;
    }

    .sec-choose-plan .sec-title h2 {
        margin-bottom: 20px;
    }
    .sec-Includes li svg {
        width: 20px;
        min-width: 20px;
    }
    .sec-Includes li::before {
        width: 14px;
        height: 14px;
        top: 4px;
        font-size: 8px;
        line-height: 14px;
    }
    .sec-Includes h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .insta-feed {
        padding: 30px 0px;
    }
    .sec-choose-coach-page {
        padding: 30px 0px;
        background: transparent;
    }
    .insta-feed .sec-title {
        margin-bottom: 0;
    }

    .sec-Includes ul {
        display: block;
        max-width: 230px;
        margin: auto;
    }

    .img-box {
        padding-bottom: 8rem;
        padding-top: 8rem;
    }

    .plan-option-one {
        margin-bottom: 30px;
    }

    .sec-choose-plan.sec-choose-coach-page .sec-title {
        margin-bottom: 30px;
    }

    .card-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .card-plain-lower-content h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .card-plain-lower-content p {
        font-size: 14px;
        line-height: 18px;
    }

    .card-plain {
        margin-bottom: 30px;
    }

    .popular-post {
        padding: 10px;
        margin-bottom: 30px;
    }

    .post-thumb {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .post-content p {
        font-size: 14px;
    }

    .block-one h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .blog-image-box {
        margin-bottom: 20px;
    }
    .blog-lower-content {
        margin-bottom: 20px;
    }
    .blog-lower-content h2 {
        font-size: 20px;
    }

    .post-share-option {
        padding: 10px 0px;
        margin-bottom: 20px;
    }
    .post-tags-right li {
        margin-left: 15px;
    }
    .post-share-option span {
        font-size: 15px;
    }
    .blog-details-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .blog-details-content h5 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .blog-post-right {
        margin-top: 30px;
    }
    .blog-related {
        padding-bottom: 0;
    }

    figcaption.img-transformation {
        margin-bottom: 20px;
    }
    .transformation-lower-content h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .transformation-lower-content p {
        font-size: 14px;
        margin: 0px;
    }

    .contact-box {
        padding: 15px;
    }
    .form-group .form-control {
        height: 40px;
        border-radius: 5px;
    }
    .form-main .form-group {
        margin-bottom: 15px;
    }

    .post-info span {
        font-size: 14px;
    }

    .form-group.field-input input {
        width: 60px;
        height: 40px;
        padding: 5px;
        font-size: 14px;
    }

    .box-gen label {
        padding: 0px 5px;
    }

    .select-custom.bootstrap-select>.dropdown-toggle {
        border-radius: 5px;
        padding: 10px;
        line-height: 1.3;
    }
    .multisteps-form__content .form-group {
        margin-bottom: 15px;
    }

    .gender-btn .btn {
        font-size: 14px;
        min-width: 81px;
        padding: 6px;
        border-radius: 5px;
    }
    .card-transformations-header {
        padding: 0px 15px;
        top: 15px;
    }
    .card-transformations {
        padding: 60px 20px 20px 20px;
    }

    .slider .tooltip-inner {
        font-size: 12px;
    }
    .slider .tooltip-inner:before{ font-size: 12px; right: -30px;}

    .sliderRang {
        padding-right: 26px;
    }

    .steps-circle {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .steps-circle span {
        font-size: 10px;
    }
    .circle-text {
        font-size: 14px;
    }

    .form-group.field-input.Basal-Metabolic input {
        width: 220px;
    }

    .title-inner {
        margin-bottom: 20px;
    }

    .card-transformations h3{ font-size: 20px;}
    .macro-box+.macro-box {
        margin-top: 30px;
    }
    .card-transformations-footer {
        margin-top: 20px;
    }

    .multisteps-form__progress-btn:after{ display: none;}
    .macro-calculator {
        padding: 15px;
        margin-left: 0;
    }

    .macro-calculato-card p {
        font-size: 14px;
    }
    .macro-calculato-detaial .mc-show {
        font-size: 28px;
    }
    .mc-calories{ font-size: 18px;}
    .macro-calculato-card+.macro-calculato-card {
        margin-top: 20px;
    }
    .macro-calculato-card.macro-card-gold p {
        font-size: 19px;
        line-height: 25px;
    }
    .macro-calculato-card.macro-card-gold .mc-show {
        font-size: 40px;
    }
    .Personal-side-bar .macro-lead {
        margin-top: 30px;
    }
    .macro-lead {
        font-size: 14px;
    }
    .Exercise-side-bar .macro-calculato-card.macro-card-gold {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .contact-box .sec-title h2 {
        font-size: 14px;
    }

    .estimated-goal-inner p {
        font-size: 25px;
        line-height: 35px;
    }

    /*New css added*/
    .dashboardpadding{top: 125% !important;}
    .profile-user-settings{ padding-top: 40px;}
    .coach-profile-inner{ display: block; text-align: center;}
    .profile-image { margin: 0 auto 15px auto;}
    .profile-user-settings .btn-primary {    min-width: 94px;}
    .ighighlights .owl-nav{ display: none; }
    .profile-user-settings .list-inline { max-width: 100%;}
    .post-grp ul li i { width: 30px !important; height: 30px !important;}
    .sec-choose-plan .sec-title {    margin-bottom: 30px;}
    .cardImg {    margin-right: 15px;}
    .price-card {    margin-bottom: 10px;}
     .media-link {    margin-bottom: 10px;}



}

.btn-primary img {    width: 24px;    margin-right: 5px;}
.Coach-info a {    color: #eebc0c;}
.Coach-info a:hover{ color: #186118; }




