input[type="submit"] {
cursor: pointer;
}
.opacity0{
opacity: 0 !important;
}
button:focus, input:focus, img:focus, select:focus, a:focus {
outline: none;
outline: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner, img::-moz-focus-inner, select::-moz-focus-inner, a::-moz-focus-inner {
border: 0;
outline: none;
padding: 0;
}
button {
cursor: pointer;
}
a, img {
border: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
user-drag: none;
-webkit-touch-callout: none;
} html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-family: 'Poppins', sans-serif;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
margin: 0;
float: left;
font-size: 16px;
color: #1a1a1a;
}
ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a, a:hover {
text-decoration: none;
}
a:hover {
color: #0071bc;
}
html {
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
text-size-adjust: none;
-webkit-overflow-scrolling: touch;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
outline: none;
font-size: 16px;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
button, input[type="submit"], input {
-webkit-appearance: none;
-moz-appearance: none;
}
textarea {
outline: none;
resize: none;
}
html, body {
height: 100%;
width: 100%;
}
*:focus{
outline: none;
} .maincontent{
float: left;
width:100%;
}
header{
float: left;
width: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 9;
}
header.fixed{
background: #000003;
position: fixed;
}
.wrapper{
width: 100%;
max-width: 1240px;
margin: 0 auto;
position: relative;
z-index: 1;
}
header .wrapper{
display: flex;
align-items: center;
padding: 10px 0;
}
header.fixed .wrapper{
padding:0;
}
header .headLogo{
margin-right: auto;
}
header .headLogo a{
}
header .headLogo img{
width: 300px;
height: 86px;
}
header.fixed .headLogo img{
width: 166px;
}
header.fixed .headLogo a{
background: none;
box-shadow: none;
float: left;
}
header p{
color: #fff;
margin-right: 16px;
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.5px;
}
#nav-icon{
width: 28px;
height: 22px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
float: right;
}
#nav-icon span {
display: block;
position: absolute;
height: 4px;
width: 100%;
background: #ffffff;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#nav-icon:hover span{
background: #0071bc;
}
#nav-icon span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon span:nth-child(2) {
top: 9px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon span:nth-child(3) {
top: 18px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#nav-icon.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: -3px;
left: 5px;
}
#nav-icon.open span:nth-child(2) {
width: 0%;
opacity: 0;
}
#nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 17px;
left: 5px;
}
.mainSlider{
float: left;
width: 100%;
background: #000;
}
.mainSlider li{
float: left;
width: 100%;
position: relative;
cursor: -webkit-grab;
background: #
}
.mainSlider li img{
float: left;
width: 100%;
}
.mainSlider li:before{
content: "";
background: rgba(0,0,0,0.4);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.mainSlider .sliderCont{
position: absolute;
left: 0;
top: 30%;
bottom: 0;
width: 100%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.mainSlider .sliderCont h2{
font-size: 60px;
color: rgb(255, 255, 255);
font-weight: bold;
text-transform: uppercase;
margin-bottom: 26px;
}
.mainSlider .sliderCont h2 b{
color: #0071bc;
}
.mainSlider .sliderCont p{
color: #ffffff;
line-height: 1.714;
text-align: center;
width: 50%;
margin-bottom: 30px;
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
}
.mainSlider .sliderCont a{
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
line-height: 1.333;
border-width: 3px;
border-color: #ffffff;
border-style: solid;
padding: 6px 52px;
border-radius: 21px;
}
.mainSlider .sliderCont a:hover{
background: #0071bc;
border-color: #0071bc;
color: #ffffff;
}
.slick-slide > div{
float: left;
width: 100%;
}
.slick-slide .imgDiv{
float: left;
width: 100%;
}
.keyFacillitiesBlk{
float: left;
width: 100%;
z-index: 8;
position: relative;
margin-top: -50px;
margin-bottom: 70px;
}
.keyFacillitiesBlk .wrapper{
display: flex;
align-items: stretch;
}
.keyFacillitiesBlk .keyFacilSingleBlk{
width: 30%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #ffffff;
-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
padding: 30px 30px 50px;
}
.keyFacillitiesBlk .keyFacilSingleBlk:hover{
-webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.2);
}
.keyFacillitiesBlk .keyFacilSingleBlk .iconBlk{
width: 100px;
height: 100px;
background: #0071bc;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
margin-top: -90px;
margin-bottom: 40px;
}
.keyFacillitiesBlk .keyFacilSingleBlk:hover .iconBlk{
background: #d7272a;
}
.keyFacillitiesBlk .keyFacilSingleBlk:nth-child(3n - 1){
margin: 0 5%;
}
.keyFacillitiesBlk .keyFacilSingleBlk h2{
font-size: 18px;
color: #1a1a1a;
font-weight: 600;
text-transform: uppercase;
line-height: 1.5;
text-align: center;
}
.keyFacillitiesBlk .keyFacilSingleBlk p{
width: 80%;
margin: 30px 10% auto; 
font-size: 14px;
color: #1a1a1a;
text-align: center;
}
.aboutBlk, .servicesBlk,.galleryBlk,.innerContent{
float: left;
width: 100%;
position: relative;
margin-bottom: 70px;
}
.aboutBlk h3,.servicesBlk h3,.galleryBlk h3,footer h3,.innerContent h3{
font-size: 36px;
color: #0f0f0f;
font-weight: 600;
text-transform: uppercase;
float: left;
padding-right: 20px;
background: #ffffff;
margin-bottom: 30px;
}
.aboutBlk h3:after, .servicesBlk h3:after,.galleryBlk h3:after,footer h3:after,.innerContent h3:after{
content: "";
width: 100%;
height: 2px;
background: #e9e9e9;
position: absolute;
top: 24px;
left:0;
z-index: -1;
}
.aboutBlk p,.innerContent p{
float: left;
color: #3f3f3f;
line-height: 30px;
font-size: 16px;
margin-bottom: 30px;
width:100%;
clear:both;
}
.innerContent h1,.innerContent h2,.innerContent h5,.innerContent h6{
float: left;
width: 100%;
}
.innerContent h1{
font-size: 48px;
margin-bottom: 14px;
}
.innerContent h2{
font-size: 36px;
margin-bottom: 14px;
}
.innerContent h3{
font-size: 24px;
margin-bottom: 10px;
}
.innerContent h4{
font-size: 16px;
margin-bottom: 10px;
}
.innerContent h5{
font-size: 14px;
margin-bottom: 10px;
}
.innerContent h6{
font-size: 12px;
margin-bottom: 8px;
}
.aboutBlk a{
float: left;
color: #0071bc;
font-size: 14px;
font-weight: 500;
}
.aboutBlk a:hover{
text-decoration: underline;
}
.aboutBlk a:hover span svg{
fill:#0f0f0f;
}
.aboutBlk a span{
float: right;
width: 14px;
height: 14px;
margin-top: 4px;
margin-left: 6px;
}
.aboutBlk a span svg{
float: left;
fill: #0071bc;
}
.serviceSlides li{ 
border-right: 1px solid #f9f9f9;
}
.serviceSlides li a{
font-size: 18px;
color: #1a1a1a;
font-weight: 600;
text-transform: uppercase;
text-align: center;
background: #e5e5e5;
float: left;
width: 100%;
padding: 0 20%;
min-height: 104px;
display: flex;
justify-content: center;
align-items: center;
}
.serviceSlides li a:hover{
background: #0071bc;
color: #ffffff;
}
.serviceSlideNav,.gallerySlideNav{
position: absolute;
right: 0;
background: #ffffff;
top: 0;
}
.mainSlideNav{
position: absolute;
width: 100%;
top: calc(50% - 26px);
left: 0;
display: flex;
padding: 0 30px;
}
.serviceSlideNav .leftArrow,.serviceSlideNav .rightArrow,.gallerySlideNav .leftArrow,.gallerySlideNav .rightArrow{
width: 32px;
height: 32px;
float: left;
padding: 9px;
background: #1a1a1a;
margin: 10px 0px 10px 5px;
cursor: pointer;
}
.mainSlideNav .rightArrow,.mainSlideNav .leftArrow{
width: 32px;
height: 32px;
z-index: 1;
fill:#ffffff;
opacity: 0.5;
cursor: pointer;
}
.mainSlideNav .rightArrow{
margin-left: auto;
}
.mainSlideNav .rightArrow:hover,.mainSlideNav .leftArrow:hover{
opacity: 0.8;
}
.serviceSlideNav .leftArrow,.gallerySlideNav .leftArrow{
margin: 10px 0px 10px 20px;
}
.serviceSlideNav .leftArrow:hover,.serviceSlideNav .rightArrow:hover,.gallerySlideNav .leftArrow:hover,.gallerySlideNav .rightArrow:hover{
background: #0071bc;
}
.serviceSlideNav .leftArrow:hover svg,.serviceSlideNav .rightArrow:hover svg,.gallerySlideNav .leftArrow:hover svg,.gallerySlideNav .rightArrow:hover svg{
fill: #ffffff;
}
.serviceSlideNav .leftArrow svg,.serviceSlideNav .rightArrow svg,.gallerySlideNav .leftArrow svg,.gallerySlideNav .rightArrow svg{
fill: #ffffff;
float: left;
}
.banner1Blk{
float: left;
width: 100%;
position: relative;
margin-bottom: 70px;
}
.banner1Blk .wrapper .rightBlk{
float: right;
display: flex;
flex-direction: column;
align-items: center;
}
.banner1Blk img{
float: left;
width: 100%;
}
.banner1Blk .bannerTxt{
display: flex;
float: left;
width: 100%;
position: absolute;
align-items: center;
height: 100%;
}
.banner1Blk .bannerTxt h6{
font-size: 36px;
color: #e2dede;
line-height: 1.041;
text-align: left;
font-weight: 400;
margin: 10px 0;
}
.strike{
text-decoration:line-through;
text-decoration-color: #e2dede;
}
.banner1Blk .bannerTxt h6 b{
color: #ffffff;
}
.banner1Blk .bannerTxt a{
background: #0071bc;
color: #ffffff;
font-size: 18px;
padding: 6px 14px;
}
.banner1Blk .bannerTxt a:hover{
background: #d7272a;
}
.banner1Blk .bannerTxt p{
font-size: 14px;
color:#ffffff;
line-height: 1.71;
margin-top:4px; 
}
.galleryBlk li{
height: 100%;
border-right: 1px solid #fff;
float: left;
}
.galleryBlk .imgDiv{
float: left;
width: 100%;
height: 100%;
display: flex;
}
.galleryBlk .imgDiv img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.galleryBlk .slick-track{
align-items: stretch;
}
.galleryBlk .slick-initialized .slick-slide > div{
float: left;
width: 100%;
height: 100%;
}
footer{
float: left;
width: 100%;
background: #e4e4e4;
}
footer h3{
background: #e4e4e4;
margin-top: 34px;
margin-bottom: 10px;
}
footer h3 b{
color: #0071bc;
font-weight: 600;
}
footer h3:after{
background: #7d7d7d;
top: 58px;
}
footer .footerContBlk{
float: left;
width: 100%;
margin-bottom: 40px;
}
footer .footerContBlk .leftBlock{
float: left;
width: 50%;
}
footer .footerContBlk .rightBlock{
float: left;
width: 50%;
}
.footerContBlk .leftBlock h5{
font-size: 16px;
color: #1a1a1a;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 4px;
margin-top: 20px;
float: left;
}
.footerContBlk .rightBlock h5{
font-size: 16px;
color: #1a1a1a;
text-transform: uppercase;
font-weight: 500;
margin-bottom: 14px;
margin-top: 20px;
float: left;
}
.footerContBlk .rightBlock p{
float: left;
font-size: 14px;
}
.footerContBlk .rightBlock h5 b{
color: #0071bc;
font-weight: 500;
}
.footerContBlk .leftBlock p,.footerContBlk .leftBlock a{
font-size: 14px;
color: #6b6b6b;
text-align: left;
float: left;
width: 100%;
}
.footerContBlk .leftBlock a:hover{
color: #0071bc;
}
.footerContBlk .leftBlock p span{
width: 40%;
float: left;
}
.footerContBlk .leftBlock p span:last-child{
color: #1a1a1a;
}
.footerContBlk .rightBlock .shareStoriesBlk{
float: left;
width: 100%;
}
.footerContBlk .rightBlock .shareStoriesBlk .imgDiv{
width: 28%;
float: left;
margin-right: 50px;
}
.shareStoriesBlk .imgDiv img{
float: left;
width: 100%;
}
.shareStoriesBlk .imgCont{
float: left;
width: 100%;
margin-bottom: 40px;
}
.footerContBlk .rightBlock .shareStoriesBlk > a {
float: left;
color: #0071bc;
font-size: 14px;
font-weight: 500;
margin-top: 20px;
}
.footerContBlk .rightBlock .shareStoriesBlk > a:hover{
text-decoration: underline;
}
.footerContBlk .rightBlock .shareStoriesBlk > a:hover svg{
fill: #0f0f0f;
}
.footerContBlk .rightBlock .shareStoriesBlk > a span {
float: right;
width: 14px;
height: 14px;
margin-top: 4px;
margin-left: 6px;
}
.footerContBlk .rightBlock .shareStoriesBlk > a span svg {
float: left;
fill: #0071bc;
}
.socIconBlk{
}
.footerContBlk .socIconBlk{
float: right;
margin-top: 14px;
}
.socIconBlk ul{
float: left;
}
.socIconBlk ul li{
float: left;
margin: 0 0 0 12px;
}
.socIconBlk ul li a{
float: left;
padding: 3px;
border-radius: 50%;
border: 2px solid #0071bc;
}
.socIconBlk ul li svg{
float: left;
width:18px; 
height:18px; 
fill: #0071bc;
}
.socIconBlk ul li a:hover{
background: #0071bc;
border-color: #0071bc;
}
.socIconBlk ul li a:hover svg{
fill: #ffffff;
}
.copyWriteDiv{
float: left;
width: 100%;
background: #090909;
text-align: center;
padding: 12px 0;
}
.copyWriteDiv p{
color: #ffffff;
font-size: 12px;
font-weight: 400;
}
.menuBlock{
background: #000003;
position: fixed;
width: 100%;
top: 0;
left: 0;
height: 100vh;
z-index: 0;
display: none;
}
.menuBlock .rightBlk{
float: right;
width: 45%;
max-height: calc(100vh - 100px);
margin: auto 0;
}
.menuBlock .rightBlk ul{
border-bottom: 1px solid #0071bc;
float: right;
width: 80%;
padding: 0px 0 30px;
}
.menuBlock .rightBlk ul li {
float: right;
width: 100%;
padding: 1rem 0;
}
.menuBlock .rightBlk ul li a{
font-size: 30px;
color: #ffffff;
text-align: right;
float: right;
font-weight: 500;
line-height: 1;
}
.menuBlock .rightBlk ul.subNav{
border: none;
padding: 30px 0;
}
.menuBlock .rightBlk ul.subNav li a{
font-size: 18px;
font-weight: 400;
}
.menuBlock .rightBlk ul li a:hover{
color: #0071bc;
}
.menuBlock .leftBlk{
width: 55%;
position: absolute;
left: 0;
top: 0;
height: 100vh;
z-index: 2;
background: #000003;
}
.menuBlock .leftBlk > img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.5;
}
.menuBlock .wrapper{
justify-content: flex-end;
height: 100vh;
padding: 100px 0 0 0;
}
.menuBlock .leftBlk .menuLeftCont{
position: absolute;
display: flex;
height: 100vh;
width: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10%;
}
.menuLeftCont h3{
font-size: 30px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
line-height: 0.8;
}
.menuLeftCont h6{
font-size: 14px;
color: #ffffff;
line-height: 1.714;
text-align: center;
margin: 40px 0;
font-weight: 400;
width: 100%;
}
.menuLeftCont a{
background: #0071bc;
color: #ffffff;
font-size: 18px;
padding: 6px 14px;
}
.menuLeftCont a:hover{
background: #d7272a;
}
.menuLeftCont p{
font-size: 14px;
color:#ffffff;
line-height: 1.71;
margin-top:4px; 
display:block!important;
}
.overflowHide{
overflow: hidden !important;
} .innerPageCont{
float: left;
width: 100%;
position: relative;
}
.innerPage .bannerBlk{
float: left;
width: 100%;
background: #000003;
position: relative;
}
.innerPage .bannerBlk img{
float: left;
width: 100%;
opacity: 0.5;
}
.innerPage .bannerBlk h2{
font-size: 60px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
position: absolute;
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
text-align: center;
}
.servicesNavBlk{
float: left;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.servicesNavBlk.fixed{
position: fixed;
top: 82px;
z-index: 999;
background: #fff; }
.servicesNavBlk.fixed .wrapper{
max-width: 70%;
}
.servicesNavBlk ul{
float: left;
width: 100%;
display: flex;
align-items: flex-start;
}
.servicesNavBlk ul li{
float: left; flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 125px;
cursor: pointer;
}
.servicesNavBlk ul li:first-child{
margin-left: 0;
}
.servicesNavBlk ul li:last-child{
margin-right: 0;
}
.servicesNavBlk.fixed .iconBlk {
width: 58px;
height: 58px;
margin-top: -30px;
}
.servicesNavBlk li:hover .iconBlk{
background: #d7272a;
}
.servicesNavBlk li:hover h3,.servicesNavBlk li:hover a{
text-decoration: underline;
}
.servicesNavBlk .iconBlk{ 
width: 78px;
height: 78px;
background: #0071bc;
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
margin: -40px auto 10px;
padding: 16px;
-webkit-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.24);
box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.24);
}
.servicesNavBlk .iconBlk img{
float: left;
width: auto;
max-height: 46px;
max-width: 46px;
}
.servicesNavBlk.fixed .iconBlk img{
max-height: 26px;
max-width: 26px;
}
.servicesNavBlk h3,.servicesNavBlk li > a{
font-size: 11px;
color: rgb(26, 26, 26);
font-weight: 500;
text-transform: uppercase;
text-align: center;
padding-bottom: 6px;
float: left;
width: 100%;
}
.innerContent{
margin-top: 70px;
}
.serviceContBlk{
margin-top: 124px;
}
.innerContent h4{
float: left;
color: #3f3f3f;
font-weight: 600;
font-size: 18px;
margin-bottom: 10px;
}
.innerContent ul,.innerContent ol{
float: left;
width: 50%;
margin-bottom: 20px;
}
.innerContent ol{
padding-left:20px;
}
.innerContent ul li{
float: left;
width: 100%;
line-height: 35px;
font-size: 16px;
font-weight: 400;
padding-left:32px;
background: url(//championsfitness.com/wp-content/themes/championsfitness/images/li-bg.png) no-repeat 10px center;
}
.innerContent ol li{
float: left;
width: 100%;
line-height: 35px;
font-size: 16px;
font-weight: 400;
}
.innerContent .imageSec{
float: right;
width: 50%;
}
.innerContent .imageSec .largeImg{
float: left;
width: 100%;
margin: 0 0 10px 0;
}
.innerContent .imageSec .smallImg{
float: left;
width: 50%;
padding-right: 5px;
}
.innerContent .imageSec .smallImg:last-child{
padding-right: 0px;
padding-left: 5px;
}
.innerContent .imageSec .smallImg img,.innerContent .imageSec .largeImg img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.servicesListBlock{
float: left;
width: 100%;
margin-bottom: 20px;
}
.servicesListBlock .singleList{
float: left;
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: stretch;
margin-bottom: 70px;
}
.servicesListBlock .singleList.even{
flex-direction: row-reverse;
}
.singleList .leftBlk{
flex-direction: column;
display: flex;
}
.singleList .leftBlk{
float: left;
width: 50%;
background:#e5e5e5;
}
.singleList .rightBlk{
float: left;
width: 50%;
}
.singleList .rightBlk img,.singleList.even .lefttBlk img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.singleList .contBlk{
float: left;
width: 100%;
padding: 40px;
}
.singleList .contBlk h4{
font-size: 40px;	
color: #1660c7;
text-transform: uppercase;
text-align: left;
font-weight: 400;
line-height: 58px;
}
.singleList.even .contBlk h4{
text-align: right;
}
.singleList .contBlk h4 b{
font-weight: 600;
display: block;
}
.singleList.even .contBlk p{
text-align: right;
}
.singleList .contBlk p{
font-size: 14px;
color: rgb(26, 26, 26);
line-height: 1.571;
margin-top: 4px;
}
.singleList .contBlk a{
color: #0071bc;
}
.singleList .contBlk a:hover{
color: #d7272a;
}
.singleList .smallImgDiv{
float: left;
width: 100%;
margin-top: auto;
}
.singleList .smallImgDiv .imgBlk{
float: left;
width: 50%; 
}
.smallImgDiv .imgBlk img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.singleList > a{
font-size: 24px;
color: #ffffff;
line-height: 1.471;
background: #1660c7;
display: flex;
align-items: center;
padding: 15px 30px;
}
.singleList > a:hover{
background: #d7272a;
}
.singleList.odd > a{
margin-left: auto;
}
.singleList.even > a{
margin-right: auto;
}
.singleList > a span{
width: 24px;
height: 24px;
fill: #fff;
margin-left: 12px;
}
.singleList > a span svg{
float: left;
width: 100%;
height: 100%;
}
.profileMore{
margin: 84px 0 50px;
}
.flexCover{
display: flex;
justify-content: center;
height: 100vh;
width: 100%;	
}
.profileMore .wrapper{
display: flex;
align-items: flex-start;
justify-content: center;
height: 100%;
}
.profileMore .leftBlk{
float: left;
width: 50%;
padding: 2%;
}
.moreDetailsBlk .leftBlk h3{
color: #0071bc;
font-size: 48px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 16px;
}
.detailsContent .leftBlk h3 b{
color: #1a1a1a;
font-weight: 400;
}
.detailsContent .leftBlk p{
font-size: 14px;
float: left;
margin: 0px 0 16px;
width: 90%;
line-height: 25px;
}
.detailsContent .leftBlk .imgBlock{
float: left;
width: 100%;
margin-top: 16px;
}
.detailsContent .leftBlk .imgBlock .imgDiv{
float: left;
width: 49%;
margin-right: 1%; }
.detailsContent .leftBlk .imgBlock .imgDiv:last-child{
margin-left: 1%;
margin-right: 0;
}
.imgBlock .imgDiv img{
float: left;
width: 100%;
height: 100%;
object-fit: cover;
}
.profileMore .rightBlk{
float: left;
width: 50%;
padding: 2% 0 30px 0;
}
.detailsContent {
margin: 174px 0 80px;
}
.detailsContent .rightBlk h4,.profileMore .rightBlk h4{
font-size: 18px;
font-weight: 600;
margin-bottom: 10px;
}
.detailsContent .rightBlk h2,.profileMore .rightBlk h2{
font-size: 30px;
font-weight: 600;
margin-bottom: 14px;
}
.detailsContent .rightBlk h1,.profileMore .rightBlk h1{
font-size: 36px;
font-weight: 600;
margin-bottom: 14px;
}
.detailsContent .rightBlk ul,.detailsContent .rightBlk ol{
margin-bottom: 20px;
float: left;
width: 100%;
}
.detailsContent .rightBlk ol{
padding-left:26px;
}
.detailsContent .rightBlk ul li,.detailsContent .rightBlk ul li{
float: left;
width: 100%;
line-height: 26px;
font-size: 14px;
font-weight: 400;
padding-left:26px;
background: url(//championsfitness.com/wp-content/themes/championsfitness/images/li-bg.png) no-repeat 10px center;
}
.detailsContent .rightBlk ol li,.detailsContent .rightBlk ol li{
float: left;
width: 100%;
line-height: 26px;
font-size: 14px;
font-weight: 400;
}
.detailsContent .rightBlk h3,.profileMore .rightBlk h3{
font-size: 24px;
font-weight: 600;
margin-bottom: 12px;
}
.detailsContent .rightBlk h5,.profileMore .rightBlk h5{
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
}
.detailsContent .rightBlk h6,.profileMore .rightBlk h6{
font-size: 12px;
font-weight: 600;
margin-bottom: 8px;
}
.detailsContent .rightBlk p,.profileMore .rightBlk p{
line-height: 25px;
font-size: 14px;
margin-bottom: 16px;
}
.detailsContent .leftBlk a, .profileMore .leftBlk a,
.detailsContent .rightBlk a, .profileMore .rightBlk a{
color:#4994ff;
}
.detailsContent .leftBlk a:hover, .profileMore .leftBlk a:hover,
.detailsContent .rightBlk a:hover, .profileMore .rightBlk a:hover{
text-decoration:underline;	
}
.detailsContent .closeMore,.profileMore .closeMore{
position: absolute;
width: 14px;
height: 14px;
fill: #fff;
right: 0;
top: 14px;	
z-index: 9;
cursor: pointer;
}
.detailsContent .closeMore:hover,.profileMore .closeMore:hover{
fill: #0071bc;
}
.opacityNone{
opacity: 0 !important;
}
.bottomBar.show {
display: block;
}
.bottomBar{
position: fixed;
bottom: 7px;
right: 40px;
display: none;
z-index: 8;
}
.backToTop {
width: 30px;
height: 30px;
cursor: pointer;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
border-radius: 3px;
background: #0071bc;
float: right;
}
.backToTop svg {
fill: none;
transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
}
.backToTop:hover{
background: #d7272a;
}
.overHidden{
overflow: hidden !important;
} .sheduleTable{
float: left;
width: 100%;
padding-top: 40px;
}
.sheduleCat{
float: left;
width: 100%;
display: flex;
justify-content: center;
}
.sheduleCat > div{
padding: 12px 18px;
margin-left: -1px;
display: flex;
}
.sheduleCat > div h6 {
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
}
.sheduleCat > div p{
border: 1px solid #d6d5d5;
width: 18px;
height: 18px;
border-radius: 50%;
margin: 4px 0 0 10px;
flex-shrink: 0;
}
.sheduleCat > div:first-child p{
background: #a7c6f1;
}
.sheduleCat > div:nth-child(2) p{
background: #f59d9f;
}
.sheduleCat > div:nth-child(3) p{
}
.sheduleCat > div:nth-child(4) p{
background: #fdd587;
}
.tgDiv{
float: left;
width: 100%;
margin-top: 50px;
}
.tg{
border-collapse:collapse;
border-spacing:0;
float: left;
width: 100%;
min-width: 1000px;
}
.tg td p{
margin:0px;
font-size: 13px;
line-height: 1.5;
}
.tg td{
font-size: 13px;
padding: 10px 5px;
border-style: solid;
border-width: 1px;
overflow: hidden;
word-break: normal;
border-color: #e4e4e4;
text-align: center;
font-weight: 500;
width: 14.28%;
vertical-align:top;
}
.tg th{
font-size:16px;
font-weight:500;
padding:10px 5px;
border-style:solid;
border-width:1px;
overflow:hidden;
word-break:normal;
border-color:#e4e4e4;
background: #edeeef;
width: 14.28%;
}
.tg .tg-us36{ vertical-align:middle;
}
.tg .tg-yw4l{
vertical-align:middle;
}
.tg td h6{
font-size: 14px;
font-weight: 600;
}
.tg td h6 a{
cursor: pointer;
color: #0071bc;
}
.tg td h6 a:hover{
color: #07199c;
}
.tg td.poolClass{
background: #f59d9f;
}
.tg td.openClass{
background: #a7c6f1;
}
.tg td.premiumClass{
background:  #fdd587;
}
.termsBlk,.memberRem{
float: left;
width: 50%;
padding: 0 40px 0 0;
margin: 40px 0 40px 0;
}
.termsBlk ul,.memberRem ul{
float: left;
width: 100%;
}
.memberRem h5{
font-size: 16px;
margin-bottom: 10px;
}
.termsBlk ul li,.memberRem ul li{
float: left;
width: 100%;
font-size: 14px;
margin: 0 0 12px 0;
padding: 0;
background: none;
line-height: 1.5;
}
.termsBlk ul li{
padding-left: 32px;
background: url(//championsfitness.com/wp-content/themes/championsfitness/images/li-bg.png) no-repeat 10px 5px;
}
.memberRem p{
font-size: 14px;
margin: 4px 0 7px;
}
.memberRem p b{
font-size: 16px;
}
.pricingBlk{
float: left;
width: 100%;
margin: 70px 0;
}
.pricingBlk .leftBlk{
float: left;
max-width:calc(100% - 310px);
}
.pricingBlk ul li{
display: flex;
align-items: center;
padding: 15px 20px 20px;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
margin-top: -1px;
}
.pricingBlk ul li:hover{
background:#f7f6f6;
}
.pricingBlk ul li h3{
font-size: 24px;
font-weight: 600;
margin-bottom: 8px;
text-transform: uppercase;
float: left;
}
.pricingBlk ul li h4{
font-size: 16px;
font-weight: 500;
margin-bottom: 8px;
float: left;
width: 100%;
}
.pricingBlk ul li p{
font-size: 31px;
float: left;
margin-left: auto;
font-weight: 600;
color: #d7272a;
line-height: 1.1;
}
.pricingBlk li > a{
margin-left: auto;
background: #0071bc;
color: #ffffff;
font-size: 18px;
padding: 6px 14px;
flex-shrink: 0;
}
.pricingBlk li > a:hover{
background: #d7272a;
} .teamBlock{
float: left;
width: 100%;
margin-bottom: 40px;
}
.teamBlkCont{
float: left;
width: 100%;
display: flex;
flex-wrap: wrap;
}
.teamBlkCont .memberBlk{
width: 22%;
display: flex;
flex-direction: column;
align-items: center;
margin: 0px 1.5% 30px;
background: #e4e4e4;
border: 1px solid #b5b5b5;
}
.teamBlkCont .memberBlk:hover{
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.2);
}
.memberBlk .profileImgDiv{
float: left;
width: 100%;
}
.memberBlk .profileImgDiv img{
width: 100%;
height: 100%;
object-fit: cover;
float: left;
}
.memberBlk h4{
float: left;
width: 100%;
text-align: center;
font-size: 17px;
font-weight: 500;
background: #0071bc;
color: #fff;
padding: 6px;
text-transform: uppercase;
}
.memberBlk p{
float: left;
width: 100%;
text-align: center;
margin: 10px 0;
font-size: 14px;
padding: 0 5%;
line-height: 1.3;
}
.memberBlk a {
float: left;
color: #0071bc;
font-size: 14px;
font-weight: 500;
margin-top: auto;
margin-bottom: 12px;
}
.memberBlk a span {
float: right;
width: 14px;
height: 14px;
margin-top: 4px;
margin-left: 6px;
}
.memberBlk a span svg {
float: left;
fill: #0071bc;
}
.memberBlk a:hover {
text-decoration: underline;
}
.memberBlk a:hover span svg {
fill: #0f0f0f;
}
.teamBlock h2{
font-size: 30px;
font-weight: 600;
text-align: center;
text-decoration: underline;
text-decoration-color: #0071bc;
margin-bottom: 40px;
}
.teamPageCont{
margin-top: 0;
}
.teamPage .servicesNavBlk ul li{
margin: 0 20px;
}
.teamPage .servicesNavBlk ul{
justify-content: center;
}
.innerContent.teamCont{
margin-top: 120px;
}
.wp-playlist{
border:none;
clear:both;
padding:0;
margin:0;
}
.map{
width:100%;
margin:20px 0;	
float:left;
clear:both;
overflow: hidden;
}
div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio]{
opacity: 0;
}
.wpforms-form ul li label{
position: relative !important;
}
.wpforms-form ul li label:before{
content: '';
width: 16px;
height: 16px;
position: absolute;
left: -26px;
top: 3px;
border: 1px solid #cccccc;
}
.wpforms-form ul li label:hover:before{
border: 1px solid #0071bc;
}
.wpforms-form ul li.wpforms-selected label:after{
content: '';
width: 16px;
height: 16px;
position: absolute;
left: -26px;
top: 3px;
background: url(//championsfitness.com/wp-content/themes/championsfitness/images/tick.svg) no-repeat;
background-size: 90%;
background-position: 0px center;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
background: #1660c7 !important;
color: #ffffff !important;
font-size: 20px !important;
border: none !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover{
background: #d7272a !important;
}
.wpforms-form textarea.wpforms-field-medium{
max-width: 60%;
}
.custom-object-fit {
position: relative;
background-size: cover;
background-position: center center;
}
.menuBlock .rightBlk .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical{
right: -20px;
}
.popUpFullDiv{
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.74);
z-index: 99;
display: none;
}
.popupLightWrapper{
width: 100%;
height: 100%;
float: left;
display: flex;
justify-content: center;
align-items: center;
}
.popupLightWrapper .lightContDiv{
background: #fff;
text-align: center;
width: 70%;
padding: 30px 20px;
max-height: 90%;
border-radius: 3px;
position: relative;
animation-name: zoomIn;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
max-width: 600px;
}
.popupLightWrapper .lightContDiv h3{
margin-bottom: 12px;
}
.popupLightWrapper .lightContDiv p{
font-weight: 400;
}
.popupLightWrapper .lightContDiv .close{
position: absolute;
width: 12px;
height: 12px;
right: 14px;
top: 14px;
fill: #adadad;
cursor: pointer;
}
.popupLightWrapper .lightContDiv .close:hover{
fill: #0071bc;
}
.popupLightWrapper .lightContDiv .close svg{
float: left;
width: 100%;
}
.floatButton{
background: #0071bc;
color: #ffffff;
font-size: 16px;
padding: 2px 14px 3px;
border-radius: 3px;
z-index: 8;
float: right;
margin-right: 20px;
}
.floatButton:hover{
background: #d7272a;
color: #ffffff;
}
.detailsContent .wrapper{
display: flex;
}
.detailsContent .leftBlk{
float: left;
width: 100%;
padding: 0 3% 0 0;
}
.detailsContent .leftBlk h3{
color: #0071bc;
font-size: 48px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 16px;
}
.detailsContent .rightBlk{
float: left;
width: 100%;
padding: 0 0 0 3%;
} .profileMore .leftBlk .imgDiv{
width: 70%;
margin: 0 auto;
max-width: 400px;
}
.profileMore .leftBlk .imgDiv img{
float: left;
width: 100%;
}
.hidden{
visibility: hidden;
}
.membershipBlk{
float: left;
width: 100%;
display: flex;
margin: -150px 0 40px 0;
flex-wrap: wrap;
}
.membershipBlk .membershipDiv{
width: 22%;
background: #ffffff;
border:1px solid #e9e9e9;
margin: 0 auto 20px;
text-align: center;
cursor: default;
}
.membershipBlk .membershipDiv:hover{
border-color: #0071bc;
} .membershipBlk .membershipDiv:hover .topDiv{
background: #0071bc;
}
.membershipBlk .membershipDiv .topDiv{
float: left;
width: 100%;
padding: 38px 20px;
}
.membershipBlk .membershipDiv h4{
font-size: 24px;
text-transform: uppercase;
font-weight: 400;
width: 100%;
text-align: center;
color: #0071bc;
}
.membershipBlk .membershipDiv:hover h4{
color: #ffffff;
}
.membershipBlk .membershipDiv .price{
text-align: center;
float: left;
width: 100%;
margin: 20px 0 6px;
}
.membershipBlk .membershipDiv .price span{
font-size: 20px;
vertical-align: top;
}
.membershipBlk .membershipDiv:hover .price span{
color: #ffffff;
}
.membershipBlk .membershipDiv .price b{
font-size: 60px;
line-height: 1;
font-weight: 600;
}
.membershipBlk .membershipDiv:hover .price b{
color: #ffffff;
}
.membershipBlk .membershipDiv .price p{
font-size: 18px
}
.membershipBlk .membershipDiv .topDiv p{
text-align: center;
width: 100%;
font-size:14px;
}
.membershipBlk .membershipDiv:hover .topDiv p{
color: #bad6ff
}
.membershipBlk .membershipDiv a{
background: #0071bc;
color: #ffffff;
padding: 6px 56px;
font-size: 18px;
border-radius: 3px;
text-transform: uppercase;
}
.membershipBlk .membershipDiv:hover a{
background: #ffffff;
color: #3f3f3f;
}
.membershipBlk .membershipDiv h5{
padding: 9px;
color: #d7272a;
float: left;
width: 100%;
background: #efefef;
font-weight: 400;
font-size: 18px;
margin: 0;
}
.membershipBlk .membershipDiv:hover h5{
background: #d7272a;
color: #ffffff;
}
.membershipBlk .membershipDiv ul{
width: 100%;
}
.membershipBlk .membershipDiv ul li{
background: none;
padding: 0 20px;
font-size: 12px;
line-height: 1.6;
margin: 14px 0 0 0;
}
.membershipBlk .membershipDiv ul li p{
margin: 0;
}
.membershipBlk .membershipDiv > p{
margin: 14px 0 0 0;
}
.formDiv{
float: left;
width: 100%;
}
.formDiv .inputRowDiv{
max-width: 60%;
padding: 10px 0;
float: left;
width: 100%;
}
.formDiv .inputRowDiv .width50{
width: 48%;
float: left;
}
.formDiv .inputRowDiv .width50:last-child{
margin-left: 4%;
}
.formDiv .inputRowDiv label{
display: block;
font-weight: 700;
font-size: 16px;
float: none;
line-height: 1.3;
margin: 0 0 4px 0;
padding: 0;
}
.formDiv .inputRowDiv label .requiredClass{
color: #ff0000;
font-weight: 400;
}
.formDiv .inputRowDiv input[type='text'],
.formDiv .inputRowDiv input[type='email'],
.formDiv .inputRowDiv input[type='tel'],
.formDiv .inputRowDiv textarea{
background-color: #fff;
box-sizing: border-box;
border-radius: 2px;
color: #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
display: block;
float: none;
font-size: 16px;
border: 1px solid #ccc;
padding: 6px 10px;
height: 38px;
width: 100%;
line-height: 1.3;
font-family: 'Poppins', sans-serif;
}
.formDiv .inputRowDiv textarea{
min-height: 120px;
}
.formDiv .inputRowDiv input:focus{
border: 1px solid #999;
}
.formDiv .inputRowDiv .wpcf7-list-item-label{
display: inline;
vertical-align: baseline;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
}
.formDiv .inputRowDiv .wpcf7-list-item-label:before{
content: '';
width: 16px;
height: 16px;
position: absolute;
left: 2px;
top: 8px;
border: 1px solid #cccccc;
background: #fff;
z-index: -2;
}
.formDiv .inputRowDiv .wpcf7-list-item{
display: inline-block;
position: relative;
margin: 0 !important;
list-style: none !important;
width: 100%;
}
.formDiv .inputRowDiv .wpcf7-list-item label{
line-height: 34px;	
}
.formDiv .inputRowDiv input[type='checkbox']{
border: 1px solid #ccc;
background-color: #fff;
width: 14px;
height: 14px;
margin: 0 10px 0 3px;
display: inline-block;
vertical-align: baseline;
opacity: 0;
visibility: hidden;
}
.formDiv .inputRowDiv input[type='checkbox']:hover + .wpcf7-list-item-label:before{
border: 1px solid #0071bc;
}
.formDiv .inputRowDiv input[type='checkbox']:checked + .wpcf7-list-item-label:after{
content: '';
width: 16px;
height: 16px;
position: absolute;
left: 2px;
top: 8px;
background: url(//championsfitness.com/wp-content/themes/championsfitness/images/tick.svg) no-repeat;
background-size: 90%;
background-position: 0px center;
z-index: -1;
}
.formDiv .inputRowDiv input[type=submit] {
background: #1660c7 !important;
color: #ffffff !important;
font-size: 20px !important;
cursor: pointer;
border: none !important;
padding: 10px 15px;
margin-bottom: 14px;
font-family: 'Poppins', sans-serif;
}
.formDiv .inputRowDiv input[type=submit]:hover {
background: #d7272a !important;
}
div.wpcf7-validation-errors,div.wpcf7-mail-sent-ok,div.wpcf7-response-output{
border:none !important;
margin:0 !important;
padding:0 !important;
float: left;
}
body:not(.page-id-201):not(.page-id-206) .grecaptcha-badge{
display:none;	
} @media only screen and (max-width: 1280px) {
.wrapper{
max-width: 92%;
}
.innerPage .bannerBlk h2{
font-size: 30px;
line-height: 1.2;
max-width: 96%;
}
}
@media only screen and (max-width: 1030px) {
.serviceSlides li a {
font-size: 16px;
}
.servicesNavBlk ul li{
width: 114px;
}
}
@media only screen and (max-width: 840px) {
.mainSlider 	.sliderCont h2{
font-size: 34px;
margin-bottom: 16px;
}	
.membershipBlk{
flex-wrap: wrap;
margin-bottom: 10px;
}
.membershipBlk .membershipDiv {
width: 42%;
margin:0 auto 30px !important;
}
.detailsContent .rightBlk h2, .profileMore .rightBlk h2{
line-height: 1.2;
}
.innerPage .bannerBlk img { object-fit: cover;
}
header .headLogo img{
width: 200px;
height: 56px;
}
.profileMore .leftBlk img{
float: left;
width: 100%;
}
.teamBlkCont .memberBlk{
width: 30%;
}
.sheduleCat {
justify-content: flex-start;
flex-wrap: wrap;
}
.sheduleCat > div{
flex-direction: row-reverse;
}
.sheduleCat > div p{
margin: 4px 10px 0 0;
}
.mainSlider .sliderCont{
top: 27%;
padding: 0 10%;
}
.mainSlider .sliderCont p{
width: 100%;
line-height: 1.5;
margin-bottom: 20px;
}
.menuLeftCont h3{
font-size: 22px;
}
.menuLeftCont h6 {
font-size: 12px;
}
.banner1Blk .bannerTxt h6 {
font-size: 22px;
margin: 7px 0;
}
.banner1Blk .bannerTxt a {
font-size: 15px;
}
.banner1Blk .bannerTxt p{
font-size: 12px;
}
.servicesNavBlk .iconBlk {
width: 58px;
height: 58px;
}
.servicesNavBlk .iconBlk img {
max-height: 26px;
max-width: 26px;
}
.innerContent .imageSec{
width: 100%;
}
.innerContent ul, .innerContent ol{
width: 100%;
}
.innerContent h4{
margin-top: 12px;
}
.singleList .leftBlk,.singleList .rightBlk{
width: 100%;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,.formDiv .inputRowDiv{
max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,.wpforms-form textarea.wpforms-field-medium{
max-width: 100% !important;
}
.copyWriteDiv p{
margin-bottom: 40px;
}
.bottomBar{
background: #090909;
width: 100%;
right: 0;
left: 0;
padding: 10px 4%;
bottom: 0;
flex-direction: row-reverse;
}
.bottomBar.show{
display: flex;
}
.floatButton{
margin:0 auto; 
}
.backToTop{
margin-left: -30px;	
}
header.fixed .headLogo img {
width: 136px;
height: auto;
margin: 10px 0;
float: left;
}
.servicesNavBlk.fixed {
top: 58px;
}
.menuLeftCont p{
text-align: center;
}
.menuLeftCont a{
display: block;
}
.detailsContent .rightBlk h2, .profileMore .rightBlk h2{
line-height: 1.2;
}
}
@media only screen and (min-width: 767px) {
div::-webkit-scrollbar {
width: 0px;
height: 10px;
}
}
@media only screen and (max-width: 767px) {
.servicesNavBlk h3, .servicesNavBlk li > a{
display: none;
}
.serviceContBlk {
margin-top: 74px;
}
.profileMore {
margin: 34px 0 20px;
}
.detailsContent {
margin: 64px 0 30px;
}
.servicesNavBlk.fixed .wrapper {
max-width: 90%;
}
.servicesNavBlk.fixed .iconBlk{
margin-top: 8px;
}
.menuBlock .leftBlk{
display: none;
}
.menuBlock .rightBlk{
width: 100%;
}
.menuBlock .rightBlk ul{
width: 100%;
}
header.fixed .wrapper {
padding: 3px 0;
}
.menuBlock .rightBlk ul li a {
font-size: 28px;
text-align: center;
width: 100%;
}
.menuBlock .leftBlk,header p{
display: none !important;
}
.innerPage .bannerBlk h2{
font-size: 18px;
}
.detailsContent .leftBlk, .profileMore .leftBlk{
padding: 0;
}
.detailsContent .rightBlk, .profileMore .rightBlk{
padding: 6% 0 0 0;
}
.detailsContent .wrapper, .profileMore .wrapper{
padding: 20px 0;
flex-wrap: wrap;
}
.moreDetailsBlk .flexCover, .profileMore .flexCover{
padding: 20px 0;
}
.moreDetailsBlk .leftBlk, .profileMore .leftBlk,.moreDetailsBlk .rightBlk, .profileMore .rightBlk{
width: 100%;
height: auto;
max-height: initial;
}
.moreDetailsBlk .closeMore, .profileMore .closeMore{
right: auto;
top: 0;
left: 14px;
}
.detailsContent .leftBlk .imgBlock .imgDiv,.profileMore .leftBlk .imgDiv{
width: 100%;
height: auto;
margin: 0;
}
.profileMore .leftBlk .imgDiv{
margin: 0 auto;
}
.detailsContent .leftBlk .imgBlock .imgDiv:last-child{
margin: 20px 0 0;
}
.profileMore .leftBlk .imgDiv img{
float: left;
width: 100%;
}
.mCSB_inside > .mCSB_container{
margin-right: 0 !important;
}
}
@media only screen and (max-width: 668px) {
.keyFacillitiesBlk .wrapper {
flex-wrap: wrap;
justify-content: center;
}
.termsBlk, .memberRem{
width: 100%;
padding: 0;
}
.keyFacillitiesBlk .keyFacilSingleBlk{
width: 50%;
margin-top: 90px !important;
}
.keyFacillitiesBlk .keyFacilSingleBlk:first-child{
margin-top: 0px !important;
}
.banner1Blk{
height: 240px;
}
.banner1Blk img{
height: 100%;
object-fit: cover;	
}
.keyFacillitiesBlk{
margin-top: -10px;
}
}
@media only screen and (max-width: 569px) {
footer .footerContBlk .leftBlock,footer .footerContBlk .rightBlock{
width: 100%;
}
.mainSlider li img{
min-height: 480px;
object-fit: cover;
}
.mainSlider .sliderCont {
top: 25%;
}
.menuLeftCont h3 {
font-size: 16px;
line-height: 1.5;
}
.menuLeftCont a {
font-size: 14px;
}
.menuLeftCont p {
margin-top: 7px;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half,.formDiv .inputRowDiv .width50{
width: 100% !important;
margin: 20px 0 0 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel{
margin-bottom: 8px !important;
}
.singleList .contBlk{
padding: 30px;
}
.membershipBlk .membershipDiv {
width: 72%;
}
.membershipBlk{
margin-top: -125px;
}
}
@media only screen and (max-width: 540px) {
.wrapper{
max-width: 86%;
}
.mainSlider .sliderCont a{
font-size: 16px;
padding: 6px 16px;
}
.teamBlkCont .memberBlk {
width: 92%;
}
.keyFacillitiesBlk .keyFacilSingleBlk{
width: 100%;
}
.keyFacillitiesBlk .keyFacilSingleBlk:nth-child(3n - 1){
margin: 0;
}
.banner1Blk .wrapper .rightBlk{
float: none;
}
.menuBlock .leftBlk{
height: 38vh;
width: 100%;
top: auto;
bottom: 0;
}
.menuBlock .leftBlk .menuLeftCont{
height: 38vh;
}
.menuBlock .rightBlk {
width: 100%;
margin: auto 0 auto;
height: 50vh;
}
.menuLeftCont h6{
margin: 20px 0;
}
.mainSlider li img{
min-height: 120vh;
}
.mainSlideNav {
top: calc(90% - 26px);
}
.footerContBlk .rightBlock .shareStoriesBlk .imgDiv{
width: 38%;
margin-right: 6%;
}
.shareStoriesBlk .imgCont{
margin-bottom: 20px;
}
footer h3{
line-height: 1.2;
}
.servicesNavBlk ul{
flex-wrap: wrap;
}
.teamPage .servicesNavBlk ul li {
margin: 0 auto;
}
.servicesNavBlk ul li{
width: 50%;
max-width: initial;
}
.innerPage .bannerBlk img { object-fit: cover;
}
.serviceContBlk{
margin-top: 35px;
}
.servicesNavBlk .iconBlk{
margin-top: 10px;
}
.servicesNavBlk.fixed ul li {
width: auto;
max-width: 136px;
}
.servicesNavBlk.fixed ul{
flex-wrap: unset;
justify-content: center;
}
.servicesNavBlk.fixed .iconBlk{
width: 38px;
height: 38px;
}
.servicesNavBlk ul li:last-child {
margin-right: auto;
}
.servicesNavBlk {
position: relative;
margin-bottom: -80%;
display: none!important;
}
.servicesNavBlk.fixed {
display: block!important;
}
header.fixed .wrapper {
padding: 3px 0;
}
.singleList .contBlk h4 {
font-size: 36px;
}
.innerPage .bannerBlk h2{
font-size: 18px;
padding: 0 10%;
}
.backToTop{
bottom: 10px;
right: 10px;
}
.floatButton {
right: 50px;
bottom: 10px;
}
}
@media only screen and (max-width: 420px) {
.menuBlock .leftBlk,header p{
display: none !important;
}
.membershipBlk{
margin-top: -105px;
}
.menuBlock .rightBlk{
height: auto;
}
.membershipBlk .membershipDiv {
width: 92%;
}
.menuBlock .rightBlk ul li a{
font-size: 28px;
text-align: center;
width: 100%;
line-height: 1;
}
.menuBlock .rightBlk ul{
width: 100%;
}
.aboutBlk h3, .servicesBlk h3, .galleryBlk h3, footer h3, .innerContent h3{
text-align: center;
}
header .headLogo img {
width: 240px;
height: 69px;
}
#nav-icon span{
background: #1066dd;
}
header{
position: relative;
}
.mainSlider li img {
min-height: initial;
}
.mainSlider .sliderCont p{
font-size: 12px;
margin-bottom: 24px;
padding: 0 10%;s
}
.mainSlider .sliderCont h2 {
font-size: 28px;
margin-bottom: 9px;
line-height: 1.2;
}
.mainSlider .sliderCont {
top: 0%;
padding: 5%;
}
.mainSlideNav {
top: 120px;
padding: 0 6px;
}
.keyFacillitiesBlk {
margin-top: 90px;
}
.maincontent {
position: relative;
}
.moreDetailsBlk .leftBlk h3 {
font-size: 32px;
}
}
@media only screen and (max-width: 321px) {
.mainSlider .sliderCont {
top: 15%;
}
.mainSlideNav {
top: 90px;
}
.servicesNavBlk.fixed { }
.moreDetailsBlk .leftBlk h3 {
font-size: 32px;
}
.popupLightWrapper .lightContDiv{
width: 90%;
}
.popupLightWrapper .lightContDiv p{
font-size: 13px;
}
.popupLightWrapper .lightContDiv .close {
right: 4px;
top: 9px;
}
.mainSlider .sliderCont p{
display: none;
}
.mainSlider .sliderCont p:last-child{
display: block;
}
.mainSlider .sliderCont h2 {
margin-bottom: 30px;
}
header .headLogo img {
width: 190px;
height: 55px;
}
}
.floatButton { 
display: none !important;
}