/*
Theme Name: BHD
*/



body {
	font: 14px/24px 'Roboto Condensed', sans-serif;
	color: #2b2e33;
	background: #fff;
}

/* Standard Styles Starts */

a { color: #7159a4; }
a:hover,
a:focus {
	color: #04807b;
}
a:focus { outline: none; }

hr {
	border-color: #d5d5d5;
}

p{
	font-size: 16px;
}

/* Heading Styles Starts */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Roboto Condensed', sans-serif;*/
}

h1 { font-size: 60px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

/* Typography Styles Starts */


.welcome h1,
.footer-main-head {
	font-family: 'BenchNine', sans-serif;
}

.home-services {
    padding-top: 20px;
}

.service-box1 {
    background: #f3f3f3;
    display: inline-block;
    padding: 20px 10px 10px 10px;

		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		    -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);

}

.float-right {
    float: right;
}


.text-alt {
    text-align: right;
}


.panel-default>.panel-heading {
    background-color: rgba(74, 4, 74, 0.25);
}

.panel-default>.panel-heading:hover {
    background-color: #7159a4;
    color: white;
}



.edu {
    background: white;
    /*display: inline-block;*/
    padding: 20px 10px 10px 10px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.panel-default {
    border-color: transparent;
}


/* Form & Buttons Styles Starts */

.btn-secondary {
	background-color: #7159a4;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
	background-color: #842f84;
}
.btn-lite,
.btn-lite:hover,
.btn-lite:focus,
.btn-lite:active,
.btn-lite.active {
	background-color: #fff;
}
.btn-lite,
.btn-lite:hover,
.btn-lite:focus,
.btn-lite:active,
.btn-lite.active {
	color: #009f96;
}

/* Header Styles Starts */

/*header#main-header {
    padding-bottom: 10px;
    padding-top: 15px;
}*/

.logo h3 {
    margin-top: 5px;
		color: #7159a4;
		font-weight: 600;
}

.logo img {
    max-width: 60%;
    margin: 0 auto;
}

.logo2 img {
    max-width: 45%;
    margin: 0 auto;
}

/* Top Bar Styles Starts */

.bar-top p {
    padding: 5px;
}
.bar-top {
    background: #7159a4;
    color: white;
}

		.tels a {
		    color: #7159a4;
				font-size: 18px;
				text-decoration: none;
				font-weight: 600;
		}

		.tels2 a {
    font-size: 20px;
    padding: 5px 5px;
    display: inline-block;
}

.tels2 i {
    color: #7159a4;
    font-size: 1.5em;
}

.font-aw i {
    font-size: 3em;
    margin-top: 10px;
    color: #7159a4;
}
.font-aw {
    padding: 0px;
}

.tels-outer {
    margin-top: 5px;
}


.navbar-toggle span {
    background: white !important;
}


		.address p{
				font-size: 14px;
		}

		.oppening p{
				font-size: 18px;
		}
/* Navbar Styles Starts */

/* Navigation Styles Starts */

.navbar-nav {
    float: none;
}
nav#nav {
    background: #7159a4 !important;
    border-radius: 0px;
}

.navbar-nav>li>a {
    padding: 22px 15px 22px 15px;
}

#nav {
	margin-bottom: 0;

}
#nav.sticky-nav {
	width: 100%;
	z-index: 999;
}
#nav.navbar-default {
	background-color: #fff;
	border: none;
	/*border-width: 1px 0 0 0;*/
}
		#nav .navbar-nav > li > a {
			line-height: normal;
			color: white;
			font-weight:600;
		}
		#nav .navbar-nav > li > a:hover,
		#nav .navbar-nav > li.current > a {
		color: black;
			background: white;

		}
		#nav.navbar-default .navbar-toggle {
			border: none;
			background: none;
		}
		#nav.navbar-default .navbar-toggle span {
			background-color: #313131;
		}
		#nav.navbar-default .navbar-toggle:hover span {
			background-color: #009bdb;
		}
		#nav.navbar-default .navbar-collapse {
			border-color: #b1b1b1;
		}

/* Slider Styles Starts */

div#camera_wrap_1 {
    /*max-height: 550px !important;*/
}

	.camera_wrap h2 {
		margin: 0;
		font-weight: 100;
		color: #2b2e33;
	}
	.camera_wrap h2 + h2 {
		margin-top: 10px;
		margin-bottom: 0;
		font-weight: 300;
	}
		.camera_caption {
			width: 55%;
			left: 20%;
			top: 50%;
		}
			.camera_caption > div {
				padding: 10px 50px;
				background: rgba(255, 255, 255, 0.7);
			}
			.camera_prev {
				left: 4%;
			}
			.camera_next {
				right: 4%;
			}
			.camera_prev,
			.camera_next {
				background: rgba(255, 255, 255, 1);
			}

