/*   
Theme Name: Watchmoor-park
Author: Cskills
Version: 1
*/

.txt-cntr {
	text-align: center;
}

#contact-form {
	width: 100% !important;
	padding: 0 !important;
}

#contact-form .flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hide{
	display: none;
}
.discover-btn {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 40px;
	 -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#contact-form .flex-grow {
	flex-grow: 1;
}

#contact-form .flex-basis {
	flex-basis: 0;
}

#contact-form .ml20 {
	margin-left: 20px;
}

#contact-form .mt30,
#contact-form .btn {
	margin-top: 15px;
}

#contact-form *::-webkit-input-placeholder {
	color: white;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#contact-form *:-moz-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#contact-form *::-moz-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#contact-form *:-ms-input-placeholder {
	color: white;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#contact-form input:-webkit-autofill {
	-webkit-text-fill-color: white !important;
	-webkit-box-shadow: 0 0 0 1000px #092F57 inset !important;
}

#contact-form input:focus:-webkit-autofill {
	-webkit-text-fill-color: white !important;
}

#contact-form input,
#contact-form textarea {
	display: block;
	background-color: transparent;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 16px;
	position: relative;
	outline: none;
	padding: 0;
	border: none;
	border-bottom: 1px solid white;
	line-height: 40px;
	height: 40px;
	width: 100%;
	resize: none;
}

#contact-form textarea {
	height: 120px;
}

#newsletterform2 {
	margin-left: auto;
	max-width: 340px;
	margin-right: 0;
}

#newsletterform2 *::-webkit-input-placeholder {
	color: white;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#newsletterform2 *:-moz-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#newsletterform2 *::-moz-placeholder {
	color: white;
	opacity: 1;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#newsletterform2 *:-ms-input-placeholder {
	color: white;
	-webkit-transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
	transition: all .4s cubic-bezier(0.19, 1, 0.42, 1);
}

#newsletterform2 input:-webkit-autofill {
	-webkit-text-fill-color: white !important;
	-webkit-box-shadow: 0 0 0 1000px #1c252c inset !important;
}

#newsletterform2 input:focus:-webkit-autofill {
	-webkit-text-fill-color: white !important;
}

#newsletterform2 input {
	display: block;
	background-color: #1c252c;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	font-size: 16px;
	position: relative;
	outline: none;
	padding: 0;
	border: none;
	border-bottom: 1px solid white;
	line-height: 40px;
	height: 40px;
	width: 100%;
}

#newsletterform2 p {
	text-align: left !important;
	margin-top: 25px;
}

#newsletterform2 {
	text-align: left !important;
}

#bottomnewsletter_button {
	margin-right: auto;
	margin-left: 0;
	margin-top: 15px;
}

.socials-here {
	margin-bottom: 150px;
}

.socials-here a {
	display: inline-block;
	font-size: 25px;
}

.socials-here a+a {
	margin-left: 10px;
}

header::after,
#page-wrap::after,
section::after,
footer::after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}

.imageHolder::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -25px;
	background: url('images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

.imageHolder img {
	z-index: 2;
	position: relative;
	background: #ecf9f1;
	margin: 0 auto;
	border: 0px;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1 {
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.col_1_1_1 .col {
	width: 33.33%;
}

.col_1_1_1_1 .col {
	width: 25%;
}

.col_1_1 .col {
	width: 50%;
}

.col_1_1::after,
.col_1_1_1::after,
.centerBlock::after,
.content_1130::after,
.col::after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0%;
}

.col {
	float: left;
	padding: 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.col_1_1 .col {
	width: 50%;
	padding: 0px;
}

.col_1_1_1 .col {
	width: 33.33%;
	padding: 0px;
}

.pageCenterBlock {
	padding: 80px 0px 80px 0px;
}

.pageInnerContent {
	padding: 0px 115px;
}

.pageCenterBlock>h2 {
	padding: 0px 50px 0px 115px;
	position: relative;
	margin: 0px 0px 50px 0px;
}

#page-wrap {
	position: relative;
}

header {
	position: absolute;
	z-index: 10;
	top: 0px;
	width: 100%;
}

header>div {
	padding: 40px 45px;
	position: relative;
}

.homeLogo,
.page-template-template-home .pageLogo,
.error404 .pageLogo {
	display: none;
}

.page-template-template-home .homeLogo,
.pageLogo,
.error404 .homeLogo {
	display: block;
}

.page-template-template-home .homeLogo,
.homeLogo,
.page-template-template-home .pageLogo,
.pageLogo,
.logo,
.error404 .pageLogo,
.error404 .homeLogo {
	min-width: 340px;
	width: 340px;
}

.logoIcon {
	display: none;
}

#navigation-menu {
	text-align: right;
	position: absolute;
	right: 45px;
}

.HeaderImage,
.pageHeaderImage {
	position: relative;
	background: #ecf9f1;
	min-height: 90vh;
	/*
	height: 90vh;
	min-height: 680px;
*/
}

.HeaderImage>div,
.pageHeaderImage>div {
	/*	height: 100%;*/
	width: 100%;
	min-height: 90vh;
}


/*
.HeaderImage > div::before
{
	content: '';
	display: block;
	padding-top: 45%;
	
}
*/

header::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0px;
	right: 0px;
	width: 66%;
	height: 135px;
	background: rgba(0, 0, 0, 0.61);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.61)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.page-template-template-home header::before,
