* {
    margin: 0;
    padding: 0;
}
ol,
ul,
li {
    list-style: none !important;
    font-family: "nimbus sans" !important;
}
a {
    text-decoration: none !important;
    font-family: "nimbus sans" !important;
}
main {
    overflow: hidden;
}
body {
    width: 100%;
    margin:0;
    padding:0;
   font-family: "nimbus sans" !important;
}

/*@font-face {
    font-family: "nimbus";
      src: url("public_html/wp-content/themes/fitnessbybree/font/nimbussanl-reg-webfont.woff") format("woff"),
	  url("public_html/wp-content/themes/fitnessbybree/font/NimbusSanD-Reg.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: "nimbus sans";
    src: url("../css/nimbussand-reg-webfont.woff") format("woff"),
	  url("../css/NimbusSan-Bol.otf") format("opentype");
    font-weight: normal;
    font-style: normal;

}



/*  @font-face {
  font-family: 'nimbus_sans_dregular';
    src: url('../font/nimbussand-reg-webfont.woff2') format('woff2'),
         url('../font/nimbussand-reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
.wrapper {
    margin: 0 auto;
    max-width: 1340px;
    padding: 0px 15px;
}
.wrapper_n {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0px 15px;
}
.header {
    /* float: left; */
    width: 100%;
    padding: 15px 0px;
    position: relative;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-inner {
    display: flex;
    align-items: baseline;
}

