@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


body{font-family: 'Poppins', sans-serif !important; font-weight:300 !important; font-size:15px !important; color:#101226; line-height:24px !important; transition: background-color .5s;}

section  p {
   
	 word-break: break-word;
    display: block;
    width: 100%;
}



span{
    word-break: break-word;
}

.coach-message p {
    word-break: break-word;
}


.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-dialog {
	max-width: 1000px !important;
	margin: 1.75rem auto;
}

.container{ width:96% !important; max-width:1170px !important;}

img{ max-width:100%;}

button, input, textarea, a{ outline:none;}

/*header{ width:100%; height:auto; float:left; padding:0 10px; position: fixed; z-index:99; top: 0; overflow:hidden; transition: background-color 0.5s ease;}*/

header {
	width: 100%;
	height: auto;
	float: left;
	padding: 0 10px;
	position: fixed;
	z-index: 99;
	top: 0;
	transition: background-color 0.5s ease;
	background: #fff;
	box-shadow: 2px 2px 6px #eee;
}

#home{background:none;
	box-shadow: none;}

.logo-red { display:none;}

#home.sticky {
  position: fixed; transition: background-color 0.5s ease;
  top: 0; background:#fff;
  width: 100%; box-shadow: 2px 2px 6px #eee;
}

.sticky .logo-red { display:block; height:60px; transition: width 2s;}

.sticky .logo-red img { max-height:100%; transition: width 2s, height 4s;}

.sticky .logo-wh{ display:none;}

.modal-body a{ color:#101226;}
.modal-body a:hover{ color:#bd2130;}


/*===== Start Menu CSS =====*/

.mt-m20 { margin-top:-20px;}
.chat-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 10px;
	border: 3px solid #f1f1f1;
	z-index: 9;
	background: #fff;
	padding: 15px; max-width:350px;
}

.chat-popup p {
	border-bottom: #f1f1f1 thin solid;
	margin-bottom: 0;
	padding: 8px 0;
}
.form-container {
	max-width: 280px;
	padding: 0;
	background-color: white;
	margin-top: 10px;
}

.cancel {
	background: #101226 !important;
	color: #fff;
}

.form-container textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0 15px 0;
	border: none;
	background: #f1f1f1;
	resize: none;
}

.form-container .btn {
	background-color: #4CAF50;
	color: white;
	padding: 8px 20px !important;
	border: none;
	cursor: pointer;
	width: 49%;
	margin-bottom: 10px;
	opacity: 0.8;
	margin-top: 0;
}

.open-button {
	background-color: #d22a26;
	color: white;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	opacity: 0.8;
	position: fixed;
	bottom: 0;
	right: 28px;
	width: 200px;
	z-index: 9;
	font-size: 21px;
	border-radius: 6px 6px 0 0;
}

#cssmenu{ float:right; margin-top:20px !important;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right; margin-top:5px;
}
#cssmenu > ul > li > a {
padding:12px 30px; margin:0 3px;
font-size: 14px; letter-spacing: 0px;
text-decoration: none;
color:#101226; 
font-family: 'Poppins', sans-serif !important;
}

#home #cssmenu > ul > li > a{ color:#fff;}

#home.sticky #cssmenu > ul > li > a{ color:#101226;}

#cssmenu > ul > li > a.active { color:#fff; background:#d22a26; border-radius:40px;}

#home #cssmenu > ul > li > a:hover{ color:#fff; background:#d22a26; border-radius:40px;}

#home.sticky #cssmenu > ul > li > a:hover{ color:#fff;}

#home.sticky #cssmenu > ul > li > a.active { color:#fff; background:#d22a26; border-radius:40px;}



#cssmenu > ul > li > a sup{background: #d71414;
color: #fff;
padding: 8px 5px;
position: absolute;
font-size: 10px;
top: 0px;
right: -8px;}

#cssmenu > ul > li:hover > a {
  color:#fff; background:#d22a26; border-radius:40px;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 300;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#fff; background:#d22a26; border-radius:40px;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px), only screen and (min-device-pixel-ratio: 2) and (max-width: 991px), only screen and (min-resolution: 192dpi) and (max-width: 991px), only screen and (min-resolution: 2dppx) and (max-width: 991px) {
  #cssmenu {
    width: 100%; margin-top:0px !important;
  }
  #cssmenu ul {
    width: 100%;