.error404 header::before {
	width: 100%;
}

.error404 .HeaderText {
	width: 100%;
	padding-top: 70px;
	z-index: 7;
}

.error404 .HeaderImage>div::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(41, 176, 158, 1);
	background: -moz-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(41, 176, 158, 1)), color-stop(100%, rgba(76, 89, 156, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: linear-gradient(135deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b09e', endColorstr='#4c599c', GradientType=1);
	opacity: 0.4;
}

.HeaderText,
.responsiveHeaderText {
	position: absolute;
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .8s ease;
	-moz-transition: opacity .8s ease;
	-o-transition: opacity .8s ease;
	transition: opacity .8s ease;
	transition-delay: 1s;
	transition-duration: 1s;
}

.home .HeaderImage .HeaderText {
	top: 48%;
	margin-top: -50px;
}

.HeaderText.animateMe,
.responsiveHeaderText.animateMe {
	opacity: 1;
}

.HeaderText>div,
.responsiveHeaderText>div {
	width: 100%;
}

.pageHeaderImage .HeaderText {
	position: relative;
	width: 34%;
	padding-top: 200px;
}

.pageHeaderImage .ImageBlock {
	position: relative;
	width: 66%;
}

.responsiveHeaderText {
	display: none;
}

.HeaderText h1 {
	color: #fff;
	padding-left: 115px;
	position: relative;
	font-size: 70px;
	line-height: 60px;
	padding-right: 20px;
}

.pageHeaderImage .HeaderText h1 {
	color: #35bead;
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 0px;
}

.transaction {
	opacity: 0;
}

.loaded .transaction {
	-webkit-animation: fadeInUp 0.80s ease-in-out forwards;
	animation: fadeInUp 0.80s ease-in-out forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.pageHeaderImage img,
.HeaderImage img,
.imageHolder img,
.ms-slide-bgcont img,
.availableList .col a img,
.newsList .col a img,
.lazyload {
	opacity: 0;
}

.pageHeaderImage img.lazyloaded,
.HeaderImage img.lazyloaded,
.imageHolder img.lazyloaded,
.ms-slide-bgcont img.lazyloaded,
.availableList .col a img.lazyloaded,
.newsList .col a img.lazyloaded,
.lazyloaded {
	-webkit-animation: fadeIn 0.50s ease-in-out forwards;
	animation: fadeIn 0.50s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.HeaderText h1::before,
.responsiveHeaderText h1::before {
	content: '';
	display: block;
	background: #35bead;
	height: 5px;
	width: 0px;
	position: absolute;
	left: 0px;
	top: 20px;
	-webkit-transition: width .8s ease;
	-moz-transition: width .8s ease;
	-o-transition: width .8s ease;
	transition: width .8s ease;
	transition-delay: 1s;
	transition-duration: 1s;
}

.loaded .HeaderText h1::before,
.loaded .responsiveHeaderText h1::before {
	width: 90px;
}

.headercontent {
	padding: 50px 50px 30px 115px;
}

.headercontent h6,
.openSpaceContent h6,
.BreathingspaceDescri h6,
.getOverlayText h6,
.TransportLinks h6 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.4px;
	font-weight: 500;
	color: #092f57;
	margin-bottom: 25px;
}


/*
.headercontent h6::after, .openSpaceContent h6::after, .BreathingspaceDescri h6::after, .TransportLinks h6::after {
	content: '';
	display: inline-block;
	background: #092f57;
	height: 1px;
	width: 30px;
	position: relative;
	margin-left: 7px;
	top: -4px;
}
*/

.headercontent ul {
	list-style: none;
	padding: 5px 0px;
	margin: 0px;
}

.headercontent ul li {
	padding-left: 20px;
	position: relative;
}

.headercontent ul li::before {
	content: '';
	display: inline-block;
	background: #092f57;
	height: 2px;
	width: 10px;
	position: absolute;
	top: 9px;
	left: 0px;
}

.downloadbtn {
	margin-top: 50px;
}

.vSpaceTop {
	padding-top: 115px;
}

.vSpacebottom {
	padding-bottom: 115px;
}

.vSpaceTB {
	padding-top: 115px;
	padding-bottom: 115px;
}

.watermark {
	background: url('images/water-mark.gif');
	background-repeat: no-repeat;
	background-position: top 115px right;
	background-size: 80% auto;
}

.openSpace .openspaceGallery {
	width: 66%;
	/*	height: 100%;*/
	min-height: 700px;
	overflow: hidden;
	padding-bottom: 115px;
}

.openSpace .openSpaceContent {
	width: 34%;
	background: #ecf9f1;
}

.spaceDescri {
	padding: 50px 115px 50px 50px;
	/*	height: 100%;*/
}

.openspaceGallery #masterslider {
	max-height: 700px;
}

.openSpace .openspaceGallery::before {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #ecf9f1;
	height: 100%;
	width: 140px;
}

.openSpaceContent h2 {
	padding: 40px 50px 50px 50px;
	position: relative;
	margin: 0px;
	background: #fff;
}

.leftLine {
	position: relative;
}

.leftLine::before {
	content: '';
	display: block;
	background: #35bead;
	height: 5px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	width: 0px;
	-webkit-transition: width .8s ease;
	-moz-transition: width .8s ease;
	-ms-transition: width .8s ease;
	-o-transition: width .8s ease;
	transition: width .8s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.openSpaceContent .leftLine.animateMe::before {
	width: 30px;
}

.BreathingSpaceContent {
	width: 38%;
}

.BreathingSpaceVideo {
	width: 62%;
	position: relative;
	height: 100%;
}

.BreathingSpaceContent h2 {
	padding: 0px 115px 0px 115px;
	position: relative;
	margin-bottom: 50px;
}

.BreathingspaceDescri {
	padding: 0px 115px 0px 115px;
}

.BreathingspaceDescri p:last-of-type {
	padding-bottom: 0px;
}

.BreathingSpaceVideo::before {
	content: '';
	display: block;
	padding-top: 56%;
}

.videoHolder {
	position: absolute;
	z-index: 4;
	background-color: black;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	display: none;
}

.videoHolder iframe {
	z-index: 3;
	/*	width: 100vw;*/
	width: 55vw;
	height: 56.25vw;
	/*Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh;
	/*Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 62vw;
	height: 60vw;
	min-height: 100vh;
	min-width: 100vh;
}

.playVideo {
	background: url('images/play-btn.svg');
	background-size: 115px 115px;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	width: 115px;
	height: 115px;
	font-size: 0px;
}

#avilableSpace {
	background: #ecf9f1;
	padding: 50px 0px 60px 0px;
}

#flexibleSpace {
	background: #fff;
	padding: 115px 0px;
}

#avilableSpace h2,
#flexibleSpace h2,
#watchSpace>h2,
#availableSpace>h2,
.TransportLinks h2,
#forAvailability>h2 {
	padding: 0px 115px 0px 115px;
	position: relative;
	margin: 0px 0px 50px 0px;
}

#forAvailabilitytwo>h2 {
	padding: 0px 115px 0px 115px;
	position: relative;
	margin: 0px 0px 50px 0px;
}

.ConnectedspaceDetails h2 {
	padding: 0px 115px 0px 115px;
	position: relative;
	margin: 0px 0px 90px 0px;
}

.ConnectedspaceDetails .leftLine.animateMe::before,
#avilableSpace .leftLine.animateMe::before,
#flexibleSpace .leftLine.animateMe::before,
#watchSpace .leftLine.animateMe::before,
.BreathingSpaceContent .leftLine.animateMe::before,
.getOverlayText .leftLine.animateMe::before,
.pageCenterBlock .leftLine.animateMe::before,
#availableSpace .leftLine.animateMe::before,
.TransportLinks .leftLine.animateMe::before,
#forAvailability .leftLine.animateMe::before,
#forAvailabilitytwo .leftLine.animateMe::before {
	width: 90px;
}

.availableSlider {
	min-height: 500px;
}

.availableSlider::before {
	content: '';
	display: block;
	padding-top: 26%;
}

#avilablemasterslider {
	width: 100%;
	top: 0px;
	position: absolute;
}

#spaceSpecification {
	padding-bottom: 120px;
}

.officeGallery {
	width: 59%;
	/*	min-height: 400px;*/
	padding: 50px;
	background: #f1fbf5;
	text-align: center;
}

.officeTable {
	width: 70%;
	/*	min-height: 400px;*/
	padding: 50px;
	background: #fff;
	text-align: center;
	margin: auto;
}

.officeGallery img {
	margin: 0 auto;
}

.specificationDetails {
	width: 41%;
	padding: 0px 115px 50px 115px;
	line-height: 28px;
}

.specificationDetails h6 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1.4px;
	font-weight: 500;
	color: #092f57;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #35bead;
}

.specificationDetails h6::after {
	content: '';
	display: inline-block;
	background: #092f57;
	height: 1px;
	width: 30px;
	position: relative;
	margin-left: 7px;
	top: -4px;
}

.specificationDetails ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}


/*
.officeGallery::before
{
	content: '';
	display: block;
	padding-top: 62%;
}
*/

.officeGallery #masterslider {
	position: absolute;
	top: 0px;
	width: 100%;
}