.navigation-menu ul li {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
.navigation-menu ul li a {
  color:#606060;
  font-size: 20px;
  font-weight: 300;
  padding: 0px 0px 33px;
}
.navigation-menu ul li.current-menu-item a{
  color:#7500FF;
}
.navigation-menu ul li a:hover{
  color:#7500FF;
}
.navigation-menu ul.sub-menu {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    width: 204px;
    padding: 20px;
    border-top: 7px solid #7500FF;
    top: 60px;
    border-bottom: 7px solid #8DBB00;
    display: none;
    z-index: 9;
}


.navigation-menu ul.sub-menu li {
    padding-right: 0px;
    display: block;
    padding-bottom: 8px;
}
.navigation-menu ul.sub-menu li a{
    color: #606060 !important;
}
.navigation-menu ul.sub-menu li a:hover{
  color:#7500FF !important;
}
.get-started-cls {
    display: flex;
    align-items: center;
}
.header-social-iocn ul{
    margin: 0px;
}

.header-social-iocn li:last-child {
    margin-right: 0px;
}

.get-start-btn a {
    font-size: 20px !important;
    background: #8DBB00 !important;
    color: #fff !important;
    font-weight: bold !important;
    padding: 10px 25px !important;
    border-radius: 100px;
}
.get-start-btn a:hover{
      background: #7500FF !important;
      color: #fff !important;
}
.header-social-iocn li {
    display: inline-block;
    margin-right: 10px;
}
.header-social-iocn li a i {
    color: #BABABA;
    font-size: 30px;
}
.home-banner-section {
    float: left;
    width: 100%;
    background: url(../images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home-banner-section-title h2 {
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 0px;
    font-size: 180px;
    line-height: 137px;
	font-family: 'nimbus sans';
	opacity: .3;
}
.home-banner-section-title h2 strong {
    position: relative;
    left: -10%;
    font-weight: 400;
    top: 1px;
}

.home-banner-section-inner {
    padding: 80px 0px;
    float: left;
    width: 60%;
}
.home-banner-section-title {
    float: left;
    width: 100%;
}
.home-banner-section-text {
    float: left;
    width: 100%;
    padding-left: 11%;
    padding-top: 50px;
}
.home-banner-section-text p{
  font-size: 20px;
  color: #FFFFFF;
    font-weight: 300;
    font-family: "open sans";
  line-height: 29px;
}
.home-banner-section-text a {
    font-size: 20px;
    background: #8DBB00;
    color: #fff;
    font-weight: bold;
    padding: 12px 22px;
    border-radius: 100px;
    margin-top: 20px;
    display: inline-block;
}

.low-hight-rate-section {
    float: left;
    width: 100%;
    padding: 80px 0px 50px;
}
.low-hight-rate-section-title {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.low-hight-rate-section-title h3 {
    text-align: center;
    margin: 0px;
    color: #7500FF;
    font-size: 95px;
    word-spacing: 3px;
	font-family: "nimbus sans";
	font-weight: bold;
}
.low-hight-rate-section-title h3 span{
   color: #8DBB00;
}
.low-hight-rate-section-content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.low-hight-rate-section-content-left {
    float: left;
    width: 70%;
}
.low-hight-rate-section-content-left-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.low-hight-rate-section-content-left-inner-fitness {
    width: 50%;
    float: left;
    text-align: center;
}
.low-hight-rate-section-content-left-inner-fitness img {
    max-width: 70px;
    height: 75px;
    object-fit: contain;
}
.low-hight-rate-section-content-left-inner-fitness h3 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #000000;
	font-family: "nimbus sans";
}
.low-hight-rate-section-content-left-inner-fitness span {
    background: #000;
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 400;
}
.low-hight-rate-section-content-left-inner-fitness ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding-top: 10px;
}
.low-hight-rate-section-content-left-inner-fitness ul li {
    display: block;
    padding: 7px 0px;
    font-weight: 300;
    font-size: 18px;
    color: #606060;
    font-family: "open sans";
}
.low-hight-rate-section-content-left-inner-fitness ul li:nth-child(even) {
    background: #EFEFEF;
}

.low-hight-rate-section-content-right {
    float: right;
    width: 30%;
    background: #7500FF;
}
.low-hight-rate-section-content-right-inner {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
}
.low-hight-rate-section-content-right-inner img {
    max-width: 100px;
}
.low-hight-rate-section-content-right-inner h3{
    color: #fff;
    font-size: 24px;
    margin-top:50px;
    margin-bottom:30px;
    font-weight: bold;
}
.low-hight-rate-section-content-right-inner p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "open sans";
}

.private-event-section {
    float: left;
    width: 100%;
    background: url(../images/private-event-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center !important;
    padding: 80px 20px 60px;

}
.private-event-section-inner {
    padding: 50px 40px 60px;
    float: left;
    width: 100%;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-top: 0px;
    position: relative;
}
.private-event-section-inner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    height: 1px;
    background: #fff;
    top: 0;
}
.private-event-section-inner:after {
    content: "";
    position: absolute;
    right: 0;
    width: 43px;
    height: 1px;
    background: #fff;
    top: 0;
}
.private-event-section-inner-left {
    float: left;
    width: 50%;
    margin-top: 13px;
}
.private-event-section-inner-left a {
    background: #7500FF;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 12px 34px;
    font-size: 35px;
    line-height: normal;
font-family: "nimbus sans";
}
.private-event-section-inner-left a:hover {
    background: #fff;
    color: #7500FF;
}
.private-event-section-inner-right {
    float: right;
    width: 50%;
    text-align: right;
}
.private-event-section-inner-right h4 {
    color: #FFFFFF;
    font-size: 44px;
    letter-spacing: 2px;
    position: relative;
  font-family: "nimbus sans";
    margin: -70px 0 0;
}
.private-event-section-inner-right p {
    color: #000000;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 31px;
}
.your-coach-section {
    float: left;
    width: 100%;
    padding: 50px 0px 0px;
}
.your-coach-section-inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.your-coach-section-inner-left {
    float: left;
    width: 50%;
}
.your-coach-section-inner-right {
    float: right;
    width: 45%;
}
.your-coach-section-inner-left-img {
    float: left;
    width: 100%;
}
.your-coach-section-inner-left-img img{ 
padding-left: 15%;
}
.your-coach-section-inner-right-title h2 {
    font-size: 58px;
    color: #7500FF;
    margin: 0px;
    margin-top: 50px;
    line-height: 41px;
	font-family: "nimbus sans";
	font-style: italic;
}
.your-coach-section-inner-right-title h2 span {
    color: #000;
    font-family: "nimbus sans";
    font-size: 75px;
	font-style: italic;
}
.your-coach-black-title {
    overflow: hidden;
    font-family: 'nimbus_sans_dregular';
}
.your-coach-black-title h3 {
    margin: 0px;
    text-align: center;
    display: inline-block;
    padding: 41px 0px 0px 34px;
    font-size: 73px;
    color: #fff;
    margin-left: 20px;
    position: relative;
	font-family: "nimbus sans";
	font-style: italic;
}
.your-coach-black-title h3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 20px;
    transform: skew(-20deg, 1deg);
    background: #000;
    height: 100%;
    width: 100%;
    z-index: -1;
	font-family: "nimbus sans";
}
.your-coach-section-content {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.your-coach-section-content ul {
    margin: 0px;
}
.your-coach-section-content ul li {
    font-size: 22px;
    color: #606060;
	font-family: "open sans";
    font-weight: 300;
}
.your-coach-slider-section {
    float: left;
    width: 100%;
}
.your-coach-slider-section {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.your-coach-slider-section .slick-slide img {
    display: block;
    width: 100% !important;
}

.your-coach-slider-section .slick-prev {
    left: -40px !important;
}

.your-coach-slider-section .slick-next {
    right: -40px !important;
}
.your-coach-slider-section .slick-prev, .your-coach-slider-section .slick-next {
    width: 25px !important;
    height: auto !important;
}
.waiting-section {
    float: left;
    width: 100%;
    background: #7500FF;
    padding: 50px 0px;
}
.waiting-section-inner {
   display: flex;
   align-items: center;
   text-align: center;
   justify-content: center;
}
.waiting-section-inner h3 {
    margin: 0px;
    color: #fff;
    font-size: 52px;
	font-family: "nimbus sans";
}
.waiting-section-inner a {
    margin-left: 30px;
	font-family: "open sans";
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    padding: 13px 40px;
    font-size: 30px;
}
.waiting-section-inner a:hover {
    background:#fff;
    color:#7500FF;
}
.footer {
    float: left;
    width: 100%;
    background: #000000;
    padding: 50px 0px 20px;
}
.footer-testimonial {
    float: left;
    width: 100%;
}
.footer-testimonial .slick-dots li button:before {
    font-size: 63px !important;
    color: transparent !important;
    border: 1px solid #B7B7B7;
    border-radius: 100%;
    opacity: 1 !important;
    width: 18px;
    height: 18px;
    text-indent: -2px;
    line-height: 18px;
}
.footer-testimonial .slick-dots li.slick-active button:before{
    color: #8DBB00 !important;
    border: 1px solid #8DBB00 !important;

}
.slider-text p {
    color: #fff;
    font-size: 18px;
}
.slider-text span {
    color: #fff;
    font-size: 18px;
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
}

.footer-bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 35px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
   }
.footer-logo {
    float: left;
    width: 10%;
}
.footer-form {
    float: left;
    width: 70%;
    position: relative;
}

.footer-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-form form .form-field-left {
    float: left;
    width: 50%;
}
.footer-form form .form-field-middle {
    float: right;
    width: 50%;
    padding-left: 30px;
    padding-right: 15px;
}
.footer-form form .form-field-left span.mkform, .footer-form form .form-field-middle span.mkform {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.footer-form form .form-field-left i {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    color: #fff;
    font-size: 20px;
}
.footer-form form .form-field-left input {
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    position: relative;
    color: #fff;
    box-shadow: none !important;
    outline: none;
    padding: 0 10px 0 25px;
}
.footer-form form .form-field-middle textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
    color: #fff;
    box-shadow: none !important;
    outline: none;
    padding: 10px 10px 10px 40px;
    height: 75px !important;
}
.footer-form form .form-field-middle i {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 20px;
}
.form-field-right {
    float: right;
    padding-left: 15px;
}
.form-field-right .wpcf7-submit {
    background: #8DBB00;
    border: 0px;
    border-radius: 100px;
    padding: 11px 20px;
    display: inline-block;
    width: 175px;
    color: #fff;
    font-size: 18px;
	font-family: "open sans";
}
.form-field-right .wpcf7-submit:hover {
    background: #7500ff;
}
.footer-social {
    text-align: right;
}
.footer-social ul {
    margin: 0px;
    margin-bottom: 10px;
}
.footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer-social li:last-child {
    margin-right: 0px;
}
.footer-social li a i {
    color: #BABABA;
    font-size: 30px;

}
.footer-social span.footermenu li a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 5px;
	font-family: "open sans";
}
.footer-social span.footermenu li{
    border-right:1px solid #fff;
    padding-right: 10px
}
.footer-social span.footermenu li:last-child{
    border-right:0px;
    padding-right: 0px;
    margin-right:0px;
}
.wpcf7-response-output{
       color: #fff;
    text-align: center;
    position: absolute;
    float: left;
    width: 100%;
   bottom: -6%;

    }
