@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500;600;700&display=swap');

@font-face {
	font-family: 'bignoodletitlingregular';
	src: url(../font/big_noodle_titling-webfont.woff2) format('woff2'),  url(../font/big_noodle_titling-webfont.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #F8F8F8;font-family: 'Poppins', sans-serif;
}
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;
}
h1,h2,h3,h4,h5,h6{font-family: 'Poppins', sans-serif;}
img {
	max-width: 100%;
	outline: none;
	border: none;
}
header {
	background: rgba(255,255,255,0.9);
}
.header_main {
	display: inline-block;
	width: 100%;
}
header .logo {
	margin: 10px 0 10px 0px;
	float: left;
}
header .logo a {
	display: block;
}
header .logo img {
	max-width: 180px;
}
.navbar_main {
	margin: 55px 0 0 0;
	border-bottom: solid 1px #e5e5e5;
	max-height: inherit;
	border: none;
	float: right;
}
.navbar_main .navbar {
	min-height: auto;
	margin-bottom: 0;
	text-align: right;
}
.navbar_main .navbar-collapse.collapse {
	padding: 0px;
}
.navbar_main ul.navbar-nav {
	float: none;
}
.navbar_main ul.navbar-nav li {
	float: none;
	display: inline-block;
}
.navbar_main ul.navbar-nav li a {
	padding: 0;
	font-size: 20px;
	color: #000000;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar_main ul.navbar-nav li a:hover, .navbar_main ul.navbar-nav li.selected a {
	color: #ee1848;
}
.navbar_main ul.navbar-nav li a:hover:after, .navbar_main ul.navbar-nav li.selected a:after {
	color: #ee1848;
}
.navbar_main ul.navbar-nav li a:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	width: 80%;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	display: none;/**/
}

.slide_block
{
	min-height: 240px;
	z-index: 2;
	position: relative;
	top: 116px;	
}


.slide_block .home_slide_box 
{	
	z-index:2;
	position:relative;	
	
}


.slide_block .home_slide_box img 
{	
	 width: 100%;
	box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
}


.slide_block .content {
	width: 1170px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.slide_block .content h2 {
	font-size: 66px;
	/*color: #282f39;*/

	color: #fff;
	text-align: center;
	font-weight: 600;
	padding: 0 15px;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
}
.mission_section .mission_block {
	background: #ee1848;
	padding-top: 20px;
	
	
	box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 10px -2px rgba(0,0,0,0.75);
	
	
	position: relative;
	top: 0;
	z-index: 2;
	left: 0px;
	width: 100%;
	right: 0px;
	margin: auto;
	max-width: 70%;
	border-radius:5px;
	
}
section.mission_section .container {
	margin-top: -132px;
}
.mission_section, .product_section, .sucess_story, .why_wellbeing{
	position: relative;
	padding: 20px 0;
	background-color: #F8F8F8;
}
.mission_block .text p {
	color: #fff;
	font-size: 18px;
}
.mission_block .mission_head {
	height: 60px;
	position: relative;
	border-radius: 5px;
}
.product_block .product_head {
	width: 100%;
	height: 100px;	
	position: relative;	
}

.product_block .product_head h2::after
{
   background-color: #ee1848;
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 14%;
	top: 40px;
}
.mission_block .mission_head h2 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;	
	top: 0%;	
	background: #ee1848;
	padding: 0;
	font-weight: 700;
	text-align:center;
}
.mission_head img {
	width: 140px;
}
.product_block .product_head h2 {
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -22px;	
	padding: 5px 0;
	font-weight: 700;
}
.col-md-6.col-sm-6.col-xs-6.size_full > p b {
	padding-top: 20px;
	padding-bottom: 5px;
	display: block;
}
.product_section {
	background-color: #F8F8F8;
	top: 0px;
}
.product_block .product_head {
	border-color: #282f3d;
}

.product_block .product_head h2 {    
    color: #ee1848;
    text-align: center;
    width: 100%;
}
.product_block .product_title {
	display: table;
	height: 200px;
	width: 100%;
	margin-top: 40px;
}
.product_block .product_title h3 {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
	font-size: 32px;
	color: #282f3d;
	text-transform: uppercase;
	font-weight: 700;
}
.product_block .product_title h3 img {
	vertical-align: bottom;
	padding-bottom: 5px;
	margin-left: 20px;
}
.fitness_box {
	display: inline-block;
	margin-bottom: 24px;
}
.fitness_box .fitness_head {
	margin: 25px 0;
	display: table;
	width: 100%;
}
.fitness_head>p {
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.fitness_box>p {
	font-size: 16px;
	color: #282f39;
	line-height: 26px;
	text-align: justify;
	margin-bottom: 25px;
}
.fitness_box .learn_more {
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	background-color: #ee1848;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.fitness_box .learn_more:hover {
	background-color: #ff5050;
}
.fitness_box .learn_more::after {
	content: "";
	width: 31px;
	height: 17px;
	position: absolute;
	right: -45px;
	padding-left: 0;
}
.learn_more {
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	background-color: #ee1848;
	border-radius: 5px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	 box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	
background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );

}
.learn_more:hover {
	color: #fff;
}
.learn_more::after {
	content: "";
	width: 31px;
	height: 17px;
	position: absolute;
	right: -45px;
	padding-left: 0;
}
.product_title.title_inherit {
	height: inherit;
}
.sucess_story {
	background: #282f3d;
}
.why_wellbeing { 
	border-radius: 100%/45px;
	
	 background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}

body.home_page_color {
	background: #F8F8F8;
}

