@charset "utf-8";
/* CSS Document */

/*============ Default Css Start ============*/

html,
body { 
	height:100%; 
}
* {
	margin:0;
	padding:0;
}
body {
	font-family: 'ProximaNova-Light';
	font-size:15px;
	color:#545454;
	background:#FFF;
	margin:0;
	padding:0;
}
body.scroll-lock {
	overflow:hidden;
}
.fl { 
	float:left; 
}
.fr { 
	float:right; 
}
li, ul, ol { 
	list-style:none; 
	margin:0;
	padding:0;
}
a, a img {
	text-decoration:none;
	border:0;
	outline:none !important;
}
a, button, input[type=submit] {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover,
a:focus {
	text-decoration:none;
	outline:none;
}
:focus {
	outline:none;
}
img {
	max-width:100%;
}
h1, h2, h3, h4, h5, h6, p {
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:0;
}
.clear {}
.clear:before,
.clear:after {
	content:"";
	display:table;
}
.clear:after { 
	clear:both; 
}
input, textarea { 
	outline:none !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none; 
}
::-webkit-input-placeholder {
	color:inherit; 
	opacity:1;
}
::-moz-placeholder {
	color:inherit;
	opacity:1;
}
:-ms-input-placeholder {
	color:inherit; 
	opacity:1;
}
:-moz-placeholder {
	color:inherit;
	opacity:1;
}

#wrapper {
	width:100%;
	min-height:100%;
	position:relative;
	overflow:hidden;
}

/*============ Default Css End ============*/

/*============ Bootstrap Class Overwriter CSS Code Start ============*/

@media (min-width: 768px) {
.container {
	width:750px;
}
}
@media (min-width: 992px) {
.container {
	width:970px;
}
}
@media (min-width: 1200px) {
.container {
	width:1170px;
}
}

.navbar-inverse {
	background:none;
	border:none;
}
.navbar {
	margin-bottom:0px;
	border-radius:0px;
}
.navbar-nav > li {
	margin:0px 17px;
}
.navbar-nav > li > a {
	font-family: 'DINRoundPro-Regular';
	font-size:17px;
	color:#181818;
	letter-spacing:0.02em;
	text-transform:uppercase;
	padding:5px 0px;
}
.navbar-inverse .navbar-nav > li > a {
    color:#181818;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus {
	color:#181818;
    background:none;
}
.navbar-inverse .navbar-nav > .current-menu-item > a,
.navbar-inverse .navbar-nav > .current-menu-item > a:hover, 
.navbar-inverse .navbar-nav > .current-menu-item > a:focus {
	color:#181818;
    background:none;
}
.navbar-inverse .navbar-nav > .contact-link {}
.navbar-inverse .navbar-nav > .contact-link > a {
	background:#FFF;
	border:1px solid #029eab;
	border-radius:60px;
	margin-top:-8px;
	padding:12px 25px;
}
.navbar-inverse .navbar-nav > .contact-link > a:hover,
.navbar-inverse .navbar-nav > .contact-link.current-menu-item > a {
	color:#FFF;
	background:#029eab;
}

.navbar-inverse .navbar-nav > li {}
.navbar-inverse .navbar-nav > li:last-child > a {
	background:#FFF;
	border:1px solid #029eab;
	border-radius:60px;
	margin-top:-8px;
	padding:12px 25px;
}
.navbar-inverse .navbar-nav > li:last-child > a:hover,
.navbar-inverse .navbar-nav > li.current-menu-item:last-child > a {
	color:#FFF;
	background:#029eab;
}

.navbar-inverse .navbar-nav > li > a:after {
	content:"";
	width:0px;
	height:1px;
	background:#029eab;
	position:absolute;
	left:0px;
	bottom:0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover:after,
.navbar-inverse .navbar-nav > .current-menu-item > a:after {
	width:100%;
}
.navbar-inverse .navbar-nav > .contact-link > a:after {
	display:none;
}
.navbar-inverse .navbar-nav > li:last-child > a:after {
	display:none;
}
.navbar-inverse .navbar-toggle {
	background:none;
	border:none;
	border-radius:0px;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background:none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background:#029eab;
}

/*============ Bootstrap Class Overwriter CSS Code End ============*/

/*============ New Class Add By Designer Start ============*/

/*============ Common Style Start ============*/

.content {
	width:100%;
	background:#FFF;
	position:relative;
	z-index:10;
}
.center-block {
	float:none;
}
.button {
	display:inline-block;
	font-family: 'DINRoundPro-Regular';
	font-size:16px;
	color:#029eab;
	letter-spacing:0.03em;
	text-align:center;
	line-height:1;
	background:none;
	border:1px solid #18a6b2;
	border-radius:60px;
	-webkit-border-radius:60px;
	-ms-border-radius:60px;
	padding:17px 38px 17px 38px;
}
.button:hover,
.button:focus {
	color:#FFF;
	background:#18a6b2;
}

/*.....Select Dropdown Start.....*/

.bootstrap-select .glyphicon-ok:before {
	display:none; 
}
.bootstrap-select {
	width:100%;
}
.bootstrap-select .btn, 
.bootstrap-select .btn.dropdown-toggle {
	width:100%;
	min-width:100%;
	height:50px;
	font-family: 'ProximaNova-Light';
	font-size:16px;
	color:#464646;
	letter-spacing:0.02em;
	text-align:left;
	background:#FFF;
	border:1px solid #d7d7d7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	padding:0px 20px;
}
.bootstrap-select .btn:hover, 
.bootstrap-select .btn.dropdown-toggle:hover {
	color:#464646;
	background-color:#FFF;
}
.bootstrap-select.open .btn, 
.bootstrap-select.open .btn.dropdown-toggle {
	color:#464646;
	background-color:#FFF;
}
.bootstrap-select .pull-left {
	display:inline-block;
	float:none !important;
	white-space:normal;
}
.bootstrap-select .btn .caret {
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:100%;
	color:#fff;
	text-align:center;
	border:none;
}
.bootstrap-select .btn .caret:before {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	font-family: 'FontAwesome';
	font-size:23px;
	color:#029eab;
	content:"\f107";
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}
.bootstrap-select .dropdown-menu {
	width:100%;
	min-width:100%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
}
.bootstrap-select div.dropdown-menu {
	height:200px;
	padding:0;
	margin-top:0;
	background:none;
	border:none;
	overflow-y:auto !important;
}
.bootstrap-select ul.dropdown-menu {
	position:relative;
	top:0;
	max-height:inherit !important;
	padding:0;
	margin:0;
	background:none;
	background-color:#fff;
	border:1px solid #d7d7d7;
	overflow:hidden !important;
}
.bootstrap-select .dropdown-menu li {
	border-bottom:1px solid #d7d7d7;
}
.bootstrap-select .dropdown-menu li:last-child { 
	border-bottom:none;
}
.bootstrap-select .dropdown-menu li a {
	font-family: 'ProximaNova-Light';
	font-size:16px;
	color:#464646;
	letter-spacing:0.02em;
	cursor:pointer;
	padding:3px 20px;
}
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.selected a:focus,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	color:#FFF;
	background:#029eab;
}
.bootstrap-select .dropdown-menu li a i { 
	display:none; 
}

/*.....Select Dropdown End.....*/

/*============ Common Style End ============*/

/*============ Header Start ============*/