.ConnectedspaceDetails {
	width: 50%;
	padding-top: 105px;
}

.ConnectedspaceText {
	padding: 0px 50px 50px 115px;
}

.ConnectedspaceText .col {
	padding-right: 20px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #35bead;
}

.ConnectedspaceText .col h3 {
	font-size: 42px;
	line-height: 36px;
	font-weight: 600;
	color: #35bead;
	margin-bottom: 10px;
}

.ConnectedspaceText .btn {
	margin-top: 20px;
}

.spaceMap {
	width: 50%;
}

.spaceMap img {
	width: 100%;
}

#watchSpace,
#forAvailability {
	padding: 75px 0px 75px 0px;
	background: #ecf9f1;
}

#watchSpace,
#forAvailabilitytwo {
	padding: 75px 0px 75px 0px;
	background: #ecf9f1;
}

.viewall {
	position: absolute;
	right: 115px;
	top: 75px;
}

.NewsListHolder {
	padding: 90px 0px;
}

.newsList {
	width: 100%;
	padding: 0px 90px;
}

.newsList.col_1_1_1 .col {
	padding: 0px 25px;
}

.NewsListHolder .newsList.col_1_1_1 .col {
	padding: 25px;
}

.NewsListHolder .newsList.col_1_1_1 .col a {
	top: 25px;
	bottom: 25px;
}

