/*
	Theme Name: Medivicus Centre
	Description: Custom Theme For Medivicus Centre
	Version: 1.0.0
	Author: Developer
*/
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 2.2rem;
	font-weight: 200;
	color: #4d4d4d;
	line-height: 2.8rem;
	margin: 0;
	min-width: 320px;
	padding: 4.6rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.page-template-template-home,
body.single-tenant{
	background: #182832;
	color: #fff;
}
body.page-template-template-standard,
body.page-template-default,
	body.error404{
	padding-top: 25rem;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	border-bottom: 1px dotted currentColor;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #6cc4e9;
}
.button{
	background: #182832;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	padding: 1em 2em;
	text-decoration: none;
	text-align: center;
}
.button:hover{
	background: #6cc4e9;
	color: #fff;
}
b,
strong{
	font-weight: 600;
}
table,
td{
	border-spacing: 0;
	border-collapse: collapse;
}
p,
ul,
ol{
	margin: 0 0 1.272727em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,h2,h3{
	font-weight: 200;
}
h1{
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 0.7em;
}
h2{
	font-size: 4rem;
	line-height: 1.25;
	margin: 0 0 0.7em;
}
h3{
	font-size: 3.6rem;
	line-height: 1.4;
	margin: 0 0 0.7em;
}
h1 + h2{
	margin-top: -0.7em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: transparent;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	box-shadow: none; 
	display: block;
	color: #1d1d1d;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.5;
	height: 4.25em;
	padding: 1em 1.5em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #1d1d1d;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select:not(.changed){
	color: #1d1d1d;
}
select option{
	color: #1d1d1d;
}
textarea{
	height: 10em;
	padding: 1em 1.5em;
	resize: none;
}
input[type="submit"]{
	background: #6AA84F;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.2;
	height: 7.6rem;
	max-width: 18.7rem;
	padding: 1em 2em;
	text-align: center;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"]:hover{
	background: #446c33;
	color: #fff;
}
::-webkit-input-placeholder {color:#9B9B9B; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#9B9B9B; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#9B9B9B; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#9B9B9B; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0; display: none;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.form-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-col{
	margin-bottom: 3rem;
	width: 100%;
}
.form-col-6{
	width: 48.5%;
}
.form-col.form-col-submit{
	margin: 0;
	padding-top: 0.5rem;
	width: 100%;
}
.form-field-label{
	display: block;
	margin: 0 0 0.8em;
}
.wpcf7-form-control-wrap{
	display: block;
}
span.wpcf7-not-valid-tip{
	font-size: 0.7em;
	color: #be0000;
	line-height: 1.2;
	margin-top: 0.5em;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	font-size: 0.85em;
	line-height: 1.5;
	margin: 1em auto 0;
	padding: 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #df0000;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container-wrap{
	margin: 0 auto;
	max-width: 153.2rem;
}
.container-wrap .container{
	margin-left: auto;
	margin-right: 0;
}
.container{
	max-width: 126rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 98%;
}
/*--------------Header--------------*/
.header-links-bar{
	background: #182832;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.8rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 998;
}
.header-links{
	border-left: 1px solid rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.9rem 0;
	padding-left: 2.5rem;
}
.header-links a{
	border: none;
	color: inherit;
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.header-links a:hover{
	color: #6cc4e9;
}
.header-link-item{
	cursor: pointer;
	margin-right: 4.7rem;
	position: relative;
	transition: all 0.2s linear;
}
.header-link-item:hover{
	color: #6cc4e9;
}
.header-menu-open{
	margin-right: 5.7rem;
	padding-left: 3.3rem;
}
.menu-open-icon{
	background: #fff;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 2.4rem;
}
.menu-open-icon:before,
.menu-open-icon:after{
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: all 0.2s linear;
	width: 100%;
}
.menu-open-icon:before{
	top: -0.8rem;
}
.menu-open-icon:after{
	top: 0.8rem;
}
.header-menu-open:hover .menu-open-icon,
.header-menu-open:hover .menu-open-icon:before,
.header-menu-open:hover .menu-open-icon:after{
	background: #6cc4e9;
}
.header-tenant-link{
	padding-left: 3.1rem;
}
.header-tenant-link svg{
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 2.4rem;
}
.header-map-link a{
	padding-left: 3.5rem;
}
.header-map-link svg{
	display: block;
	height: auto;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 2.8rem;
}
.header-logo-bar{
	left: 0;
	position: absolute;
	pointer-events: none;
	top: 10.1rem;
	width: 100%;
	z-index: 95;
}
.header-logo{
	padding-left: 2.5rem;
}
.page-template-template-home .header-logo{
	border-left: 1px solid rgba(24,40,50,0.4);
	min-height: 20.3rem;
}
.header-logo a{
	border: none;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	pointer-events: auto;
	position: relative;
}
.header-logo img{
	display: inline-block;
	height: 8rem;
	vertical-align: middle;
	position: relative;
	width: auto;
	z-index: 2;
}
.side-menu{
	background: #182832;
	color: #fff;
	display: block;
	left: 0;
	height: 100%;
	max-width: 100%;
	position: fixed;
	padding: 12.9rem 3.7rem 3rem;
	top: 0;
	transition: all 0.4s ease;
	transform: translateX(-102%);
	z-index: 999;
	width: 48.7rem;
	width: calc(50vw - 48rem);
}
.menu-visible .side-menu{
	transform: translateX(0);
}
.menu-close{
	height: 4.6rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.menu-close-icon{
	cursor: pointer;
	height: 2.4rem;
	margin-top: -1.2rem;
	position: absolute;
	right: 3rem;
	position: absolute;
	top: 50%;
	width: 2.4rem;
}
.menu-close-icon:before,
.menu-close-icon:after{
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	transition: all 0.2s linear;
	width: 100%;
}
.menu-close-icon:before{
	transform: rotate(-45deg);
}
.menu-close-icon:after{
	transform: rotate(45deg);
}
.menu-close-icon:hover:before,
.menu-close-icon:hover:after{
	background: #6cc4e9;
}
.side-nav{
	display: block;
	height: 100%;
	max-width: 60rem;
	margin-left: auto;
	position: relative;
	overflow: auto;
	width: 100%;
}
.side-nav::-webkit-scrollbar {
  width: 2px;
}
 
.side-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.side-nav::-webkit-scrollbar-thumb {
  background-color: #989fa9;
  border-radius: 5px;
  outline: 1px solid #989fa9;
}
.side-nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.side-nav a{
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 2.6rem;
	display: block;
	line-height: 3.2rem;
	padding: 0.9rem 0;
	text-decoration: none;
}
.side-nav ul ul{
	display: none;
}
.tenant-nav{
	display: none;
}
.tenant-nav > ul > li > a:before{
	content: "+ ";
}
.tenant-nav > ul > li.active > a:before{
	content: "- ";
}
.tenant-nav ul ul a{
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 1.3rem 0;
}
.menu-cat-title{
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 3.2rem;
	padding: 0.9rem 0;
}
.menu-finden-therapie ul ul,
.menu-finden-services ul ul{
	display: block;
}
/*--------------Footer-----------*/
.footer{
	background: #182832;
	color: #fff;
	padding-top: 13.1rem;
	position: relative;
	z-index: 2;
}
.footer a{
	border: none;
	color: inherit;
	text-decoration: none;
}
.footer a:hover{
	color: #6cc4e9;
}
.footer-content{
	min-height: 20.3rem;
	padding-bottom: 3rem;
	padding-left: 2.3rem;
	position: relative;
}
.footer-content:before{
	background: rgba(255,255,255,0.4);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	max-height: 20.3rem;
	position: absolute;
	top: 0;
	width: 1px;
}
/*--------------Home-----------*/
.sect-pad{
	padding: 3rem 0;
}
.pb-0{
	padding-bottom: 0!important;
}
.pt-0{
	padding-top: 0!important;
}
.top-slider-section{
	position: relative;
	overflow: hidden;
}
.top-slide{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 64.6rem;
	position: relative;
}
.top-slide:after{
	background: linear-gradient(to top, rgba(82,160,195,1), transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 30%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.top-slider-prev,
.top-slider-next{
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	height: 14rem;
	position: absolute;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.25s linear;
	width: 14rem;
	z-index: 5;
}
.top-slider-section:hover .top-slider-prev,
.top-slider-section:hover .top-slider-next{
	opacity: 1;
}
.top-slider-prev{
	left: -7rem;
}
.top-slider-next{
	right: -7rem;
}
.top-slider-prev:hover,
.top-slider-next:hover{
	background-color: rgba(0,0,0,0.7);
}
.top-slider-prev:after,
.top-slider-next:after{
	font-family: swiper-icons;
	font-size: 3.6rem;
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: normal;
	line-height: 1;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.top-slider-prev:after{
	content: "prev";
	right: 3.4rem;
}
.top-slider-next:after{
	content: "next";
	left: 3.4rem;
}
.top-slider-symbol{
	display: block;
	height: 52.5rem;
	left: 50%;
	margin-left: 35.2rem;
	max-height: 82%;
	position: absolute;
	pointer-events: none;
	top: 10.5%;
	width: auto;
	z-index: 2;
}
.t-row{
	justify-content: flex-end;
}
.t-row .t-content-col:nth-child(odd):not(:last-child) .t-content:before{
	display: none;
	content: none;
}
.t-content-col{
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.t-content{
	min-height: 20.3rem;
	max-width: 54.3rem;
	padding-left: 2.4rem;
	position: relative;
}
.t-content:before{
	background: #182832;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	max-height: 20.3rem;
	position: absolute;
	top: 0;
	width: 1px;
}
body.page-template-template-home .t-content:before,
body.single-tenant .t-content:before{
	background: rgba(255,255,255,0.4);
}
.t-content.no-border:before{
	display: none;
	content: none;
}
.t-content-wide{
	max-width: 100%;
}
.t-img-col{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.t-img img{
	display: block;
	width: 100%;
}
.home-intro-section{
	background: linear-gradient(to right, #182832, #5499b6);
	padding: 2.5rem 0 0.5rem;
}
.home-about-section{
	padding: 0 0 1.4rem;
}
.home-about-content{
	min-height: 18.4rem;
}
.fullwindow-banner{
	position: relative;
	z-index: 2;
}
.fullwindow-banner img{
	display: block;
	height: auto;
	width: 100%;
}
.home-info-section{
	padding: 2.8rem 0 9.5rem;
}
/*--------Standard----------*/
.info-section{
	padding-bottom: 7rem;
}
/*--------Tenant Single-------*/
.floorplan-section{
	background: #fff;
	min-height: 18rem;
	padding: 7.5rem 0 4rem;
}
.floorplan-img svg{
	display: block;
	height: auto;
	width: 100%;
}
.tenant-intro-section{
	background: #cea100;
	padding: 2.5rem 0 0.6rem;
}
.tenant-details-section{
	padding: 2rem 0;
}
.tenant-details-list{
	list-style-type: none;
	padding: 0;
}
.tenant-details-list li{
	padding: 0;
	margin-bottom: 0.2em;
}
.tenant-details-list li:last-child{
	margin-bottom: 0;
}
.tenant-details-list a{
	border: none;
	display: inline-block;
	padding-left: 1.6em;
	position: relative;
	text-decoration: none;
}
.tenant-details-list svg{
	height: 0.9em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}
.tenant-details-list path{
	fill: currentColor;
}
.tenant-info-section{
	padding: 2.8rem 0 9.5rem;
}
/*---------Contact--------*/
.page-template-template-directions .header-logo a:before{
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: -1.7rem;
	left: -2.5rem;
	right: -1.7rem;
	top: -1.7rem;
}
.map-wrap{
	padding-top: 64.6rem;
	position: relative;
}
.map-wrap #map{
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.leaflet-popup-content{
	font-size: 22px!important;
	font-family: 'Dosis', sans-serif;
	text-align: center;
}
.contact-details-section{
	padding-top: 2.4rem;
}
.leaflet-bottom{
	display: none!important;
}
.contact-details-list{
	list-style-type: none;
	padding: 0;
}
.contact-details-list li{
	padding: 0;
	margin-bottom: 0.2em;
}
.contact-details-list li:last-child{
	margin-bottom: 0;
}
.contact-details-list a{
	border: none;
	display: inline-block;
	padding-left: 1.6em;
	position: relative;
	text-decoration: none;
}
.contact-details-list svg{
	height: 0.9em;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}
.contact-details-list path{
	fill: currentColor;
}
.contact-info-section{
	padding: 2.8rem 0 9.5rem;
	background: #182832;
	color: #fff;
}
.contact-info-section .t-content:before{
	background: rgba(255,255,255,0.4);
}
.def-content{
	max-width: 100%;
	padding-bottom: 8.5rem;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1920px) {
	.side-menu{
		width: 48.7rem;
	}
	.top-slider-symbol{
		margin-left: 18.3%;
	}
}
@media only screen and (max-width : 1600px) {
	.top-slide{
		padding-top: 40%;
	}
	.top-slider-symbol{
		margin-left: 12%;
	}
	.map-wrap{
		padding-top: 40%;
	}
}
@media only screen and (max-width : 991px) {
	body{
		font-size: 1.8rem;
		line-height: 1.27;
	}
	body.page-template-template-standard,
	body.page-template-default,
	body.error404{
		padding-top: 18rem;
	}
	h1,h2{
		font-size: 3.2rem;
	}
	.header-logo-bar{
		top: 9rem;
	}
	.header-logo img{
		height: 6rem;
	}
	.top-slide{
		padding-top: 50%;
	}
	.top-slider-prev,
	.top-slider-next{
		height: 8rem;
		opacity: 1;
		width: 8rem;
	}
	.top-slider-prev{
		left: -4rem;
	}
	.top-slider-next{
		right: -4rem;
	}
	.top-slider-prev:after,
	.top-slider-next:after{
		font-size: 2.4rem;
	}
	.top-slider-prev:after{
		right: 2rem
	}
	.top-slider-next:after{
		left: 2rem;
	}
	.map-wrap{
		padding-top: 39rem;
	}
}
@media only screen and (max-width : 767px) {
	body.page-template-template-standard,
	body.page-template-default,
	body.error404{
		padding-top: 11rem;
	}
	h1,h2{
		font-size: 2.8rem;
	}
	.container{
		width: 100%;
	}
	.sect-pad{
		padding: 4rem 0;
	}
	.header-links-bar{
		font-size: 1.6rem;
	}
	.header-links{
		border: none;
		padding-left: 0;
	}
	.header-logo-bar{
		top: 6.6rem;
	}
	.header-logo{
		padding: 0;
	}
	.header-logo img{
		height: 5rem;
	}
	.footer{
		padding: 4rem 0;
	}
	.footer-content{
		min-height: 1px;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
		padding-left: 1.5rem;
	}
	.page-template-template-home .header-logo{
		border: none;
		min-height: 1px;
	}
	.top-slider-prev,
	.top-slider-next{
		display: none;
	}
	.top-slider-symbol-wrap{
		display: none;
	}
	.t-row .t-content-col:nth-child(odd):not(:last-child) .t-content:before{
		display: block;
		content: "";
	}
	.t-img-col{
		padding-bottom: 3.5rem;
		padding-top: 3.5rem;
	}
	.t-img-col + .t-img-col{
		margin-top: -5rem;
	}
	.t-img-col:first-child{
		padding-top: 0!important;
	}
	.t-img-col:last-child{
		padding-bottom: 0!important;
	}
	.t-content-col{
		padding-top: 0;
		padding-bottom: 0;
	}
	.t-content{
		min-height: 1px;
		padding-left: 1.5rem;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	.t-content:before{
		max-height: 100%;
	}
	.t-content.no-border:before{
		display: block;
		content: "";
	}
	.floorplan-section{
		padding: 0;
	}
	.floorplan-section .container{
		padding: 0;
	}
	.floorplan-img{
		padding: 10rem 0 4rem;
		position: relative;
		overflow: hidden;
	}
	.floorplan-img-inner{
		width: 100%;
	}
	.floorplan-img svg{
		left: -18px;
		position: relative;
	}
}
@media only screen and (max-width : 520px) {
	.header-links{
		justify-content: space-between;
	}
	.header-menu-open{
		margin: 0;
	}
	.header-tenant-link{
		padding: 0;
		margin: auto;
	}
	.header-tenant-link svg,
	.header-map-link svg{
		display: none;
	}
	.header-map-link a{
		padding: 0;
	}
	.side-menu{
		padding: 8rem 2rem 2rem;
	}
	.menu-close-icon{
		right: 2rem;
	}
	.side-nav{
		margin: 0 auto;
	}
	.side-nav a,
	.menu-cat-title{
		font-size: 2.4rem;
	}
}