/* Main Container Styles Starts */

.main-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Main Heading Styles Starts */

.main-heading-1 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c3c6;
}

.main-heading-2 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c1c3c6;
}

.main-heading-1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 146px;
	height: 3px;
	background-color: #7159a4;
}


.main-heading-2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	width: 146px;
	height: 3px;
	background-color: #7159a4;
}


.main-heading-1.big:after {
	width: 300px;
}
.main-heading-2 {
	color: #7159a4;
}



/* Welcome Section Styles Starts */

.welcome {
	margin-bottom: 30px;
}

p.welcome-text.text-center {
    font-size: 18px;
}
	.welcome h2 {
		color: #7159a4;
		font-weight: 500;
	}
	.welcome p.lead {
		font-size: 24px;
		font-weight: 300;
		color: #1c1c1c;
		line-height: 40px;
	}

/* Intro Block Styles Starts */

	.intro-block {
		margin-top: 30px;
	}
		.intro-block h4 {
			font-weight: 300;
		}
		.intro-block h4:last-of-type {
			margin-bottom: 30px;
		}
		.intro-block .btn-secondary {
			margin-top: 15px;
			padding-left: 25px;
			padding-right: 25px;
		}

		p.main-heading-1.services-heading {
		    padding-bottom: 5px;
		    margin-bottom: 10px;
		    border-bottom: none;

		}

.services-list{
	    padding: 5px 18px 5px 18px;
}

.service-img {
    padding: 0px;
}


.services-inner a:hover {
    color: white;
    background: #7159a4;
}
.services-inner a {
    border: 2px solid;
    padding: 5px 15px;
    text-decoration: none;
}

.dentist-img {
    max-height: 200px;
    width: auto !Important;
}

.view-all-btn {
	margin-top: 40px;

		}

		.view-all-btn.text-center a {
		    background: #7159a4;
		    border-radius: 0px;
		    color: white;
		    border: none;
		    padding: 10px 20px 10px 20px;
				margin: 2px;
		}


		.view-all-btn.text-center a:hover {
    background: #f3f3f3;
    color: black;
    border: 2px solid #7159a4;
    margin: 0px;
}

/* Features Block Styles Starts */

	.features-list {
		margin-bottom: 30px;
	}
		.features-list li {
			margin-top: 30px;
		}
			.features-list li .fa {
				margin-top: 10px;
				font-size: 72px;
				color: #7159a4;
			}

/* Panel Styles Starts */

.panel-smart {
	margin-top: 30px;
	margin-bottom: 0;
}
.panel-smart.blog {
	margin-top: 0;
	margin-bottom: 40px;
}
	.panel-smart .panel-heading {
		position: relative;
		padding: 20px 30px 18px;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		background-color: #7159a4;
	}
	.panel-smart.blog .panel-heading {
		padding: 14px 20px;
		text-transform: capitalize;
	}

		.panel-smart .panel-heading .fa {
			margin-right: 10px;
		}
	.panel-smart .panel-body {
		padding: 30px 35px;
		background-color: #f3f3f3;
	}
	.panel-smart.blog .panel-body {
		padding: 0px;
	}
		.services-inner {
			text-align: center;
			padding: 20px;
		}
		.panel-smart.blog.single .panel-body blockquote {
			padding: 0 20px;
			color: #1c1c1c;
			font-size: 14px;
			border-color: #1c1c1c;
			font-style: italic;
		}
		.panel-smart .panel-body ul {
			margin-bottom: 0;
		}
			.panel-smart .panel-body li {
				padding-bottom: 10px;
			}
				.panel-smart .panel-body li .fa {
					margin-right: 10px;
					color: #7159a4;
				}
		.panel-smart.blog .panel-body .btn {
			padding: 7px 20px;
		}
		.panel-smart.blog .panel-body .post-info {
			margin-bottom: 8px;
		}
			.panel-smart.blog .panel-body .post-info li {
			}
				.panel-smart.blog .panel-body .post-info li .fa {
					margin-right: 8px;
				}
				.panel-smart.blog .panel-body .post-info li,
				.panel-smart.blog .panel-body .post-info li a,
				.panel-smart.blog .panel-body .post-info li .fa {
					color: #494949;
				}
				.panel-smart.blog .panel-body .post-info li a:hover,
				.panel-smart.blog .panel-body .post-info li a:focus,
				.panel-smart.blog .panel-body .post-info li a:hover .fa,
				.panel-smart.blog .panel-body .post-info li a:focus .fa {
					color: #00a79e;
					text-decoration: none;
				}