.newsList.col_1_1_1 .col::before {
	content: '';
	display: block;
	padding-top: 80%;
	background: url('images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

.newsList.col_1_1_1 .col a {
	position: absolute;
	top: 0px;
	right: 25px;
	bottom: 0px;
	left: 25px;
	display: block;
	overflow: hidden;
}

.newsList h2 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0px;
	padding: 10px 25px;
	background-color: rgba(39, 84, 118, 0.8);
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.newsList .col a img {
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(1.02, 1.02, 1);
	transform: scale3d(1.02, 1.02, 1);
	/*	width: 100%;*/
}

.newsList .col a:hover img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.newsList .col a:hover h2 {
	background-color: rgba(39, 84, 118, 1);
}

.Loadmore {
	text-align: center;
	padding: 50px 20px;
	background: rgba(53, 190, 174, 1);
	background: -moz-linear-gradient(-45deg, rgba(53, 190, 174, 1) 0%, rgba(18, 67, 115, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(53, 190, 174, 1)), color-stop(100%, rgba(18, 67, 115, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(53, 190, 174, 1) 0%, rgba(18, 67, 115, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(53, 190, 174, 1) 0%, rgba(18, 67, 115, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(53, 190, 174, 1) 0%, rgba(18, 67, 115, 1) 100%);
	background: linear-gradient(135deg, rgba(53, 190, 174, 1) 0%, rgba(18, 67, 115, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35beae', endColorstr='#124373', GradientType=1);
}

#loader-ajax {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	margin-top: 5px;
}

.newsDate {
	width: 34%;
	padding: 0px 20px 0px 115px;
}

.newsDate h2 {
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 20px;
	color: #35bead;
}

.NewsDetails {
	width: 66%;
	padding: 0px 115px 0px 0px;
}

#getInTouch,
#forAvailability {
	padding: 70px 0px;
	display: none;
}

#getInTouch,
#forAvailabilitytwo {
	padding: 70px 0px;
	display: none;
}

.page-template-template-home #getInTouch,
.single-space_availability #getInTouch,
.page-template-template-home #forAvailability,
.single-space_availability #forAvailability,
#forAvailabilitytwo {
	display: block;
}

#getInTouch::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*
	background: url('images/gradient-top.png');
	background-repeat: no-repeat;
	background-size: cover;
*/
	background: rgba(195, 211, 163, 1);
	background: -moz-linear-gradient(-45deg, rgba(195, 211, 163, 1) 0%, rgba(53, 190, 174, 1) 30%, rgba(9, 47, 87, 1) 95%, rgba(9, 47, 87, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(195, 211, 163, 1)), color-stop(30%, rgba(53, 190, 174, 1)), color-stop(95%, rgba(9, 47, 87, 1)), color-stop(100%, rgba(9, 47, 87, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(195, 211, 163, 1) 0%, rgba(53, 190, 174, 1) 30%, rgba(9, 47, 87, 1) 95%, rgba(9, 47, 87, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(195, 211, 163, 1) 0%, rgba(53, 190, 174, 1) 30%, rgba(9, 47, 87, 1) 95%, rgba(9, 47, 87, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(195, 211, 163, 1) 0%, rgba(53, 190, 174, 1) 30%, rgba(9, 47, 87, 1) 95%, rgba(9, 47, 87, 1) 100%);
	background: linear-gradient(135deg, rgba(195, 211, 163, 1) 0%, rgba(53, 190, 174, 1) 30%, rgba(9, 47, 87, 1) 95%, rgba(9, 47, 87, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d3a3', endColorstr='#092f57', GradientType=1);
	opacity: 0.73;
	z-index: 4;
	top: 0px;
}

#getInTouch .imageHolder::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	/*
	background: url('images/gradient-bottom.png');
	background-repeat: no-repeat;
	background-size: cover;*/
	background: rgba(41, 176, 158, 1);
	background: -moz-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(41, 176, 158, 1)), color-stop(100%, rgba(76, 89, 156, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	background: linear-gradient(135deg, rgba(41, 176, 158, 1) 0%, rgba(76, 89, 156, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b09e', endColorstr='#4c599c', GradientType=1);
	opacity: 0.73;
	z-index: 3;
	left: 0px;
	margin: 0px;
}

#getInTouch .getOverlayText>div:first-child,
#forAvailability .getOverlayText>div:first-child {
	width: 45%;
}

#getInTouch .getOverlayText>div:first-child,
#forAvailabilitytwo .getOverlayText>div:first-child {
	width: 45%;
}

#getInTouch .getOverlayText>div:last-child,
#forAvailability .getOverlayText>div:last-child {
	width: 55%;
}

#getInTouch .getOverlayText>div:last-child,
#forAvailabilitytwo .getOverlayText>div:last-child {
	width: 55%;
}

.getOverlayText h6 {
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#forAvailability .getOverlayText h6 {
	border-bottom: 1px solid #1c252c;
}

#forAvailabilitytwo .getOverlayText h6 {
	border-bottom: 1px solid #1c252c;
}

.getOverlayText {
	position: relative;
	z-index: 5;
	color: #fff;
}

.getOverlayText a {
	color: #fff;
}

#forAvailability .getOverlayText h6,
#forAvailability .getOverlayText,
#forAvailability .getOverlayText a {
	color: #1c252c;
	font-size: 14px;    	/*delete this if need*/
}

#forAvailabilitytwo .getOverlayText h6,
#forAvailabilitytwo .getOverlayText,
#forAvailabilitytwo .getOverlayText a {
	color: #1c252c;
}

.getOverlayText a:hover,
#forAvailability .getOverlayText a:hover {
	color: #092f57;
}

.getOverlayText a:hover,
#forAvailabilitytwo .getOverlayText a:hover {
	color: #092f57;
}

.getOverlayText h2 {
	color: #fff;
	padding-left: 115px;
	margin: 0px
}

#forAvailability .getOverlayText h2 {
	color: #35bead;
}

#forAvailabilitytwo .getOverlayText h2 {
	color: #35bead;
}

