.header-top-sidebar-container{
    position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    z-index: 100;
	height: 50px;
	display: none;
}

@media screen and (min-width: 480px) {
	.header-top-sidebar-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-container {
		padding-top: 50px;
	}
}

.logged-in .header-top-sidebar-container {
	top: 46px;
}

@media screen and (min-width: 783px) {
	.logged-in .header-top-sidebar-container {
		top: 32px;
	}
}

.header-top-sidebar-container .thin-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.header-top-sidebar-container .thin-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
	}
	.header-top-sidebar-container .icons-list {
		display: none;
	}
	.header-top-sidebar-container .thin-list li {
		margin-right: 10px;
	}
}

.header-top-sidebar-container .thin-list span {
	vertical-align: middle;
}

.header-top-sidebar-container .thin-list li {
	margin-top: 0;
}

@media screen and (max-width: 1009px) {
	.header-top-sidebar-container .morada {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.header-top-sidebar-container .header-icon:before {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1009px) {
	.site-container .header .sf-menu {
		margin-left: auto;
		margin-right: auto;
		display: table;
		float: none;
	}
}

@media screen and (max-width: 767px) {
	.header-left a img[src*="cmc-horizontal-logo.png"] {
		max-width: 175px;
	}
	.header .mobile-menu-switch {
		top: -5px;
	}
}

.gform_wrapper.home-consult-form_wrapper {
	margin-top: 20px;
}

.gform_wrapper.home-consult-form_wrapper .ginput_container_select {
	position: relative;
}

.gform_wrapper.home-consult-form_wrapper .ginput_container_select:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	top: 8px;
	right: 10px;
	z-index: 10;
	color: #42b4e5;
}

.gform_wrapper.home-consult-form_wrapper select {
    border: 0;
	font-family: inherit;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	min-height: 35px;
	padding-right: 35px;
}

.gform_wrapper.home-consult-form_wrapper div.gform_footer {
	padding-bottom: 0;
}

.gform_wrapper.home-consult-form_wrapper div.gform_footer .gform_button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s ease;
    padding: 12px 19px;
	line-height: 1.5;
	margin-bottom: 0;
}

.gform_wrapper.home-consult-form_wrapper .gform_footer .gform_button:hover,
.gform_wrapper.home-consult-form_wrapper .gform_footer .gform_button:focus {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.icons-sn{
    margin-right:10px;
}

#recent-posts-3 ul li{
    margin-top: 20px !important;
}
#recent-posts-3 ul li a{
    color:#000;
    display: block;
    margin-bottom:10px;
}

.comments,.comment-form-container{
    display:none;
}

#comments_list{
    display:none;
}

.homepage-slider-container h2,
.homepage-slider-container p
{
	color:white;
}