/* Profile Section Styles Starts */

.profile-box {
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
	color: #fff;
	background-color: #7159a4;
}
.profile-box:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 40px 40px 0;
	border-style: solid;
	border-color: #017f78 #fff;
}
	.profile-box .content {
		padding: 40px 40px 40px 20px;
	}
	.profile-box .content h4 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.profile-box .content p {
		margin-bottom: 30px;
	}
	.profile-box .content p:last-of-type {
		margin-bottom: 0;
	}


/* Appointment Styles Starts */

.appointment-block {
	padding-top: 50px;
	padding-bottom: 50px;
}
	.appointment-block .form-group {
		margin-bottom: 22px;
	}
	.appointment-block input.form-control,
	.appointment-block select.form-control {
		padding: 8px 16px;
		line-height: normal;
		height: 42px;
	}
	.appointment-block textarea.form-control {
		padding: 18px;
	}
	.appointment-block .btn-secondary {
		margin-top: 5px;
		padding: 8px 20px;
	}

/* Bio Section Styles Starts */

.bio-section {
	margin-bottom: 50px;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
	/*background-image: url(../images/testimonial-bg.jpg);*/
}
	.bio-section h2 {
		margin-bottom: 30px;
	}
	.bio-section p.lead {
		margin-left: 40px;
		margin-right: 40px;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
	}
	.bio-section .counter {
		margin-top: 30px;
		margin-bottom: 30px;
	}
		.bio-section .counter li {
			margin-top: 20px;
			padding-left: 40px;
			padding-right: 40px;
		}
		.bio-section .counter h3 strong {
			font-size: 60px;
		}

/* Tabs Styles Starts */

.tabs-wrap {
	margin-top: 20px;
}
	.tabs-wrap ul.nav-tabs {
		border: 1px solid #d5d5d5;
	}
		.tabs-wrap ul.nav-tabs li + li {
			border-left: 1px solid #d5d5d5;
		}
			.tabs-wrap ul.nav-tabs li a {
				padding: 15px 30px;
				margin-right: 0;
				color: #2b2e33;
				font-size: 18px;
			}
			.tabs-wrap ul.nav-tabs li a:hover,
			.tabs-wrap ul.nav-tabs li a:focus {
				color: #7159a4;
				background: none;
			}
			.tabs-wrap ul.nav-tabs li.active a {
				color: #fff;
				background-color: #7159a4;
			}
	.tabs-wrap .tab-content {
		padding: 25px 30px;
		border: solid #d5d5d5;
		border-width: 0 1px 1px 1px;
	}
		.tabs-wrap .tab-content p {
			margin-bottom: 20px;
		}

/* Content Block Styles Starts */

.content-block-1 {
	margin-bottom: 60px;
}
.content-block-1:last-of-type {
	margin-bottom: 0;
}
	.content-block-1 p {
		margin-bottom: 20px;
	}


/* Blog Author Bio Box Styles Starts */

.blog-author-bio {
	margin-bottom: 50px;
}
	.blog-author-bio .author-bio-img img {
		padding: 5px;
		border: 1px solid #d5d5d5;
	}
	.blog-author-bio p {
		margin-bottom: 15px;
	}
	.blog-author-bio p:last-of-type {
		margin-bottom: 0;
	}



/* Map Styles Starts */

.map {
	margin-top: 20px;
	height: 375px;
}

/* Contact Form Styles Starts */

#main-contact-form {
	margin-top: 20px;
}
	.contact-status {
		display: none;
	}
	.contact-form .form-group {
		margin-bottom: 20px;
	}
	.contact-form input.form-control {
		padding: 7px 14px;
		line-height: normal;
		height: 40px;
	}
	.contact-form .btn-secondary {
		margin-top: 0;
		padding: 8px 20px;
	}

/* List Style Starts */

.list-style-1,
.list-style-2 {
	margin-bottom: 0;
}
	.list-style-1 li {
		padding-bottom: 8px;
	}
	.list-style-1 li:last-of-type,
	.list-style-2 li:last-of-type {
		padding-bottom: 0;
		text-indent: -1em;
    padding-left: 1em;
	}
		.list-style-1 li .fa {
			margin-right: 8px;
			font-size: 16px;
			color: #7159a4;
		}