/************ about page css ******************/

.page-about .home-banner-section-text ,
.page-fitness .home-banner-section-text,
.page-yoga .home-banner-section-text,
.page-fitness-plan .home-banner-section-text{
    padding-left: 0px;
}

.page-about .home-banner-section-title h2 strong {
    left: 22%;
}
.about-green-section {
    float: left;
    width: 100%;
    background: #8DBB00;
    padding: 40px 0px;
}
.about-green-section-inner {
    float: left;
    width: 100%;
}
.about-green-section-inner p, .about-green-section-inner span {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 2px;
	/*font-family: "nimbus";*/
}
.about-green-section-inner span{
    width: 100%;
    text-align: center;
    float: left;
}
.about-content-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.about-content-section-title {
    float: left;
    width: 100%;
}
.about-content-section-title h2 {
    margin: 0px;
    color: #8DBB00;
    font-family: "nimbus sans";
    font-size: 80px;
    line-height: 65px;
    margin-bottom: 25px;
}



.about-content-section-inner {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-content-section-inner-left {
    float: left;
    width: 55%;
}
.about-content-section-inner-left p{
  font-size: 28px;
  color: #606060;
  font-weight: 300;
}
.about-content-section-inner-right {
    float: right;
    width: 40%;
    border-left: 7px solid #7500FF;
    padding: 70px 0px 35px;
    padding-left: 30px;
}
.about-content-section-inner-left p {
    font-size: 24px;
    color: #606060;
    font-weight: 300;
    /*font-family: 'Metrophobic', sans-serif;*/
}
.about-content-section-inner-right p {
    font-size: 43px;
    color: #7500FF;
    font-weight: 400;
    line-height: 43px;
    /*font-family: 'Metrophobic', sans-serif;
    font-weight: 300;*/
}
.about-content-section-inner-right span{
    font-size: 43px;
    color: #7500FF;
    font-weight: 400;
    line-height: 43px;
    margin-top: 30px;
    display: block;
    /*font-family: 'Metrophobic', sans-serif;
    font-weight: 300;*/
}
.about-testimonial {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.about-testimonial .slick-slide img{
    width: 100%
}
.about-testimonial .slick-slide {
    margin: -5px 0px;
}


/*************** private event page css *********************/
.event-top-section {
    float: left;
    width: 100%;
    display: flex;
}
.event-top-section img {
    width: 100%;
}
.event-top-section-middle {
    width: 40%;
}
.event-top-section-cnt {
    position: relative;
}
.event-top-section-title {
    position: absolute;
    bottom: 55px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.event-top-section img {
    width: 100%;
    object-fit: cover;
    height: 530px;
}
.event-top-section-title h2 {
    margin: 0px;
    color: #fff;
    font-size: 44px;
    line-height: 16px;
}
.event-top-section-title h2 img {
    width: 45px;
    height: 100%;
    margin-left: 4px;
    position: relative;
    top: -13px;
}
.about-table-section {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.about-table-section table {
    width: 100%;
}

.about-table-section-row span:nth-child(even) {
    background: #EFEFEF;
   
}
.about-table-section-row span {
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif !important;
    color: #606060;
    font-weight: 300;
    padding: 10px;
    width: 100%;
    float: left;
    min-height: 70px;
     display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.about-event-content-section {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-event-content-section-inner {
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}
.about-event-content-section-inner h2 {
    margin-top: 0px;
    font-size: 80px;
    color: #8DBB00;
}
.about-event-content-section-inner p {
    margin-bottom: 0px;
    font-size: 33px;
    color: #606060;
    font-weight: 300;
}
.about-event-content-section-inner a {
    font-size: 20px;
    background: #7500FF;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    display: inline-block;
    margin-top: 40px;
}
.about-event-content-section-inner a:hover{
    background:#8DBB00;
    color:#fff;
}

/***************** fitness page css ***********************/

/*.fitness-banner-section{
    float: left;
    width: 100%;
    background: url(../images/fitness-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/

.page-yoga .home-banner-section-text,
.page-fitness-plan .home-banner-section-text,
.page-fitness .home-banner-section-text,



.fitness-testimonial {
    float: left;
    width: 100%;
    padding: 50px 0px 30px;
}
.fitness-slider-text {
    display: flex;
    justify-content: space-between;
}
.fitness-slider-text-left-cls {
    float: left;
    width: 55%;
}
.fitness-slider-text-right-cls {
    float: right;
    width: 50%;
    padding-left: 50px;
}
.fitness-slider-text-left img {
    border-right: 8px solid #7500FF;
}
.fitness-slider-text-left img {
    width: 100%;
}

.fitness-slider-text-right h4 {
    margin-top: 0px;
    color: #8DBB00;
    font-size: 26px;
    font-weight: 300;
    line-height: 33px;
    margin-bottom: 35px;
	font-family: "open sans";
}
.fitness-slider-text-right h4{

}
.fitness-slider-text-right p,
.fitness-slider-text-right span {
    margin-top: 0px;
    color: #7500FF;
    font-size: 33px;
    font-weight: 300;
    line-height: 33px;
	/*font-family: "nimbus";*/
}
.fitness-testimonial .slick-dots{
    top:0;
    bottom: initial !important;
    left:-38px !important;
}
.fitness-testimonial .slick-dots li{
    display: block !important;
    margin-bottom: 4px !important;
}
.fitness-testimonial .slick-dots li.slick-active button:before {
    color: #8DBB00 !important;
    border: 1px solid #8DBB00 !important;
}
#yoga-testimonial .slick-dots li.slick-active button:before {
    color: #7500FF !important;
    border: 1px solid #7500FF !important;
}
.fitness-testimonial .slick-dots li button:before {
    font-size: 63px !important;
    color: #B7B7B7 !important;
    border: 1px solid #B7B7B7;
    border-radius: 100%;
    opacity: 1 !important;
    width: 18px;
    height: 18px;
    text-indent: -2px;
    line-height: 18px;
}

/************** yoga page css ******************/
.page-yoga .waiting-section{
    background: #8DBB00 !important;
}
.yoga-purple-section{
    background:#7500FF;
}
.yoga-testimonial .slick-dots li.slick-active button:before {
    color: #7500FF !important;
    border: 1px solid #7500FF !important;
}
.fitness-slider-text-left img{
    border-right: 8px solid #8DBB00;
}
.page-yoga .fitness-slider-text-right h4{
    color: #7500FF;
}

.page-yoga .fitness-slider-text-right p,
.page-yoga .fitness-slider-text-right span{
    color: #8DBB00;
}


/***************** fitness plan page css ************************/

/*.fitness-plan-banner-section {
    float: left;
    width: 100%;
    background: url(../images/fitness-plans-hero.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
.fitness-plan-content-section {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}
.fitness-plan-content-section p {
    margin: 0px;
    color: #606060;
    font-size: 49px;
    line-height: 63px;
    font-weight: 300;
    letter-spacing: 1px;
	/*font-family: "nimbus";*/
}
.fitness-remote-work-section {
    background: #7500FF;
    float: left;
    width: 100%;
    padding: 50px;
}
.fitness-remote-work-section-inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.fitness-remote-work-section-inner-left {
    float: left;
    width: 25%;
}
.fitness-remote-work-section-inner-left img {
    width: 100%;
}
.fitness-remote-work-section-inner-right {
    float: right;
    width: 70%;
}
.fitness-remote-work-section-inner-right h2 {
    margin: 0px;
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px;
	font-family: "nimbus sans";
}
.fitness-remote-work-section-inner-right p {
    margin: 0px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0px;
    max-width: 75%;
	font-family: "open sans";
}


/************ privacy page css ******************/

/************ privacy page css ******************/

.page-privacy .home-banner-section-text ,
.page-fitness .home-banner-section-text,
.page-yoga .home-banner-section-text,
.page-fitness-plan .home-banner-section-text{
    padding-left: 0px;
}

.page-privacy .home-banner-section-title h2 strong {
    left: 22%;
}
.privacy-green-section {
    float: left;
    width: 100%;
    background: #8DBB00;
    padding: 40px 0px;
}
.privacy-green-section-inner {
    float: left;
    width: 100%;
}
.privacy-green-section-inner p, .privacy-green-section-inner span {
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 2px;
	/*font-family: "nimbus";*/
}
.privacy-green-section-inner span{
    width: 100%;
    text-align: center;
    float: left;
}
.privacy-content-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.privacy-content-section-title {
    float: left;
    width: 100%;
}
.privacy-content-section-title h2 {
    margin: 0px;
    color: #8DBB00;
    font-family: "nimbus sans";
    font-size: 80px;
    line-height: 65px;
    margin-bottom: 25px;
}



.privacy-content-section-inner {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.privacy-content-section-inner-left {
    float: left;
    width: 55%;
}
.privacy-content-section-inner-left p{
  font-size: 28px;
  color: #606060;
  font-weight: 300;
}
.privacy-content-section-inner-right {
    float: right;
    width: 40%;
    border-left: 7px solid #7500FF;
    padding: 70px 0px 35px;
    padding-left: 30px;
}
.privacy-content-section-inner-left p {
    font-size: 24px;
    color: #606060;
    font-weight: 300;
    /*font-family: 'Metrophobic', sans-serif;*/
}
.privacy-content-section-inner-right p {
    font-size: 43px;
    color: #7500FF;
    font-weight: 400;
    line-height: 43px;
    /*font-family: 'Metrophobic', sans-serif;
    font-weight: 300;*/
}
.privacy-content-section-inner-right span{
    font-size: 43px;
    color: #7500FF;
    font-weight: 400;
    line-height: 43px;
    margin-top: 30px;
    display: block;
    /*font-family: 'Metrophobic', sans-serif;
    font-weight: 300;*/
}
.privacy-testimonial {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.privacy-testimonial .slick-slide img{
    width: 100%
}
.privacy-testimonial .slick-slide {
    margin: -5px 0px;
}



















/************** media css ****************/

@media(min-width: 768px){
    .wrapper ,.wrapper_n{
    max-width: 700px;
}
.navigation-menu ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
}

@media(min-width: 992px){
.wrapper ,.wrapper_n{
    max-width: 920px;
}
}
@media(min-width: 1200px){
    .wrapper,.wrapper_n {
    max-width: 1180px;
}
}

@media(min-width: 1370px){
.home-banner-section-title h2 {
    font-size: 140px;
    line-height: 63px;
}
.home-banner-section-title h2 strong {
    position: relative;
    left: 0;
    font-weight: 400;
    top: 0;
    line-height: normal;
}
.wrapper {
    max-width: 1340px;
}
.wrapper_n{
    max-width: 1650px;
}
.page-about .home-banner-section-title h2 strong {
    left: 22%;
}
.home-banner-section-text p {
    font-size: 24px;
    line-height: 35px;
}
.home-banner-section-text a {
    font-size: 28px;
    margin-top: 30px;
}
.low-hight-rate-section-content-left-inner-fitness h3 {
    font-size: 30px;
}
.low-hight-rate-section-content-left-inner-fitness span {
    font-size: 24px;
}
.low-hight-rate-section-content-left-inner-fitness ul li {
    font-size: 22px;
}
.your-coach-section-inner-right-title h2 {
    font-size: 75px;
    line-height: 53px;
}
.your-coach-section-inner-right-title h2 span {
    font-size: 90px;
}
.your-coach-black-title h3 {
    font-size: 94px;
}
.your-coach-section-content ul li {
    font-size: 30px;
}
.slider-text span, .slider-text p{
    font-size: 24px;
}
.your-coach-section-inner-right {
    width: 47%;
}
}
@media(min-width: 1410px){
    .private-event-section-inner-right h4 {
    font-size: 51px;
}
.private-event-section-inner-right {
    float: right;
    width: 40%;
    text-align: right;
}
}

@media(min-width: 1500px){
    .home-banner-section-title h2 {
    font-size: 176px;
    line-height: 140px;
}
.home-banner-section-title h2 strong {
    position: relative;
    left: -9%;
    font-weight: 400;
    top: 7px;
    line-height: inherit;
}
.page-about .home-banner-section-title h2 strong {
    left: 22%;
}

}

@media(min-width: 1620px){
    .private-event-section-inner-right {
    float: right;
    width: 40%;
    text-align: right;
}
.private-event-section-inner:before {
    width: 64%;
}
.private-event-section-inner-right h4 {
    font-size: 60px;
}
.private-event-section-inner-right p {
    font-size: 25px;
}
.private-event-section-inner-right h4 {
    margin: -80px 0 0;
}
}
@media(min-width: 1700px){
.home-banner-section-title h2 {
    font-size: 211px;
    line-height: 150px;
	font-weight: bold;
}
.home-banner-section-title h2 strong {
    position: relative;
    left: -22%;
    font-weight: bold;
    top: -10px;
    line-height: inherit;
}
.page-about .home-banner-section-title h2 strong {
    left: 22%;
}
}





@media(max-width: 1340px){
    .home-banner-section-title h2 strong {
    left: 22%;
}

}
@media(max-width: 1199px){
    .home-banner-section-title h2 {
    font-size: 124px;
    line-height: 97px;
}
.home-banner-section-text p {
    font-size: 18px;
    line-height: 25px;
}
.low-hight-rate-section-title h3 {
    font-size: 78px;
}
.low-hight-rate-section-content-left-inner-fitness h3 {
    font-size: 19px;
}
.low-hight-rate-section-content-left-inner-fitness span {
    font-size: 16px;
}
.low-hight-rate-section-content-left-inner-fitness ul li {
    font-size: 16px;
}
.low-hight-rate-section-content-right-inner h3 {
    font-size: 19px;
    margin-top: 38px;
}
.low-hight-rate-section-content-right-inner p {
    font-size: 16px;
}
.private-event-section-inner:before {
    width: 48%;;
}
.private-event-section-inner-right {
    width: 65%;
}
.private-event-section-inner-right p {
    font-size: 19px;
}
.private-event-section-inner-left a {
    font-size: 25px;
}
.your-coach-section-inner-right-title h2 {
    font-size: 45px;
    line-height: 31px;
    margin-top:0px;
}
.your-coach-section-inner-right-title h2 span {
    font-size: 54px;
}
.your-coach-section-content ul li {
    font-size: 20px;
}
.waiting-section-inner h3 {
    font-size: 45px;
}
.waiting-section-inner a {
    font-size: 22px;
}
.about-content-section-title h2 {
    font-size: 60px;
    line-height: 48px;
}
.about-content-section-inner-left p {
    font-size: 18px;
}
.about-content-section-inner-right p {
    font-size: 32px;
    line-height: 34px;
}
.about-content-section-inner-right span {
    font-size: 34px;
    line-height: 43px;
}
.about-green-section-inner p, .about-green-section-inner span {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
}
   .home-banner-section-title h2 strong {
    left: -10%;
}
.fitness-plan-content-section p {
    margin: 0px;
    color: #606060;
    font-size: 33px;
    line-height: 44px;
    font-weight: 300;
    letter-spacing: 1px;
}
.fitness-remote-work-section-inner-right h2 {
    font-size: 58px;
}
.fitness-remote-work-section-inner-right p {
    font-size: 22px;
    max-width: 75%;
}
.fitness-slider-text-right h4{
    font-size: 20px;
    line-height: 26px;
}
.fitness-slider-text-right p, .fitness-slider-text-right span{
    font-size: 25px;
    line-height: 24px;
}
.event-top-section-middle {
    width: 70%;
}
.event-top-section-title h2 {
    font-size: 30px;
    line-height: 8px;
}
.about-table-section-row span {
    font-size: 16px;
    min-height: 65px;
}
.about-event-content-section-inner h2{
    font-size: 66px;
}
.about-event-content-section-inner p {
    margin-bottom: 0px;
    font-size: 24px;
    color: #606060;
    font-weight: 300;
}
.footer-social span.footermenu li a {
    font-size: 14px;
}
.footer-social span.footermenu li {
    padding-right: 7px;
    margin-right: 7px;
}
.footer-form {
    width: 65%;
}
.private-event-section-inner-right h4 {
    margin: -142px 0 0;
}
}

@media(max-width: 991px){
    .home-banner-section-title h2 {
    font-size: 100px;
    line-height: 78px;
}
.home-banner-section-inner {
    width: 85%;
}
.low-hight-rate-section-title h3 {
    font-size: 56px;
}
.private-event-section-inner-right h4 {
    color: #FFFFFF;
    font-size: 35px;
}
.private-event-section-inner-right p {
    font-size: 18px;
}
.private-event-section-inner:before {
    width: 47%;
}
.your-coach-section-inner {
    flex-direction: column-reverse;
}
.your-coach-section-inner-right ,.your-coach-section-inner-left{
    width: 100%;
}
.footer-bottom-inner ,.footer-form form{
    display: block;
}
.footer-logo, .footer-form{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.form-field-right{
    text-align: center;
    width: 100%;
    padding-left: 0px;
}
.footer-form form .form-field-middle{
    padding-right: 0px;
}
.footer-social {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.navigation-menu ul li {
    display: inline-block;
    padding-right: 15px;
}
.navigation-menu ul li a {
    font-size: 18px;
}
.get-start-btn a {
    font-size: 18px !important;
}
.waiting-section-inner h3 {
    font-size: 30px;
}
.waiting-section-inner a {
    font-size: 18px;
}
.fitness-slider-text-right-cls {
    float: right;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
.fitness-slider-text-left-cls{
    float: left;
    width: 100%;
}
.fitness-slider-text {
    display: block;
}
.fitness-plan-content-section p {
    font-size: 26px;
    line-height: 35px;
}
.fitness-remote-work-section-inner-right h2 {
    font-size: 45px;
}
.fitness-remote-work-section-inner-right p {
    font-size: 20px;
    max-width: 100%;
}
.about-green-section-inner p, .about-green-section-inner span {
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}

.fitness-remote-work-section-inner {
    display: block;
}
.fitness-remote-work-section-inner-left {
    float: left;
    width: 100%;
    text-align: center;
}
.fitness-remote-work-section {
    padding: 50px 0px;
}
.fitness-remote-work-section-inner-left img {
    width: 50%;
}
.fitness-remote-work-section-inner-right {
    float: right;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.about-table-section-row span {
    font-size: 14px;
    min-height: 65px;
}
.event-top-section-left , .event-top-section-middle, .event-top-section-right{
    width: 33%;
}
.about-event-content-section-inner {
    max-width: 100%;
}
.about-event-content-section-inner h2 {
    font-size: 56px;
}
.about-event-content-section-inner p {
    font-size: 21px;
}
.footer-social span.footermenu li a {
    font-size: 16px;
}
.navigation-menu ul.sub-menu {
    top: 57px;
}
.wpcf7-response-output{
    position: relative;
}
.private-event-section-inner:before ,.private-event-section-inner:after{
    display: none;
}
.private-event-section-inner-left ,.private-event-section-inner-right{
    float: left;
    width: 100%;
    text-align: center;
}
.private-event-section-inner-right h4 {
    color: #FFFFFF;
    font-size: 35px;
    margin-top: 40px;
    text-align: center;
}
.private-event-section-inner {
    display: block;
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 50px 20px 50px;
}
}
@media(max-width: 767px){
    .home-banner-section-title h2 strong {
    left: 0;
    top: 0;
}
.page-about .home-banner-section-title h2 strong{
    left:0;
}
.home-banner-section-title h2 br{
    display: none;
}
.home-banner-section-title h2 {
    font-size: 50px;
    line-height: normal;
    text-align: center;
}
.home-banner-section-inner {
    width: 100%;
}
.home-banner-section-inner {
    padding: 50px 0px;
}
.home-banner-section-text {
    padding-left: 0;
    padding-top: 19px;
    text-align: center;
}
.low-hight-rate-section {
    padding: 50px 0px 50px;
}
.low-hight-rate-section-title h3 {
    font-size: 38px;
}
.low-hight-rate-section-content,.low-hight-rate-section-content-left-inner {
    display: block;
}
.low-hight-rate-section-content-left ,.low-hight-rate-section-content-right{
    width: 100%;
}
.low-hight-rate-section-content-left-inner-fitness {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}


.private-event-section-inner-right h4 {
    color: #FFFFFF;
    font-size: 35px;
    margin-top: 40px;
    text-align: center;
}
.slider-text p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.navigation-menu {
    display: none;
}
.about-content-section-inner {
    display: block;
}
.about-content-section-inner-left {
    float: left;
    width: 100%;
}
.about-content-section-inner-right {
    float: right;
    width: 100%;
    border-left: 0;
    padding: 30px 0px 0px;
    padding-left: 0;
    text-align: center;
}
.about-content-section-title h2 {
    font-size: 54px;
    line-height: 57px;
    text-align: center;
}
.about-content-section-inner-left p {
    font-size: 18px;
    text-align: center;
}
.waiting-section-inner {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.waiting-section-inner h3 {
    font-size: 28px;
}
.waiting-section-inner a {
    font-size: 18px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
}
.navigation-menu ul li {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #ffffff61;
    float: left;
    width: 100%;
}
.get-start-btn {
    border-bottom: 0px solid #ffffff61 !important;
    margin-top: 23px;
    text-align: center;
    margin-bottom: 23px;
}
.navigation-menu ul li a {
    padding: 15px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.navigation-menu.active {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 99%;
    background: #000;
    z-index: 9;
}
.toogle-btn {
    display: block !important;
    font-size: 31px !important;
    margin-right: 10px;
    color: #8dbb00;
    cursor: pointer;
}
.header-menu {
    display: flex;
    align-items: center;
}
.navigation-menu ul.sub-menu {
    position: relative;
    background: transparent;
    width: 100%;
    top: 0;
    border-bottom: 0px;
    float: left;
}
.navigation-menu ul.sub-menu li:last-child {
    border-bottom: 0px !important;
}
.navigation-menu ul.sub-menu li a{
    color: #fff !important;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:before {
    content: "\f067";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
}
.menu-item-has-children:after {
    content: "\f068";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
}
.menu-item-has-children.mkcurrent:before{
    display: none;
}
.fitness-plan-content-section p {
    font-size: 22px;
    line-height: 35px;
}
.fitness-testimonial .slick-dots{
    display: none;
}
.event-top-section-left, .event-top-section-middle, .event-top-section-right {
    width: 100%;
    float: left;
}
.event-top-section {
    float: left;
    width: 100%;
    display: block;
}
.about-table-section-row span {
    font-size: 16px;
    min-height: auto;
}
.event-top-section-title {
    bottom: 50%;
}
.event-top-section-title h2 {
    font-size: 48px;
    line-height: 37px;
}
.about-event-content-section-inner h2 {
    font-size: 46px;
}
.about-event-content-section-inner p {
    font-size: 18px;
}
.event-top-section img {
    height: auto;
}
.get-start-btn a {
    float: initial !important;
}
}

@media(max-width: 480px){
.home-banner-section-title h2 {
    font-size: 45px;
    line-height: normal;
    text-align: center;
	font-family: "nimbus sans";
}
.home-banner-section-inner {
    padding: 30px 0px;
}
.home-banner-section-text p {
    font-size: 16px;
    line-height: 22px;
}
.home-banner-section-text a {
    font-size: 18px;
}
.low-hight-rate-section-title h3 {
    font-size: 30px;
}
.private-event-section-inner-right h4 {
    font-size: 26px;
    margin-bottom: 10px;
}
.private-event-section-inner-right p {
    font-size: 18px;
    line-height: 22px;
}
.your-coach-section-inner-right-title h2 span {
    font-size: 48px;
}
.your-coach-section-content ul li {
    font-size: 18px;
}
.your-coach-section-content ul li {
    font-size: 18px;
}
.about-green-section-inner p, .about-green-section-inner span {
    font-size: 18px;
}
.about-content-section-title h2 {
    font-size: 45px;
    line-height: 44px;
}
.waiting-section-inner h3 {
    font-size: 20px;
}
.about-event-content-section-inner h2 {
    font-size: 35px;
}
.about-event-content-section-inner p {
    font-size: 16px;
}
}