rs-sbg{
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.single-doctors .info-box{
	padding-top: 30px;
	padding-bottom: 30px;
}

.single-doctors .info-box p{
	margin-top: 10px;
}

.single-doctors .services-list ul li{
	float: none;
	width: 100%;
}

.gallery-item-details-list .details-box p{
	padding-bottom: 0;
}

.other-specialties-wrap .box-header{
	font-size: 22px;
}

.services-equal-height ul.services-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.services-equal-height ul.services-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.services-equal-height ul.services-list ul li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.services-equal-height ul.services-list ul li > a,
.services-equal-height ul.services-list ul li > img {
	height: 175px;
	overflow: hidden;
	display: block;
}

.services-equal-height ul.services-list ul li > div {
	min-height: calc(100% - 175px);
}

@media screen and (min-width: 480px) {
	.services-equal-height ul.services-list ul li > a,
	.services-equal-height ul.services-list ul li > img {
		height: 215px;
	}
	.services-equal-height ul.services-list ul li > div {
		min-height: calc(100% - 215px);
	}
}

@media screen and (min-width: 1010px) {
	.services-equal-height ul.services-list ul li > a,
	.services-equal-height ul.services-list ul li > img {
		height: 275px;
	}
	.services-equal-height ul.services-list ul li > div {
		min-height: calc(100% - 275px);
	}
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container {
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container .vc_tta-tabs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: -2px;
	margin-left: -2px;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
	margin-left: 2px;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel-heading,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel-heading:hover,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel-heading:focus {
	border-radius: 0;
	border-width: 2px;
	background-color: #c8d300;
	border-color: #c8d300;
	color: #fff;
}

@media screen and (max-width: 1249px) {
	.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
		font-size: 13px;
		padding: 12px;
	}
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel-heading a,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_active .vc_tta-panel-heading a {
	color: #fff;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_active .vc_tta-panel-heading {
	background-color: #42b4e5;
	border-color: #42b4e5;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel-body {
	border-radius: 0;
	border-width: 2px;
}

.vc_tta-tabs.vc_tta-tabs-position-left.vertical-horizontal-tour .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-body {
	border-color: #42b4e5;
}

.vertical-horizontal-tour .service-details {
	background: none;
	padding: 10px;
	border: none;
}

.vertical-horizontal-tour .service-details h4,
.vertical-horizontal-tour .service-details p {
	padding: 0;
}

.vertical-horizontal-tour .service-details h4 {
	margin-bottom: 10px;
}

.doctor-profile-details.wpb_column {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

@media screen and (min-width: 991px) {
	.doctor-profile-details.wpb_column {
		padding-left: 30px;
	}
}

.gallery-item-details .details-box ul {
	line-height: 1.6;
	padding-left: 15px;
}

.gallery-item-details-list .details-box .item-footer {
    display: none;
}

.gallery-item-details .details-box p + .mc-icon,
.gallery-item-details .details-box ul + .mc-icon {
	margin-top: 15px;
}

.gallery-item-details .details-box .mc-icon {
	margin-right: 10px;
}

.gallery-item-details .details-box p .mc-icon {
	float: none;
	vertical-align: middle;
}

.gallery-item-details .details-box .mc-icon:before {
	background-color: #42b4e5;
	color: #fff;
}

.button-label {
	vertical-align: middle;
}

.simple-list li.template-arrow-horizontal-5{
	padding: 10px 0;
	font-weight: bold;
}

div.gform_wrapper.contacts-form_wrapper input[type="text"],
div.gform_wrapper.contacts-form_wrapper input[type="email"],
div.gform_wrapper.contacts-form_wrapper input[type="tel"],
div.gform_wrapper.contacts-form_wrapper textarea {
	padding: 13px 22px;
	color: #000;
	background-color: #f0f0f0;
	border: none;
	font-size: 14px;
}

div.gform_wrapper.contacts-form_wrapper .gfield_label,
div.gform_wrapper.contacts-form_wrapper .ginput_complex label, 
div.gform_wrapper.contacts-form_wrapper .ginput_complex legend,
div.gform_wrapper.contacts-form_wrapper .ginput_counter {
	display: block;
	font-size: 12px;
	line-height: 1.83334;
	color: #999;
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: normal;
	text-transform: uppercase;
}

div.gform_wrapper.contacts-form_wrapper .ginput_complex label, 
div.gform_wrapper.contacts-form_wrapper .ginput_complex legend,
div.gform_wrapper.contacts-form_wrapper .ginput_counter {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

div.gform_wrapper.contacts-form_wrapper .gform_footer {
	text-align: center;
}

@media screen and (min-width: 768px) {
	div.gform_wrapper.contacts-form_wrapper .gform_footer {
		text-align: right;
	}
}

div.gform_wrapper.contacts-form_wrapper .gform_button {
	padding: 11px 19px;
	text-transform: uppercase;
	border: 1px solid #42b4e5;
	background-color: #42b4e5;
	color: #fff;
	cursor: pointer;
}

.gform_confirmation_message {
	text-align: center;
	padding: 25px;
	background-color: #c8d300;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.contact-map {
	position: relative;
	overflow: hidden;
}

.contact-map .wpb_wrapper {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.contact-map:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: #42b4e5;
	mix-blend-mode: multiply;
	opacity: .3;
}

.widget .search {
	margin-top: 20px;
}

.widget .search .search-input,
.widget .search .search-input:active {
	width: 100%;
}

.single-post .site-container .theme-page .wpb_row,
.tag .site-container .theme-page .wpb_row,
.category .site-container .theme-page .wpb_row,
.page-id-4049 .site-container .theme-page .wpb_row {
	margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
	#specialty-intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#specialty-intro .vc_col-sm-8 {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.scrolling-controls .header-right,
	.footer-container .icons-list,
	.copyright-area .icons-list,
	.copyright-area .footer-menu {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-container,
	.copyright-area {
		text-align: center;
	}
	.footer-container .box-header:after {
		margin-left: auto;
		margin-right: auto;
	}
	.footer-container .widget .contact-data li:before {
		display: none;
	}
	.footer-container .widget .contact-data li .value {
		padding-right: 15px;
	}
	.copyright-area > div {
		width: 100%;
	}
	.copyright-area .icons-list {
		margin: 15px 0 0;
	}
}

@media screen and (min-width: 768px) {
	#specialty-intro .vc_col-sm-8 {
		padding-left: 30px;
	}
}

.bullets-bold li{
	font-weight: bold;
	font-size: 16px;
}

.homepage-blue-boxes .home-box-container .mc-button{
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.homepage-blue-boxes .home-box-container:last-child .mc-button{
		margin-top: 77px;
	}
}

.ql_services-template-default .mc-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.ql_services-template-default .mc-gallery li {
	/*position: relative !important;*/
}

.noRelativePosition{
	position: absolute !important;
}

.relativePosition{
	position: relative !important;
}

@media screen and (max-width: 1300px) {
	.homepage-blue-boxes .home-box h2 {
		font-size:20px;
	}
}

@media screen and (max-width: 1100px) {
	.homepage-blue-boxes .home-box h2 {
		font-size:17px;
	}
}

.footer .contact-data {
	margin-top: 15px;
}

.footer .contact-data a {
	color: inherit;
}

.footer .icons-list,
.footer .icons-list .icon-single {
	float: none;
}

.footer .icons-list {
	display: block;
}

.footer .icons-list .icon-single,
.footer .icons-list .icon-single:before {
	display: inline-block;
	vertical-align: middle;
}

.footer .icons-list .icon-single {
	margin: 10px;
	line-height: 1;
}

.single-ql_services .gallery-box .description h3 {
	color: #fff;
}

@media screen and (max-width: 1009px) {
	.homepage-call-us-wrapper {
		text-align: center;
	}
}

.homepage-call-us-wrapper .wpb_wrapper {
	width: 100%;
}

.homepage-call-us-text p {
	padding: 0;
	color: #fff;
	font-size: 32px;
}

@media screen and (min-width: 1010px) {
	.homepage-call-us-text p {
		font-size: 36px;
	}
}

.homepage-call-us-btn {
	margin-left: 0 !important;
}

.homepage-call-us-btn > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

@media screen and (min-width: 1010px) {
	.homepage-call-us-btn > div {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

@media screen and (min-width: 1250px) {
	.homepage-call-us-btn > div {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.homepage-call-us-btn .mc-button {
	margin: 15px;
}

@media screen and (min-width: 1024px) and (max-width: 1249px) {
	.hp-main-slider-layer {
		max-width: 990px !important;
		width: 990px !important;
		left: 50% !important;
		margin-left: -495px !important;
	}
}

.site-container .simple-list li.template-arrow-horizontal-5 {
	position: relative;
	padding-left: 20px;
}

.site-container .simple-list li.template-arrow-horizontal-5:before,
.site-container .simple-list li.template-arrow-horizontal-5:after {
	font-family: "Font Awesome 5 Duotone" !important;
	font-weight: 900;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-size: 24px;
	position: absolute;
	top: 10px;
	left: 0;
	margin-top: 0;
	margin-right: 0;
	color: #42b3e5;
}

.site-container .simple-list li.template-arrow-horizontal-5:before {
	content: "\f105";
	opacity: 1;
	opacity: var(--fa-primary-opacity,1);
}

.site-container .simple-list li.template-arrow-horizontal-5:after {
	content: "\10f105";
	opacity: .4;
	opacity: var(--fa-secondary-opacity,.4);
	height: inherit;
	visibility: visible;
}

.back-home {
    float: none;
    display: table;
}