.header {
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:200;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header  .container{ padding:0 40px; width:100%;  }
.header.is-hidden {
	/*-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);*/
	position:fixed;
}
.header.is-fixed {
    position:fixed;
}
.header-top {
	width:100%;
	position:relative;
	background:#FFF;
	border-bottom:1px solid #e8e8e8;
	padding:16px 0px;
}
.header-top .logo {
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
}
.header-top .h-holder {
	width:auto;
	float:right;
	margin-top:17px;
	margin-left:30px;
}
.header-top .h-holder .lang {
	width:auto;
	float:left;
	position:relative;
	line-height:1;
}
.header-top .h-holder .lang > a {
	font-family: 'DINRoundPro-Regular';
	font-size:18px;
	color:#181818;
}
.header-top .h-holder .lang > a .fa {
	font-size:20px;
	color:#029eab;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin:0 0 0 5px;
}
.header-top .h-holder .lang:hover > a {}
.header-top .h-holder .lang:hover > a .fa {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
.header-top .h-holder .lang > ul {
	width:60px;
	position:absolute;
	top:100%;
	left:0px;
	z-index:10;
	visibility:hidden;
	opacity:0;
	padding-top:34px;
}
.header-top .h-holder .lang:hover > ul {
	visibility:visible;
	opacity:1;
}
.header-top .h-holder .lang > ul li {
	width:100%;
	display:block;
	background:#38383c;
}
.header-top .h-holder .lang > ul li a {
	display:block;
	font-family: 'DINRoundPro-Regular';
	font-size:18px;
	color:#FFF;
	letter-spacing:0.02em;
	text-transform:uppercase;
	text-align:center;
	line-height:1;
	padding:12px 12px;
}
.header-top .h-holder .search-icon {
	width:23px;
	float:left;
	margin-left:30px;
}
.header-top .navbar-nav {
	margin-top:12px;
}
.header-search {
	width:100%;
	display:none;
	background:#38383c;
	margin-top:-1px;
}
.header-search .search-form {
	width:100%;
	max-width:30%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.header-search .search-form .search-icon {
	width:23px;
	position:absolute;
	top:19px;
	left:0px;
}
.search_box_input { position: relative;width: 100%;display: -webkit-box; display: -ms-flexbox; display: flex;align-items: center; }
.search_box_input .submit {-ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; width: 30px; height: 30px; background:url(../images/search-icon-white.svg) center center no-repeat; background-size: 25px auto; cursor: pointer; border:none;box-shadow: none;outline: none;}
.header-search .search-form .input-text {
	width:100%;
	height:60px;
	font-family: 'DINRoundPro-Light';
	font-size:26px;
	color:#FFF;
	background:none;
	border:none;
	padding:0px 0px 1px 40px;

}
.search-form .search_box_input .input-text {position: relative; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; -ms-flex-preferred-size: auto; flex-basis: auto; padding-left: 10px;}

/*............Mobile-Header Start............*/
.mobile-header {
	width:100%;
	display:none;
}
.mobile-header-inner {
	width:100%;
	position:relative;
	background:#FFF;
	border-bottom:1px solid #e1e1e1;
	padding:16px 14px;
}
.mobile-logo {
	width:117px;
	float:left;
}
.mobile-header-right {
	width:auto;
	float:right;
	margin-top:5px;
}
.hamburger-holdar {
	float:left;
}
.hamburger-holdar .menu-txt {
	float:left;
	font-family: 'DINRoundPro-Regular';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	text-transform:uppercase;
	line-height:1;
	margin:0px 15px 0px 0px;
}
.mobile-lang {
	width:100%;
	text-align:center;
	line-height:1;
	padding:40px 0px 20px 0px;
}
.mobile-lang ul {
	width:100%;
	display:block;
}
.mobile-lang ul li {
	display:inline-block;
	font-family: 'DINRoundPro-Regular';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.mobile-lang ul li:first-child:after {
	content:"|";
	display:inline-block;
	margin:0px 5px;
}
.mobile-lang ul li a {
	color:#181818;
}
.mobile-lang ul li a:hover,
.mobile-lang ul li.active a {
	color:#3da9b4;
}
.hamburger-icon {
	width:26px;
	height:26px;
	float:right;
	position:relative;
	overflow:hidden;
	font-size:0;
	text-indent:-9999px;
	background-color:transparent;
	-webkit-transition:background .3s;
	transition:background .3s;
	border:none;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
.hamburger-icon:focus {
	outline:none;
}
.hamburger-icon span {
	display:block;
	position:absolute;
	top:10px;
	left:0px;
	right:0px;
	height:3px;
	background:#029eab;
}
.hamburger-icon span:after,
.hamburger-icon span:before {
	content:"";
	position:absolute;
	display:block;
	left:0;
	width:100%;
	height:3px;
	background-color:#029eab;
}
.hamburger-icon span:before {
	top:-10px;
}
.hamburger-icon span:after {
	bottom:-10px;
}
.hamburger-icon span {
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s;
}
.hamburger-icon span:after,
.hamburger-icon span:before {
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}
.hamburger-icon span:before {
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}
.hamburger-icon span:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}
.hamburger-icon.active {
	background-color:transparent;
}
.hamburger-icon.active span {
	background:none;
}
.hamburger-icon.active span:before {
	top:0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hamburger-icon.active span:after {
	bottom:0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hamburger-icon.active span:after,
.hamburger-icon.active span:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}
.mobile-header-sub {
	width:100%;
	display:none;
	background:#ebebeb;
	overflow-y:auto;
	position:fixed;
	top:65px;
	right:0px;
	bottom:0px;
	left:0px;
	z-index:100;
}
.mobile-search {
	width:100%;
	height:60px;
	position:relative;
	background:#ebebeb;
	border-bottom:1px solid #e1e1e1;
	padding:0px 15px;
}
.mobile-search.active {
	background:#38383c;
}
.mobile-search .search-icon {
	width:23px;
	height:23px;
	background:url(../images/search-icon-black.svg) center center no-repeat;
	position:absolute;
	top:18px;
	left:19px;
}
.mobile-search.active .search-icon {
	display: none;
	background:url(../images/search-icon-white.svg) center center no-repeat;
}
.mobile-search .search-box {
	width:100%;
	display:none;
	padding:0px 0px 0px 40px;
}
.mobile-search.active .search-box {
	padding: 0;
	position: relative;width: 100%;display: -webkit-box; display: -ms-flexbox; display: flex;align-items: center;
}
.mobile-search.active .search-box .submit {-ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; width: 30px; height: 30px; background:url(../images/search-icon-white.svg) center center no-repeat; background-size: 23px auto; cursor: pointer; border:none;box-shadow: none;outline: none;}
.mobile-search .input-text {
	width:100%;
	height:60px;
	font-family: 'DINRoundPro-Light';
	font-size:22px;
	color:#FFF;
	background:none;
	border:none;
	position: relative;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto; flex-basis: auto; padding:0 0 0 10px;
}
.nav-primary-mobile {
	width:100%;
}
.nav-primary-mobile > ul {
	width:100%;
	display:block;
}
.nav-primary-mobile > ul > li {
	width:100%;
	display:block;
	border-bottom:1px solid #e1e1e1;
}
.nav-primary-mobile > ul > li > a {
	display:block;
	font-family: 'DINRoundPro-Regular';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	text-transform:uppercase;
	padding:10px 15px;
}
.nav-primary-mobile > ul > li:hover > a,
.nav-primary-mobile > ul > li > a:hover,
.nav-primary-mobile > ul > li.current-menu-item > a {
	color:#029eab;
}
.nav-primary-mobile > ul > li.menu-item-has-children {
	position:relative;
}
.nav-primary-mobile > ul > li.menu-item-has-children .linkarrow {
	width:19px;
	height:11px;
	background:url(../images/menu-arrow-down.svg) center center no-repeat;
	position:absolute;
	top:20px;
	right:15px;
	z-index:10;
	cursor:pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.nav-primary-mobile > ul > li.menu-item-has-children .linkarrow.active {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.nav-primary-mobile > ul > li.menu-item-has-children > a {
	padding-right:45px;
}
.nav-primary-mobile .sub-menu {
	width:100%;
	display:none;
	padding:0px 15px 15px 25px;
}
.nav-primary-mobile .sub-menu li {
	width:100%;
	display:block;
}
.nav-primary-mobile .sub-menu li a {
	display:block;
	font-family: 'DINRoundPro-Regular';
	font-size:18px;
	color:#5f5f5f;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.nav-primary-mobile .sub-menu li a:hover,
.nav-primary-mobile .sub-menu li.current-menu-item a {
	color:#029eab;
}
/*............Mobile-Header End............*/

/*============ Header End ============*/

/*============ Banner Start ============*/

.banner {
	width:100%;
	position:relative;
	z-index:10;
	background:#fff;
	/* height: calc(100vh - 87px); */
}
.main-slider {
	width:100%;
	position:relative;
}
.main-slider .item {
	width:100%;
	position:relative;
}
.main-slider .slider-image {
	width:100%;
	/*min-height:600px;*/
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.main-slider .container {
	width:830px;
	max-width:100%;
}
.main-slider .slider-caption {
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	z-index:10;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.main-slider .slider-caption-btn{
	width:100%;
	position:absolute;
	bottom:160px;
	left:0px;
	z-index:10;
	transform:none !important;
	top:auto !important;
 
}
.main-slider .slider-caption .caption-text {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.main-slider .slider-caption .caption-text h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:40px;
	padding-bottom:10px;
}
.main-slider .slider-caption .caption-btn {
	width:100%;
	text-align:center;
}
.main-slider .slider-caption .caption-btn li {
	width:33.33%;
	float:left;
	padding:0px 15px;
}
.main-slider .slider-caption .caption-btn li.w3n_mobile_btn { display:none !important;}
.main-slider .slider-caption .caption-btn li.w3n_desktop_btn { display:block !important;}



.main-slider .slider-caption .caption-btn ul.newsepratebtn li { float: none !important;margin: 0 auto;padding-top: 30px;}

.main-slider .slider-caption .caption-btn li .button {
	width:100%;
	color:#FFF;
	background:#029eab;
	border-color:#029eab;
}
.main-slider .slider-caption .caption-btn li .button:hover {
	background:#02b2c1;
	border-color:#02b2c1;
}
.main-slider .slider-caption .caption-btn ul.newsepratebtn li a.bluebuton { display:none;color:#029eab;background:#FFF;border-color:#029eab;}



.main-slider .down-arrow {
	position:absolute;
	left:50%;
	bottom:30px;
	z-index:10;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
}
.main-slider .slider-overlay {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

/*============ Banner End ============*/

/*============ Content Start ============*/

/*............Home Page Start............*/

.home-content {
	width:100%;
	position:relative;
}
.home-info-section {
	width:100%;
	padding:100px 0px;
}
.home-info-text {
	width:100%;
	text-align:center;
}
.home-info-text h3 {
	font-family: 'DINRoundPro-Light';
	font-size:22px;
	color:#181818;
	letter-spacing:0.02em;
	line-height:32px;
}
.home-info-text .button {
	font-size:18px;
	margin-top:25px;
}
.home-info-block {
	width:100%;
	margin-top:100px;
}
.home-info-block .info-row {
	margin:0 -5px;
}
.home-info-block .info-box {
	width:50%;
	float:left;
	margin-bottom:10px;
	padding:0px 5px;
}
.home-info-block .info-box .left-box {
	width:50%;
	float:left;
}
.home-info-block .info-box .right-box {
	width:50%;
	float:right;
}
.home-info-block .info-box .box-detail {
	width:100%;
	min-height:280px;
	background:#f8f8f8;
	padding:30px 0px 30px 30px;
}
.home-info-block .info-box .box-detail h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.home-info-block .info-box .box-detail .address {}
.home-info-block .info-box .box-detail .address p {
	font-size:17px;
	color:#464646;
	letter-spacing:0.02em;
	line-height:24px;
	margin-top:17px;
}
.home-info-block .info-box .box-detail .c-list {}
.home-info-block .info-box .box-detail .c-list ul { margin-top:17px;}
.home-info-block .info-box .box-detail .c-list li {
	font-size:17px;
	color:#464646;
	letter-spacing:0.02em;
	line-height:24px;
}
.home-info-block .info-box .box-detail .c-list li:nth-child(2) {
	font-size:14px;
}
.home-info-block .info-box .box-detail .c-list li span {
	color:#029eab;
	font-size:17px;
	/*font-style:italic;*/
	font-family: 'merriweatheritalic';
}
.home-info-block .info-box .box-detail .c-list li a{ color:#464646 !important;  }
.home-info-block .info-box .box-detail .btn-div {
	width:100%;
	margin-top:20px;
}
.home-info-block .info-box .box-detail .btn-div .button {
	position:relative;
}
.home-info-block .info-box .box-detail .btn-div .button:after {
	content:"";
	width:8px;
	height:14px;
	background:url(../images/btn-arrow-white.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:15px;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top:-7px;
}
.home-info-block .info-box .box-detail .btn-div .button:hover:after {
	opacity:1;
}
.home-info-block .info-box .box-detail .open-list {}
.home-info-block .info-box .box-detail .open-list ul {
	width:100%;
	display:inline-block;
	margin-top:17px;
}
.home-info-block .info-box .box-detail .open-list li {
	width:100%;
	float:left;
	font-size:17px;
	color:#464646;
	letter-spacing:0.02em;
	line-height:24px;
}
.home-info-block .info-box .box-detail .open-list li span {
	min-width:100px;
	float:left;
}
.home-info-block .info-box .box-map {
	width:100%;
	height:280px;
	pointer-events: none;
}
.home-info-block .info-box .box-map iframe {
	width:100%;
	height:280px;
	vertical-align:top;
	pointer-events:none;
}
.home-info-block .info-box .info-box-inner { margin:0 -5px;}
.home-info-block .info-box .info-box-inner .left-box { padding:0px 5px;}
.home-info-block .info-box .info-box-inner .right-box { padding:0px 5px;}
.home-info-block .info-box .box-spoed {
	width:100%;
	min-height:280px;
	background:#029eab;
	padding:24px 30px;
}
.home-info-block .info-box .box-spoed h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#FFF;
	padding-bottom:5px;
	letter-spacing:0.02em;
}
.home-info-block .info-box .box-spoed p {
	font-size:17px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:24px;
	margin-top:10px;
	margin-bottom:6px;
}
.home-info-block .info-box .box-spoed .tel {
	display:block;
	font-size:21px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:1;
	margin-top:0px;
	padding-bottom:5px;
}
.home-info-block .info-box .box-spoed .tel span {
	/*font-style:italic;*/
	font-family: 'merriweatheritalic';
}
.home-info-block .info-box .box-spoed .tel a { color:#fff;}
.home-info-block .info-box .box-image {
	width:100%;
	min-height:280px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home-info-block .info-box .info-slider {
	width:100%;
	min-height:280px;
	background:#f8f8f8;
	padding:30px 30px;
}
.home-info-block .info-box .info-slider h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:17px;
}
.home-info-block .info-box .info-slider .slider-box { width:100%;}
.home-info-block .info-box .info-slider .slider-box h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:17px;
}
.home-info-block .info-box .info-slider .slider-box p {
	font-size:17px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:24px;
	margin-bottom:20px;
}
.home-info-block .info-box .info-slider .slider-box a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
	text-decoration:underline;
}
.home-info-block .info-box .owl-carousel .owl-controls {
	position:absolute;
	right:-15px;
	bottom:-25px;
}
.home-info-block .info-box .owl-carousel .owl-controls .owl-nav .owl-prev, 
.home-info-block .info-box .owl-carousel .owl-controls .owl-nav .owl-next {
	width:26px;
	height:26px;
	font-size:0px;
	text-indent:-100%;
	vertical-align:top;
	border-radius:0px;
	margin:0px 5px;
	padding:0px;
}
.home-info-block .info-box .owl-carousel .owl-controls .owl-nav .owl-prev {
	background:url(../images/info-slider-prev.svg) center center no-repeat;
}
.home-info-block .info-box .owl-carousel .owl-controls .owl-nav .owl-next {
	background:url(../images/info-slider-next.svg) center center no-repeat;
}




.treatments-section {
	width:100%;
	background:#f8f8f8;
	padding:100px 0px;
}
.treatments-title {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.treatments-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
	letter-spacing:0.02em;
}
.treatments-block {
	width:100%;
}
.treatments-block .treatments-row {
	margin:0px -5px;
}
.treatments-block .treatments-box-wrap {
	padding:0px 5px;
}
.treatments-block .treatments-box {
	width:100%;
	min-height:275px;
	position:relative;
	text-align:center;
	background:#FFF;
	border:2px solid #FFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom:10px;
	padding:70px 20px 20px 20px;
}
.treatments-block .treatments-box:hover {
	border-color:#15a5b1;
}
.treatments-block .treatments-box .box-icon {
	width:100%;
	min-height:84px;
}
.treatments-block .treatments-box .box-icon img {
	max-height:84px;
}
.treatments-block .treatments-box .box-text {
	width:100%;
	padding-top:20px;
}
.treatments-block .treatments-box .box-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:24px;
	color:#181818;
	letter-spacing:0.02em;
	line-height:32px;
}
.treatments-block .treatments-box .arrow-mobile {
	position:absolute;
	top:50%;
	right:0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.treatments-block .treatments-box .arrow-mobile .fa {
	font-size:28px;
	color:#029eab;
}
.treatments-btn-row {
	width:100%;
	text-align:center;
	margin-top:50px;
}
.treatments-btn-row .button {}




.home-image-slider {
	width:100%;
	position:relative;
}
.home-image-slider .slider-image-box {
	width:100%;
}
.home-image-slider .slider-image-box .image-box-1 {
	width:100%;
	min-height:570px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home-image-slider .slider-image-box .image-box-2 {
	width:100%;
	min-height:285px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}



.customer-reviews-section {
	width:100%;
	padding:100px 0px;
}
.customer-reviews-title {
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.customer-reviews-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
	letter-spacing:0.02em;
}
.customer-reviews-block {
	width:100%;
	text-align:center;
}
.customer-reviews-slider {
	width:750px;
	max-width:100%;
	display:inline-block;
}
.customer-reviews-slider .owl-carousel .animated {
	-webkit-animation-duration:700ms;
	animation-duration:700ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.customer-reviews-slider .slider-box {
	width:100%;
	float:left;
	border:1px solid #f8f8f8;
	border-radius:200px;
	padding:8px 8px;
}
.customer-reviews-slider .slider-box .rating-box {
	width:150px;
	height:150px;
	float:left;
	position:relative;
	font-size:42px;
	color:#FFF;
	text-align:center;
	background:#029eab;
	border-radius:50%;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.customer-reviews-slider .slider-box .rating-box .sub-box {
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	padding:0px 30px;
	font-family: 'merriweatherregular';
}
.customer-reviews-slider .slider-box .rating-box .sub-box sup {
	top:-15px;
}
.customer-reviews-slider .slider-box .logo-box {
	width:350px;
	float:left;
	padding:0px 30px;
}
.customer-reviews-slider .slider-box .logo-box-sub {
	width:100%;
	height:150px;
	display:table-cell;
	vertical-align:middle;
}
.customer-reviews-slider .slider-box .logo-box-sub img {
	width:auto;
	max-width:100%;
	display:table;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
}
.customer-reviews-slider .slider-box .link-box {
	width:230px;
	float:right;
	text-align:left;
	padding:65px 0px 0px 0px;
}
.customer-reviews-slider .slider-box .link-box .link {
	display:inline-block;
	font-family: 'DINRoundPro-Regular';
	font-size:16px;
	color:#111111;
	letter-spacing:0.02em;
}
.customer-reviews-slider .slider-box .link-box .link:after {
	content:"";
	width:8px;
	height:13px;
	display:inline-block;
	background:url(../images/btn-arrow-blue.svg) center center no-repeat;
	margin-left:5px;
}
.customer-reviews-slider .owl-theme .owl-controls {
	margin-top:35px;
}
.customer-reviews-slider .owl-theme .owl-dots .owl-dot span {
	width:15px;
	height:15px;
	background:#FFF;
	border:1px solid #ebebeb;
	border-radius:50%;
	margin:0px 5px;
}
.customer-reviews-slider .owl-theme .owl-dots .owl-dot.active span, 
.customer-reviews-slider .owl-theme .owl-dots .owl-dot:hover span {
	background:#029eab;
	border-color:#029eab;
}

.customer-reviews-slider .fadeIn { 
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}

#info-slider .fadeIn { 
	-webkit-animation-delay:0.7s;
	animation-delay:0.7s;
}



.home-faq-section {
	width:100%;
	background:#f8f8f8;
	padding:100px 0px;
}
.home-faq-title {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.home-faq-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
	letter-spacing:0.02em;
}
.home-faq-block {
	width:100%;
}
.home-faq-block .home-faq-accordion {
	width:100%;
}
.home-faq-block .ui-accordion .ui-accordion-header {
	width:100%;
	position:relative;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	margin:0px;
	padding:20px 40px 20px 0px;
}
.home-faq-block .ui-accordion .ui-accordion-header.accordion-header-active {
	border:none;
}
.home-faq-block .ui-accordion .ui-accordion-header h3 {
	font-family: 'ProximaNova-Light';
	font-size:20px;
	color:#545454;
}
.home-faq-block .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width:22px;
	height:14px;
	background:url(../images/acc-arrow-down.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:0px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	margin-top:-7px;
}
.home-faq-block .ui-accordion .accordion-header-active .ui-accordion-header-icon {
	-webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}
.home-faq-block .ui-accordion .ui-accordion-content {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	margin:0px;
	padding:0px 0px 20px 0px;
}
.home-faq-block .ui-accordion .ui-accordion-content.accordion-content-active {
	opacity:1;
	-webkit-transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s,-webkit-transform .2s ease .2s;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.home-faq-block .ui-accordion .ui-accordion-content p {
	font-family: 'ProximaNova-Light';
	font-size:17px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:24px;
}
.home-faq-btn {
	width:100%;
	text-align:center;
	margin-top:60px;
}
.home-faq-btn .button {
	padding:17px 30px 17px 30px;
}




.cta-section {
	width:100%;
	background:#029eab;
	padding:75px 0px 80px 0px;
}
.cta-block {
	width:100%;
	text-align:center;
}
.cta-block .cta-text {
	width:100%;
}
.cta-block .cta-text h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#FFF;
	padding-bottom:15px;
}
.cta-block .cta-text p {
	font-size:18px;
	color:#FFF;
	letter-spacing:0.02em;
	padding-bottom:15px;
}
.cta-block .cta-btn-group {
	width:100%;
	padding-top:15px;
}
.cta-block .cta-btn-group .cta-btn {
	display:inline-block;
	vertical-align:top;
	padding:0px 14px;
}
.cta-block .cta-btn-group .cta-btn .button {
	min-width:210px;
	color:#FFF;
	background:none;
	border:1px solid #FFF;
	padding:17px 30px 17px 30px;
}
.cta-block .cta-btn-group .cta-btn .button:hover {
	color:#029eab;
	background:#FFF;
}
.cta-block .cta-form {
	width:100%;
	text-align:left;
	padding-top:20px;
}
.cta-block .cta-form .cta-form-sub {
	width:740px;
	margin-left:auto;
	margin-right:auto;
}
.cta-block .cta-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.cta-block .cta-form .f-column {
	width:270px;
	float:left;
	padding:0px 12px;
}
.cta-block .cta-form .f-submit {
	width:200px;
	float:left;
	padding:0px 12px;
}
.cta-block .cta-form .input-text {
	width:100%;
	height:50px;
	font-size:17px;
	color:#FFF;
	letter-spacing:0.02em;
	background:none;
	border:1px solid #FFF;
	border-radius:5px;
	padding:0px 20px;
}
.cta-block .cta-form .button {
	min-width:170px;
	color:#029eab;
	background:#FFF;
	border-color:#FFF;
}
.cta-block .cta-form .button:hover {
	color:#FFF;
	background:#029eab;
}

/*............Home Page End............*/

/*============ Content End ============*/

/*============ Footer Start ============*/

.footer {
	width:100%;
	position:relative;
}
.footer-top {
	width:100%;
	position:relative;
	z-index:10;
	background:#38383c;
	padding:80px 0px;
}
.footer-top .footer-panel-top {
	width:100%;
	border-bottom:1px solid #FFF;
}
.footer-top .f-box {
	width:100%;
	padding-bottom:40px;
}
.footer-top .f-box .f-title {
	width:100%;
	position:relative;
}
.footer-top .f-box .f-title h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:22px;
	color:#FFF;
	letter-spacing:0.02em;
}
.footer-top .f-box .f-title.f-title-mobile {}
.footer-top .f-box .f-title.f-title-mobile .icon {
	height:25px;
	font-size:28px;
	color:#FFF;
	cursor:pointer;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-top .f-box .f-title.f-title-mobile.active .icon {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
}
.footer-top .f-box .f-title.f-title-mobile .icon .fa {
	display:inline-block;
	vertical-align:top;
	line-height:25px;
}
.footer-top .f-box .f-links {
	width:100%;
	padding-top:20px;
}
.footer-top .f-box .f-links ul {}
.footer-top .f-box .f-links ul li {
	width:100%;
	display:block;
	font-family: 'ProximaNova-Regular';
	font-size:17px;
	color:#d1d1d2;
	
	letter-spacing:0.02em;
	line-height:26px;
}
.footer-top .f-box .f-links ul li a { color:#d1d1d2;}
.footer-top .f-box .f-links ul li a:hover { color:#FFF;}
.footer-top .f-box .f-hours {
	width:100%;
	padding-top:20px;
}
.footer-top .f-box .f-hours ul {}
.footer-top .f-box .f-hours ul li {
	width:100%;
	display:block;
	font-family: 'ProximaNova-Regular';
	font-size:17px;
	color:#d1d1d2;
	letter-spacing:0.02em;
	line-height:26px;
}
.footer-top .f-box .f-hours ul li span {
	width:110px;
	display:inline-block;
}
/*.footer-top .f-box .f-hours ul.excls li span {
	width:134px;
	display:inline-block;
}*/

.footer-top .footer-panel-bottom {
	width:100%;
	padding-top:45px;
}
.footer-top .f-contact {
	width:100%;
}
.footer-top .f-contact .fc-title {
	width:100%;
	padding-bottom:25px;
}
.footer-top .f-contact .fc-title h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:22px;
	color:#FFF;
	letter-spacing:0.02em;
}
.footer-top .f-contact .fc-box {}
.footer-top .f-contact .fc-box .address {}
.footer-top .f-contact .fc-box .address p {
	font-family: 'ProximaNova-Regular';
	font-size:17px;
	color:#d1d1d2;
	letter-spacing:0.02em;
	line-height:26px;
}
.footer-top .f-contact .fc-box .f-call {}
.footer-top .f-contact .fc-box .f-call li {
	font-family: 'ProximaNova-Regular';
	font-size:17px;
	color:#d1d1d2;
	letter-spacing:0.02em;
	line-height:26px;
}
.footer-top .f-contact .fc-box .f-call li a{ color:#d1d1d2;  }
.footer-top .f-contact .fc-box .f-call li span {
	color:#029eab;
	font-family: 'merriweatheritalic';
}
.footer-top .f-contact .fc-box .f-call li a {
	color:#d1d1d2;
}
.footer-top .f-contact .fc-box .f-social {
	text-align:right;
	margin-top:-15px;
}
.footer-top .f-contact .fc-box .f-social li {
	width:52px;
	display:inline-block;
	margin-left:19px;
}
.footer-top .f-contact .fc-box .f-social li a img
{
	/*-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
.footer-top .f-contact .fc-box .f-social li a{ display:inline-block; width:100%; position:relative; }
.footer-top .f-contact .fc-box .f-social li a .image-2{ position:absolute; left:0px; top:0px; opacity:0;  }
.footer-top .f-contact .fc-box .f-social li a .image-1{  opacity:1;  }
.footer-top .f-contact .fc-box .f-social li a:hover .image-1{ opacity:0;    }
.footer-top .f-contact .fc-box .f-social li a:hover .image-2{  opacity:1;   }


.footer-bottom {
	width:100%;
	background:#FFF;
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:9;
	padding:20px 0px;
}
.footer-bottom .f-logos {
	margin:0px -28px;
}
.footer-bottom .f-logos ul {
	width:100%;
	display:inline-block;
	text-align:center;
}
.footer-bottom .f-logos ul li {
	width:129px;
	display:inline-block;
	padding:0px 26px;
}
.footer-bottom .f-logos ul li a {
	width:100%;
	height:91px;
	display:table-cell;
	vertical-align:middle;
}
.footer-bottom .f-logos ul li a img {
	max-height:90px;
	display:table;
}

/*============ Footer End ============*/

/*============ Inner Page Start ============*/

/*............Inner Page Common Class Start............*/

.inner-banner {
	width:100%;
	min-height:300px;
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inner-banner .banner-overlay {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	position:absolute;
	top:0px;
	left:0px;
}
.inner-banner .page-title {
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	left:0px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
}
.inner-banner .page-title h1 {
	font-family: 'DINRoundPro-Light';
	font-size:46px;
	color:#FFF;
}
.inner-content {
	width:100%;
	position:relative;
}
.sub-header-wrap {
	width:100%;
	background:#f8f8f8;
	padding:20px 0px;
}
.sub-header {
	width:100%;
	text-align:center;
}
.sub-header ul { width:100%;}
.sub-header ul li {
	display:inline-block;
	vertical-align:top;
	margin:0px 16px;
}
.sub-header ul li a {
	display:block;
	position:relative;
	font-family: 'DINRoundPro-Regular';
	font-size:16px;
	color:#1a1b1b;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
.sub-header ul li a:after {
	content:"";
	width:0px;
	height:1px;
	background:#15a5b1;
	position:absolute;
	left:0px;
	bottom:-5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sub-header ul li a:hover:after,
.sub-header ul li.current-menu-item  a:hover:after,
.sub-header ul li.current-menu-item  a:after {
	width:100%;
}

/*............Inner Page Common Class End............*/

/*............Over-Ons Page Start............*/

.overons-main-wrap {
	width:100%;
}
.praktijk-section {
	width:100%;
	padding:70px 0px 40px 0px;
}
.praktijk-block {
	width:100%;
}
.praktijk-block .praktijk-title {
	width:100%;
	padding-bottom:30px;
}
.praktijk-block .praktijk-title h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.praktijk-block .praktijk-panel {
	width:100%;
	margin-bottom:30px;
}
.praktijk-block .praktijk-panel h3 {
	min-height:25px;
	position:relative;
	font-family: 'DINRoundPro-Regular';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	padding:0px 0px 0px 40px;
}
.praktijk-block .praktijk-panel h3:before {
	content:"";
	width:28px;
	height:28px;
	background:url(../images/checkmark.svg) center center no-repeat;
	position:absolute;
	top:-3px;
	left:0px;
}
.praktijk-block .praktijk-panel p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	padding-top:12px;
}




.kwaliteit-section {
	width:100%;
	background:#f8f8f8;
	padding:70px 0px 70px 0px;
}
.kwaliteit-block {
	width:100%;
}
.kwaliteit-block .kwaliteit-text {
	width:100%;
}
.kwaliteit-block .kwaliteit-text h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:15px;
}
.kwaliteit-block .kwaliteit-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	padding:10px 0px;
}
.kwaliteit-block .kwaliteit-text .images {
	width:100%;
}
.kwaliteit-block .kwaliteit-text .images .img-box {
	width:170px;
	float:left;
	max-width:22%;
	margin:15px 30px 0px 0px;
}
.kwaliteit-block .kwaliteit-text .images .img-box:nth-child(4n+0){ margin-right:0px; }




.team-section {
	width:100%;
	padding:75px 0px 40px 0px;
}
.team-block {
	width:100%;
}
.team-block .team-row {
	margin:0px -10px;
}
.team-block .team-box-wrap {
	padding:0px 10px;
}
.team-block .team-box {
	width:100%;
	border-bottom:1px solid #f8f8f8;
	margin-bottom:35px;
}
.team-block .team-box .box-image {
	width:100%;
	min-height:300px;
	position:relative;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.team-block .team-box .box-image img {
	width:100%;
	display:none;
}
.team-block .team-box .box-image .box-overlay {
	width:100%;
	height:100%;
	background:rgba(21,165,177,0.8);
	position:absolute;
	top:0px;
	left:0px;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding:20px 18px;
	color:#FFFFFF;
}
.team-block .team-box .box-image:hover .box-overlay {
	opacity:1;
	visibility:visible;
}
.team-block .team-box .box-image .box-overlay p {
	font-size:15px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:20px;
}
.team-block .team-box .box-text {
	width:100%;
	padding:15px 0px;
}
.team-block .team-box .box-text h5 {
	font-family: 'DINRoundPro-Regular';
	font-size:16px;
	color:#181818;
	letter-spacing:0.02em;
}
.team-block .team-box .box-text h5 a { color:#181818;}
.team-block .team-box .box-text span {
	display:block;
	font-size:14px;
	color:#15a5b1;
	letter-spacing:0.02em;
	font-family: 'merriweatheritalic';
	padding-top:10px;
}
.team-block .team-box .open-close-icon-mobile {
	width:50px;
	height:50px;
	background:url(../images/team-open-close-icon.svg) center center no-repeat;
	position:absolute;
	right:30px;
	bottom:30px;
	cursor:pointer;
	display:none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.team-block .team-box .open-close-icon-mobile.active {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
}




.swt-section {
	width:100%;
	padding:70px 0px 45px 0px;
}
.swt-block {
	width:100%;
}
.swt-block .swt-text {
	width:100%;
}
.swt-block .swt-text h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:30px;
}
.swt-block .swt-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:25px;
}
.swt-block .swt-text p a {
	font-family: 'ProximaNova-Regular';
	color:#15a5b1;
	text-decoration:underline;
}
.swt-block .swt-text ul,
.swt-block .swt-text ol {
	width:100%;
	display:block;
	margin-bottom:25px;
}
.swt-block .swt-text ul li,
.swt-block .swt-text ol li {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
}
.swt-block .swt-text ul li {
	list-style:outside disc;
	margin-left:16px;
	padding-left:20px;
}
.swt-block .swt-text ol li {
	list-style:outside decimal;
	margin-left:16px;
	padding-left:20px;
}




.vacatures-section {
	width:100%;
	padding:75px 0px 65px 0px;
}
.vacatures-block {
	width:100%;
}
.vacatures-block .vacatures-row {
	margin:0px -5px;
}
.vacatures-block .vacatures-box-wrap {
	padding:0px 5px;
}
.vacatures-block .vacatures-box {
	width:100%;
	background:#f8f8f8;
	margin-bottom:10px;
	padding:25px 25px;
	border: #f8f8f8 solid 2px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.vacatures-block .vacatures-box:hover
{
	border:#029eab solid 2px;
}
.vacatures-block .vacatures-box h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:18px;
	color:#181818;
	letter-spacing:0.02em;
}
.vacatures-block .vacatures-box h3 span {
	display:block;
}
.vacatures-block .vacatures-box .v-location {
	width:100%;
	min-height:15px;
	position:relative;
	font-size:15px;
	color:#545454;
	letter-spacing:0.02em;
	margin-top:10px;
	padding-left:20px;
}
.vacatures-block .vacatures-box .v-location .icon {
	width:12px;
	position:absolute;
	top:0px;
	left:0px;
}

/*............Over-Ons Page End............*/

/*............Contact Page Start............*/

.contact-main-wrap {
	width:100%;
}
.contact-section {
	width:100%;
	padding:75px 0px 55px 0px;
}
.contact-block {
	width:100%;
}
.contact-left {
	padding-right:30px;
}
.contact-left .contact-title {
	width:100%;
	padding-bottom:30px;
}
.contact-left .contact-title h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.contact-left .contact-form {
	width:100%;
}
.contact-left .contact-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}
.contact-left .contact-form .form-row .l-row {
	width:50%;
	float:left;
	padding-right:10px;
}
.contact-left .contact-form .form-row .r-row {
	width:50%;
	float:right;
	padding-left:10px;
}
.contact-left .contact-form .input-text {
	width:100%;
	height:55px;
	font-size:17px;
	color:#464646;
	letter-spacing:0.02em;
	background:#FFF;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:0px 20px;
	box-shadow:none;
}
.contact-left .contact-form textarea.input-text {
	height:295px;
	resize:none;
	padding:15px 20px;
}
.contact-left .contact-form .button {
	padding:17px 42px 17px 42px;
}
.contact-right {
	padding-left:30px;
}
.contact-info { width:100%;}
.contact-info .info-row { margin:0px -5px;}
.contact-info .info-box { margin-bottom:10px; padding:0px 5px;}
.contact-info .info-box .detail-box {
	width:100%;
	min-height:270px;
	background:#f8f8f8;
	padding:30px 0px 30px 30px;
}
.contact-info .info-box .detail-box h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.contact-info .info-box .detail-box .btn-div {
	width:100%;
	margin-top:20px;
}
.contact-info .info-box .detail-box .btn-div .button {
	position:relative;
}
.contact-info .info-box .detail-box .btn-div .button:after {
	content:"";
	width:8px;
	height:14px;
	background:url(../images/btn-arrow-white.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:15px;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top:-7px;
}
.contact-info .info-box .detail-box .btn-div .button:hover:after {
	opacity:1;
}
.contact-info .info-box .detail-box .c-list {}
.contact-info .info-box .detail-box .c-list ul { margin-top:17px;}
.contact-info .info-box .detail-box .c-list li {
	font-size:17px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:24px;
}
.contact-info .info-box .detail-box .c-list li:nth-child(2) {
	font-size:14px;	
}
.contact-info .info-box .detail-box .c-list li span {
	color:#029eab;
	font-size:17px;
	font-style:italic;
	font-family:'merriweatheritalic';
}
.contact-info .info-box .detail-box .c-list li a{ color:#545454 !important;  }
.contact-info .info-box .detail-box .address {}
.contact-info .info-box .detail-box .address p,
.contact-info .info-box .detail-box .address {
	font-size:17px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:24px;
	margin-top:17px;
}
.contact-info .info-box .detail-box .open-list {}
.contact-info .info-box .detail-box .open-list ul {
	width:100%;
	display:inline-block;
	margin-top:17px;
}
.contact-info .info-box .detail-box .open-list li {
	width:100%;
	float:left;
	font-size:17px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:24px;
}
.contact-info .info-box .detail-box .open-list li span {
	min-width:98px;
	float:left;
}
.contact-info .info-box .spoed-box {
	width:100%;
	min-height:270px;
	background:#029eab;
	padding:30px 30px;
}
.contact-info .info-box .spoed-box h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#FFF;
	letter-spacing:0.02em;
}
.contact-info .info-box .spoed-box p {
	font-size:17px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:24px;
	margin-top:17px;
}
.contact-info .info-box .spoed-box .tel {
	display:block;
	font-size:17px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:1;
	margin-top:8px;
}
.contact-info .info-box .spoed-box .tel span {
	font-style:italic;
}
.contact-info .info-box .spoed-box .tel a{ color:#fff !important; }




.bereikbaarheid-section {
	width:100%;
	padding:75px 0px 55px 0px;
}
.bereikbaarheid-block {
	width:100%;
}
.bereikbaarheid-left {
	/*padding-right:25px;*/
}
.bereikbaarheid-left .bereikbaarheid-text {
	width:100%;
}
.bereikbaarheid-left .bereikbaarheid-text h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:20px;
}
.bereikbaarheid-left .bereikbaarheid-text h5 {
	font-family: 'ProximaNova-Regular';
	font-size:18px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:10px;
}
.bereikbaarheid-left .bereikbaarheid-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:20px;
}
.bereikbaarheid-left .bereikbaarheid-text p a {
	font-family: 'ProximaNova-Regular';
	color:#15a5b1;
	text-decoration:underline;
}
.bereikbaarheid-right {
	padding-left:25px;
}
.bereikbaarheid-right .bereikbaarheid-map {
	width:100%;
	height:500px;
	margin-bottom:20px;
	pointer-events: none;
}
.bereikbaarheid-right .bereikbaarheid-map iframe {
	width:100%;
	height:470px;
}




.contact-faq-section {
	width:100%;
	padding:75px 0px;
}
.contact-faq-block {
	width:100%;
}
.contact-faq-block .contact-faq-title {
	width:100%;
	margin-bottom:20px;
}
.contact-faq-block .contact-faq-title h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.contact-faq-block .contact-faq-accordion {
	width:100%;
}
.contact-faq-block .ui-accordion .ui-accordion-header {
	width:100%;
	position:relative;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	margin:0px;
	padding:20px 40px 20px 0px;
}
.contact-faq-block .ui-accordion .ui-accordion-header.accordion-header-active {
	border:none;
}
.contact-faq-block .ui-accordion .ui-accordion-header h3 {
	font-family: 'ProximaNova-Light';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
}
.contact-faq-block .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width:22px;
	height:14px;
	background:url(../images/acc-arrow-down.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:0px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	margin-top:-7px;
}
.contact-faq-block .ui-accordion .accordion-header-active .ui-accordion-header-icon {
	-webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}
.contact-faq-block .ui-accordion .ui-accordion-content {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	margin:0px;
	padding:0px 0px 20px 0px;
}
.contact-faq-block .ui-accordion .ui-accordion-content.accordion-content-active {
	opacity:1;
	-webkit-transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s,-webkit-transform .2s ease .2s;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.contact-faq-block .ui-accordion .ui-accordion-content p {
	font-family: 'ProximaNova-Light';
	font-size:15px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
}
.contact-faq-block .ui-accordion .ui-accordion-content p a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
}
.contact-faq-block .ui-accordion .ui-accordion-content .btn-box {
	padding:25px 0px;
}
.contact-faq-block .ui-accordion .ui-accordion-content .btn-box .button { color:#029eab;}
.contact-faq-block .ui-accordion .ui-accordion-content .btn-box .button:hover,
.contact-faq-block .ui-accordion .ui-accordion-content .btn-box .button:focus { color:#FFF;}

/*............Contact Page End............*/

/*............De-Rekening Page Start............*/

.derekening-main-wrap {
	width:100%;
}
.derekening-section {
	width:100%;
	padding:70px 0px 45px 0px;
}
.derekening-block {
	width:100%;
}
.derekening-block .derekening-text {
	width:100%;
}
.derekening-block .derekening-text h2 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:15px;
}
.derekening-block .derekening-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:15px;
}
.derekening-block .derekening-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:25px;
}
.derekening-block .derekening-text p a {
	font-family: 'ProximaNova-Regular';
	color:#15a5b1;
	text-decoration:underline;
}
.derekening-block .derekening-text ul {
	width:100%;
	display:block;
}
.derekening-block .derekening-text ul li {
	position:relative;
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:25px;
	padding-left:35px;
}
.derekening-block .derekening-text ul li:before {
	content:"•";
	font-size:16px;
	color:#545454;
	position:absolute;
	top:0px;
	left:0px;
}
.derekening-block .derekening-text .text-panel {
	width:100%;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:25px;
	padding-bottom:10px;
}
.derekening-block .derekening-text .text-panel:last-child {
	border:none;
	margin:0px;
	padding:0px;
}

/*............De-Rekening Page End............*/

/*............Afspraken Page Start............*/

.afspraken-section {
	width:100%;
	background:#f8f8f8;
	padding:70px 0px 45px 0px;
}
.afspraken-title {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.afspraken-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
}
.afspraken-title p {
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
	padding-top:15px;
}
.afspraken-block {
	width:100%;
}
.afspraken-block .afspraken-box {
	width:100%;
	  
	position:relative;
	text-align:center;
	background:#FFF;
	
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom:30px;
	padding:0px;
	vertical-align:top;
}
.afspraken-block .afspraken-box > a{ min-height:275px; position:relative; display:inline-block; width:100%; border:2px solid #FFF; vertical-align:top; }
.verticla_center{ position:absolute; left:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; text-align:center; }
.afspraken-block .afspraken-box > a:hover {
	border: solid 2px #15a5b1;
}
.afspraken-block .afspraken-box .box-icon {
	width:100%;
	min-height:72px;
}
.afspraken-block .afspraken-box .box-icon img {
	max-width:72px;
}
.afspraken-block .afspraken-box .box-text {
	width:100%;
	padding-top:25px;
}
.afspraken-block .afspraken-box .box-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:24px;
	color:#181818;
	letter-spacing:0.02em;
	line-height:32px;
}




.afspraken-info-section {
	width:100%;
	padding:70px 0px 45px 0px;
}
.afspraken-info-title {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.afspraken-info-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
}
.afspraken-info-block {
	width:100%;
}
.afspraken-soort {
	width:100%;
}
.afspraken-soort .soort-title {
	width:100%;
	padding-bottom:15px;
}
.afspraken-soort .soort-title h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
}
.afspraken-soort .soort-accordion {
	width:100%;
}
.afspraken-soort .ui-accordion .ui-accordion-header {
	width:100%;
	position:relative;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	margin:0px;
	padding:20px 40px 20px 0px;
}
.afspraken-soort .ui-accordion .ui-accordion-header.accordion-header-active {
	border:none;
}
.afspraken-soort .ui-accordion .ui-accordion-header h3 {
	font-family: 'ProximaNova-Light';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
}
.afspraken-soort .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	width:22px;
	height:14px;
	background:url(../images/acc-arrow-down.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:0px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	margin-top:-7px;
}
.afspraken-soort .ui-accordion .accordion-header-active .ui-accordion-header-icon {
	-webkit-transform: translateY(50%) rotate(180deg);
    -ms-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
}
.afspraken-soort .ui-accordion .ui-accordion-content {
	width:100%;
	background:none;
	border:none;
	border-bottom:1px solid #cccccc;
	border-radius:0px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s;
	transition: opacity .2s ease 0s,transform .2s ease 0s,max-height .2s ease .2s,margin .2s ease .2s,visibility 0s ease .4s,-webkit-transform .2s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	margin:0px;
	padding:0px 0px 20px 0px;
}
.afspraken-soort .ui-accordion .ui-accordion-content.accordion-content-active {
	opacity:1;
	-webkit-transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,-webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s;
	transition: opacity .2s ease .2s,max-height .2s ease 0s,visibility 0s ease .2s,transform .2s ease .2s,-webkit-transform .2s ease .2s;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.afspraken-soort .ui-accordion .ui-accordion-content p {
	font-family: 'ProximaNova-Light';
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:20px;
}
.afspraken-soort .ui-accordion .ui-accordion-content p a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
}
.afspraken-sms {
	width:100%;
	padding-top:50px;
}
.afspraken-sms h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:26px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:25px;
}
.afspraken-sms h5 {
	font-family: 'ProximaNova-Regular';
	font-size:18px;
	color:#181818;
	letter-spacing:0.02em;
	padding-bottom:15px;
}
.afspraken-sms p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:20px;
}

/*............Afspraken Page End............*/

/*............Afspraak-Maken Page Start............*/

.afspraak-section {
	width:100%;
	background:#f8f8f8;
	padding:70px 0px;
}
.afspraak-title {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.afspraak-title h2 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#181818;
}
.afspraak-block {
	width:100%;
}
.afspraak-left {
	width:100%;
	background:#FFF;
	padding:40px 45px 25px 45px;
}
.afspraak-left .afspraak-text {
	width:100%;
}
.afspraak-left .afspraak-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:24px;
	color:#181818;
	padding-bottom:18px;
}
.afspraak-left .afspraak-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	padding-bottom:20px;
}
.afspraak-left .afspraak-text p a{color: #029eab;
    font-family: "ProximaNova-Regular";}
.afspraak-left .afspraak-form {
	width:100%;
	border-top:1px solid #d7d7d7;
	margin-top:5px;
	padding-top:30px;
}
.afspraak-left .afspraak-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}
.afspraak-left .afspraak-form .form-row .l-row {
	width:50%;
	float:left;
	padding-right:10px;
}
.afspraak-left .afspraak-form .form-row .r-row {
	width:50%;
	float:right;
	padding-left:10px;
}
.afspraak-left .afspraak-form .input-text {
	width:100%;
	height:50px;
	font-size:16px;
	color:#464646;
	letter-spacing:0.02em;
	background:#FFF;
	border:1px solid #d7d7d7;
	border-radius:5px;
	padding:0px 20px;
}
.afspraak-left .afspraak-form textarea.input-text {
	height:240px;
	resize:none;
	padding:15px 20px;
}
.afspraak-left .afspraak-form .button {
	padding:16px 42px 16px 42px;
}
.afspraak-right {
	width:100%;
}
.afspraak-right .afspraak-spoed {
	width:100%;
	background:#FFF;
	margin-bottom:10px;
	padding:40px 45px 20px 45px;
}
.afspraak-right .afspraak-spoed .spoed-text {
	width:100%;
}
.afspraak-right .afspraak-spoed .spoed-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:24px;
	color:#181818;
	padding-bottom:18px;
}
.afspraak-right .afspraak-spoed .spoed-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	padding-bottom:20px;
}
.afspraak-right .afspraak-spoed .spoed-text p a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
}
.afspraak-right .afspraak-terug {
	width:100%;
	background:#FFF;
	padding:40px 45px 25px 45px;
	margin-bottom:10px;
}
.afspraak-right .afspraak-terug .terug-text {
	width:100%;
}
.afspraak-right .afspraak-terug .terug-text h3 {
	font-family: 'DINRoundPro-Regular';
	font-size:24px;
	color:#181818;
	padding-bottom:18px;
}
.afspraak-right .afspraak-terug .terug-text p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	padding-bottom:20px;
}
.afspraak-right .afspraak-terug .terug-form {
	width:100%;
}
.afspraak-right .afspraak-terug .terug-form .form-row {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:20px;
}
.afspraak-right .afspraak-terug .terug-form .input-text {
	width:100%;
	height:50px;
	font-size:16px;
	color:#464646;
	letter-spacing:0.02em;
	background:#FFF;
	border:1px solid #d7d7d7;
	border-radius:5px;
	padding:0px 20px;
}
.afspraak-right .afspraak-terug .terug-form .button {
	padding:16px 42px 16px 42px;
}
.afspraak-back-link {
	width:100%;
	padding-top:45px;
}

.afspraak-back-link a {
	position:relative;
	font-family: 'DINRoundPro-Regular';
	font-size:17px;
	color:#181818;
	text-transform:uppercase;
	letter-spacing:0.02em;
	line-height:1;
	padding:0px 0px 0px 20px;
}
.afspraak-back-link a:hover {
	color:#029eab;
}
.afspraak-back-link a .fa {
	font-size:24px;
	color:#029eab;
	position:absolute;
	top:-2px;
	left:0px;
}

/*............Afspraak-Maken Page End............*/

/*============ Inner Page End ============*/

/*============ New Class Add By Designer End ============*/



/*====== patient-nieuwe page start ========*/
.select-day{ width:116px; display:inline-block; margin:0 17px 10px 0; }
.select-day .bootstrap-select .btn .caret{ width:30px; background:url(../images/select-arrow.svg) no-repeat center center; }
.select-day .bootstrap-select .btn .caret:before{ display:none; }
.select-day.month,
.select-day.year{ width:159px; }
.afspraak-left .afspraak-form .form-row label{ width:100%; display:inline-block; font-weight:normal; font-size:16px; color:#464646; margin:0px; padding:5px 0 13px 0px; }
.checkbox_main{ display:inline-block; width:100%; }
.check_row{ display:inline-block; width:100%; padding:0px 0 13px; }
.check_row span.wpcf7-list-item { margin-left:0;}
.check_row.small{ width:115px; padding-bottom:2px; }
.check_row:last-child{ padding-bottom:4px; }
.check_row [type="checkbox"]:not(:checked),
.check_row [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.check_row [type="checkbox"]:not(:checked) + label,
.check_row [type="checkbox"]:checked + label {
  position: relative;
  padding:6px 0 0  44px;
  cursor: pointer;
  font-weight:normal; font-size:15px; color:#464646;
  margin:0px;
}

/* checkbox aspect */
.check_row [type="checkbox"]:not(:checked) + label:before,
.check_row [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 30px; height: 30px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 5px;
 
}
/* checked mark aspect */
.check_row [type="checkbox"]:not(:checked) + label:after,
.check_row [type="checkbox"]:checked + label:after {
  content: ' ';
  position: absolute;
  top: 0; left: 0;
  font-size: 1.3em;
  line-height: 0;
  width:30px;
  border-radius: 5px;
  height:30px;
  color: #09ad7e;
  background:url(../images/check-arrow.svg) no-repeat center center #029eab;
  transition: all .2s;
}
/* checked mark aspect changes */
.check_row [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check_row [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.check_row [type="checkbox"]:disabled:not(:checked) + label:before,
.check_row [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.check_row [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.check_row [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.check_row [type="checkbox"]:checked:focus + label:before,
.check_row [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}



/* radio btn start */

.check_row .wpcf7-radio { display:inline-block; vertical-align:top; width:100%;}
.check_row .wpcf7-radio span.wpcf7-list-item { margin:0 15px 0 0;}
.check_row [type="radio"]:not(:checked),
.check_row [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.check_row [type="radio"]:not(:checked) + label,
.check_row [type="radio"]:checked + label {
  position: relative;
  padding:6px 0 0  44px;
  cursor: pointer;
  font-weight:normal; font-size:15px; color:#464646;
  margin:0px;
}

/* checkbox aspect */
.check_row [type="radio"]:not(:checked) + label:before,
.check_row [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 30px; height: 30px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 5px;
 
}
/* checked mark aspect */
.check_row [type="radio"]:not(:checked) + label:after,
.check_row [type="radio"]:checked + label:after {
  content: ' ';
  position: absolute;
  top: 0; left: 0;
  font-size: 1.3em;
  line-height: 0;
  width:30px;
  border-radius: 5px;
  height:30px;
  color: #09ad7e;
  background:url(../images/check-arrow.svg) no-repeat center center #029eab;
  transition: all .2s;
}
/* checked mark aspect changes */
.check_row [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.check_row [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.check_row [type="radio"]:disabled:not(:checked) + label:before,
.check_row [type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.check_row [type="radio"]:disabled:checked + label:after {
  color: #999;
}
.check_row [type="radio"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.check_row [type="radio"]:checked:focus + label:before,
.check_row [type="radio"]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* radio btn end */




.contact_text{ margin:-4px 0 17px 0; display:inline-block; width:100%; font-size:17px; }
.contact_text a{ color:#545454; }
.contact_text span{font-family: 'merriweatheritalic';  color:#029eab;}
.social_btn{ display:inline-block; width:100%; }
.social_btn ul{ display:inline-block; width:100%; }
.social_btn ul li{ display:inline-block; margin:0 16px 10px 0;   }
.social_btn ul li a{ display:inline-block;  }
.social_btn ul li:last-child{ margin:0px 0 10px; }
.social_form { display:inline-block; width:100%; padding:0 0 20px 0; margin:-10px 0 10px 0; border-bottom:1px solid #d7d7d7; }
.afspraak-right .afspraak-spoed .spoed-text h3:nth-child(3){ padding-top:12px; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{ top:100%; bottom:auto; }
/*====== patient-nieuwe page End ========*/



/*============== 404 start ===========*/
.fourzero_page{ padding:67px 0 75px 0; display:inline-block; width:100%; text-align:center; color:#fff; background:#029eab; }
.fourzero_page h1{font-family: 'DINRoundPro-Light'; display:inline-block; width:100%; font-size:34px;}
.fourzero_page p{  display:inline-block; width:100%; line-height:22px;  }
.four_text{  display:inline-block; padding:38px 18% 45px; width:100%; text-align:left; }
.fourzero_page  .button{ color:#fff; border-color:#fff; }
.fourzero_page .button:hover{ background:#fff; color:#029eab;   }
/*===============404 end =============*/




/*========= behandelingen page start =========*/
.behandelingen_wapper{ display:inline-block; width:100%; }
.behandelingen_wapper_top{ padding:67px 0 43px 0; width:100%; display:inline-block; background:#f8f8f8; }
.behandelingen_wapper_top h1{ width:100%; display:inline-block; text-align:center;      font-family: 'DINRoundPro-Light'; font-size:34px; color:#181818; }
.block-center{ padding:34px 0 0 0; display:inline-block; width:100%; }
.block-center ul{ text-align:left; padding:0 0px; display:inline-block; width:100%; }
.block-center ul li{ display:inline-block; width:218px; float:left; height:218px; margin:5px 5px 5px 5px;  }
.block-center ul li a{ float:left; width:100%; height:218px; background:#fff; border:#fff solid 2px; position:relative; }
.icon_box{ width:100%; position:absolute; text-align:center; left:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
.icon_box .box-icon{ min-height:68px; width:100%; float:left; }
.icon_box .box-icon img{ /*max-height:52px;*/ max-height:60px; }
.icon_box .box-icon svg{ /*max-height:52px;*/ max-height:60px; }

.block-center ul li:nth-child(5) .icon_box .box-icon img,
.block-center ul li:nth-child(5) .icon_box .box-icon svg{ /*max-height:60px; margin-top:-7px;*/}

.icon_box .box-text { width:100%; float:left; text-align:center; }
.icon_box .box-text h3 { font-family: 'DINRoundPro-Regular'; font-size:15px; color:#181818; line-height:19px; width:100%; float:left; text-align:center; }
.block-center ul li a:hover{ border:#41b6c0 solid 2px;  }
.block-center ul li.active a { border:#41b6c0 solid 2px; background:#41b6c0;  }
.block-center ul li.active .icon_box .box-text h3{ color:#fff; }
.block-center ul li.active .icon_box .box-icon svg .st0,
.block-center ul li.active .icon_box .box-icon svg .st1,
.block-center ul li.active .icon_box .box-icon svg .st2,
.block-center ul li.active .icon_box .box-icon svg .st3{stroke:#fff;  }

.behandelingen_bottom{ padding:41px 0 35px 0; display:inline-block; width:100%; }
.box_contain{ color:#181818; line-height:22px; font-size:15px; width:100%; display:inline-block; }
.box_contain .box-icon { margin-bottom:15px;}
.box_contain h4{font-family: 'DINRoundPro-Regular'; padding:0 0 7px 0; font-size:26px; line-height:normal; display:inline-block;  width:100%; }
.box_contain h5{font-family: 'DINRoundPro-Regular'; padding:0 0 8px 0;  font-size:22px; line-height:normal; display:inline-block;  width:100%; }
.box_contain h6{float:left; font-family: 'ProximaNova-Regular'; font-size:17px; padding:9px 0 0px 0; margin-bottom:-4px;   line-height:normal; display:inline-block;  width:100%; }
.box_contain p{ padding:11px 0; line-height:22px; font-size:15px; display:inline-block;  width:100%; }
.box_contain ul{ padding:11px 0 38px 15px; display:inline-block;  width:100%; }
.box_contain ul li{ display:list-item; list-style-type:disc; list-style-position:outside;   width:100%; padding:0 0 0 20px;  }
.box_contain ul li a{ font-family: "ProximaNova-Regular"; color:#029eab; text-decoration:underline;  }

.box_contain ol{ padding:11px 0 38px 15px; display:inline-block;  width:100%; }
.box_contain ol li{ display:list-item; list-style-type:decimal; list-style-position:outside;   width:100%; padding:0 0 0 20px;  }
.box_contain p a{ font-family: "ProximaNova-Regular"; color:#029eab; text-decoration:underline; } 
/*========= behandelingen page start =========*/



/*======== faq start ========*/
.faq-page .home-faq-section{ padding:67px 0 75px 0; }

.Legal-page { display:inline-block; padding:66px 0 57px 0; width:100%; }
.Legal_block{ color:#181818; line-height:22px; font-size:15px; width:100%; display:inline-block; }
.Legal_block h3{font-family: 'DINRoundPro-Regular'; padding:0 0 7px 0; font-size:26px; line-height:normal; display:inline-block;  width:100%; }
.Legal_block h4{font-family: 'DINRoundPro-Regular'; padding:9px 0 0px 0; font-size:26px; line-height:normal; display:inline-block;  width:100%; }
.Legal_block h5{font-family: 'DINRoundPro-Regular'; padding:9px 0 0px 0;  font-size:22px; line-height:normal; display:inline-block;  width:100%; }
.Legal_block h6{float:left; font-family: 'ProximaNova-Regular'; font-size:17px; padding:9px 0 0px 0; margin-bottom:-4px;   line-height:normal; display:inline-block;  width:100%; }
.Legal_block p{ padding:11px 0; line-height:22px; font-size:15px; display:inline-block;  width:100%; }
.Legal_block ul{ padding:11px 0 11px 15px; display:inline-block;  width:100%; }
.Legal_block ul li{ display:list-item; list-style-type:disc; list-style-position:outside;   width:100%; padding:0 0 0 20px;  } 
.Legal_block p a{  font-family: "ProximaNova-Regular"; color:#029eab; text-decoration:underline; }
.Legal_block ol{ padding:11px 0 38px 15px; display:inline-block;  width:100%; }
.Legal_block ol li{ display:list-item; list-style-type:decimal; list-style-position:outside;   width:100%; padding:0 0 0 20px;  } 
/*======== faq end =========*/



/*======== vacature-detail start ==========*/
.vacature-detail{ display:inline-block; padding:66px 0 69px 0; width:100%; }
.vacature-block { color:#181818; line-height:22px; font-size:15px; width:100%; display:inline-block; }
.vacature-block h3{font-family: 'DINRoundPro-Regular'; padding:0 0 7px 0; font-size:26px; line-height:normal; display:inline-block;  width:100%; }
.vacature-block h4{font-family: 'DINRoundPro-Regular'; padding:9px 0 0px 0; font-size:26px; line-height:normal; display:inline-block;  width:100%; }
.vacature-block h5{font-family: 'DINRoundPro-Regular'; padding:9px 0 0px 0;  font-size:22px; line-height:normal; display:inline-block;  width:100%; }
.vacature-block h6{ font-family: 'ProximaNova-Regular'; font-size:17px; padding:9px 0 0px 0; margin-bottom:-5px; float:left;   line-height:normal; display:inline-block;  width:100%; }
.vacature-block p{ padding:11px 0; line-height:22px; font-size:15px; display:inline-block;  width:100%; }
.vacature-block ul{ padding:11px 0 38px 15px; display:inline-block;  width:100%; }
.vacature-block ul li{ display:list-item; list-style-type:disc; list-style-position:outside;   width:100%; padding:0 0 0 20px;  } 
.vacature-block p a{  font-family: "ProximaNova-Regular"; color:#029eab; text-decoration:underline; }
.vacature-block ol{ padding:11px 0 38px 15px; display:inline-block;  width:100%; }
.vacature-block ol li{ display:list-item; list-style-type:decimal; list-style-position:outside;   width:100%; padding:0 0 0 20px;  } 

.vacature-detail .afspraak-back-link { padding-top:30px;  } 
/*======== vacature-detail start ==========*/






.select_nav{ width:100%; position:relative; padding:0 0 6px 0; display:inline-block; }
.select_nav a.top_ancher{ padding:13px 0 7px; width:100%; display:inline-block; font-size:20px; color:#181818; font-family: 'DINRoundPro-Regular'; }
.select_nav a.top_ancher .fa{ float:right; font-size:30px; color:#029eab; 
-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
 
.select_nav.active a.top_ancher .fa { transform:rotate(180deg); -webkit-transform:rotate(180deg); }
.select_nav ul{ padding:0 0 15px 0; width:100%; display:none; }
.select_nav ul li{ padding:2px 0 2px 18px; width:100%; display:inline-block; }
.select_nav ul li a{  display:inline-block; font-size:17px; color:#5f5f5f; font-family: 'DINRoundPro-Regular'; }




.sitemap_page{ padding:45px 0; display:inline-block; width:100%;  color:#fff; background:#029eab; }
.sitemap_page ul{ padding:0px; width:100%; display:inline-block; }
.sitemap_page ul li{ padding:0px; width:100%; display:inline-block; padding:3px 0; }
.sitemap_page ul li a{ text-transform:lowercase; font-size:18px ; font-family: "DINRoundPro-Regular"; color:#fff; padding:0px;   display:inline-block; }
.sitemap_page ul li a:hover{ opacity:0.5; } 
.sitemap_page ul li a::first-letter{ text-transform:uppercase;}


.search_page{ display:inline-block; width:100%; padding:69px 0 75px; }
.search_page h1{  font-size:18px ; font-family: "DINRoundPro-Regular"; font-size:26px; color:#181818;    }
.search_page article{ border-bottom:#e9e9e9 solid 1px ; display:inline-block; margin:0px; padding:14px 0 0  0px; width:100%;  }
.search_page article .entry-header { display:inline-block; width:100%; margin:0px ; padding:0px;  }
.search_page article .entry-header h2 a{ color:#181818; font-size:17px; display:inline-block; max-width:100%;  font-family: 'ProximaNova-Regular';  }
.search_page article .entry-header h2 a:hover{ color:#029eab;  }
.search_page article  .entry-summary { display:inline-block; width:100%; margin:0px ; padding:5px 0 22px 0px;  }
.search_page article  .entry-summary  p{ font-size:15px; color:#545454; line-height:22px; display:inline-block; width:100%; margin:0px ; padding:0px;  }
.search_page article  .entry-summary  p.link-more{ margin:6px 0 0px 0; }
.search_page article  .entry-summary  p.link-more a{ color:#029eab;  font-family: "DINRoundPro-Regular"; text-decoration:underline; }

.search_page .pagination{ width:100%; display:inline-block; margin:0px; padding:50px 0 0 0; text-align:center; }
.search_page .pagination .screen-reader-text{ display:none;   }


.search_page .pagination .page-numbers { width:30px; height:30px; text-align:center; line-height:30px;  color:#181818; font-size:18px;  font-family: "DINRoundPro-Regular";  display:inline-block;  }
.search_page .pagination .current{width:30px; height:30px; text-align:center; line-height:30px; display:inline-block;  color:#fff; border-radius:100px; font-size:18px;  font-family: "DINRoundPro-Regular"; background:#029eab;  }


.search_page .pagination .next{ display:none; float:right;  }
.search_page .pagination .prev{ display:none;float:left;  }

div.wpcf7-mail-sent-ok{ color:#fff; border:2px solid #fff !important;  text-align:center; }




.footer-panel-top .row .col-md-6:first-child .col-sm-6:nth-child(2) { width:325px; }
.footer-panel-top .row .col-md-6:first-child .col-sm-6:nth-child(3){ width:240px;   }
.home-info-block .info-box .box-spoed p.two-p{ margin-bottom:8px; }



.ac-blk{ vertical-align:top; display:inline-block; width:100%; border-bottom:1px solid #cccccc; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.ac-blk .acc-title{padding:20px 40px 20px 0px; display:inline-block; width:100%; position:relative; cursor:pointer;  }

.ac-blk .acc-title h3 {
	font-family: 'ProximaNova-Light';
	font-size:20px;
	color:#181818;
	letter-spacing:0.02em;
}
.ac-blk .acc-title:after{
	width:22px;
	content:'';
	height:14px;
	background:url(../images/acc-arrow-down.svg) center center no-repeat;
	position:absolute;
	top:50%;
	right:0px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease;
	margin-top:-7px;
}
.ac-blk.active-faq .acc-title:after {
	-webkit-transform: translateY(50%) rotate(180deg);
	-ms-transform: translateY(50%) rotate(180deg);
	transform: translateY(50%) rotate(180deg);
	margin-top:-12px;
}



.ac-blk .acc-content {
	max-height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s ease 0s, max-height .2s ease .2s, margin .2s ease .2s, visibility 0s ease .4s, -webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s, max-height .2s ease .2s, margin .2s ease .2s, visibility 0s ease .4s, -webkit-transform .2s ease 0s;
	transition: opacity .2s ease 0s, transform .2s ease 0s, max-height .2s ease .2s, margin .2s ease .2s, visibility 0s ease .4s;
	transition: opacity .2s ease 0s, transform .2s ease 0s, max-height .2s ease .2s, margin .2s ease .2s, visibility 0s ease .4s, -webkit-transform .2s ease 0s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	margin: 0;
	height:0px;
}
.ac-blk.active-faq .acc-content {
	margin: 0 0  1em 0;
	max-height: 1000px;
	opacity: 1;
	height:auto;
	-webkit-transition: opacity .2s ease .2s, max-height .2s ease 0s, visibility 0s ease .2s, -webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s, max-height .2s ease 0s, visibility 0s ease .2s, -webkit-transform .2s ease .2s;
	transition: opacity .2s ease .2s, max-height .2s ease 0s, visibility 0s ease .2s, transform .2s ease .2s;
	transition: opacity .2s ease .2s, max-height .2s ease 0s, visibility 0s ease .2s, transform .2s ease .2s, -webkit-transform .2s ease .2s;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
.ac-blk .acc-content p {
	font-family: 'ProximaNova-Light';
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
	margin-bottom:20px;
}
.ac-blk .acc-content p a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
}


div.wpcf7 .ajax-loader{ margin:10px 0 0 4px !important; background:url(../images/loading-icon.svg) no-repeat center center !important; height:30px !important; width:30px !important; background-size:100% auto !important;
	  -webkit-animation-name: rotate; 
    -webkit-animation-duration: 0.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}

div.wpcf7-validation-errors{ color:#FF0000; }

.contact_mobile_title{ display:inline-block; width:100%; /*text-align:center;*/ font-size:26px; color:#181818; font-family: "DINRoundPro-Regular"; padding-bottom:0px !important;}
.box-icon.visible-xs{ text-align:center; }
.box-icon.visible-xs img{ max-height:60px;}
.bootstrap-select ul.dropdown-menu {
	max-height:200px !important;
	overflow-x:hidden !important;
	overflow-y:auto !important;
}
.afspraken-text-block {
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.afspraken-text-block p {
	font-size:16px;
	color:#545454;
	letter-spacing:0.02em;
	line-height:22px;
}
.afspraken-text-block p a {
	font-family: 'ProximaNova-Regular';
	color:#029eab;
}
.social_form .apsl-login-networks { margin:0 -3.33% 0 0;}
.social_form .apsl-login-networks .social-networks { width:100%; float:left;}
.social_form .apsl-login-networks .social-networks a { width:29.33%; float:left; margin:0 4% 10px 0;}
.social_form .apsl-login-networks .social-networks .apsl-icon-block { display:block; font-size:12px; padding:10px 10px; margin:0px;}

.radio-583 input[type="radio"]{-webkit-appearance: radio;-moz-appearance: radio;appearance: radio;display: inline;position:unset !important; }

.meneer-mevrouw input[type="radio"]{-webkit-appearance: radio;-moz-appearance: radio;appearance: radio;display: inline;position:unset !important; }


.check_row [type="radio"]:not(:checked), .check_row [type="radio"]:checked { position:unset !important; }
.theme-4.social-networks  .fa { font-size:17px; }
.social_form .apsl-login-networks .social-networks .apsl-icon-block .fa { padding-right:5px;}
.social_form .apsl-login-networks .social-networks .apsl-icon-block .apsl-long-login-text { position:relative; text-transform:capitalize; padding:0 0 0 10px;}
.social_form .apsl-login-networks .social-networks .apsl-icon-block .apsl-long-login-text:before {
	content:"";
	width:1px;
	height:24px;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-12px;
}
.social_form .apsl-login-networks .social-networks .icon-facebook .apsl-long-login-text:before { background:#748bb8;}
.social_form .apsl-login-networks .social-networks .icon-twitter .apsl-long-login-text:before { background:#7ab8ff;}
.social_form .apsl-login-networks .social-networks .icon-google .apsl-long-login-text:before { background:#f8867e;}

/*............thankyou page start............*/
.thanks_page {
	width:100%;
	position:relative;
	text-align:center;
	background:#029eab;
	padding:65px 0px 75px 0px;
}
.thanks_page .close-icon {
	font-family: "DINRoundPro-Regular";
	font-size:17px;
	color:#FFF;
	letter-spacing:0.002em;
	text-transform:uppercase;
	text-align:center;
	background:none;
	border:none;
	position:absolute;
	top:65px;
	right:65px;
}
.thanks_page .close-icon img {
	display:block;
	margin:0 auto;
	padding-bottom:5px;
}
.thanks_page h3 {
	font-family: 'DINRoundPro-Light';
	font-size:34px;
	color:#FFF;
	margin-bottom:37px;
}
.thanks_page p {
	font-family: 'ProximaNova-Light';
	font-size:16px;
	color:#FFF;
	letter-spacing:0.02em;
	line-height:22px;
	text-align:left;
	padding-bottom:20px;
}
.thanks_page .button {
	color:#FFF;
	border-color:#FFF;
	margin-top:23px;
}
.thanks_page .button:hover {
	color:#029eab;
	background:#FFF;
}
/*............thankyou page end............*/

/*............Afspraken Page Animation Start............*/
@-webkit-keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}

@-webkit-keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}
.afspraken-block .afspraken-box { visibility:hidden;}
.afspraken-block .afspraken-box.animated {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}
.afspraken-block .afspraken-box.animated.clicked {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both;
}
.afspraak-left,
.afspraak-right { visibility:hidden;}
.afspraak-left.animated,
.afspraak-right.animated {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}
.afspraken-title,
.afspraken-text-block { visibility:hidden;}
.afspraak-title { visibility:hidden;}
/*............Afspraken Page Animation End............*/

.dropdown-menu.open { display:block !important;}
.navbar-nav > li > a { font-size:15px;}
.header-top .h-holder .lang > a { font-size:16px;}
.header-top .h-holder .lang > ul li a { font-size:15px;}
.close-icon a {color:#fff;}
.search_page .four_text { width:100%; padding:25px 0px 45px 0px;}
.search_page .four_text p { font-size:16px; color:#545454; letter-spacing:0.02em; line-height:22px;}
.search_page .four_text p br { display:none;}




.treatments-row{ padding:0 0px; margin:0px; }
.treatments-row > a{ background:#fff; border:#fff solid 2px; margin:5px 5px 5px; width:218px; float:left; height:218px;  padding:0px;   }
.treatments-row > a:hover{ border:#009EAB solid 2px;   }
.treatments-block .treatments-box-wrap{ min-height:218px; width:100%; padding:0px; margin:0px; }
.treatments-block .treatments-box{ position:absolute; left:0px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); margin:0px; padding:0px; min-height:0px; }
.treatments-block .treatments-box .box-icon{ min-height:68px; }
.treatments-block .treatments-box .box-icon img{ max-height:60px; }
.treatments-block .treatments-box .box-text{ padding:0px; }
.treatments-block .treatments-box .box-text h3{ font-size:15px; line-height:19px; }
.treatments-block .treatments-box{ background:none; border:0px; }

.business_text_notice{ width:100%; display:block; color:#fff; font-size:14px; margin:17px 0 0 0; }
.home-info-block .info-box .box-spoed h3.eng_businessbox{ font-size:22px; }

.contact-info .info-box .spoed-box h3.eng_businessbox{ font-size:20px; } 

.check_row .wpcf7-checkbox input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: unset !important;
}
.check_row .wpcf7-checkbox input[type="checkbox"] {height: 29px;
    width: 29px;
    border-radius: 2px;
    border: solid 2px #d7d7d7;
    background: none;	
	position: absolute !important;
    left: 0px !important;
    top: 0px;
    cursor: pointer;}
.check_row .wpcf7-checkbox label  span { position:relative; padding-left: 45px;}
.check_row .wpcf7-checkbox input[type="checkbox"]:checked + span:after{content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/checked.png) no-repeat center center;
    width: 19px;
    height: 14px;
    display: block;
    transform: scale(1,1)}
.check_row label {position:relative;} 
.afspraak-left .afspraak-form .input-text[readonly] { background:#cacaca }




.check_row .wpcf7-radio input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: unset !important;
}
.check_row .wpcf7-radio input[type="radio"] {height: 29px;
    width: 29px;
    border-radius: 2px;
    border: solid 2px #d7d7d7;
    background: none;	
	position: absolute !important;
    left: 0px !important;
    top: 0px;
    cursor: pointer;}
.check_row .wpcf7-radio label  span { position:relative; padding-left: 40px;line-height: 29px;}
.check_row .wpcf7-radio input[type="radio"]:checked + span:after{content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/checked.png) no-repeat center center;
    width: 19px;
    height: 14px;
    display: block;
    transform: scale(1,1)}
.check_row .wpcf7-radio span.wpcf7-list-item {margin: 0 22px 0 0;}
.check_row label {position:relative;} 

.home-info-block .info-box .box-detail .open-list li .sml-font{ font-size:15px; }
.footer-top .f-box .f-hours ul li .sml-font { width:auto; font-size:15px;}
.contact-info .info-box .detail-box .open-list li .sml-font { font-size:15px; }

.main-slider .slider-caption .caption-btn li .button { border:solid 2px #ffffff; position:relative; white-space: nowrap;  }
.main-slider .slider-caption .caption-btn li .button img { -webkit-transform: translateX(7px); -moz-transform: translateX(7px); -ms-transform: translateX(7px); transform: translateX(7px); margin-top: -2px; opacity:0; 
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.main-slider .slider-caption .caption-btn li .button:hover { border-color:#ffffff; opacity:1; background:#029eab; }
.main-slider .slider-caption .caption-btn li .button:hover img { opacity:1; }

.team-block .row.team-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.team-block .row.team-row::after,
.team-block .row.team-row::before { display: none; }