display: none;
position: absolute;
top:60px;
z-index: 9999;
background: #66707e;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  
  #cssmenu > ul > li > a{ color:#fff;}
  
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
position: absolute;
top:0px;
right: 0;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 0px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #184689;
    border-bottom: 2px solid #184689;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 0px;
    display: block;
    height: 2px;
    width: 20px;
    background: #184689;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #184689;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #184689;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  
  #cssmenu > ul > li > a{ padding:15px 18px;}
  
  #cssmenu > ul > li > a:hover{}
 
  
}

#overly { display:none;
	width: 100%;
	height: 100vh;
	z-index: 99;
	position: fixed;
	top: 0;
}

.nav-icon{ display:none;}

.mob-f{ display:none;}

.sidenav{ display:none;}


/*===== End Menu CSS =====*/


.logo{ float:left; padding:10px 0;}

.yellow-btn{ background:#ffce43; padding:14px 25px; border-radius:4px; color:#081d4a; font-size:16px; margin:25px 5px; display:inline-block; min-width:200px;}
.yellow-btn:hover{ background:#081d4a; color:#fff; text-decoration:none;}

.wh-btn{ background:none; padding:14px 25px; border-radius:4px; border:#fff thin solid; color:#fff; font-size:16px; margin:25px 5px; display:inline-block; min-width:200px;}
.wh-btn:hover{ background:#fff; color:#081d4a; text-decoration:none;}

#home-page-banner{position: relative;
  right: 0; line-height:0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;}

.banner-video{position:relative;
  right: 0;
  bottom: 0;
  width: 100%; 
  min-height: 100%;}



#training-pack{ width:100%; display:inline-block;}

.gray-bg{ background:#eff0f0;}

.p-tb-60{ padding-top:80px; padding-bottom:80px;}


#training-pack h2{ font-size:40px; font-weight:700; width:100%; text-align:center; text-transform:uppercase;}

#training-pack h2:after{ background:#d22a26; width:120px; height:4px; content:""; display:block; margin:8px auto;}

.pack-box{ width:100%; height:auto; display:inline-block; background:#fff; text-align:center; padding:20px; border-radius:4px; margin-bottom:20px;}

.pack-box h3 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	align-self: center;
	width: 100%;
	color: #000;
}
.pack-box h4 {
    color: #000;
}
.item a {
    text-decoration: none !important;
}
.pric {
	width: 100%;
	line-height: 50px;
	float: left;
	margin-top: 30px;
}

.pric sup {
	font-size: 16px;
	font-weight: 600;
	color: #d22a26;
	vertical-align: top;
	top: 0;
}

.pric strong {
	font-size: 80px;
	font-weight: 700;
	color: #d22a26;
	line-height: inherit;
}

.pack-box p {
	font-size: 13px; color:#101226;
	margin-bottom: 0px;
	display: inline-block;
}

.pack-box h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 15px 0;
}

.pack-box h5 {
	color: #d22a26;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.subc-btn { width:100%;
	font-size: 16px;
	color: #fff;
	background: #d22a26;
	border-radius: 40px;
	padding:12px 20px;
	margin: 10px 0;
	display: inline-block;
}

.subc-btn i{ font-size:19px; margin-left:5px;}


.pack-box:hover{ background:#d22a26; color:#fff;}

.pack-box:hover .pric sup {
	color: #fff;
}

.pack-box:hover .pric strong {
	color: #fff;

}

.pack-box:hover p {
	font-size: 13px; color:#fff;
}

.pack-box:hover h4 {
color:#fff;
}

.pack-box:hover h5 {
	color: #fff;
}

.pack-box:hover h3 {
	color: #fff;
}

.pack-box:hover .subc-btn {
	color: #d22a26;
	background: #fff;
}


.pack-title {
	width: 100%;
	display: flex;
	height: 60px; color:#101226;
}


.pack-box.active{ background:#d22a26; color:#fff;}

.pack-box.active .pric sup {
	color: #fff;
}

.pack-box.active .pric strong {
	color: #fff;

}

.pack-box.active p {
	font-size: 13px; color:#fff; width:100%; display:inline-block;
}

.pack-box.active h4 {
color:#fff;
}

.pack-box.active h5 {
	color: #fff;
}

.pack-box.active .subc-btn {
	color: #d22a26;
	background: #fff;
}


#about{ width:100%; height:auto; display:inline-block;}

#about img {
	margin: 5px; max-width:100%;
	box-shadow: 3px 3px 16px #c7cacd;
	border-radius: 4px;
}

.s-title{ width:100%; display:inline-block;}

.s-title span{ color:#d22a26;}
.s-title h2{ font-size:40px; font-weight:700; text-transform:uppercase;}

.btn{ width:auto;
	font-size: 16px;
	color: #fff;
	background: #d22a26;
	border-radius: 40px !important;
	padding:10px 25px !important;
	margin: 10px 0;
	display: inline-block;
}

.btn i{ font-size:19px; margin-left:5px;}


.btn:hover{ background:#101226 !important; color:#fff;}

#why-us ul{ width:100%; display:inline-block; padding:0; margin:25px 0 0 0;}

#why-us ul li{ list-style:none; display:inline-flex; position:relative; min-height:140px; padding-left:150px; margin-bottom:20px;}

#why-us ul li img{ width:120px; height:120px; border-radius:50%; background:#fff; position:absolute; left:0; top:0; box-shadow: 3px 3px 16px #c7cacd;}

#why-us ul li h3{ font-size:18px; font-weight:500;}

#why-us ul li p{ font-size:14px; font-weight:300;}

#why-us ul li div{align-self: center;}

.testi-box{ width:100%; display:flex; position:relative; padding: 20px 20px 20px 160px;}

.testi-box div{align-self: center;}

.testi-box img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 15px;
	top: 15px;
	box-shadow: 0px 1px 10px #c7cacd;
}

.testi-box h4{ font-size:18px; font-weight:500; color: #d22a26; margin:0;}

.testi-box p{ font-size:14px; font-weight:300; margin-bottom:10px;    margin-top: 10px;}

.testi-box span{ font-size:12px; font-weight:300;}

.coach-message{ width:100%; height:auto; display:block; border:#d22a26 5px solid; box-shadow: 0px 1px 10px #c7cacd; padding:20px; text-align:center; border-radius:6px;}

.coach-message span{ width:100%; display:inline-block;}


.coach-message img{ width:130px; height:130px; margin:15px auto; border-radius:50%;}

.coach-message h3{ font-size:18px; color:#d22a26; font-weight:500;}

.coach-message h3:after{ background:#d22a26; width:80px; height:3px; content:""; margin:8px auto; display:block;}

.coach-message p{ font-size:14px;}

footer{ width:100%; height:auto; display:inline-block; background:#101226; margin-top:120px;}

footer p{ width:100%; max-width:800px; margin:10px auto; text-align:center; display:inline-block; font-size:14px; color:#fff; font-weight:300;}

/*.news-letter-box {
	width: 100%;
	max-width: 700px;
	margin: -100px auto 30px;
	background: url(../images/nl-bg.jpg) no-repeat center center #fff; background-size: cover;
	border-radius: 4px;
	padding: 40px 20px;
	text-align: center;
	box-shadow:0px 0px 2px #c7cacd;
}*/

.news-letter-box {
	width: 100%;
	max-width: 700px;
	margin: -100px auto 30px;
	background-size: cover !important;
	border-radius: 4px;
	padding: 25px 20px;
	text-align: center;
	box-shadow: 0px 0px 2px #c7cacd;
	background-position: center center !important;
	color: #fff;
}

.news-letter-box h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.in-box {
	width: 100%;
	position: relative;
	border: #3d3f4f 2px solid;
	border-radius: 8px;
	background: rgba(255,255,255,0.6);
	max-width: 500px;
	margin: 10px auto 30px;
}

.in-box input {
	width: 100%;
	display: inline-block;
	background: none;
	border: none;
	height: 44px;
	line-height: 44px;
	padding:0 60px 0 15px;
}

.in-box button {
	background: none;
	border: none; cursor:pointer;
	position: absolute;
	right: 0px;
	padding: 9px 16px;
}

.in-box button:hover i { color:#d22a26;}


.in-box button i{ font-size:24px;}

.flinks{ width:100%; height:auto; display:inline-block; padding:0; margin:5px 0; text-align:center;}

.flinks li{ display:inline-block; list-style:none; padding:5px;}

.flinks li a{ color:#fff; padding:0 5px; font-size:16px;}

.flinks li a:hover{ color:#d22a26; text-decoration:none;}

.con span{ color:#fff; padding:15px 20px; display:inline-block;}

.con span a{ color:#fff;}

.border-t{ border-top:#282a3c 2px solid;}

.copy{ color:#fff; font-size:14px; float:left; padding:24px 0; font-weight:300;}

.social{color:#fff; font-size:14px; float:right; padding:15px 0; font-weight:300;}

.social img{ margin:0 3px;}

#page-banner{ width:100%; height:auto; display:inline-block; background:#101226; margin-top:80px; padding:50px 0; text-align:center;}

.logo-inner{ height:60px;}

#page-banner h1{ font-size:40px; color:#fff; text-transform:uppercase;}

#page-banner a{ color:#d22a26; font-weight:600;}

#page-banner p{ color:#fff; margin-bottom: 0;}

.contact-wrapper{ width:100%; height:auto; padding:30px 0 !important; max-width:900px; margin:50px auto 0;}

.cbox{ width:100%; height:auto; text-align:center; background:#eff0f0; padding:20px; align-self: center;}

.cbox h4{ font-size:18px; font-weight:600;}

.cb{border-right:#e3e4e4 thin solid;}

.contact-wrapper h3{ font-size:18px; font-weight:600; color:#d22a26; padding:20px;}

.contact-wrapper .lr-input{ background:#fff;}

.af-login {
	background: #d22a26;
	border-radius: 40px;
	color: #fff;
	float: right;
	padding: 4px; cursor:pointer;
	margin-top: 20px;
	margin-left: 10px;
}

.af-login img {
	width:30px;
	height: 30px;
	border-radius: 50%;
}

.af-login span{ padding:0 10px; font-size:14px;}

.af-links { display:none;
	width: 200px;
	background: #eff0f0;
	position: absolute;
	right: 15px;
	top: 80px;
	z-index: 999999;
}

.af-links ul{ padding:0; margin:0;}

.af-links ul li{ list-style:none; display:inline-block; width:100%;}

.af-links ul li a {
	color: #101226;
	font-size: 14px;
	padding: 5px 12px;
	display: inline-block;
	width: 100%;
	border-bottom: #ddd thin solid;
}

.af-links ul li a:hover{ color:#d22a26; text-decoration:none;}




/* ===== Radio Btns =====*/

/* The container */
.rd-btn {
  display: inline-block; width:auto !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; font-weight: 300;
margin-right: 10px;
  user-select: none; line-height: 40px !important;
}

/* Hide the browser's default radio button */
.rd-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.rd-btn .checkmark {
	position: absolute;
	top: 10px;
	left:5px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rd-btn:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.rd-btn input:checked ~ .checkmark {
  background-color:#d22a26;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rd-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.rd-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.rd-btn .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* The container */
.cb-btn {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cb-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cb-btn .checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: #afafaf thin solid;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.cb-btn:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cb-btn input:checked ~ .checkmark {
	background-color: #d22a26;
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-btn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cb-btn input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cb-btn .checkmark::after {
	left: 10px;
	top: 5px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

img{ max-width:100%;}


.login-bg{ background:#d22a26; padding:50px;}

.lr-form{ background:#fff; min-height:300px; text-align:center;}

.lr-form form{ padding:25px;}

.lr-form h2{ font-size:21px; font-weight:600;}

.lr-input {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	background: #eff0f0;
	border-radius: 4px;
	border: none;
}

.login-bg p{ font-size:11px;}

.login-bg p a{ color:#d22a26;}

.forgot {
	font-size: 13px;
	color: #d22a26;
	float: right;
	width: 100%;
	text-align: right;
}

.forgot:hover{ color:#101226; text-decoration:none;}

.login-bg h4 {
	font-size: 16px;
	font-weight:400;
}

.login-bg h4 a{ color:#d22a26;}

.l-with{ width:100%; height:auto; text-align:center; display:inline-block; padding-bottom:25px; margin-top:15px;}

.l-with h6{ font-size:14px; font-weight:400; margin-bottom:15px;}

.l-with a{margin-bottom:5px; display:inline-block;}

.ra-form label{ width:100%; font-size:14px;}

.ra-form .lr-input {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff;
	border-radius: 4px;
	border: none;
}

.ra-form p {
	padding:25px; margin:0;
}

.title1{ width:100%; height:auto; display:inline-block; color:#d22a26; font-size:26px; text-align:center; text-transform:uppercase; margin:40px 0 20px;}

.title1:after{ background:#d22a26; height:3px; width:100px; content:""; display:block; margin:10px auto;}

.title2{ width:100%; height:auto; display:inline-block; color:#d22a26; font-size:26px; text-align:left; text-transform:uppercase; margin:10px 0 20px;}

.title2:after{ background:#d22a26; height:3px; width:100px; content:""; display:block; margin:10px 0;}

.goto {
	background: #d22a26;
	font-size: 14px;
	color: #fff;
	padding: 5px 15px;
	border-radius: 40px;
	float: right;
	right: -50px;
	position: absolute;
	z-index: 9;
	top: 40px;
}

.goto:hover{background:#101226; color:#fff; text-decoration:none;}

.lg {
	background: transparent;
	display: inline-block;
	position: absolute;
	top: 30%;
	left: 0;
	padding: 25px;
}


.plan-t{ border-bottom:#d5d3d3 2px solid; margin-bottom:20px;}

.plan-t h3{ font-size:30px; color:#d22a26; text-transform:uppercase; display:inline-block;}

.plan-t span{ float:right; color:#d22a26; font-size:55px; font-weight:700;}

.plan-t span sup{ font-size:24px;}

.plan-t p{ display:inline-block; margin-left:10px;}


.ptable{     width: 100%;
    background: #fff;
    border: 1px solid #101226;
    margin-bottom: 20px !important;
    display: block;
    border-radius: 25px;
    padding: 16px;
}}

.ptable tr{       border: 1px solid #101226;
    margin-bottom: 20px !important;
    display: block;
    border-radius: 25px;
    padding: 20px;}

.ptable tr td{       padding: 0px 20px;
    display: block;
    text-align: center;}

.ptable tr td:last-child{ color:#d22a26;}

.uimg{position: relative;
margin: auto;}


.uimg img {
    width: 150px;
    height: 150px;
    background-size: cover;
    display: block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.uimg span {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d22a26;
	color: #fff;
	position: absolute;
	right: 50px;
	bottom: 10px;
	text-align: center;
	line-height: 40px;
}

.my-plan {
	width: 100%;
	height: auto;
	display: inline-block;
	border-radius: 4px;
	background: #d22a26;
	padding: 20px;
	margin: 20px 0;
	color: #fff;
}

.my-plan strong{ font-size:35px; line-height:50px;}

.my-plan a{ border:#fff 2px solid; color:#fff; padding:5px 20px; border-radius:40px; display:inline-block; margin-top:15px;}

.my-plan a:hover{ border:#fff 2px solid; color:#d22a26; background:#fff; text-decoration:none;}

.my-ac {
	padding: 20px;
	margin: 50px 0;
	display: inline-block;
}

.co-box{ width:100%; height:auto; display:inline-block; padding:20px; text-align:center;}

.co-box img{ width:210px; height:210px; border-radius:50%; border:#fff 5px solid; box-shadow:0 0 5px #999;}

.co-box h3{ color:#d22a26; font-size:18px; font-weight:300; margin:20px auto 0; display:inline-block; width:100%;}

.co-box span{ color:#023f6c; font-size:13px; margin-bottom:10px; display:block;}

.p-tb-30{ padding-top:30px; padding-bottom:30px;}

.par-box{ width:100%; height:auto; display:inline-block; background:#fff; text-align:center; padding:20px;}

.par-box h3{ color:#d22a26; font-size:18px; font-weight:300; margin:20px auto 0; display:inline-block; width:100%;}

.partner-logo {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #151517;
	margin-top: -40px !important;
}

#myTabs {
    background: #eff0f0;
    display: block;
    width: 450px;
    margin: 30px auto;
    float: none;
    border-radius: 40px;
    padding: 6px;
}

#myTabs li a.active {
        background: #d22a26;
    color: #fff;
    border-radius: 40px;
    width: 100%;
    display: inline-block;
    padding: 8px;
}

#myTabs li  {
    color: #101226; 
	display:inline-block !important;
	    width: 32%;
    text-align: center;
}

#myTabs li  a {
    color: #101226; 
}



.uimg span input[type="file"] {
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
}



.uimg span {
    display: flex;
    overflow: hidden;
}

.uimg span i {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: auto;
	align-self: center;
}

.ibox{width: 150px;
height: 150px;
border: #fff 5px solid;
border-radius: 50%;
overflow: hidden;
position: relative;
margin: auto;}

.comp-table {
	width: 100%;
	height: auto;
	text-align: center;
	max-width: 1000px;
	margin: auto;
}

.comp-table table {
    width: 100%;
    height: auto;
    display: block;
    min-width: 800px;
}

.comp-table table th {
	color: #fff; width:15%;
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px;
	text-align: center;
	font-weight: 600;
}

.comp-table table th:first-child {width:40%;}


.comp-table table td { padding:15px 20px; text-align:center; border: #dadbdb thin solid;}

.comp-table table td:first-child {text-align:left;}

.comp-table table tr:nth-child(even) {background: #eff0f0}
.comp-table table tr:nth-child(odd) {background: #FFF}

.comp-table table td .fa-check{ color:#00ce1f; font-size: 21px;}

.comp-table table td .fa-times{ color:#d22a26; font-size: 21px;}

.comp-table table tbody{ width:100%;}

#owl-demo1 .owl-dot span{ display:block;}

.videoBg{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.faq {
	padding: 0;
}

.faq li { padding: 20px; position:relative; margin-bottom:0 !important; list-style:none;}

.faq li.q {
	padding: 15px 10px 15px 36px;
	background: none;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px #ddd solid;
	cursor: pointer;
	color: #202e34;
}
.faq li.a {
	background: #fff;
	display: none;
	color: #6f808e;
	padding: 10px 10px 10px 36px;
	font-size: 14px;
	font-weight: 300;
}

/*.faq li img { box-shadow:none !important;
	position: absolute;
	left: 5px;
	top: 12px;
	width: 18px;
}*/

.faq li img {
    box-shadow: none !important;
    position: absolute;
    left: 5px;
    top: 12px;
    
}

.faq li.a p img {
    position: relative;
    display: block;
    margin-bottom: 30px !important;
}

img.faqimage{
width: 18px !important;
}


.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq h3{ font-size:18px; font-weight:400;}

    @media (min-aspect-ratio: 16/9) {
      .videoBg{
       
        width: 100%;
        height: auto;
      }
    }
    @media (max-aspect-ratio: 16/9) {
      .videoBg {       
       width:100%; min-height:330px;
        height: 100%;
        padding:0
      }
    }

video{
  object-fit:fill

}

#home-page-banner {
	display: inline-block;
}

#home-page-banner div {
	position: absolute;
	padding: 20px;
	z-index: 9;
	color: #fff;
	text-align: center;
	width: 100%;
	top: 20%;
}

#home-page-banner h2{font-size: 36px;
margin: 20px 0;}

#home-page-banner p {
    line-height: 21px;
}


@media (max-width:1170px) {
	
.subc-btn{ font-size:14px;}
	
}

@media (max-width: 1024px) {


	

}

@media (max-width:991px) {

.nav-icon{ display:block; font-size:28px;cursor:pointer; color:#d22a26; top:28px; position:absolute; right:20px;}
	
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index:999;
  top: 0;
  left: 0;
  background-color:#d22a26;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top:5px;
}

.sidenav ul{ padding:0; margin:0;}

.sidenav ul li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidenav > ul > li:hover > a {
	color: #f6ee04; text-decoration:none;
}

.sidenav a {
color: #fff;
transition: 0.3s;
padding: 10px 5px 10px 15px;
font-size: 14px;
display: inline-block;
width: 100%;
text-transform: uppercase;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 30px;
	margin-left: 0;
	padding: 8px;
	line-height: 21px;
	width: 40px;
	z-index: 9999999;
}

#home .nav-icon{ color:#fff;}

#home.sticky .nav-icon{ color:#d22a26;}


#main {
  transition: margin-left .5s;
}

#cssmenu ul {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	z-index: 9999;
	background: none;
}

#cssmenu > ul > li > a {
	padding: 10px 5px 10px 15px;
	font-size: 14px; margin:0;
	display: inline-block;
	width: 100%; line-height: 21px;
}

#cssmenu > ul > li > a:hover { color:#fff; background:#101226; border-radius: 0;}

.flinks li a{ font-size:14px; }

.coach-message{ margin-top:20px;}

.hide-in{ display:none;}

#menu-button{ display:none !important;}

.af-login span{ display:none;}

.af-login {
	background: #d22a26;
	border-radius: 40px;
	color: #fff;
	float: right;
	padding: 4px;
	cursor: pointer;
	margin-top: 22px;
	margin-left: 10px;
	margin-right: 44px;
}

.goto {
	background: #d22a26;
	font-size: 12px;
	color: #fff;
	padding: 2px 15px;
	border-radius: 40px;
	float: right;
	right: 12px;
	position: absolute;
	z-index: 9;
	top: 12px;
}

#owl-demo1 .owl-dot span{ display:block;}
	
}


@media (max-width:767px) {
	
	div#owl-demo .owl-dots {
     width: 100% !important; 
}
	
	.spiderchart{width:600px !important;}
	
.p-tb-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#training-pack h2{ font-size:24px;}

#training-pack .mt-5 {
	margin-top: 1rem !important;
}

.pack-title{ height:auto;}

.s-title h2 {
	font-size: 24px;
}

.s-title span {
	font-size: 14px;
}

#about img{ width:100%;}

.testi-box{ padding:20px; text-align:center; display:inline-block;}

.testi-box img {
	position: relative;
	left: auto;
	top: 0;
	box-shadow: 0px 1px 10px #c7cacd;
	margin-bottom: 15px !important;
}

.con span {
	padding: 5px 20px;
}

.copy {
	width: 100%; padding: 15px 0 15px 0;
	text-align: center;
}

.social {
	padding: 0 0 15px 0;
	width: 100%;
	text-align: center;
}

.login-bg {
	background: #d22a26;
	padding:20px;
}

.cb{border-bottom:#e3e4e4 thin solid; border-right:none;}

.contact-wrapper {
	width: 100%;
	height: auto;
	padding: 0px 0;
	max-width: 900px;
	margin: 0px auto 0;
}

.ra-form p{ padding:20px;}

#page-banner h1 {
	font-size: 26px;
}

#page-banner {
	padding: 30px 0;
}

.plan-t span{ display:none;}
.plan-t p {
	display: inline-block;
	margin-left: 0;
}

body {
	font-size: 14px !important;
}

.title1 {
	font-size: 24px;
	margin: 30px 0 10px;
}

.my-ac {
	padding: 20px;
	margin: 10px 0;
}

.comp-table{ overflow:auto;}

.comp-table table td:first-child {
	min-width: 270px;
}

.logo-wh {
	display: block;
	height: 60px;
	transition: width 2s;
}	

	.logo-wh img {
	max-height: 100%;
	transition: width 2s, height 4s;
}

}


@media (max-width:640px) {
	
.plan-t h3{ font-size:24px;}
	
		div#owl-demo .owl-dots {
     width: 100%; 
}
	

.ptable tr td {

    margin-bottom: 0px !important;
    display: block;
    border-radius: 25px;
    padding: 0px;
}
}

#home-page-banner h2 {
	font-size: 21px;
	margin: 10px 0 10px 0;
}

}


@media (max-width:575px) {
		div#owl-demo .owl-dots {
     width: 100%; 
}
	

	
}

@media (max-width:479px) {
	div#owl-demo .owl-dots {
     width: 100% !important; 
}
	

}


.privacy p {
    word-break: break-word;
    display: block !important;
    width: 100%;
}

.logo.footerlogo {
    float: none !important;
}

.col-md-9.gray-bg {
    padding: 40px 30px;
}

table.ptable p {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 24px;
}

table.ptable strong {
    color: #d22a26;
    font-size: 20px;
}

div#planbox {
    padding: 40px 40px 10px;
}

div#multiplebox tbody {
    display: grid;
}

div#multiplebox {
    margin: 20px 0px;
}

p.plantitle {
    font-size: 20px;
    font-weight: 800 !important;
    color: #d22b27;
}

.radio {
    min-height: 20px;
    padding-left: 7px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input#Terms {
    width: 20px;
    float: left;
	    margin-top: 6px;
}

div#example5_length {
    display: none;
}

div#example6_length {
    display: none;
}
div#Pushupsdata {
    display: none;
}

div#Pullupsdata {
    display: none;
}

div#Deaddata {
    display: none;
}

div#Deaddata1 {
    display: none;
}


div#6mindata {
    display: none;
}

div#example7_length {
    display: none;
}

div#example8_length {
    display: none;
}

div#Deaddata2 {
    display: none;
}


