@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/Raleway-Medium-webfont.eot');
    src: url('../fonts/Raleway-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Medium-webfont.woff') format('woff'),
         url('../fonts/Raleway-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('../fonts/Oswald-Bold-webfont.eot');
    src: url('../fonts/Oswald-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Bold-webfont.woff') format('woff'),
         url('../fonts/Oswald-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Oswald-Bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {font-family: "Helvetica";
  src: url("../fonts/Helvetica.eot"); /* IE9*/
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/Helvetica.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/Helvetica.woff") format("woff"), /* chrome、firefox */
  url("../fonts/Helvetica.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/Helvetica.svg#Helvetica") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'BigNoodleTitling';
    src: url('../fonts/BigNoodleTitling.eot');
    src: url('../fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'), url('../fonts/BigNoodleTitling.woff') format('woff'), url('../fonts/BigNoodleTitling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	padding-top: 102px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
table, tr, td, th, h1, h2, h3, h4, h5, h6, div, span, ul, img, li, ol, a, input, button, strong, textarea, p {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none !important;
	outline: none;
	font-family: 'Roboto', sans-serif;
}
body.homemin{
padding-top: 0px;
} 
.innerBg_slidCnt {
	width: 80%;
	margin: auto;
	padding-top: 150px;
	text-align: center;
	font-size: 46px;
	color: #fff;
}
.headerNaviBar {
	width: 100%;
}
.headerNaviBar_inner {
	background: #005796;
	width: 100%;
	min-height: 99px;
	padding-top: 20px;
}
.logo {
	float: left;
	width: auto;
	font-size: 32px;
	color: #fff;
	text-decoration: none;
	padding: 9px 0 9px 0px;
}
.navbar {
	margin-bottom: 0px;
	border: none;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	color: #109afb !important;
	border-bottom: 2px solid #109afb;
	background: none !important;
}
.navbar-default .navbar-nav{
    float: none;
    margin:21px 0 10px;
    width: 100%;
    text-align: right;

}
.navbar-default .navbar-nav > li > a{
font-size: 18px;
    color: #222a37;
    font-weight: 500;
       text-transform: uppercase;
}
.navbar-default .navbar-nav > li.dropdown-nav ul.dropdown-option{
display: none;
position: absolute;
border: 1px solid rgba(0, 0, 0, 0.15);
width: 221px;
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background:#f6f4f5; 
list-style: none;
padding: 10px 0;
text-align: left;
}
.navbar-default .navbar-nav > li.dropdown-nav ul.dropdown-option li a{
font-size: 16px;
    color: #222a37;
    font-weight: 500;
    display: block;
    padding: 1px 26px;
    text-transform: none;
}
.navbar-default .navbar-nav > li.dropdown-nav ul.dropdown-option li a:hover{
color:#00ADC2;
text-decoration:none;

}
.navbar-default .navbar-nav > li.dropdown-nav:hover ul.dropdown-option{ display: block; }

.navbar-default .navbar-nav > li {
    float: none;
    display: inline-block;
    margin: 0 13px;
}
.navbar-nav > li > a:hover {
	color:#00ADC2 !important;	
}
.navbar-nav > li > a.active {
    color: #00ADC2 !important;	
}
.navbar-collapse collapse {
	border: none;
}
.navbar {
background:rgba(251, 251, 253, 0.93);
border-bottom: solid 1px #dadada;
}
.navbar .navbar-nav li.dropdown{
    width: auto;
    height: auto;
    overflow: visible;
    background: none;
    background-image: none;
}
.container {
	max-width: 1170px;
	margin: 0 auto
}
.active {	
}
.banner-sec {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
}
.login-sec {	
	    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0px 250px;
}
a.btn_login {
	text-decoration: none;
	background: #00ADC2;	
	padding: 2px 40px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin-top: 22px;
	font-family: 'oswaldbold';
	text-transform: uppercase
}
.text-contant {
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
	line-height: 20px;
}
.titleBorder {
	background: url(../images/heading-bottom-img.png) no-repeat 50% 0;
	height: 18px;
	width: 100%;
	margin-top: 20px;
}
a.consultation
{
	color:#ff0054 !important;	
}
.navbar-nav > li > a.consultation:hover
{
	color:#00ADC2 !important;	
}
.navbar-nav > li > a.consultation.active
{
	color:#00ADC2 !important;	
}
.slider {
	width: 100%;
	float: left;
}
.participatea,
.participate {
	padding: 40px 0;
}
.participatea h1,
.participate h1 {
	font-size: 35px;
	color: #232b38;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	padding: 0;
	margin: 0;
	text-transform: none;
}
.participate strong {	
	font-weight: 400;
}
.welcome strong {
	text-transform: uppercase;
	font-weight: 600;
}
.participate-logos {
	margin-top: 34px;
}
#participating-logos .owl-wrapper .item {
	width: 100%;
	display: block;
	text-align: center;
}
.participatea .owl-carousel {
    margin-top:18px;
    margin-bottom: 0px;
}
.participatea .owl-carousel .owl-wrapper .owl-item div {
    background: #fff;
    border: 1px solid #ebebeb;
        padding: 14px;
          margin: 14px;
}
.participatea .owl-carousel .owl-wrapper .owl-item div img{
    backface-visibility: hidden;
   transition: all 0.6s ease 0s;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.participatea .owl-carousel .owl-wrapper .owl-item div img:hover {
    filter: none;
}
.participatea .owl-carousel .owl-buttons .owl-prev{
background: url('../images/left_arrow.jpg') no-repeat;
    text-indent: -9999px;
    width: 35px;
    height: 43px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: -38px;
    top:35%;
    background-color: transparent;
    cursor: pointer;
}
.participatea .owl-carousel .owl-buttons .owl-next{
background: url('../images/right_arrow.jpg') no-repeat;
    text-indent: -9999px;
    width: 35px;
    height: 43px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    right: -38px;
    top:35%;
    background-color: transparent;
    cursor: pointer;
}
.gym_icon{
    width: 150px;
    height: 150px;
    text-align: center;
    padding: 26px;
    border-radius: 50%;
    position: relative;
    margin: 10% auto ;   
}
.gym_icon img
{
    max-width: 142px; 
}
.welcome {
	padding: 16px 0;
	background: #28303d;
}
.welcome strong {
	text-transform: none;
	font-weight: 600;
}
.participate-logos {
	margin-top: 34px;
}
#participating-logos .owl-wrapper .item {
	width: 100%;
	display: block;
	text-align: center;
}
.welcome {
	padding:40px 0;
	background: #00ADC2;
}
.welcome .wel_video iframe{
width: 100%;
}
.welcome .wel_video video{
width: 100%;
}
.welcome h3 {
    color: #fff;    
    font-size: 35px;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    position: relative;
	text-align:left;
	margin-top:0px; 
}
.welcome p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    max-width: 100%;
    padding: 0;
    width: auto;
    font-weight:400;
    margin: 7px 0 16px;
}
.video-sec {	
   padding-bottom: 33px;
    padding-top: 33px;
	text-align: center;
}
.video-sec img {
    background: #fff none repeat scroll 0 0;    
    height: auto;
    max-width: 100%;
    
}
.success_sec{
background:#28303c; 
padding: 40px 0;
}
.success_wrap{
border: solid 4px #fff;
    padding: 57px 15px;
    text-align: center;
    width: 100%;
    max-width: 271px;
    margin: 0 auto;

}
.success_wrap h3{
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
.success_wrap p{
font-weight: 300;
    font-size: 30px;
    color: #fff;
    margin: 0px;
        line-height: 37px;
    padding: 0px;
}
.fitness-for-life {
	width: 100%;
	padding:40px 0;
	background-color:#FFFFFF;
}
.fitness-for-life h1 {
   color: #232b38;
    display: inline-block;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 16px;
    padding: 0;
    text-align: center;
}
.fitness-for-life strong {
	text-transform: uppercase;
	font-weight: 600;
}
.life-icons-bg {
  padding: 0px;
  padding-left:40px;
  padding-right:40px;
}
.life-icon-bg2 {
	background: #ff6b51
}
.life-icon-bg3 {
	background: #3c89b5
}
.life-icon-bg4 {
	background: #5b5782
}
.life-icon-bg5 {
	background: #49b74c
}
.life-icon-bg6 {
	background: #863cb5
}
.seperation-border {
	background: #e3e9f5;
	height: 1px;
	width: 100%;
	float: left;
}
.seperation-border-left-right {
	border-left: 1px solid #e3e9f5;
	border-right: 1px solid #e3e9f5;
}
.serviceBox {
  padding: 15px;
}
.services_icon {
	width: 140px;
	height: 140px;
	text-align: center;
	padding: 0px;
	 border-radius: 50%;
	position: relative;
	margin: auto
}
.services_icon img { max-width:100%;
    margin: 2px 0 0 0;
}
.services_title {
   color: #616161;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    text-transform: none;
    margin-bottom: 2px;
}
.serviceBox p {
	color: #c0c0c0;
	font-size: 16px;
	text-align: center;
}
.icoBoxArea {
	text-align: center;
	height: 55px;
}
.contactBg {
	width: 100%;
	float: left;
	padding: 100px 0 60px 0;
}
.contactBg h1 {
	font-size: 45px;
	color: #009cff;
	text-align: center;
	position: relative;
	top: -48px;
	background: #fff;
	display: inline-block;
	padding: 0 20px
}
.contactBg h2 {
	font-size: 20px;
	color: #7d7d7d;
	text-align: left;
	margin: 0 0 20px 0;
}
.mapView {
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.mapView iframe {
	width: 100%
}
.addressSerBlock {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.addressSerBlock a {
	margin-right: 10px;
}
a.fb {
	background: url(../images/fb.png) no-repeat;
	height: 35px;
	width: 35px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
a.fb:hover {
	background: url(../images/fb-hover.png) no-repeat;
}
a.tw {
	background: url(../images/tw.png) no-repeat;
	height: 35px;
	width: 35px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
a.tw:hover {
	background: url(../images/tw-hover.png) no-repeat;
}
a.in {
	background: url(../images/in.png) no-repeat;
	height: 35px;
	width: 35px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
a.in:hover {
	background: url(../images/in-hover.png) no-repeat;
}
a.go {
	background: url(../images/go.png) no-repeat;
	height: 35px;
	width: 35px;
	display: inline-block;
	transition: all 0.3s ease 0s;
}
a.go:hover {
	background: url(../images/go-hover.png) no-repeat;
}
.iconBlock {
	float: left;
	margin-right: 5px;
	width: 40px;
}
.icoSetting {
	color: #009cff;
	font-size: 28px;
	margin: auto;
	text-align: center !important;
	width: 100%;
}
.contactBg input {
	border: 1px solid #c8c8c8;
	padding: 5px;
	height: 42px;
	font-size: 14px;
	border-radius: 0px;
}
.contactBg textarea {
	border: 1px solid #c8c8c8;
	padding: 5px;
	height: 100px;
	font-size: 14px;
	border-radius: 0px;
}
.submitBtn {
	background: #fff none repeat scroll 0 0;
	border-radius: 0px;
	color: #009cff;
	font-size: 14px;
	padding: 10px 30px;
	text-align: center;
	border: 1px solid #009cff;
	float: right;
	transition: all 0.3s ease 0s;
}
.submitBtn:hover {
	background: #009cff none repeat scroll 0 0;
	color: #fff;
	text-decoration: none;
	border: 1px solid #009cff;
}
.testimonials-simple {
	background: url(../images/testimonials-bg.png) repeat;	
	height:333px;
	position:relative;
}
.testimonials-nested {	
	padding: 50px 0;
}
#owl-demo .item {
	color: #FFF;
	text-align: center;
	width: 95%;
	height: auto;
}
.testimonials p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 23px;
}
.name-and-location {
	color: #00ADC2;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase
}
.slider.owl-theme .owl-controls .owl-buttons div {
	background: url(../images/arrows.png) repeat;
	height: 18px;
	width: 30px; /*color: transparent;*/
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin: 0 15px;
	padding: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider.owl-theme .owl-controls .owl-buttons .owl-prev {
	background: url(../images/arrows.png) no-repeat 0px;
}
.slider.owl-theme .owl-controls .owl-buttons .owl-next {
	background: url(../images/arrows.png) no-repeat -40px;
}
.footer-sec {
	background:#28303d;
    padding: 40px 0 0;
	width: 100%;
	float: left;
	font-size: 15px;
	color: #fff;	
	border-top: solid 1px #eee;
}
.footer-logo {
	margin-bottom: 30px;
}
.addText {
	color: #fff;
	font-size: 14px;
	margin: 0px;
	line-height: 16px
}
.footer-sec h2 {
	font-size: 18px;
	margin-bottom: 10px;	
	font-weight: 600;
	color:#252935; 
}
.footer-sec ul {
	margin:0 0 0 2px;
	padding: 0;
	list-style-type: none
}
.footer-sec ul li a {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0 10% 2px  0;
	font-size: 14px;
	width: 40%;
	float: left;
	color: #d4d5d6;
	font-weight: 300;
}
.footer-sec ul li a:hover {
	text-decoration: none;
	color: #00ADC2
}
.left-right-border {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}
.map-bg {
	max-width: 100%;
}
.footer-img img {
	margin: 20px 0 46px 0;
}
.footer-arrow {
	position: absolute;
	right: 0;
	 bottom: 207px;
}
.footerBG {
	background: #00ADC2;
	width: 100%;
	float: left;
	font-size: 15px;
	color: #272727;
	padding:9px 0;
	text-align: center
}
.footer-links {
width: 100%;
display: inline-block;
 padding: 0 0 15px 15px;
 margin-bottom: 16px;
 border:none;
}
.footer-sec .aboutus{
    max-width: 53%;
    margin-top: 30px;
    float: left;
    margin-left: 29px;
}
.footer-sec .aboutus_iso img,
.footer-sec .aboutus img {
    width: 100%;
}
.footer-sec .aboutus_iso {
    max-width: 30%;
    margin-top: 0px;
    float: right;
}
.navbar-toggle {
	margin-top: 30px
}
.btn_submit {
	 position: relative;
    text-align: center;
}
.footerBG p {
	font-size: 12px;
	color: #fff;	
}
.footerBG span {
	display: inline-block;
	margin: 0 10px;
}
.footerBG a {
	color: #fff;
	text-decoration: underline
}
.social-logos-sec {
	display: inline-block;
	text-align: center;
	width: auto;
	margin:10px 0 20px 0;
}
.social-logos-sec ul {
	display: block;
	margin: 0;
	padding: 0;
}
.social-logos-sec ul li {
	display: inline-block;
	list-style: outside none none;
	width: auto;
}
.fitness_box{
	width: 100%;
	
	text-align: center;
	padding: 15px;
	display: inline-block;
	
}
.fitness_box img{width:100%}
.fitness-images-bg {
    background: #efefef;
    
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    display: inline-block;
}
.election_window {
	width: 100%;
	padding: 36px 0;
	
}
.time_con {
  margin: 0 auto;
  max-width: 850px;
}
.logo-box > img {
  max-width: 100%;
}
.election_window h1{color:#8e8e8e; font-size:40px;font-weight: 500; margin: 0; padding: 0;}

.recent_voucherIn{ max-width: 800px; margin: 0 auto; padding: 0 15px;}
.countdown {
  margin: 40px 0;
}
.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
}
.clock-canvas {
	background-color:#e1dede;
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}
.text {
	color: #939393;	
	margin-top: -50px;
	position: absolute;
	top: 53%;
	text-align: center;
	width: 100%;
}
.text .val {
	font-size: 41px;
	font-weight: bold;
	margin:0;
}
.text .type-time {
	font-size: 16px;
}
.selection_date {
    text-align: center;
    font-size: 22px;
    color: #565656;
    font-weight: bold;
}
.btn .caret {
    margin-left: 0;
    text-align: right;
    float: right;
    display: block;
    vertical-align: middle;
    margin-top: 10px;
}
.find_gym .dropdown-menu {
    width: 100%;
}
.input-group {width:100%}
.go_btn {
    width: 125px;
    height: 47px;
    padding: 0;
    font-size: 23px;
    background: #00ADC2;  
	border:none;
	border-radius:0px;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{background:#fff}
.open > .dropdown-toggle.btn-default:focus{background:#fff !important}
.find_gym h1 {
    text-shadow: 2px 1px 0px #000000;
    color: #f3efe6;
    font-size: 40px;
       margin-bottom: 30px;
    margin-top: 0;
}
.find_text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
}
.find_text a {
    display: block;
    margin-top: 0px;
    color: #fff;
    text-decoration: underline;
}
.inner_banner_sec {
	width: 100%;
	    padding: 81px 0 40px;
	background-size: cover
}
.inner_banner_sec h2 {
    color: #00ADC2;
    font-size: 40px;
    display: inline-block;
    font-weight: bold;
	margin-top: 0;
}
.inner_banner_text {
    color: #fff;
    background: rgba(0,0,0, 0.5);
    padding: 20px;
	    margin-top: 54px;
		    font-size: 16px;
}
.logout_sec {
    float: left;
    margin-top: 40px;
    margin-left: 30px;
	 background: #00ADC2;
	   padding: 10px 15px;
    border-radius: 5px;
	
}
.btn_logout {
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    font-weight: bold;
    text-transform: uppercase;
}
a.btn_logout{text-decoration:none; color:#fff}
a.btn_logout:hover{text-decoration:none; color:#f2f2f2}
.navbar-header{display:block}
.search_again{width: 100%;
	background: url(../images/search-again-bg.png) no-repeat 100% 100%;
	height: 354px;
	background-size: cover;
	}
.search_again_form {
    background: url(../images/search-again-form-bg.png) no-repeat;
    margin-top: 65px;
	    padding: 20px 92px;
}
.search_home_form .text_box {
    height: 47px;   
    width: 100%;
    text-align: left;
    font-size: 20px;   
    color: #333;
	border: none;
}
.listing_item_second  .text_box {
    height: 47px;   
    width: 100%;
    text-align: left;
    font-size: 20px;   
    color: #333 !important;
	border: none;
	background:#fff !important;
}
.search_again_form .text_box {
    height: 60px;
    border-radius: 5px !important;
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #a3a3a3;
	    border: none;
}
.search_again h1{
	font-family: 'oswaldbold'; font-size:30px; color:#fff;    margin: 0 0 30px;
    text-transform: uppercase;
	}
.search_again .text_box:hover{background:#fff!important}
.btn .caret {
    margin-left: 0;
    text-align: right;
    float: right;
    display: block;
    vertical-align: middle;
    margin-top: 10px;
	border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px dashed;
}
.search_again .dropdown-menu {
    width: 100%;
}
.list_img img {
    background-color: #fff;  
    display: inline-block;
    padding: 8px;
}
.search_result_sec {
	width: 100%;
	padding: 0 ;
	background-color:#FFFFFF;
	
}
.bottom-paging
{
margin-bottom:8px;
}
.search_result_bg {
    background: #fff;
    height: 87px;
    margin-top: -19%;
    border-radius: 5px;
    padding: 30px 12px;
}
.h_ad_banner {
  margin: -1px -15px 0;
}

.h_ad_banner .owl-controls
{
	display:none !important;
}
.top_sec{ padding-bottom: 10px;}
.top_sec::after {
  clear: both;
  content: "";
  display: block;
}
.listing_item {
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 16px;
	margin: 0px 0 9px 0
}
.listing_item h1{margin:0 0 19px 0; color:#1e2c82; font-size:20px; font-weight:bold;}
.listing_item span {
    float: right;
    color: #acabab;
    font-weight: normal;
    font-size: 25px;
}
.table{width:99.9%}
.table > thead > tr > th{border:none; padding-bottom:8px; color:#00ADC2;text-align: center;   line-height: 14px; }
.table > tbody > tr > td {border:none;}
.value{background:#f3e9df; border-right:1px solid #f3f3f3 !important; text-align: center;}
.description{border:1px solid #FCFCFC !important; font-size:12px; color:#727272;    line-height: 16px !important; border-left: 2px solid #FCFCFC !important; background-color:#FCFCFC;}
.description p{margin:0}
.description ul {padding:0 0 0 16px ; margin:0}
.value:last-child{border:none}
.text1{color: #1e2c82; font-weight: bold;}
.select_arrow{font-size:20px;}
.value a{background:#00ADC2 ; font-size:15px; padding:5px 10px;color:#fff; text-transform:uppercase; text-decoration:none; font-weight:bold; white-space: nowrap;    min-width: 77px; display: inline-block;}
.paggingnone, .paggingnone:hover {font-size:16px; padding:5px 10px;color:#304064; text-transform:uppercase; text-decoration:none; font-weight:bold;    min-width: 77px; display: inline-block; cursor:pointer}
.paggingnone_margin, .paggingnone_margin:hover {font-size:16px; padding:5px 10px;color:#304064; text-transform:uppercase; text-decoration:none; font-weight:bold;    min-width: 77px; display: inline-block; margin-left: 4px; margin-right: 4px;  cursor:pointer}
.select_value{color:#00ADC2; font-weight:bold}
.accordion_container {
    width: 100%;
}
#exist_emp_div, #renue_emp_div {
  background: #eee;
  padding: 18px;
  margin: 20px 0;
}
.accordion_head_clubs {
    color: #00ADC2;
    cursor: pointer;
    font-size: 17px;
    margin: 0 0 12px 0;   
	display:inline-block;
}
.accordion_head_clubs {
    background: none;
}
.accordion_head_clubs p {
    padding: 18px 5px;
    margin: 0px;
}
.plusminus {
display:inline-block;
color:#00ADC2;
margin-left: 10px;
width: 11px;
font-style: normal;
}
.accordion_head_sec{width:100%; display:block}
.listing_footer_icons{display: inline-block;
    margin-left: 10px;
}
.listing_footer_icons img{margin-right:5px}
.conatant_sec{background:#f6f6f6;     margin: 10px 2px 2px 6px;
    width: 99%; padding:30px 0px 15px 0px} 
.tab-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #28303d;
    border-image: none;
    border-style: solid;
    border-width: 2px 2px 2px;
    display: inline-block;
    width: 100%;
}
.accordion_body_clubs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
background-color:#28303d;
color:#fff; 
text-align: 
center; 
padding: 10px 50px; 
font-size:18px; 
font-weight:bold; 
border:none; background-size:cover
border-radius: 0;
}
.accordion_body_clubs .nav-tabs{border:none;    padding-left: 20px;}
.accordion_body_clubs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none}
.accordion_body_clubs .nav-tabs > li{margin-bottom:0;  margin-right: 5px;}
.accordion_body_clubs .nav-tabs > li > a{
border:none; text-align: center; padding: 10px 50px; font-size: 18px; font-weight: bold;
background-color:#FFF;
color:#28303d;
border-radius: 0;
 background-size:cover}
.accordion_body_clubs.nav > li > a:hover{border:none; text-align: center; padding: 10px 50px; font-size: 18px; font-weight: bold; background:url(../images/hover-inactive-tab-bg.png) no-repeat; background-size:cover}
.contact_details h3{    color: #1e2c82;
    font-weight: bold;
    font-size: 16px;}
.address {
    max-width: 265px;
    font-size: 14px;
    color: #575757;
	    display: inline-block;
}
.contact_details i{font-size: 22px;
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 10px; color:#00ADC2}
.contact_details a{color:#00ADC2}
.contact_details a:hover{color:#00ADC2; text-decoration:none}
.contact_details ul{margin:0; padding:0}
.contact_details ul li{margin:0 0 10px 0; padding:0; list-style-type:none}
.contact_links a{color:#575757}
.inner_faq_banner{
	width: 100%;
	background: url(../images/faq-banner.jpg) no-repeat 100% 100%;
	    padding: 300px 0 159px;
	background-size: cover
}
.faq-top {
     padding-bottom: 0;
    padding-left: 8px;
    padding-top: 21px;
}
.faq-top hr {  
    border-width: 2px 0 0;
    margin-bottom: 5px;
    margin-top: 6px;
	border-color:#28303d;
}
.faq-topsearhblk{  background-color: #ffffff;
    border: 1px solid #d1d1d1;    
    position: relative;
    width: 234px;
}
.faq-topsearhblk .inputxt{ 
   background-color: rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    padding: 5px 11px;
    width: 204px;;
	}
.faq-topsearhblk .submitbtn{ 
background: rgba(0, 0, 0, 0) url("../images/search.jpg") no-repeat scroll center top;
    border: medium none;
    height: 29px;
    position: absolute;
    right: 9px;
    text-indent: -9999px;
    top: 0;
    width: 15px; 
	}
.faq-block h2{ color: #616161;
    display: inline-block;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left 
}
.faq-block h3{ color:#202d86; font-size:24px; text-align:left; clear:both; padding-top:30px; padding-bottom:0px;}
.toggleblock { 
    position: relative;
	}
.accordion_container {padding-top:15px;
    width: 100%;
}
.accordion_head {  
    color: #313131;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
   padding: 11px 30px 2px;
    position: relative;
    width: 100%;
}
.accordion_body
{
	font-size:18px;
	color:#00ADC2;    
    margin-top: 0px;
    padding: 0 10px;
}
.accordion_body p {
    margin: 0 0 0 21px;
    padding:0;
}
.plusminus {
    display: inline-block;
}
.toggleblock .plusminus {  
   color: #202d86;
    font-size: 35px;
    height: 22px;
    left: 0;
    position: absolute;
    top: 17px;
    width: 19px;
}
.answer-formblk{ margin-bottom:10px;}
.answer-formblk {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.answer-form  h3{ padding-bottom:2px;}
.answer-form {
    display: inline-block;
    padding-bottom: 7px;
    padding-top: 3px;
    width: 100%;
}
.maerkbaclk .answer-form input[type=text]{
    border: solid 1px #e4e4e4;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 37px;
    width: 100%;
}
.answer-form .answer-formblk textarea{
width: 100%;
height: 68px;
border: solid 1px #e4e4e4;
border-radius: 2px;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
-moz-border-radius: 2px;
}
.answer-input label {
    clear: both;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
	font-weight: normal;
	margin-bottom: 0;
}
.answer-input .textarea {
    border: medium none;   
    min-height: 144px;
    padding: 11px;
    resize: none;
    width: 67%;
}
.answer-input .inputxt1 {  
    padding: 3px;
    width: 67%;
}
.comment-button {
	background-color: #00ADC2;
    border: medium none;    
    color: #ffffff; 
	border:solid 1px transparent;
    cursor: pointer;
    font-size: 22px;    
    margin-top: 18px;
    padding: 1px 10px;
    text-align: center; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media screen and (max-width: 992px) { 
.welcome h3{ font-size:27px;}
.answer-form{ padding-top:20px; padding-bottom:0px;} 
.faq-block h3{ font-size:18px; padding-bottom:0px;}
.inner_faq_banner{ padding:20px 0px 172px;}
.accordion_head{ font-size:12px;}
}
@media screen and (max-width: 767px) {
.welcome h3{ font-size:18px; margin:0px;}
.faq-block h3{ padding-top:0px;}
.faq-top {
    clear: both;
    display: inline-block;
    padding-bottom: 37px; width:100%;
}
}
@media screen and (max-width: 480px) { 
.faq-topsearhblk{ margin-top:5px;}
}
@media screen and (max-width: 320px) {
.inner_faq_banner{ padding:6px 0 85px;}
.faq-top .pull-right{ float:left !important}
}
.accordion_body_membership
{
display:none;
}
.accordion_head_membership {
    background-color:#304064;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 8px;
    width: 198px;
	float:right;
	cursor:pointer;
}
.plusminus_membership
{
color:#FFF;
 margin-left: 2px;
 font-style:normal;
}
.table-responsive .accordion_container
{
padding-top:0px;
}
.skinner_div.row {
  padding-top: 30px;
}
.banner-sec .owl-controls {
    display: none !important;
}
.slider-banner-cont {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index:9;
}
.footer-right img { margin-top: 20px;  width: 90px;}
.footer-map-text {font-size: 14px; position: absolute; right: 40px; top: 0px;}
.footer-map-text span{ color:#d4d5d6; font-weight: 300; }
.footer-right img { width:120px; }
.social-logos-sec ul li a { border:none; margin:0 8px 10px 0; }
.find_agym_near_u h1 {
  color: #00ADC2;
  margin: 0 0 20px;
}
.logout_btn{
    background: #00ADC2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    height: 36px;
    margin-top: 41px;
    padding: 0;
    width: 85px;
}
.search_result_bg_second {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: -31%;
    min-height: 1000px;
    padding: 1px 12px;
}
.go_btn_second {
    background: #00ADC2 none repeat scroll 0 0;
    border: medium none;   
    font-size: 19px;   
    height: 47px;
    padding: 0;
    width: 125px;
	}
.listing_item_second {  
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #304064 0%, #28303d 100%) repeat scroll 0 0;
	display: inline-block;
    margin: 12px 0 11px;
    padding: 26px 18px 8px;
    width: 100%;
}
.col-md-2.search_again_1 > span {
    color: #fffffe;
    font-size: 23px;
}
.h_ad_banner > img {
    margin-top: 12px;
	  width:100%
}
.table-responsive .membership_header
{
    border: medium none ;
    color: #00ADC2;
    padding-bottom: 20px;
    text-align: center;
	 font-size: 14px;
	 font-weight:bold;
}
.table-responsive .value
{
    background: #f3e9df none repeat scroll 0 0;
    border-right: 1px solid #f3f3f3 !important;
	border-top: 1px solid #f3f3f3;
    text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
.why-join-a-gym {
	width: 100%;
	padding: 50px 0;
	background-color:#28303d;
}
.why-join-a-gym h1 {
    color: #616161;
    display: inline-block;
    font-size: 39px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
.why-join-a-gym .services_title
{
color:#00ADC2;
}
.why-life-icons-bg
{
	width: 100%;
	display: inline-block;
}
.testimonials-recent {	
    padding: 50px 0;
}
.recent-voucher-box {
	width: 100%;	
	background-color:#ededed;
	padding: 50px 0 136px;
}
.recent_voucher_slogen {
  color: #626262;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin: 0 0 20px 20px;
}
.recent_voucher_name
{
font-weight:bold;
color:#606060;
font-size:20px;	
}
.recent-voucher-box h1 {
	font-size: 39px;
	color: #616161;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	padding: 0;
	margin: 0
}
.hide-recent .owl-controls.clickable {
    display: none !important;
}
.dark-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.btn_submit i {
    color: #fff;
    font-size: 24px;
   
}
.login_sec form{ position: relative;}
.home_btn_login{ position: absolute; top: 0; right: 0;}
.home_btn_login button {
    background: #00ADC2 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 22px;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}
.search_home_form {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 843px;
  padding: 0 15px;
  text-align: center;	
}
.login_sec form .input_box {
  margin-right: 130px;
}
.login_sec {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 625px;
  padding: 0 15px;
  text-align: center;
}
.dropdown {
    width: 100%;
    height: 47px;
    overflow: hidden;
    background: #ffffff;
    background-image:url('../images/drop_bg.jpg');
    background-position: top right;
	background-repeat:no-repeat
}
.dropdown select{
    -webkit-appearance:none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    padding: 3px;
    width: 106%;
    overflow: hidden;	
	height: 47px;   
    text-align: left;
    font-size: 20px;   
    color: #222 !important;
	border: none;
	padding-left:8px;
}
.recent_voucher i{color:#00ADC2; font-size:20px; position:absolute; top:-10px}
.recent_voucher {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}
.logout-btn
{
color:#00ADC2;
}
.col-md-2.search_again_1 {
    padding-top: 5px;
}
.top_text.pull-left {
    padding-top: 9px;
}
th {
    font-weight: normal;
}
.fa.fa-angle-right, .fa.fa-angle-left {    
    font-weight: bold;
}
.ni-saving-color
{
color:#00ADC2;
font-weight:bold;
}
.zoom-png {
    left: 79%;
    position: absolute;
    top: 73%;
    width: 60px;
    z-index: 1;
}
.fancybox_gallery.img-responsive {
    border: 1px solid #dadada;
	padding: 1px;
}
.simple-page-bg{
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;  
	height:auto;
	padding-left:0px;
	padding-right:0px;	
}
.big_btn{
    background: #00ADC2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 23px;
    height: 47px;
    padding: 0;
    width: 163px;
}
.paging > a, .paging > a:hover {
  background: #00ADC2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size:15px;
    height: 47px;
   padding: 0 3px;
	color:#FFF;
	text-decoration:none
}
.paging b {
    font-weight: normal;
}
label.error {
  color: #ee1249 !important;
  float: none !important;
  font-size: 12px !important;
  font-weight: normal;
}
.fa-home, .fa-phone{   
    font-size: 23px;
}
.mainrow {

   margin-bottom: 0px;
    width: 100%;
}
.info_row {
  padding: 7px 0;
}
.reg_form .info_row > label {
    display: block;
    float: left;
    padding-right: 20px;
    text-align: right;
    width: 40%;
    padding-top: 7px;
    font-weight: normal;
}
.info_col_second {
    float: left;
    max-width: 487px;
    width: 100%;
    display: table;
    position: relative;
    margin-top: 8px;
}
.info_row::after {
  clear: both;
  content: "";
  display: block;
}
.reg_form .inputxt1 {
    border: medium none;   
    padding:5px;
    width: 36%;
	border: 1px solid #555555;
}
#CheckEmail {
  padding: 0 !important;
  position: absolute;
  right: -25px;
  top: 11px;
}
.info_date_col {
  display: table-cell;
}
.reg_form .textbox, .reg_form .e-textbox {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 8px;
  width: 100%;
}
.reg_form  select{  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 8px;
  width: 100% !important;
  }
.btn-primary-blue {
    background-color: #28303d ;
    border-color: #28303d ;
    color: #fff;
}
.not-offering-area {
    color: #00ADC2;
	font-weight:bold;
}
.why-join-a-gym .services_icon {
  background: #e3e9f5 none repeat scroll 0 0;
}
.mainrow h1 {
    color: #616161;
    font-size: 32px;
    font-weight: normal;
    margin: 14px 0;
}
.tb_head1 {
    background: rgba(0, 0, 0, 0) url("../images/tb_head.gif") repeat-x scroll 0 0;
    border-bottom: 1px solid #d9e0ec;
    border-left: 1px solid #d9e0ec;
    border-top: 1px solid #d9e0ec;
    height: 36px;
}
.tb_cont1 {
    background-color: #f6f6f6;
    border-bottom: 1px solid #d9e0ec;
    border-left: 1px solid #d9e0ec;
    height: 36px;
}
.pull-left .btn:hover, .btn:focus, .btn.focus {
    color: #FFF;
    text-decoration: none;
}
.logo-box {
 
    margin-top: 12%;
	text-align:center;
}
.dark-bg-testmonial {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;   
    width: 100%;
}
.pointer
{
cursor:pointer;
}
.search_again_simple_page .container h1
{
font-size:82px;
padding-top:81px;
color:#FFFFFF;
}
.dark-bg-plain {
    height: 100%;
    position: absolute;   
    width: 100%;
}
.search_again_simple_page h1 {
    position: relative;
    z-index: 222;
}
.gym_saving td {
    padding: 4px;
}
.graybg {
    background: #28303d none repeat scroll 0 0;
    font-weight: 700;
    padding: 8px;
	color:#FFF;
}
.free-trial h2{ font-family: 'Raleway', sans-serif; color:#616161; font-size:27px; line-height:43px; font-weight:normal;}
.free-trial .welcome h2{ color:#FFF;}
.styled-select select {
    width: 100%;
    padding: 13px;
    font-size: 20px;
    margin: 20px 0px ;
}
.free-trial h2 span {
	color:#616161;
    width: 45px;
    height: 45px;
    background: #f8f8f8;
    text-align: center;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    line-height: 45px;
}
.free-trial .owl-item {   
    height: 250px;
    margin: 0px 0px;
    vertical-align: middle;
    text-align: center;
   
}
.free-trial .owl-item .item {    
	margin: 0px 10px; 
	background: #fff none repeat scroll 0 0; 
	padding: 20px 0px 0px 0px; 
	height: 240px;
	border: 3px solid #fff;
}
.free-trial .owl-item span {
    display: block;
    min-width: 160px;
     color:#616161;
    margin-top: 2px;
	font-size:23px;
	text-align:center;
	font-family: 'ralewaymedium';
}
.free-trial .club-offer { margin-left: /*18px;*/ 0}
.free-trial .club-offer p{ font-size:17px;     margin-bottom: 24px;    margin-top: 13px;}
.free-trial .big_btn {
    background: #00ADC2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    font-size: 24px;
    padding: 4px 16px;
	max-width:307px;
	width:100%;
}
.free-trial label{ font-size:18px; font-weight:normal;}
.free-trial .valid-instruction{ font-size:18px; font-weight:normal; text-align:right;}
.free-trial .valid-instruction span,
.free-trial label span{ color:#F00;}
.free-trial input, 
.free-trial select, 
.free-trial textarea{ font-size:18px; font-weight:normal; width:100%; border:1px solid #e6e6e6; padding:10px; margin-bottom:15px;}
.owl-item .item {
    text-align: center;
}
.img_box{min-height:141px}
.img_box > img {width: 145px;}	
#freetriallogos .owl-wrapper-outer .owl-wrapper .owl-item .item:hover{border: 3px solid #fd8a17;cursor:pointer;}
.owl-item-active{border: 3px solid #fd8a17 !important;}
#freetriallogos .owl-wrapper-outer .owl-wrapper .owl-item item {border: 3px solid #ffffff;cursor:pointer;}
#form_progress_2{margin-top:13px;}
.free-trial.step_first {
    background: #28303d none repeat scroll 0 0;
    padding-bottom: 30px;
}
.free-trial.step_first h2{color:#fff}
.free-trial.step_secound {
    padding-bottom: 30px;
}
.club-offer > img {
    display: inline-block;
    float: left;
    margin-right: 5%;
}
.left_space{padding:0; margin-left:6%}
.search_again_simple_page{
   	 	height: 354px;
   		width: 100%;
		position:relative
}
.postcode_search {
    float: right;
    height: 30px;
    position: relative;
    top: 32px;
}
.top_banner > img {
  width: 100%;
}
.top_banner {
  position: relative;
}
.top_banner_text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  width: 100%;
}
.top_banner_text h1 {
  color: #ffffff;
  font-size: 82px;
  margin: 0;
  font-weight: 600;
  padding-top: 0;
  text-align: center;
}
.banner-sec .item img {
  height: auto;
  width: 100%;
}
.selection_date_welcome {
  color: #565656;
  font-size: 16px;
  font-weight: normal;
  padding: 5px;
  text-align: center;
}
.print_icon, #icon_location
{
cursor:pointer;
}
@media print
{
	.h_ad_banner, .listing_item_second, .top_sec, .navbar-default, .accordion_container 
	{ display:none; }

}
.campaign_box p{ font-size:20px; margin-bottom:30px}
.campaign_list{ background:#f3f3f3; padding:20px; margin-bottom:30px;min-height: 348px;}
.campaign_list img{ float: left;margin: 0 20px 0 0;width: 210px;}
.campaign_des { }
.campaign_des:after{ clear:both; display:block; content:"";}
.campaign_des h5{ font-size:22px;}
.campaign_des p{ font-size:19px; margin:20px 0}
.campaign_des a {
    background: #00ADC2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;   
    min-width: 77px;
    padding: 1px 10px;
    text-decoration: none;    
    white-space: nowrap;
}
.summer_coming{background:#f3f3f3; padding: 20px 40px;}
.summer_coming .heading{ margin: 0 0 15px 0;text-align: center;}
.summer_coming .slide_banner{}
.summer_coming .slide_banner img{max-width:100%; padding: 0px 2px}
.campaign_boxs {
  margin-bottom: 25px;
}
.summer_coming .detail_text {
    float: left;
    padding-right: 12px;
}
.summer_coming  .detail_text h3{font-size: 22px;color: #666; padding: 0 0 12px 0;}
.summer_coming  .detail_text p{font-size: 14px;color: #666; margin: 0 0 17px;}
.summer_coming  .detail_text a.download_icon{font-size: 23px;color: #666; display:block;margin-top: 37px; text-decoration:none;}
.summer_coming  .detail_text a.download_icon img{ width:30px;}

.summer_coming  .thumbnil{ display:inline-block; width:100%; margin-top:17px;}
.summer_coming  .thumbnil ul{ margin:0px;padding:0px;}
.summer_coming  .thumbnil ul li{float: left;width: 20%;padding: 0 36px;list-style: none; position:relative; min-height:128px}
.summer_coming  .thumbnil ul li img{max-width:100%;}
.summer_coming  .thumbnil ul li .view_icon{position: absolute;right: 40px;bottom: 6px;}

.main_border {margin-bottom:25px;border:5px solid #00ADC2;border-radius:5px;padding-right:0px;padding-left:0px;}
.title_lock h5{    font-size: 20px;    font-weight: 600; text-align:center;}
.img_bx img {
    max-width: 100%;
    height: auto;
    position: absolute;    
	width: 100%;
}
.img_bx {
    height: 216px;
    overflow: hidden;
    position: relative;
}
.posterset_lock {
    text-align: center;
    min-height: 50px;
}
.main_border .posterset_lock p{
    font-size: 16px;	
    margin-top: 10px;
}
.main_border .title_lock h5{
    font-size: 21px;
	margin-top:16px;
}
.main_border .campaign_des i, .makesubscrib i{
    background: #d1ebea;
    color: #000;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    display: block;
    float: right;
    font-size: 21px;
    margin-top: 7px;
    margin-right: 9px;
	padding-left: 4px;
}
.makefullbtn{background: #00ADC2;    display: inline-block;    width: 100%;    margin: auto;    text-align: center;}
.posterset_lock{text-align:center;}
.posterset_lock p{ margin-bottom:5px;}
.makefullbtn i
{
	color:#28303d !important;	
}
.main_border .image_lock{padding-right:0px !important;padding-left:0px !important;}
.main_border .campaign_des.makefullbtn a{
    font-size: 22px;
    padding: 6px 0px;
	margin-left: 39px;
	padding-bottom:2px;
}
.makedetal{
	border: 4px solid #00ADC2;  
	padding:0px;
	background:#fff;
	border-radius:4px;
}
.makesubscrib{background:#00ADC2; color:#fff;padding:10px;}
.makesubscrib input[type=text] {
    width: 51%;
    padding: 6px;
    color: #333;
}
.makesubscrib a.download_icon{float:right;    width: 48%;}
.makesubscrib a.download_icon i{margin-top:4px;}
.makedetal h1 {
    color: #333;
    font-size: 20px;
    font-weight: 500; 
}
.makedetal .thumbnil ul li{padding:0 10px;}
.makedetal .thumbnil{margin-bottom:10px;}
.makewidthset{max-width:600px;margin:auto;}
.summer_coming .thumbnil ul li a img {
    max-width: 26px;
}
@media(min-width:320px) and (max-width:767px)
{
.summer_coming .thumbnil ul li {width: 50%; margin-bottom:30px;}
 .gym_logo-desc p {
    font-size: 13px;
    min-height: 42px;
    padding-top: 11px;
}
h1, .h1 {
    font-size: 23px;
}
.logos_main_block p {
    font-size: 15px;
}
}
@media(min-width:320px) and (max-width:480px)
{
 .gym_logo-desc p {
  
    font-size: 13px;
    min-height: 42px;
    padding-top: 11px;
}
h1, .h1 {
    font-size: 23px;
}
.logos_main_block p {
    font-size: 15px;
}
}
#participating-logos .owl-buttons{
display:none;
}
.campaign_box p{ font-size:16px; margin-bottom:30px}
.camp_spirit_icon
{
	cursor: pointer;
    float: right;
    position: relative;
    right: -16px;
    top: -17px;
    z-index: 200;
}	
#campaign_box_detail{
    background-color:rgba(255, 255, 255, 0.88);    
    margin-bottom: 20px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1020;
    height: 100%;
    overflow-y: scroll;
    height: 100%;
    display: none;
}
.bodypopup{
overflow-y: hidden;
position: relative;
}
#campaign_box_detail .search_result_sec.makewidthset{
    max-width:550px;
    margin: 0rem auto;
    position: absolute;
    width: 91%;
    -webkit-transform: translate(-50%, -0%);
    transform: translate(-50%, -0%);   
    left: 50%;
    top:125px;
padding-bottom: 120px;
background-color: rgba(255, 255, 255, 0.00);
}
.video-sec-flip img{width:100%;}
.logos_main_block { margin: 0 0 30px 0;}
.logos_main_block .gym_bg {background: #f3f3f3;padding: 15px;display: inline-block;width: 100%;}
.logos_main_block .gym_bg h2 {color: #626262;font-size: 23px;text-align: right;margin: 0;padding: 0;}
.logos_main_block .gym_bg .gym_logo{ margin: 40px 0; width:100%;}
.logos_main_block .gym_bg .gym_logo img{width:100%;}
.logos_main_block .gym_bg .gym_logo-desc{ max-width:258px; float:right; min-width: 255px;   }
.logos_main_block .main_border .title_lock h5
{
    margin-bottom: 10px;
    margin-top: 12px;
    min-height: 52px;
}
.logos_main_block .main_border .download {margin: 0px; height: auto;}
.logos_main_block .main_border .download br{ display: none; }
.logos_main_block .main_border .download a.comment-button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 9px 0;
}
.logos_main_block .gym_bg .download {float: right; min-height: 54px;}
.logos_main_block .gym_bg .download a{margin: 0 0 6px 0;display: inline-block;}
.logos_main_block .gym_bg .download a img{ margin: 0 6px 0 0px; vertical-align: bottom; }
.logos_main_block .gym_bg .download a span{
background: #00ADC2;
display: inline-block;
font-size: 20px;
min-width: 77px;
padding: 1px 10px;
text-decoration: none;
white-space: nowrap;
color: #FFF;
text-align: center;
}
.logos_main_block .gym_bg .gym_logo-video {
    float: left;
    margin: 6px 0;
    max-width: 250px;
}
.logos_main_block .gym_bg .gym_logo-video img{width:100%;}
.btn_play {
    background: #00ADC2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    min-width: 77px;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	text-decoration:none; 
	border-radius:4px;  
}
.btn_play:hover, .btn_play:focus
{
	 color: #fff;
	 text-decoration:none;   
}
.gym_logo-desc p
{
font-size:16px;
color: #626262;
min-height: 187px;
 padding-top: 11px;
}
.logos_main_block p
{
font-size:16px;
}
.download_icon > span {
    background: #00ADC2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 22px; 
    min-width: 77px;
   padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.logos_main_block h1 {
    color: #616161;
    font-size: 32px;
    font-weight: normal;
    margin: 14px 0;
}
#logos li {
  list-style: none;
}
.suga-container { 
  max-width: 100%;
  margin: 42px auto;
  display:none;
  max-height:200px;
  padding-left:0px;
  padding-right:0px;
}
.suga-slider-wrap {
  overflow: hidden;
}
.suga-slider-group:before, .suga-slider-group:after {
  content: " ";
  display: table;
}
.suga-slider-group:after {
  clear: both;
}
.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 20px;
}
.campaign_des.btn-center{text-align:center;}
.campaign_des.btn-center
{
  margin-top: 225px;
}
.campaign_box p,.campaign_boxs p{ font-size:18px; margin-bottom:30px}
.campaign_list{ background:#f3f3f3; padding:20px; margin-bottom:30px;min-height: 348px;}
.campaign_list img{ float: left;margin: 0 20px 0 0;width: 210px;}
.campaign_des:after{ clear:both; display:block; content:"";}
.campaign_des h5{ font-size:22px;}
.campaign_des p{ font-size:19px; margin:20px 0}
#email_add_error
{ 
display:none;
font-size:16px;
}
.makedetal h1.heading {margin-top:15px;}
a.disabled {
   pointer-events: none;
   cursor: default;
}
.makelibord{
	margin-bottom: 25px;
    border: 4px solid #00ADC2;
    border-radius: 5px;
    padding-right: 0px;
    padding-left: 0px;
	    max-width: 761px;
	margin:0;
	background:#fff;
	min-height:auto;
	padding:0px;
}
.markmargin{margin-bottom:20px;}
.markmargin .campaign_des {
    width: 100%;
    margin: auto;
    text-align: center;
}
.markmargin a{    color: #fff;
    font-weight: 600;
    font-size: 22px; }
.markmargin  a.download_icon i{margin-left:10px;}
.markmargin a.download_icon{font-size:20px;font-weight:600;}
.makelibord img{
	margin: auto;
    text-align: center;
    float: none;
    padding-bottom: 15px;
	padding-top: 15px;
}
.maerkbaclk .welcome{background:#333;padding: 15px 0;}
.maerkbaclk .markicon{background: #00ADC2;border-radius: 5px;-webkit-border-radius: 5px; -ms-border-radius: 5px; -moz-border-radius: 5px; padding:17px 25px 15px;margin-top: 23px;} 
.maerkbaclk .markicon p {text-align: center; font-size: 23px; line-height: 28px;}
.maerkbaclk .answer-form .answer-formblk{margin-bottom:25px; float:none;}
.maerkbaclk .answer-form .answer-formblk label{font-size: 14px;padding-left: 3px; padding-bottom: 2px;}
.maerkbaclk .answer-form .answer-formblk input[type=submit]{font-size: 20px;width: 100%;max-width: 198px;text-transform: uppercase; font-size: 16px; line-height: 45px;}
.caret{  
    margin-left: 7px;
} 
.comment-button-blue {
    background-color: #28303d;
    border: 1px solid transparent;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    margin-top: 18px;
    padding: 1px 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.gym_logo .logo_img {
    width: 100%;
}
.download {
      height: auto;
    margin: 0;
}
.download a {
margin-bottom:10px;
}
.download a.comment-button {
    display: block;
    margin: 0;
    padding: 9px 0;
    width: 100%;
}
.comment-button img
{
	float:right;
	margin-right:12px;
}
.download_icon img
{
	float:right;
	margin-right:0px !important;
	margin-top: 3px !important;
	padding:0px !important;
}
.makefullbtn img
{
	float:right;
	margin-right:0px !important;
	margin-top: 9px !important;
	padding:0px !important;
}
.title_lock {
    min-height: 47px;
}
.search_result_sec .campaign_list.new-list.makelibord .makesubscrib{
    padding: 5px 48px 2px;
    width: 100%;
}
.gym_icon_plain
{    
    border-radius: 50%;
    height: 150px;
    margin: 4% auto;
    padding: 26px;
    position: relative;
    text-align: center;
    width: 150px;
}
.request_bg .contact_form {
    padding: 0;
}
.request_bg .contact_form .control {
    margin-top: 1px;
    min-height: 94px;
}
.request_bg .contact_form .control label {
    color: #3b434b;
    font-size: 16px;
    font-weight: normal;
}
.request_bg .contact_form .control .input_text {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
}
.request_bg .contact_form .control textarea {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 200px;
    padding: 10px;
    width: 100%;
}
.contact_text {
    background: #28303c none repeat scroll 0 0;
    border-radius: 5px;
    margin: 28px 0;
    min-height: 273px;
    padding: 25px;
}
.contact_text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.error-message {
    clear: both;
    color: #ff0000 !important;
    display: none;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}
.req_button {
    background: #00ADC2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    min-width: 77px;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
	border:none;
	border-radius:4px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
}
.view_icon > img {
    bottom: 42px;
    float: right;
    position: relative;
    right: 2px;
}
.video_share_box
{     
    float: left;
    margin-bottom: 0px;
    margin-top: 17px;
	width: 100%;
}
.video_share_box .req_button
{
float:left;
}
.video_share_box #share_url, .video_share_box #download_url
{
	float:left;
	width:100%;
	margin-bottom: 14px;
	cursor:default;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	height: 33px;
	padding: 0 10px;
	width: 100%;
}
.video_share_box #copy_share_url {
    bottom: 44px;
    float: right;
    font-size: 17px;
    position: relative;
    right: 8px;
	cursor:pointer;
}
.video_share_box #copy_download_url {
    bottom: 44px;
    float: right;
    font-size: 17px;
    position: relative;
    right: 8px;
	cursor:pointer;
}
.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
font-size:18px;
}
.isa_info {
    color: #00529B;
    background-color: #BDE5F8;
}
.isa_success {
    color: #4F8A10;
    background-color: #DFF2BF;
	
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #D8000C;
    background-color: #FFD2D2;
}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}
.error-message
{
	display:none;	
	font-size: 18px;
	margin-bottom: 10px;
	clear: both;
	color: #ff0000 !important;
	text-align:left
}
.video_button_box
{
	text-align:center;
	margin-bottom:35px;
	margin-top:10px;
}
.video_req_button {
    background: #00ADC2 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;   
    padding: 2px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: none;
	border-radius:8px;
	width: 190px;
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
}
.video_req_button:hover {
    background: #000 none repeat scroll 0 0 !important; 
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
}
.video_button_box .active{
    background: #000 none repeat scroll 0 0 !important; 
	-webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
}
.alert-success  i
{
	display:none;
	border: solid #00ADC2;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    color: #00ADC2;
}
.coverage_report_sec
{
    background: #00ADC2;
    padding: 40px 0;
}	
.coverage_report_sec h3
{
	color: #fff;
font-size: 35px;
font-weight: 500;
padding: 0;
text-transform: none;
position: relative;
text-align: left;
margin-top: 0px;
   
}
.coverage_report_sec h4
{
	color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    padding: 0;
    width: auto;
    font-weight: 400;
    margin: 7px 0 3px;
   
}
.coverage_report_sec .intro_text
{	
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    padding: 0;
    width: auto;
    font-weight: 400;
    margin: 7px 0 16px;
}
.coverage_report_sec .box_1 {
    float: left;
    width: 191px;
}
.coverage_report_sec .box_2 {
    float: left;
    width: 53px;    
}

.coverage_report_sec .box_3 {
    float: left;
    width: 490px;
}
.coverage_report_sec .box_4 {
    clear: both;
    padding-top: 18px;
    width: 174px;
}
.makesubscrib_banner {
    background: #00ADC2;
    color: #fff;
    padding: 10px;
}
.makesubscrib_banner .banner_size {
    padding: 0px;
    height: 35px;
    font-size: 20px;
    color: #fff;
}
.makesubscrib_banner input[type="text"] {
    width: 100%;
    padding: 6px;
    height: 35px;
    color: #333;
}
.search_result_sec .campaign_list.new-list.makelibord .makesubscrib_banner {
    padding: 5px 5px 2px;
    width: 100%;
    height: 40px;
}
/*19-07-2023*/
.campign_base_boxs{margin-bottom: 10px !important}
.footer-outer{margin-top: auto;}
.captch-section{position: relative;}
.captcha_img {
  position: absolute;
  left: 103px;
  top: 0px;
}
.control p{ margin-bottom: 0px; }
#campign_base_boxs {
  margin-bottom: 20px;
}