.story_box {
	margin: 0;
	border-right: 5px solid #fff;
	display: table;
	height: 80px;
	width: 100%;
}
.wellbeing_story_box {
	margin: 0;
	display: table;
	height: 80px;
	width: 100%;
}
.nobdr {
	border: none !important;
}
.story_box strong {
	font-weight: 500;
	display: block;
	font-size: 30px;
}
.story_box p {
	color: #fff;
	text-align: center;
	padding: 0 15px;
	font-size: 20px;
	line-height: normal;
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
}
.wellbeing_story_box strong {
	font-weight: 500;
	display: block;
	font-size: 30px;
}
.wellbeing_story_box p {
	color: #fff;
	text-align: center;
	padding: 5px 15px;
	font-size: 20px;
	line-height: normal;
	display: table-cell;
	vertical-align: middle;
	display: block;
}
.wellbeing_icon {
	width: 150px;
	height: 180px;
	text-align: center;
	padding: 0px;
	position: relative;
	margin: auto;
}
.wellbeing-btn {
	color: #fff;
	font-size: 20px;
	position: relative;
	font-weight: 500;
	background-color: #282f3d;
	border-radius: 5px;
	padding: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.wellbeing-btn:hover {
	text-decoration: none;
	background-color: #add8e6;
	transition: all 0.5s ease;
}
.logo_slider {	
	padding-top: 20px;
	min-height: 120px;
}
.logo_slider .item img {
	padding: 0px;
}

.btn-gray {
	color: #3b434b;
	font-size: 20px;
	position: relative;
	font-weight: 500;
	background-color: #e4e4e4;
	border-radius: 5px;
	padding: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: 0.3s;
	margin-left: 20px;
}
.btn-gray:hover {
	color: #fff;
	background-color: #ee1848;
}
.btn-active {
	color: #fff; 
		background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.wellbeing-btn-black {
	color: #fff;
	font-size: 20px;
	position: relative;
	font-weight: 500;
	background-color: #282f3d;
	border-radius: 5px;
	padding: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-left: 50px;
	padding-right: 50px;	
	margin-top: 20px;
	float:none; 
	desplay:inline-block;
}


.wellbeing-btn-black:hover {
	text-decoration: none;
	background-color: #FFF;
	transition: all 0.5s ease;
}
.why_wellbeing h3 {
	text-align: center;
}
.why_wellbeing h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.vertical {
	border-left: 4px dotted #fff;
	height: 60px;
	position: relative;
	left: 50%;
	width: 5%;
}
.company_programme, .company_programme_right {
}
.company_programme
{
	 background-image: url('../front_images/dashed_right_bg.png');
	background-repeat: no-repeat;
	background-position: right;		
}

.company_programme_right
{
	padding-top: 20px;
}
.company_programme p
{
	color: #fff;font-family: 'Poppins', sans-serif;
	font-size: 26px;
	padding: 20px 80px 20px 80px;
	font-weight: 700;
}

.company_programme p a.wellbeing-btn-black
{
	float:left; 

	
}

.company_programme  a.wellbeing-btn-black:hover{color:#000;}

.company_programme_right ul li {
	list-style: none;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}
.company_programme_right img {
	width: 40px;
	margin-right:10px;
}
.why_wellbeing-second {
	margin-bottom: 40px;
}
.wellbeing-btn-p {
	text-align: center;
	padding: 20px;
	margin: 0px;
	margin-top: 10px;
}
.health_club h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;    font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #fff;
	position: relative;
}


.health_club h2::after {
	background-color: #282f3d;
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 41%;
	top: 40px;
	border-bottom: 4px dotted #fff;
}
.testimonial h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.client_testimonial h2 {
	font-size: 32px;
	font-weight: 700; font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ee1848;
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.client_testimonial h2::after {
    
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 51%;
    top: 40px;
	border-bottom: 4px dotted #ee1848;
}
.logo_slider .owl-item>div>img {	
	border-radius: 4px;
	width: inherit;
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}

.logo_slider .owl-item .grayscale {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}
.logo_slider .owl-item .grayscale:hover {
	-webkit-filter: none;
	filter: none;
}
.req_consult {
	background: #f2f2f2;
	padding: 100px 0;
}
.req_consult .req_btn {
	border: 5px solid #282f3d;
	font-size: 32px;
	color: #282f3d;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	padding: 12px 0;
}
.req_consult .req_btn:hover {
	background: #282f3d;
	color: #fff;
}
.main_footer {
	padding: 40px 0 0 0;
	background: #282f3d;
}
.foot_left li:first-child {
	margin-right: 30px;
}
.foot_left li a {
	display: block;
}
.foot_right>li {
	text-align: left;
	padding: 0 15px;
	vertical-align: top;
}
.foot_right>li:first-child {
	margin-right: 30px;
}
.foot_menu li a, .foot_menu li.footmneu_title {
	color: #d4d5d6;
	font-size: 14px;font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 300;
}
.foot_menu li.footmneu_title {
	font-weight: 400;
	color: #fff;
}
.foot_menu span {
	display: block;
}
.foot_menu li a:hover {
	color: #eb1f4a;
}
.foot_menu li.footmneu_title {
	font-size: 20px;
	margin-bottom: 20px;
}
.copy_right {
	background: #eb1f4a;
	margin-top: 40px;
	
		background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.copy_right p {
	color: #282f3d;
	padding: 15px 10px;
	font-size: 12px;
	margin: 0px
}
.logo_slider .owl-prev, .logo_slider .owl-next {
	position: absolute;
	left: -50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
}
.logo_slider .owl-next {
	left: inherit;
	right: -50px;
}
.logo_slider .owl-prev::before, .logo_slider .owl-next::before {
	font-family: FontAwesome;
	content: "\f053";
	font-size: 42px;
	color: #bababa;
}
.logo_slider .owl-prev.disabled::before, .logo_slider .owl-next.disabled::before {
	color: #ddd;
}
.logo_slider .owl-next::before {
	content: "\f054";
}
.dsp_none {
	display: none;
}

.banner-image {
	margin-top: 135px;
	position: relative;
}
.banner-image h2 {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	width: 60%;
	line-height: 28px;
}
.banner-image h2 small {
	color: #fff;
	text-transform: none;
}
.weelbeing-banner-image {
	margin-top: 135px;
	position: relative;
	overflow: hidden; 
}
.weelbeing-banner-image h2 {
	position: absolute;
	top: 18%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	color: #fff;
}
.weelbeing-banner-image p {
	position: absolute;
	top: 40%;
	font-size: 18px;
	color: #fff;
}
.weelbeing-banner-image img {
	filter: brightness(58%);
}
.ds-request-page {
	margin-top: 50px;
	margin-bottom: 50px;
}
.request_bg .contact_form {
	padding: 22px 0;
}
.request_bg .contact_form .control {
	margin-top: 1px;
	min-height: 94px;
}
.request_bg .contact_form .control label {
	font-weight: normal;
	color: #3b434b;
	font-size: 16px;
}
.request_bg .contact_form .control .input_text {
	height: 40px;
	border: solid 2px #e4e4e4;
	width: 100%;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.request_bg .contact_form .control #captcha_code {
	height: 50px;
	border: solid 2px #e4e4e4;
	width: 120px !important;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 0 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.request_bg .contact_form .control textarea {
	height: 200px;
	border: solid 2px #e4e4e4;
	width: 100%;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label.error {
	clear: both;
	color: #ff0000 !important;
	float: left;
	font-size: 13px !important;
	width: 100%;
}
.request_bg .contact_form .control .input_btn {
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 185px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 20px;
	padding: 8px 0 8px 0;
	background: #ee1848; 
	
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );

}
.request_bg .contact_form .control .input_btn:hover {
	color: #ee1848;
	background: #fff;
	box-shadow: 0 0 0 1px #ee1848 inset;
}
.contact_text {
	background: #ee1848;
	border-radius: 5px;
	margin: 0;
	padding: 25px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	min-height: 273px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.contact_text p {
	margin-bottom: 30px;
	color: #FFF;
	font-size: 18px;
}
.fitness_box .full_right {
	padding-left: 16px;
}
.size_full .fitness_box {
	margin-top: 34px;
}
.col-md-6.col-sm-6.col-xs-6.size_full > p {
	color: #282f39;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
	text-align: justify;
}
.col-md-12 .fitness_box .fitness_head {
	display: table;
	/*margin-top: 0px;*/

	width: 100%;
}
.product_block .product_title.margT0 {
	margin-top: 0;
}
.colsize_full .fitness_box .fitness_head {
	margin-top: 0;
}
.banner-image img {
	filter: brightness(58%);
}

.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
}
.privacy > ul {
	margin-left: 20px;
}
.privacy > h2 {
	margin-bottom: 6px;
}
.contact_form .thnaks {
	font-size: 18px;
	font-family: "Roboto", sans-serif;
}
.footer-last a.ds-link {
	background: rgba(0, 0, 0, 0) url("../images/dotsquares-logo.png") no-repeat scroll left center / 15px auto;
	display: inline-block;
	line-height: 20px;
	margin-left: 5px;
	padding-left: 20px;
	text-decoration: none;
	color: #fff;
}
.copy_right p {
	color: #fff;
}
.testimonial {
	width: 100%;
	padding: 20px 0px 0px;
	text-align: center;
	margin-top: 10px;
}

.client_testimonial{
	width: 100%;
	padding: 20px 0px 0px;
	text-align: center;
	margin-top: 10px;	
}
.testimonial .item {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
}
.client_testimonial .item {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	box-shadow: none;
}

.testimonial .owl-nav {
	display: none;
}
.testimonial .item .text-box {
	border: 1px solid #949494;
	width: 100%;
	padding: 30px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;
	min-height: 162px;
	border-radius: 5px;
}

.client_testimonial .item .text-box
{	
	width: 100%;
	padding:15px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	position: relative;	
	border-radius: 5px;
	background-color:#fff;
	border-radius:5px;
	min-height: 200px;
}
.testimonial .item .text-box::after {
	width: 17px;
	height: 27px;
	background: url(../images/down-arrow.jpg) no-repeat;
	content: "";
	display: block;
	bottom: -27px;
	left: 20px;
	position: absolute;
}
.testimonial .item .text-box p {
	font-size: 16px;
	color: #707070;
}
.client_testimonial .item .text-box p {
	font-size: 14px;
	color: #707070;
	padding-bottom: 20px;
	min-height: 200px;
}
.testimonial .item .img-box {
	text-align: left;
	padding: 20px 30px;
}
.client_testimonial .item .img-box {
	text-align: left;
	padding: 0px;
	position: relative;
	top: -44px;
}
.testimonial .item .img-box figure {
	width: auto;
	height: 43px;
	display: inline-block;
}
.client_testimonial .item .img-box figure {
	width: auto;
	height: 43px;
	display: inline-block;
}
.testimonial .item .img-box figure img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left;
	display: inline-block;
	width: 43px;
}
.client_testimonial .item .img-box figure img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	float: left;
	display: inline-block;
	width: 80px;
}
.testimonial .item .img-box figcaption {
	font-size: 13px;
	color: #7c7c7c;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 10px;
}
.client_testimonial .item .img-box figcaption {
	font-size: 13px;
	color: #7c7c7c;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 10px;
}
#carouselButtonsParticipatingGyms {
	bottom: 0px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
#carouselButtonsParticipatingGyms2 {
	bottom: 0px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	display: none;
}
.custome-bottom-block-box-inner {
	position: relative;
	min-height: 310px;
}
.custome-bottom-block-box-inner:hover .custom-box-overlay {
	opacity: 1;
}
.custom-box-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(27,42,52,0.9);
	padding: 12px 12px 12px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	opacity: 0;
	z-index: 1;
	border-radius: 5px;
}
.custom-box-overlay p {
	color: #fff;
	padding-top: 30px;
	line-height: 28px;
}
.wellbeing_head {
	padding-top: 40px;
}
.wellbeing_head h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
}
.grow {
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
	height: 240px;
	width: 100%;
	margin: 25px 1% 5px 1%;
	float: left;
	position: relative;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	text-align: center;
	overflow: hidden;
	background-color: #ee1848;
	display: block;
	color: #fff;
background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.grow h2 {
	font-size: 20px;
	margin-bottom: 0px;
	padding: 18px;
	line-height: 25px;
	color: #fff;
	margin-top: 0px;
	min-height: 130px;
}
.grow p {
	font-size: 14px;
	color: #fff;
	font-size: 16px;
}

.minh300 {
	height: 340px;
}
.bignum {
	font-size: 30px;
	line-height: 45px;
	font-weight: 700;
}
.center {
	text-align: center
}
.margin50 {
	margin: 50px;
	float: left;
	height: auto;
}
#email_container_box, #phone_container_box {
	display: none;
}
.minh100 {
	min-height: 100px;
	display: block;
}
.partner-box {
	padding-right: 50px;
}
.partner-box h3 {
	font-size: 20px;
	margin-top: 0px;
}
.partner-box ul {
	min-height: 130px;
	margin-left: 1px;
	list-style: inside;
}
.mainrow h3 {
	font-size: 19px;
	margin-bottom: 5px;
	margin-top: 23px;
}
.product_wrapper {
	-webkit-box-shadow: 2px 4px 13px 2pxrgba(0, 0, 0, 0.38);
	box-shadow: 2px 4px 13px 2px rgba(0,0,0,0.38);
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.product_wrapper p {
	text-align: center;
	font-size: 30px;
	padding-top: 14px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
}
.size_full .gym-icon {
	width: 50px;
	margin-right: 8px;
}
.handset_icon
{
	z-index: 1;
	text-align: center;
	min-height: 142px;	
	background-image: url('../front_images/handset_icon.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: center;
	background-position-y: 46px;
	background-size: 26%;	
}
.vertical_red {
	border-left: 4px dashed #ee1848;
	height: 75px;
	position: relative;
	left: 50%;
	width: 5%;
}

.contact_block_head
{
	background: #ee1848;
	padding-top: 20px;
	box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	position: relative;
	top: 0;
	z-index: 2;
	left: 0px;
	width: 100%;
	right: 0px;
	max-width: 70%;
	margin-top: -120px;
	border-radius: 5px;
	
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}

.contact_block_head h2
{
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	top: 0%; 
	padding: 0;font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	position:relative;
}

.partner_page_header h2::after
{
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 55%;
	top: 40px;
	border-bottom: 4px dotted #fff;
}
.contact_block_head p
{
	color: #fff;
	font-size: 18px;
	text-align:center;
	padding-bottom:30px
}
.connecting_envlop
{
	z-index: 1;
	text-align: center;
	min-height: 220px;	
	background-image: url('../front_images/connecting_envlop.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: center;
	background-position-y: 0px;		
}

.partner-hand-shaking
{
	z-index: 1;
	text-align: center;
	min-height: 220px;	
	background-image: url('../front_images/partner-hand-shaking.png');
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: center;
	background-position-y: 0px;		
}
.contact_left_btn p 
{	
	float:right;
	margin-right:100px;
}
.contact_right_btn p 
{
	float:left;
	margin-left:80px;	
}

.contact_left_btn, .contact_right_btn
{
	margin-top:4px;
}

.black_line
{
	width:100%; 
	height: 15px;	
	margin-top:30px;		
}
.privacy_table-1
{
	border-collapse:collapse;
	margin-left:20px;
	width:502px;
}

.privacy_table-1 td:first-child
{
	width:180px;
	vertical-align:text-top;	
}
.privacy_table-1 td:last-child
{
	width:180px;	
}
.captcha_img_src
{
	border: 1px solid #cccccc;
	margin-left: 1px;
	margin-top: 2px;
	vertical-align: top;
	height:50px;
}
.privacy-page p
{
	font-size:16px;		
}
.privacy-page h3
{
    font-size: 18px;
}

.contact_btn
{
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	background-color: #ee1848;
	border-radius: 5px;
	padding: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border:none;
	box-shadow:none;
	
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );

}

.client_testimonial .owl-prev span
{
	font-size:0px;
	background-image: url('../front_images/red_left_arrow.png');	
	display: block;
	background-size: 100%;
	background-repeat:no-repeat;
	margin-right: 15px;
	width: 60px;
	height: 45px;
}
.client_testimonial .owl-next span 
{
	font-size:0px;
	background-image: url('../front_images/red_right_arrow.png');	
	width: 60px;
	height: 45px;
	display: block;
	background-size: 100%;
	background-repeat:no-repeat;
	margin-left: 15px;
}
.partner_black_box
{
	margin-top:40px;	
}
.partner_black_box h2
{
	padding-top: 40px;
	background: #282f3d;
	font-size: 28px;
	color: #fff;
	text-align: center;
	min-height: 218px;
	padding-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 5px;
	box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
}

.partner_black_box h2 b
{	
	font-size: 44px;	
}

.partner_shadow_box
{
	padding-top: 40px;			
	min-height: 395px;
	padding:30px;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 5px;	
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	padding-top: 5px;
	margin-top:10px;
}
.partner_shadow_box h3
{font-family: 'Poppins', sans-serif;
	color:#ee1848;
	margin-bottom: 25px;
}
.partner_shadow_box .partner_sub_heading
{	
	margin-top: 25px;
}
.sub-heading p {
	font-size: 16px;
	margin-bottom: 10px;
	color:#28303d;
}
.sub-heading ul {
	min-height:118px;
	list-style: none;	
}
.sub-heading ul li::before {
  content: "\2022";  
  color: red; 
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.sub-heading ul li {
	font-size: 16px;	
	margin-left: 15px;
}
.sub-heading .learn_more:hover {
    background-color: #ff5050;
}
.advantage_box
{
	position: relative;		
	min-height:480px;
	margin-top:60px;
	padding-left:0px !important;
	padding-right:0px !important;
	background-color:#F8F8F8;	
}

.advantage_box::before {
  content: "";
  position: absolute;  
  left: 0;
  width: 100%; height: 100%;
  background-image: url('../front_images/Becomeapartneryoga.jpg'); 
  background-color:#F8F8F8;
  
  background-size: cover;
background-repeat: no-repeat;
 
}
.advantage_box .blr_heading 
{
	text-align:center;
	min-height:60px;
	padding:15px;
	width:100%;	
	position:relative;
	z-index:1;
	padding-bottom: 0px;
}
.advantage_box .blr_heading span
{	
	color:#ee1848;
	font-size:32px;
	text-align:center;
	width:auto;
	font-family: inherit;font-family: 'Poppins', sans-serif;
	padding:15px;
	z-index:2;
	position:relative;
	text-transform: uppercase;
	font-weight: bold;
}

.partner_red_circle1
{
  background-color:#ee1848;
  height: 260px;
  border-radius: 50%;
  width:260px; 
  text-align: center;
  margin:20px; 
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
	margin:auto;  
}

.partner_red_boxes
{  
  text-align: center;
  margin-top: 20px;
  margin-right:-10px   
}

.partner_red_circle1 img
{
	width:35%;
	padding-top: 10px;
}
.partner_red_circle1 p
{
	padding-top:20px;
	color:#fff;
	font-size:16px;	
	margin:0px;	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px; 
}
.advantage_box_btn
{
	text-align: center;
	padding: 25px;
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.advantage_box_btn .learn_more
{
    padding: 15px;
    padding-right: 15px;
    padding-left: 15px;
	padding-left: 50px;
	padding-right: 50px;
	text-transform:uppercase;
box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	    margin-top: 20px;
    display: inline-block;
}

.advantage_box_btn .learn_more:hover {
    background-color: #ff5050;
}
.partner-tesmonial .item .text-box
{
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}
.partner-tesmonial .item .text-box::after
{
	display:none;
}
.partner-tesmonial
{
	margin-bottom:50px;
}
.wellbeing_page {
	background-color: #282f3d;
}
.wellbeing_page h2 {
   
    text-transform: none;
	text-align:center;
	color:#fff;font-family: 'Poppins', sans-serif;
	position:relative;	
}
.wellbeing_page_header h2::after {
    
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 45%;
    top: 40px;
	border-bottom: 4px dotted #fff;
}
.wellbeing_page .circle_boxes
{
	margin-top:90px;
	padding-left: 15px;
	padding-right: 15px;	
}
.wellbeing_page .circle_boxesh2 h2 {
    position: relative;
	margin-top:40px;
	margin-bottom:20px;		
		font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;		
}
.wellbeing_page .circle_boxesh2 h2::after
{
    background-color: #fff;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 54%;
	top: 40px;
}
.circle_boxesh3 h2 {
    position: relative;
	margin-top:20px;
	margin-bottom:20px; font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
		
}

.one_circle_box
{
	background-color:#fff;
	text-align:center;
	height: 301px;
}
.one_circle_box .red_circle_icon1
{
	background-image: url('../front_images/wellbeing_circle_1.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 130px;
	height: 130px;
	background-color: #ee1848;
	border-radius: 50%;
	background-size: 89%;
	left: 25%;
	position: relative;
	top: -61px;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.one_circle_box .red_circle_icon2
{
	background-image: url('../front_images/wellbeing_circle_2.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 130px;
	height: 130px;
	background-color: #ee1848;
	border-radius: 50%;
	background-size: 89%;
	left: 25%;
	position: relative;
	top: -61px;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}

.one_circle_box .red_circle_icon3
{
	background-image: url('../front_images/wellbeing_circle_3.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 130px;
	height: 130px;
	background-color: #ee1848;
	border-radius: 50%;
	background-size: 89%;
	left: 25%;
	position: relative;
	top: -61px;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}

.one_circle_box .red_circle_icon4
{
	background-image: url('../front_images/wellbeing_circle_4.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 130px;
	height: 130px;
	background-color: #ee1848;
	border-radius: 50%;
	background-size: 89%;
	left: 25%;
	position: relative;
	top: -61px;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}

.one_circle_box h3
{
	color:#ee1848;
	font-size:16px;
	min-height: 40px;		
}

.one_circle_box .circle_desc
{
    position: relative;
    top: -69px;
    padding: 15px;
}

.red_font
{
	color:#ee1848;
	font-weight:bold;
}

.wellbeing_page_bg
{	
	background-image: url('../front_images/WellbeingSwimmingPool.jpg');
	background-repeat: no-repeat;
	background-bottom: center;	
	background-color: #282f3d;
	background-position: bottom;
	background-image: brightness(58%);
}
.wellbeing_help_blocks
{
	padding-left:150px;
	padding-right:150px;
	padding-bottom:0px	
}
.white_bg
{
	background:#fff !important;	
}

.white_bg h2, .white_bg p 
{
	color:#282f39 !important;
}
.testimonial-sec {text-align: center;}
.testimonial-box
{
	min-height:350px; 
	position: relative; 
	/*box-shadow:0px 5px 10px #ccc; */
	padding: 20px; 
	box-sizing: border-box; 
	text-align: left;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}
.client-info {text-align: center;}
.client-info img {width: 100px;height: auto;border-radius: 50%;}
.client-name {
    margin: 14px 0px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    min-height: 50px;
	font-weight: bold;
}
.social-info a {margin: 0 5px; display:none;}
.social-info a i {color: #fff;font-size: 14px;}
.quote i {font-size: 32px;color: #ed1846;}
.quote {margin-bottom: 2px;}
.testimonial-sec p {margin: 0 0 10px;color: #959494;font-size: 16px;line-height: 24px;font-weight: bold;}
.testimonial-sec h2{color:#8a5fbb;  font-size: 24px;}
.testimonial-box p {margin: 15px 0 10px;color: #28303d;font-size: 14px;line-height: 24px;font-weight: normal; min-height: 340px;}
.testimonial-sec .row {margin-top: 80px;}
.testimonial-box.style1 {background-image: url(../front_images/bg_1.png);background-repeat: no-repeat;background-position: bottom center;} 
.testimonial-box.style2 {background-image: url(../front_images/bg_2.png);background-repeat: no-repeat;background-position: bottom center;} 
.testimonial-box.style3 {background-image: url(../front_images/bg_3.png);background-repeat: no-repeat;background-position: bottom center;} 

.partner-tesmonial .owl-item img {
    display: initial !important;
    width: auto !important;
}

.testimonial h2 {
    position: relative;
    margin-top: 20px;font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
	color:#ee1848;
}
.testimonial h2::after {   
    bottom: -3px;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 47%; 
	 border-bottom: 4px dotted #ee1848;
}
.home_page_head {  min-height: 250px; position: relative; top: 47px; margin-left:0px; margin-right:0px;  	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%); background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%); background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );        }

.home_page_head h2 { position: relative; margin-bottom: 20px; font-size: 35px; font-weight: 700; margin-bottom: 20px; color: #fff; text-align: center; font-family: 'Poppins', sans-serif;}
.home_page_head p {   color: #fff; font-family: 'Poppins', sans-serif; text-align: center; font-size: 16px; font-weight: 300; }
.epassiWrap { text-align: center; margin-top: 97px; }
.epassiWrap .homeSliderLogo img { max-width: 245px; border-bottom: solid 2px rgb(0 0 0 / 28%); padding: 0 34px 19px 34px;}
.home_page_slide_block {
    margin-top: 40px;
	z-index:2;
}
.home_page_slide_block img {
    padding-top: 40px;
    background: #282f3d;
    font-size: 25px;
    color: #fff;
    text-align: center;
    min-height: 218px;
    padding-top: 70px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 5px;
    box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 11px -2px rgba(0,0,0,0.75);
}
.why_incorpore
{
	background-color: #282f3d;
	position: relative;
	top: 47px;
	border-radius:5px;	
}
.why_incorpore .why_boxesh2 h2 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
	color: #fff;
	text-align:center;
}
.why_incorpore .why_boxesh2 h2::after {
	background-color: #282f3d;
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 25%;
	top: 40px;
	border-bottom: 4px dotted #fff;
}
.why_incorpore .why_boxes
{
    margin-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
	min-height: 320px;
}
.whyone_circle_box {
    background-color: #fff;
    text-align: center;
    height: 280px;
}
.whyone_circle_box .why_circle_icon1
{
	 background-image: url('../front_images/why_circle_1.png'); background-repeat: no-repeat; background-position: center; width: 130px; height: 130px; background-color: #ee1848; border-radius: 50%; background-size: 89%; left: 32%; position: relative; top: -61px; box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75); 
	background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.whyone_circle_box .why_circle_icon2
{
    background-image: url('../front_images/why_circle_2.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 130px;
    height: 130px;
    background-color: #ee1848;
    border-radius: 50%;
    background-size: 89%;
    left: 32%;
    position: relative;
    top: -61px;
    box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}
.whyone_circle_box .why_circle_icon3
{
    background-image: url('../front_images/why_circle_3.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 130px;
    height: 130px;
    background-color: #ee1848;
    border-radius: 50%;
    background-size: 89%;
    left: 32%;
    position: relative;
    top: -61px;
    box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}

.whyone_circle_box h3 {
    color: #ee1848;
    font-size: 16px;
    min-height: 40px;
}
.whyone_circle_box .circle_desc {
    position: relative;
    top: -69px;
    padding: 15px;
}
.search_over
{   
    position: relative;
    top: 47px;
	text-align:center;
	min-height: 85px;
}
.search_overh3
{
	text-align:center;
	width:100%;
}
.search_over .search_overh3 h3
{
    background-color: #ee1848;
	position: relative;
	margin-top: -30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	width: 89%;
	padding: 0px;
	left: 7%;
	opacity: 90%;
	min-height: 57px;
	
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'bignoodletitlingregular';
	color: #fff;	
}
.search_over .search_overh3 h3 span
{
	color:#28303d;
	font-weight:bold;  
}
.map_box
{
	position: relative;  
	text-align:center;
	min-height:500px;	
	background-image: url('../front_images/uk_map.png');
    background-repeat: no-repeat;
    background-position: center;		
}
.product_wrapper p img
{
	margin-right:5px;
}
.wellbeing_section
{
	background-color: #282f3d;
	border-radius: 5px;
}
.wellbeing_section_left
{
	width:100%;
	float:left;	
	background:rgba(0,0,0,0.66);
	min-height: 320px;
}
.wellbeing_section_left ul li
{
	color: #fff;
	font-size: 21px;
	list-style: none;
	line-height: 45px;	
}
.wellbeing_section_left ul li span
{
	font-size: 30px;
	padding-right:10px;
	font-weight:700;
	color:#ee1848;	
}
.wellbeing_section_left ul {
    margin-top: 43px;
    margin-bottom: 6px;
    margin-left: 30px;
    margin-top: 8%;
}

.wellbeing_section_left ul li img
{
	width: 35px;
	float: left;
	padding-top: 3px;
	margin-right: 15px;	
}
.wellbeing_sectionh2{
color: #fff;
text-align: left;
width: 100%;    font-family: 'Poppins', sans-serif;
font-size: 40px;
padding-left: 118px;
padding-top: 9%;
}

.wellbeing_section-btn-p
{
	text-align:left;	
	margin-bottom:35px;	
	padding-top: 5%;
	padding-left: 37%;
}
.wellbeing_right_image_box
{
	width:100%;		
}
.client_testimonial .container
{	
	background-color:#ededed;
	border-radius: 5px;
	box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -2px rgba(0,0,0,0.75);
}
.client_testimonial .item .img-box figure
{
	text-align:center;
	position:relative;
	top:3px;
}

.client_testimonial .item .img-box p.client_name
{
	text-align:center;
	font-size:14px;	
}
.client_testimonial .item .img-box p.company_name
{
	text-align:center;
	font-weight:bold;
	font-size:14px;		
}
.client_testimonial .item .img-box p.client_image {

    text-align: center;
    position: relative;
    top: 3px;
}
.client_testimonial .item .img-box p.client_image img
{
    text-align: center;
    position: relative;
    top: 3px;
	width: 80px;
	display: inline;
	border-radius:50%;
	border: 2px solid #CCC;
	padding: 2px;
	background-color:#fff;		
}

.client_testimonial .item{margin-top: 39px;}
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active .item { position: relative; top: -34px; }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active .item .text-box { background:#ee1848; 
   background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
 }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active .item .text-box p{color:#FFF;}
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active+.active .item { top: 0; width: 100%; left:0px; }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active+.active .item .text-box { background: #fff; }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active+.active .item .text-box p {  color: #707070;}
.client_testimonial .item .text-box:before { content: "\f10d"; font-family: 'FontAwesome'; font-size: 35px; color:#ee1848; }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active .item .text-box:before { color: #FFF; }
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.active+.active .item .text-box:before { color: #ee1848;}
.client_testimonial .owl-item
{
	position:relative;	
}
.client_testimonial .owl-carousel.owl-drag .owl-item.active + .active .item
{   
    width: 118%;
	left: -33px;
	z-index:99;
}
.client_testimonial .owl-carousel.owl-drag .owl-item.active+.owl-item.active+.owl-item.active {
    position: relative;
    z-index: -1;
}
.brochure_box 
{
	margin-top:40px;
	margin-bottom:40px;		
}
.brochure_box .brochure_box_left
{
	float:right;
	text-align:right;	
}
.brochure_box .brochure_box_left img
{
	height:350px;
}
.brochure_box_right_conatiner, .brochure_box_left_conatiner
{	
	height: 350px;
	padding: 0px !important;
	margin: 0px !important;
}

.brochure_box .brochure_box_right
{	
	text-align:left; 
	width:500px;
	height:260px;	
	padding: 20px;
    padding-left: 20px;
	padding-left: 80px;
	position: absolute;
    bottom: 0px;	
	 background: linear-gradient(116deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -moz-linear-gradient(124deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    background: -webkit-linear-gradient(306deg, hsla(15, 82%, 51%, 1) 0%, hsla(356, 75%, 55%, 1) 20%, hsla(330, 64%, 43%, 1) 48%, hsla(208, 68%, 45%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E8501C", endColorstr="#E23440", GradientType=1 );
}
.brochure_box .brochure_box_right h3
{
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
}
.brochure_box .brochure_box_right .brochure_info
{
	color:#FFF;
	font-size:16px;
}
.brochure_box-btn-p
{
	float:left;
	padding-top:30px;
	padding-bottom:20px;	
}
.health_club
{
	position: relative;
	padding: 20px 0;
	background-color: #F8F8F8;
	background-color: #282f3d;
	border-radius: 5px;
	margin-bottom:20px;	
}
.client_testimonial .learn_more_p
{
	padding:20px;	
}
.client_testimonial .learn_more_p a:focus
{
	text-decoration:none;
	color:#fff;		
}
.learn_more:focus
{
	text-decoration:none;
	color:#fff;		
}
.wellbeing-btn-black:focus
{
	color:#fff;
	text-decoration:none;
}
.search_overh3 h3 span:first-child {
    margin-left: 5px;
}
.search_overh3 h3 span.counter {
	font-size: 58px;
	color: #28303d;
	text-transform: uppercase;
	vertical-align: middle;
	background: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	min-width: 30px;
	display: inline-block;
	line-height: 55px;
	padding: 0 3px;
	font-weight: 500;
	font-family: 'bignoodletitlingregular';
}
.search_overh3 h3 span:last-child {
    margin-right: 0px;
}
.why_incorpore .learn_more_p
{
	text-align: center;
	padding: 20px;
	padding-top: 20px;
	margin-bottom: 50px;
	padding-top: 0px;
	margin-top: 0px;	
}
.product_wrapper .img-responsive
{
	width:100%;
}
.product_block h2
{
	color:#ee1848;    font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.owl-carousel .owl-item {    
    padding: 5px;
}
.wellbeing_right_image_box
{
	width:100%;
	height:auto;	
	background-image: url('../front_images/why_wellbeing_right_image.jpg');
    background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	height: 320px;
	border-radius: 5px;
	padding:0px !important;
}
.contact_page_header h2
{
	margin-bottom: 30px;
}
.contact_page_header h2::after
{
	bottom: 0;
	content: '';
	display: block;
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translate(-50%,0);
	width: 39%;
	top: 40px;
	border-bottom: 4px dotted #fff;
}
.clunter_slider_box
{
	padding:13px;
	margin-bottom: 60px;	
}

.login-section {
    width: 100%;   
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 45%;
    text-align: center;
    z-index: 999;
}
.client_testimonial .owl-stage-outer {   margin-bottom: -14px;}

#hear_about_us_other
{
	display:none;
	margin-top:5px;
}

.main_footer .foot_left li img
{  
  max-height: 100px;  
}
.incorpore-blog-inside{margin-top: 130px;}
.incorpore-blog-inr{display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 3rem;padding: 25px 0px;}
.incorpore-blog-card{box-shadow: 0px 6px 11px #b3b3b359;border-radius: 10px;overflow: hidden;border: 1px solid #fff;}
.incorpore-card-title{}
.incorpore-card-title h2{font-size: 20px;font-weight: 500;line-height: 30px;color: #0d0202; margin-top:20px; min-height: 120px;font-family: 'Poppins', sans-serif;}
.incorpore-blog-description{padding: 10px;}
.incorpore-blog-description p{padding: 15px 0px;line-height: 2.6rem;font-size: 16px;}
.incorpore-blog-description .entry-meta{display: flex;gap: 9px;}
.incorpore-blog-description .meta-author a span{font-size: 16px;color: #ee1848;letter-spacing: 2px;}
.incorpore-blog-inside .page-link{color: #282f3d;}

.incorpore-blog-inside .pagination > li > a:hover{}
.incorpore-blog-inside h1{font-weight: bold;margin-top: 20px; color: #ee1848; text-align:center; font-size:32px; text-decoration:underline !important; text-transform:uppercase;font-family: 'Poppins', sans-serif;}

.incorpore-blog-details-inr{margin-top: 140px;margin-bottom: 60px;}
.incorpore-blog-details-inr .incorpore-blog-card{box-shadow: none;border: none;}
.incorpore-blog-details-inr .incorpore-card-img{ margin: 20px 0px;}
.incorpore-blog-details-inr .incorpore-card-img img{ max-width:100%;} 
.incorpore-blog-details-inr .incorpore-card-title h1{font-size: 24px;font-weight: bold;padding-bottom: 10px;}
.incorpore-blog-details-inr .incorpore-blog-description{}
.incorpore-blog-details-inr .meta-author a span{font-size: 16px;color: #ee1848;letter-spacing: 2px;}
.incorpore-blog-details-inr .page-link{color: #282f3d;}
.pagination > li > a, .pagination > li > span { position: relative; float: left;padding: 14px 12px;}
.incorpore-blog-details-inr .incorpore-blog-description { padding: 0px;}
.incorpore-blog-details-inr .entry-meta { display: flex; gap: 9px;}

.pagination > li > a{  padding: 14px 12px !important; }


.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination .selectpage
{ 
  color: #fff !important;
  background-color: #ee1848 !important;  
}

.incorpore-card-title h2:hover {
	text-decoration:underline !important;
 
}
.newsback a{
	cursor:pointer;
}
.newsback i{
	font-size:50px; color:#ee1848;
}
.list_card_img {
  min-height: 20rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.incorpore-text {
  min-height: 360px;
}
@media screen and (max-width:990px){
.incorpore-blog-inr{grid-template-columns: repeat(2, 1fr);}
.incorpore-blog-inside {
  margin-top: 80px;
}
.incorpore-blog-inside h1 { 
  font-size: 24px;
}
.incorpore-card-title h2 {
  font-size: 20px; font-family: 'Poppins', sans-serif;
}
.incorpore-blog-details-inr .incorpore-card-title h1 {
  font-size: 24px; 
}
.incorpore-blog-details-inr
{
  margin-top: 80px; 
}
}
@media screen and (max-width:600px){
.incorpore-blog-inr{grid-template-columns: repeat(1, 1fr);}
}