.getOverlayText .leftLine::before {
	background: #fff;
}

#forAvailability .getOverlayText .leftLine::before {
	background: #35bead;
}

#forAvailabilitytwo .getOverlayText .leftLine::before {
	background: #35bead;
}

.getOverlayText .leftLine.animateMe::before {
	width: 90px;
}

.leftAddress {
	padding: 35px 20px 0px 115px;
}

.leftAddress p:last-of-type {
	padding-bottom: 0px;
}

.getOverlayText .rightCol {
	padding-right: 100px;
}

.getOverlayText .rightCol>div {
	padding: 0px 15px;
	width: 50%;
}

.getOverlayText .rightCol>div p:last-of-type {
	padding-bottom: 0px;
}

.getOverlayText .rightCol>div.guideline {
	width: 100%;
}

#availableSpace {
	padding: 115px 0px 90px 0px;
}

#availableSpace>h2 {
	margin-bottom: 28px;
}

.availableList {
	width: 100%;
	padding: 0px 0px;
}

.availableList.col_1_1 .col:nth-child(odd) {
	padding: 25px 25px 25px 0px;
}

.availableList.col_1_1 .col:nth-child(even) {
	padding: 25px 0px 25px 25px;
}

.availableList.col_1_1 .col::before {
	content: '';
	display: block;
	padding-top: 55%;
	background: url('images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
}

.availableList.col_1_1 .col a {
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	display: block;
	overflow: hidden;
}

.availableList.col_1_1 .col:nth-child(odd) a {
	left: 0px;
}

.availableList.col_1_1 .col:nth-child(even) a {
	right: 0px
}

.availableList h2 {
	z-index: 2;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1.6px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1c252c;
	margin: 0px;
	padding: 15px 55px 13px 55px;
	background-color: rgba(161, 227, 187, 0.7);
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.availableList h2 span {
	display: inline-block;
}

.availableList h2 span:first-child {
	width: 70%;
}

.availableList h2 span:last-child {
	width: 30%;
	text-align: right;
	text-transform: lowercase;
}

.availableList .col a img {
	-webkit-transition: -webkit-transform 0.55s;
	transition: transform 0.55s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale3d(1.02, 1.02, 1);
	transform: scale3d(1.02, 1.02, 1);
	/*	width: 100%;*/
}

.availableList .col a:hover img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.availableList .col a:hover h2 {
	background-color: rgba(161, 227, 187, 1);
}

.locationdiagram {
	padding: 100px 115px;
}

.locationdiagram img,
.growingSpace img {
	width: 100%;
}

.growingSpace {
	padding-bottom: 115px;
}

.growingSpace .growingSpaceImage {
	width: 58%;
	/*	min-height: 700px;*/
}

.growingSpace .growingSpaceContent {
	width: 42%;
}

.growingSpaceContent h2 {
	padding: 40px 50px;
	position: relative;
	margin: 0px;
}

.growingSpaceContent .leftLine::before {
	left: -65px;
}

.growingSpaceContent .leftLine.animateMe::before {
	width: 100px;
}

.growingSpaceContent .spaceDescri {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

.growingSpaceContent .spaceDescri p:last-of-type {
	padding-bottom: 0px;
}

.TransportLinks {
	background: #f1fbf5;
	padding: 70px 0px;
}

.TransportLinks h6 {
	margin-bottom: 10px;
}

.TransportLinks .col_1_1_1 {
	padding: 0px 90px;
}

.TransportLinks .col_1_1_1 .col {
	padding: 0px 25px;
}

.transportIcon {
	max-width: 55px;
	max-height: 55px;
	height: 100%;
	width: 100%;
	margin-bottom: 15px;
}

.TransportLinks table tr td:first-child {
	padding-right: 10px;
	padding-left: 0px;
	text-align: left;
}

.TransportLinks table tr td:last-child {
	text-align: right;
	padding-right: 0px;
}

.NorecordFound {
	width: 100%;
	max-width: 700px;
	text-align: center;
	padding: 20px 0px;
	margin: 40px auto;
	font-size: 20px;
	line-height: 26px;
}

.pageNotFound {
	width: 100%;
	/*	max-width: 700px;*/
	text-align: center;
	margin: 70px auto;
	color: #fff;
}

.pageNotFound>div {
	border: 6px solid #35bead;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}

.pageNotFound>div span {
	color: #35bead;
	font-size: 80px;
	position: absolute;
	right: 24px;
	top: 46%;
	font-weight: bold;
	left: 0px;
	width: 100%;
}

.pageNotFound h3 {
	font-size: 45px;
	line-height: 47px;
	/* line-height: 55px; */
}

.pageNotFound a {
	color: #fff;
	text-decoration: underline;
}

.pageNotFound a:hover {
	color: #35bead;
}

footer {
	background: #1c252c;
	padding: 60px 115px;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

footer>div {
	width: 50%;
}

footer>div p:last-of-type {
	padding-bottom: 0px;
}

footer>div:last-child {
	text-align: right;
	line-height: 20px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #35bead;
}

.mobileaddress {
	display: none;
}

.footerLogo {
	/*	max-width: 400px;*/
	max-width: 340px;
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}

.footerLeftLogo {
	/*		max-width: 300px;*/
	max-width: 180px;
	width: 100%;
	display: inline-block;
}

.footerLeftLogo img,
.footerLogo img {
	width: 100%;
}

.signup-container {
	background-size: cover;
	height: 100%;
}

.holdall {
	padding-top: 280px;
	padding-bottom: 240px;
}

.form-container {
	margin: 0 auto;
	max-width: 540px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 70px;
	padding-right: 70px;
}

@media screen and (max-width: 767px) {
	.form-container {
		padding-left: 20px;
		padding-right: 20px;
		margin: 20px;
	}
}

.form-container .header-section {
	padding-top: 67px;
	font-size: 55px;
	line-height: 60px;
	color: #35BEAD;
	padding-bottom: 35px;
}

@media screen and (max-width: 767px) {
	.form-container .header-section {
		font-size: 30px;
		line-height: 35px;
	}
}

.form-container .header-sub-para {
	font-size: 18px;
	line-height: 20px;
	color: #003057;
	padding-bottom: 34px;
}

.form-container .footer-note {
	padding-top: 30px;
	padding-bottom: 62px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.34;
}

.form-container .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.form-container .space-here-r {
	margin-right: 22px;
}

@media screen and (max-width: 767px) {
	.form-container .space-here-r {
		margin-right: 0px;
		width: 100%;
	}
	.form-m {
		display: block!important;
	}
}

.form-container .space-here-l {
	margin-left: 22px;
}

@media screen and (max-width: 767px) {
	.form-container .space-here-l {
		margin-left: 0px;
		width: 100%;
	}
}

.form-container .flex-basis {
	flex-basis: 0;
}

.form-container .flex-grow {
	flex-grow: 1;
}

.form-container #firstname {
	margin-bottom: 16px;
}

.form-container #lastname {
	margin-bottom: 16px;
}

.form-container #company {
	margin-bottom: 16px;
}

.form-container #email {
	margin-bottom: 36px;
}

.form-container .form-firstname label {
	color: #686565
}

.form-container .form-lastname label {
	color: #686565
}

.form-container .form-email label {
	color: #686565;
}

.form-container .form-company label {
	color: #686565;
}

.form-container .form-email label {
	color: #686565;
}

.form-container input[type='text'] {
	border: 1px solid #686565;
	border-radius: 4px;
}

.form-container input[type='text']:focus {
	border: 2px solid #686565;
}

.form-container input[type='email'] {
	border-radius: 4px;
	border: 1px solid #686565;
}

.form-container input[type='email']:focus {
	border: 2px solid #686565;
}

.form-container .submit-btn {
	width: 100%;
	height: 44px;
	border-radius: 4px;
	padding: 10px 17px;
}

.view-events-btn {
	display: block;
	padding: 16px;
	margin-top: 52px;
	margin-bottom: 80px;
	background-color: #35BEAD;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.view-events-btn :hover {
	color: #ffffff;
}

#cookie-notice {
	line-height: 15px !important;
}