.list-style-2 {
}
	.list-style-2 li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
		.list-style-2 img.pull-left {
			margin-top: 6px;
			margin-right: 20px;
		}
		.list-style-2 li h6 {
			margin-top: 0;
			margin-bottom: 6px;
			color: #7159a4;
		}
		.list-style-2 li p {
			margin-bottom: 5px;
		}
		.list-style-2 li .date-stamp {
			margin-bottom: 0;
			color: #7f7f7f;
		}

.address-list {
	margin-top: 10px;
	margin-bottom: 20px;
}
	.address-list li {
		padding-top: 20px;
		font-size: 18px;
	}
	.address-list li,
	.address-list li a {
		color: #1c1c1c;
	}
	.address-list li a:hover {
		color: #7159a4;
	}
	.address-list li .fa {
		margin-right: 15px;
		color: #7159a4;
	}

/* Side Block Styles Starts */

.side-block-1 {
	margin-bottom: 50px;
}
.side-block-1:last-of-type {
	margin-bottom: 0;
}



/* Footer Styles Starts */

.main-footer,
.main-footer a {
	color: #fff;
}
	.footer-area {
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #7159a4;
	}
		.footer-area h2,
		.footer-area h4 {
			margin-top: 0;
		}
		.footer-area h4 {
			margin-bottom: 20px;
		}
		.footer-links-style-1 {
			margin-top: 5px;
		}
			.footer-links-style-1 li + li {
				padding-top: 8px;
			}
				.footer-links-style-1 li a {
					font-weight: 600;
				}
				.footer-links-style-1 li a .fa {
					margin-right: 10px;
				}
		.footer-links-style-2 {
			margin-top: 20px;
		}
			.footer-links-style-2 li {
				margin-bottom: 7px;
				font-size: 18px;
			}
				.footer-links-style-2 li .fa {
					margin-right: 10px;
					vertical-align: middle;
				}
				.footer-links-style-2 li .fa-map-marker {
					font-size: 24px;
				}
				.footer-links-style-2 li .fa-mobile {
					font-size: 30px;
				}
				.footer-links-style-2 li .fa-envelope {
					font-size: 18px;
				}
		.footer-main-head {
			padding-left: 40px;
			text-transform: uppercase;
			background: url(../images/foot-logo-icon.png) no-repeat left 7px;
		}
		.footer-sm-links {
			margin-top: 40px;
		}
			.footer-sm-links li {
			}
			.footer-sm-links li + li {
				margin-left: 14px;
			}
				.footer-sm-links li .fa {
					font-size: 36px;
				}
	.copyright {
		padding-top: 25px;
		padding-bottom: 15px;
		background-color: #7159a4;
	}

/* Generic Styles Starts */

.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.no-border-radius,
#nav .dropdown-menu,
.panel-smart,
.panel-smart .panel-heading,
.panel-smart .panel-body,
.panel-smart.blog .panel-body .btn,
.testimonials .carousel-indicators li,
#accordion.panel-group .panel,
#accordion .panel-heading,
#accordion .panel-body .thumbnail,
.appointment-block .form-control,
.appointment-block .btn,
ul#gallery-grid li .thumbnail,
.pagination,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.contact-form .form-control,
.contact-form .btn,
.comment-form .btn,
.nav-tabs > li > a {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.camera_prev,
.camera_next,
.img-style-1 {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.btn-secondary,
.btn-lite {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}
.no-boxshadow,
#nav .dropdown-menu,
.panel-smart,
#accordion.panel-group .panel,
.appointment-block .form-control:focus,
.contact-form .form-control:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

#nav {
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.btn-lite:hover,
.btn-lite:focus,
.btn-lite:active,
.btn-lite.active {
	-webkit-box-shadow: 4px 4px 0 #009189;
	   -moz-box-shadow: 4px 4px 0 #009189;
			box-shadow: 4px 4px 0 #009189;
}
#accordion .panel,
#accordion .panel-body .thumbnail,
.panel-smart,
.tabs-wrap ul.nav-tabs li a,
.tabs-wrap .nav-tabs > li.active > a,
.tabs-wrap .nav-tabs > li.active > a:focus,
.tabs-wrap .nav-tabs > li.active > a:hover {
	border: none;
}
#accordion .panel-heading,
.appointment-block .form-control,
ul#gallery-filter li a,
ul#gallery-grid li a.gallery-zoom,
.pagination > li > a,
.pagination > li > span,
.contact-form .form-control,
.tabs-wrap ul.nav-tabs li a,
#staff-carousel .carousel-control,
.btn-secondary,
.btn-lite {
	-webkit-transition: all 0.5s ease-in;
	   -moz-transition: all 0.5s ease-in;
	        transition: all 0.5s ease-in;
}
#staff-carousel.fader .item {
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}



.service-box {
    margin-bottom: 40px;
}

.service-box {
    padding-bottom: 30px;
}

.service-box {
    background: #f3f3f3;
    padding: 20px;
}
.our-dentists {
    padding-bottom: 40px;
}


.header-text-img {
    min-height: 160px;
    background: #c6acff;
}

.header-text-img h3 {
    margin: 0px;
    padding-left: 6%;
    padding-top: 5%;
    color: white;
}

.services-text {
    font-size: 20px;
    margin-bottom: 20px;
}

.service-imgs  {
		    text-align: center;
				    padding-bottom: 20px;
}

.service-imgs div {
    text-align: center;
    margin: 0 auto;
    float: none;
    display: inline-block !important;
}






.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: black !important;
    background-color: #ffffff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: black !important;
    background-color: #ffffff;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7159a4;
    outline: 0;
}









