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

* {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all ease-in-out 0.3s;
}
img { 
	max-width: 100%;
	max-height: 100%;
}
html {scroll-behavior: smooth;}
body {
margin: 0;
background-position: center top;
background-repeat: no-repeat;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.wrapper {
	margin: auto;
	max-width: 1150px;
	padding: 0 20px;
}
.masthead .top-band {
	background-color: #262262;
	color: #FFF;
	padding: 5px 0;
}
.logo {
	padding: 18px 0;
	padding: 18px 20px;
}
.tel, .email {
	display: block;
	float: right;
	font-size: 13px;
	font-weight: 600;
	margin-top: 11px;
}
.email {
	margin-left: 20px;
}
.tel a, .email a {
	text-decoration: none;
	color: #662D90;
	font-size: 18px;
	position: relative;
	top: 1px;
}
.nav {
	background-color: #F2F2F2;
	padding: 20px;
}
.menu {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
	.menu > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu > ul > li {
		display: inline;
		position: relative;
	}
	.menu > ul > li > a {
		text-decoration: none;
		color: #222222;
		padding: 22px 15px;
	}
	.menu > ul > li > a:hover {
/*			border: 2px solid #d4d4d4;
		border-radius: 20px;
		margin-left: -2px;
		margin-right: -2px;*/
		cursor: pointer;
		text-shadow: 0 0 1px black;

		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
		.menu > ul > li > ul {
			display: none;
			position: absolute;
			top: 45px;
			left: 17px;
			list-style: none;
			padding: 0;
			width: max-content;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			z-index: 1000;
		}
		.arrow {
			display: inline-block;
			width: 0;
			height: 0;
			margin-left: 2px;
			vertical-align: middle;
			border-top: 4px dashed;
			border-right: 4px solid transparent;
			border-left: 4px solid transparent;
		}
		.menu > ul > li > ul > li {}
		.menu > ul > li > ul > li > a {
			text-decoration: none;
			font-size: 16px;
			color: #333;
			background: #fbfbfb;
			padding: 10px;
			border-bottom: 1px solid #efefef;
			display: block;
		}
		.menu > ul > li > ul > li > a:hover { text-shadow: 0 0 1px black;background-color: #f2f2f2;}
		.menu > ul > li:hover > ul { display: block;}

.button {
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	display: block;
	color: white;
	font-size: 14px;
	background-color: #262262;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 0px #656565;
	transition: all ease-in-out 0.3s;
}
	.button:hover {
		background-color: #662D90;
		transform: scale(1.05); 
		font-weight: bold;
	}

	.button#appointment {		
		position: absolute;
		right: 0px;
		top: -8px;
	}
		
	
.content {
	color: #6c6c6c;
}

.main {
}
	.main img {
		display: block;
		background-color: #662D90;
		border-radius: 100% 50%;
		border-left: 3px solid #662D90;
		border-right: 6px solid #662D90;
		border-bottom: 13px solid #662D90;
		border-top: 8px solid #662D90;
		float: right;
		margin: -25px 105px -60px 0;
	}
	.main .text {
		float: left;
		width: 40%;
		margin-top: 70px;
		left: 10px;
		position: relative;
		margin-right: -50px;
	}
		.sub .main .text {
			width: 100%;
			margin-top: 0px;
			left: 10px;
			position: relative;
			margin-right: 0px;
		}

	.main .text p {
		line-height: 25px;
		padding-right: 20%;
	}

.services {
width: 100%;
clear: both;
padding-top: 1px;
background-color: #26226214;
}
	.services .wrapper div {
		width: 32%;
		float: left;
		margin-right: 2%;
	}
		.services .wrapper div:last-child {margin-right: 0;}

	.services .wrapper div div {
		position: relative;
		width: 100%;
		font-size: 14px;
		margin-bottom: 40px;
		line-height: 26px;
		background-color: white;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 25px;
		box-shadow: 3px 3px 5px #00000026;
	}
	.services strong {
		/* [disabled]font-family: 'Poppins', sans-serif; */
		font-size: 18px;
		line-height: normal;
	}
	.services .button {
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		display: unset;
		background-color: #662D90;
	}
	.services .button:hover {
	background-color: #262262;
	}
	.services:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.sub .services a {
		text-decoration: none;
		color:inherit;
	}
	
.about {
	background-color: #E4E4E4;
}
	.about .main {
		margin: 0;
		padding: 0;
	}
	.about .main img {
		float: right;
		width: 20%;
		margin: -20px;
	}
	.about .main .text {
		width: 79%;
		margin-top: 0px;
	}
	.about .main .text p {
		padding-right: 0;
	}
	.about:after {
		content: "";
		display: block;
		clear: both;
	}
	
form {
	padding-bottom: 20px;						
}
form p {
	display: inline-block;
	height: 30px;
	line-height: 42px;
	vertical-align: middle;
	width: 100%;
}
form input, form textarea, form button {
	font-size: 16px;
	border-radius: 10px;
	border: 0;
	padding: 15px 20px;
	width: 80%;
	float: right;
	background-color: #d8d8d8;
    box-sizing: border-box;
	font-family: monospace;
}
.contactbutton { font-weight:bold; color:#fff; background-color:#662D90;}
.contactbutton:hover { background-color:#262262; cursor:pointer;}
.g-recaptcha {float:right;margin-top: 40px;}
#error {
	color: #FFFFFF;
	background-color: #CC3300;
	padding: 20px;
	border: thin solid #FF0000;
	cursor: pointer;
    text-align: center;
	border-radius: 10px;
}

.map {
	width: 100%;
	height: 33%;
	min-height: 250px;
}

.footer {
	background-color: #262262;
	color: #fff;
	clear: both;
	padding: 20px 0;
}
	.footer img {
		float: left;
	}
	.footer .details {
		font-size: 13px;
		margin-left: 15px;
		float: left;
	}
	.footer:after {
		content: "";
		display: block;
		clear: both;
}


h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 35px;
	color: #262262;
}
p a {
	color: #6c6c6c;
    font-weight: bold;
    text-decoration: none;
}
.price {
	font-size: 14px;
    border: 1px #a8a8a8 solid;
    border-radius: 20px;
    padding: 10px;
    background-color: #f2f2f2;
}
.home .price {
    padding: 0px 10px;
    position: absolute;
    bottom: 17px;
    right: 30px;
}