#cookie-notice .cn-button {
	margin-left: 10px;
	background: #1c252c;
	border-radius: 0px;
	text-transform: uppercase;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: none;
	box-shadow: none;
	padding: 5px 15px !important;
	float: right
}

#cn-notice-text {
	display: inline-block;
	max-width: 68%;
	text-align: left;
	float: left;
}
.confirm{
	background-color: #a1e3bb!important;
    box-shadow: none!important;
    color: #092f57!important;
}
.sa-confirm-button-container .confirm {
	width: 100%;
	color: #ffffff;
	padding: 10px 17px;
}

.cookie-notice-container {
	padding: 10px 20px !important;
	overflow: hidden;
}

.videoHolder {
	background-color: transparent;
}

.covidpopup {
	position: fixed;
	z-index: 10000001;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

body.home .covidpopup {
	display: block;
}

.covidpopuphelper {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.25);
	cursor: pointer;
}

.covidcontent {
	width: calc(100vw - 50px);
	max-height: calc(100vh - 50px);
	max-width: 1170px;
	background-color: white;
	padding: 50px 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.5);
}

.covidcontent::before {
	content: '';
	display: block;
	background-image: url('images/flogo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 168px;
	height: 64px;
	position: absolute;
	top: 37px;
	right: 138px;
}

.covidclose {
	width: 65px;
	height: 65px;
	cursor: pointer;
	position: absolute;
	right: 35px;
	top: 35px;
	display: block;
}

.covidclose span {
	width: 100%;
	height: 7px;
	background-color: #000000;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-moz-transform: translateY(-50%) rotate(45deg);
}

.covidclose span:last-child {
	transform: translateY(-50%) rotate(-45deg);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-moz-transform: translateY(-50%) rotate(-45deg);
}

.covidtitle {
	padding-bottom: 50px;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	padding-right: 210px;
}

.covidbody {
	font-size: 18px;
	line-height: 28px;
}

@media screen and (min-width: 1025px) and (max-height: 699px) {
	.covidbody {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width: 767px) {
	.covidcontent {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		padding: 15px;
	}
	.covidtitle {
		padding-bottom: 15px;
		font-size: 20px;
		line-height: 24px;
		padding-right: 0;
	}
	.covidbody {
		font-size: 12px;
		line-height: 16px;
	}
	.covidcontent::before {
		display: none;
	}
	.covidclose span {
		height: 3px;
	}
	.covidclose {
		width: 32px;
		height: 32px;
		right: 15px;
		top: 15px;
	}
}

.video-single-page {
	padding: 5%;
}

@media screen and (max-width: 767px) {
	.video-single-page {
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.BreathingSpaceVideom {
		width: 100%!important;
	}
}


/** Floor Slider **/

.controls-here {
	position: absolute;
	bottom: 0;
	right: 0;
}

.controls-here ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
}

.controls-here .prev-here {
	background-image: url('images/slider-arrow.svg');
	background-repeat: no-repeat;
	background-size: 70px 70px;
	cursor: pointer;
	width: 70px;
	height: 70px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px 70px;
	background-color: rgba(28, 37, 44, 0.7);
	cursor: pointer;
	margin-right: 2px;
	z-index: 5;
	bottom: 1px;
	display: block;
}

.controls-here .next-here {
	background-image: url('images/slider-arrow.svg');
	background-repeat: no-repeat;
	background-size: 70px 70px;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	cursor: pointer;
	width: 70px;
	height: 70px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70px 70px;
	background-color: rgba(28, 37, 44, 0.7);
	cursor: pointer;
	z-index: 5;
	bottom: 1px;
	display: block;
}

.logo-agents {
	height: 90px;
	width: 100%;
	object-fit: contain;
	object-position: left;
	margin-bottom: 20px;
	font-family: 'object-fit: contain; object-position: left';
}



body.home .vSpaceTop {
	padding-top: 40px;
}

.relative {
	position: relative;
}

.flex {
/* 	flex-direction: column; */
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.smarter-Banner {
	height: 750px;
	background-size: cover;
	text-align: center;
	justify-content: unset;
	padding-top: 283px;
}

.flex-row {
	flex-direction: row;
}

@media screen and (max-width: 1300px) {
	.smarter-container .para {
		font-size: 25px;
		line-height: 30px;
	}
}

.mr100 {
	margin-right: 100px;
}

.container.smart-wall .logo-here {
	width: 701px;
	height: 92px;
}

.container.gallery-block .slide-item img {
	object-fit: cover;
	height: 810px;
	width: 100%;
}

.container.gallery-block .slick-dots {
	padding: 0;
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	gap: 13px;
	padding-bottom: 40px;
}

.container.gallery-block .slick-dots button {
	color: transparent;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	border-color: transparent;
	background-color: rgba(255, 255, 255, .5);
	cursor: pointer;
	padding: 0px;
}

.container.gallery-block .slick-dots>li.slick-active button {
	background-color: #ffffff;
}

.container.gallery-block .slick-dots>li {
	list-style: none;
}

.container.gallery-block .nextBtn {
	position: absolute;
	right: 44px;
	z-index: 2;
	top: 50%;
	transform: translate(-50%);
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 0 26px 45.0px;
	border-color: transparent transparent transparent #35beae;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #35beae;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.container.gallery-block .nextBtn:hover {
	border-color: transparent transparent transparent rgba(53, 190, 173, .5);
}

.smarter-container .contianer-area:first-child {
	margin-right: 100px;
}

.container.gallery-block .prevBtn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 45.0px 26px 0;
	border-color: transparent #35beae transparent transparent;
	line-height: 0px;
	_border-color: #000000 #35beae #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 44px;
	z-index: 1;
}

.container.gallery-block .prevBtn:hover {
	border-color: transparent rgba(53, 190, 173, .5) transparent transparent;
}

.slider-spec .space-here {
	padding-left: 112px;
	padding-right: 112px;
}

.slider-spec .slider-table {
	max-width: 431px;
}

.slider-spec .slider-table th {
	text-align: center;
	background-color: #003057;
	color: #35BEAD;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.slider-spec .slider-table th:first-child {
	width: 198px;
	padding-left: 0px;
	padding-right: 0px;
}

.slider-spec .slider-table td {
	padding: 12px 0 12px 0;
	text-align: center;
	border: 1px solid #35BEAD;
	font-size: 16px;
	line-height: 20px;
	color: #003057;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.slider-spec .sub-title {
	font-family: 'prox-semibold';
	font-size: 20px;
	line-height: 24px;
	color: #003057;
	margin-bottom: 0;
}

.slider-spec .sub-title-year {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #003057;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.slider-spec h2 {
	margin-bottom: 14px;
}

.slider-spec .slider-table td:last-child {
	text-align: center;
}

.slider-spec .slider-table td:first-child {
	text-align: center;
	background-color: #35BEAD;
	color: #ffffff;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.slider-spec .slider-table tr:last-child td:first-child {
	border-bottom: 1px solid #35BEAD;
}

.slider-spec .slider-table tr th:last-child {
	border-left: 2px solid #35BEAD;
}

.slider-spec .slider-table tr td:last-child {
	border-left: 2px solid #35BEAD;
}

.slider-spec .floor-title {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #003057;
	letter-spacing: 1px;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.slider-spec .resWrap {
	margin-bottom: 0;
	padding-top: 42px;
}

.slider-spec .slider-table .white-border {
	border-bottom: 1px solid #ffffff;
}

.sub-menu {
	margin: 0;
	padding: 0;
}

.mob-pattern {
	display: none;
}

.smarter-Banner .block-img {
	background-image: block;
}

.slick-slide img {
	margin: 0 auto;
}
@media only screen and (max-width: 320px) {
	#cookie-notice .cn-button{
		margin-bottom: 5px;
	}
}