/* Carousel Styles */
.carousel-indicators .active {
      background-color: #7159a4;
}

.carousel-inner img {
    width: 100%;
height: 80vh !important;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 30%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: rgba(150, 149, 149, 0.75);
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}



span.mob-text {
    color: white;
    padding-top: 14px;
    display: inline-block;
    text-align: right;
    width: 70%;
}




.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */

     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }


 #social-fb:hover {
     color: #3B5998;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }


.services-text iframe {
    max-width: 325px !important;
    float: left;
    margin-top: 30px !important;
}


.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}


.home .copyright {
    padding-bottom: 0px;
}

p.site-by-ek {
    font-size: 12px !important;
    margin-left: 50px;
    margin-bottom: 0px;
}




.questionnaire-form .wpcf7-list-item input {
    height: 20px;
    width: 20px;
}

.questionnaire-form .wpcf7-list-item span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.questionnaire-form .wpcf7-list-item {
    text-align: center;
}



.questionnaire-form .wpcf7-submit {
    background: #7159a4;
    border: 0px;
    color: white;
    padding: 10px;
}
.questionnaire-form {
    margin-top: 50px;
    margin-bottom: 50px;
}
.questionnaire-form textarea {
    height: 100px;
		    width: 100%;
}
.questionnaire-form label {
    width: 100% !important;
}


/*.questionnaire-form .wpcf7-list-item input:before {
    background: rgba(113, 89, 164, 0.5);
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
}*/

.questionnaire-form textarea {
    border: 3px solid #7159a4;
}


.questionnaire-form span.wpcf7-form-control-wrap.checkbox-questionnaire {
    background: #7159a4;
    display: block;
    /* width: 75%; */
    color: white;
    text-align: center;
    padding: 10px;
}

.feedback-form textarea {
    width: 60%;
    height: 75px;
    border: 2px solid #7159a4;
    background: rgba(113, 89, 164, 0.2);
}


.fbform-cont {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}


.feedback-form input.wpcf7-form-control.wpcf7-submit {
    background: #7159a4;
    border: 0px;
    color: white;
    padding: 10px;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
		display: inline-block !important;
		    width: 100%;
}


div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    display: inline-block !important;
		    width: 100%;
}


.smiley-img {
    width: 50%;
    margin: 0 auto;
}




.services-text ul li {
    font-weight: inherit;
    font-size: 16px;
}

.more-questions {
    padding: 0px;
}

.more-questions-left {
    padding-left: 0px;
}

.more-questions-right {
    padding-right: 0px;
}


.services-texts p {
    font-size: 18px;
}

.services-texts {
    text-align: center;
    margin-bottom: 30px;
}


.carousel-inner.homeslider .item {
    height: calc(80vh - 100px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.panel-smart.blog .panel-body img {
    width: 100%;
}

span.covid {
    position: absolute;
    left: 50px;
    margin-top: 3px;
}



.list-nostyle ul, 
ul.list-nostyle {
	    padding-left: 0;
    list-style: none;
}

.list-style-default li {
    position: relative;
    padding-left: 28px;
	    padding-bottom: 0;
}

.list-style-default li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0.2em;
    font-size: 16px;
	color: #7159a4;
}
