/*
Theme Name: Profimed Child Theme
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Profimed Child Theme
Template: profimed
*/
.page-preloader-cover .bar{
	margin-top:10px;
}
.entry-content ul li:before{
	background:var(--e-global-color-primary);
}
.page-main-preloader__logo{
	width:170px;
}

.check_availability_wrap{
	display:block;
	order:2;
	text-align:center;
	padding-top:5px;
}

.check_availability_wrap button{
	font-size: 14px;
	    padding: 5px 15px;
	    display: inline-block;
	    text-transform: none;
			max-width:100%;
			border-radius:3px;
			border:1px solid #192F7C;
}

.check_availability_wrap button:hover{
	color:#192F7C !important;
	background:transparent !important;;
}
.dc-item{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
		padding-bottom:45px;
		height:100%;
}
.dc-item-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height:100%;
}
.dc-item:hover .dc-item-inner{
	box-shadow: 8px 8px 60px 0px rgb(6 30 52 / 10%);
	background:#fff;
}

.dc-item .image{
	width:100%;
	height:0;
	padding-top:100%;
	position:relative;
}

.style-vertical .dc-item .image,
.style-vertical .dc-item .dc-info{
	width:50%;
}



.style-vertical .dc-item .image{
	height:100%;
	padding:0;
}

.style-vertical .dc-item .image img{
	position:static;
}

.dc-item .image img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	object-fit: cover;
}

.dc-item .dc-info{
	padding:35px 30px;
	color:var( --e-global-color-text );
	font-size:14px;
	width:100%;
	position:relative;
}

.dc-item .dc-info .title{
	    color: #1E2428;
			font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
		margin-bottom:7px;
		display:inline-block;
}

.dc-item .dc-info a.title:hover{
	color:var(--e-global-color-primary);
}

.dc-item .dc-info .position{
color: #B5B9BB;
font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.dc-item .dc-info .position{
	margin-bottom:18px;
}

.dc-item .dc-info .practice{
	margin-bottom:15px;
}

.dc-item .dc-info .phone,
.dc-item .dc-info .email{
	padding:3px 0;
}

.dc-item .dc-info .show_info{
	color:var(--e-global-color-primary) !important;
	margin-top: 10px;
display: block;
}

.dc-item .dc-info .show_info:hover{
	text-decoration:underline;
}

.dc-item .dc-info .description{
	position:absolute;
	z-index:+4;
    top: 100%;
    left: 0;
		margin-top:-15px;
    padding: 18px 30px 30px;
		background:#fff;
		display:none;
		box-shadow: 8px 8px 60px 0px rgb(6 30 52 / 10%);
}

.style-vertical .dc-item .dc-info .description{
	left:-100%;
	margin-top:0;
}

.dc-item .cover{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
		transition:.3s;
		visibility:hidden;
		opacity:0;
}

.dc-item .image:hover .cover{
	visibility:visible;
	opacity:1;
}

.dc-item .cover a{
	color:#fff;
	font-size:18px;
	width: 25px;
    height: 25px;
		margin: 5px;
		display:block;
		text-align:center;
}

.dc-item .cover a:hover{
	color:var(--e-global-color-primary) !important;
}

@media (max-width:767px){
	.style-vertical .dc-item .image,
	.style-vertical .dc-item .dc-info{
		width:100%;
	}
	.style-vertical .dc-item .image{
		height:auto;
	}
	.style-vertical .dc-item .dc-info .description{
		left:0%;
	}
}

.dc-item .dc-info .description.active{
	display:block;
}

.dc-item .dc-info .description .fa-close{
	position:absolute;
	top:13px;
	right:13px;
	cursor:pointer;
}

.doctor .dc-title{
	color: var(--e-global-color-primary);
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 33.8px;
    letter-spacing: 0px;
	margin-bottom:20px;
}

.doctor .dc-item{
	padding-bottom:15px;
}

.doctor .dc-info{
	background:var(--e-global-color-primary);
	padding:25px 30px;
}

.doctor .dc-item .dc-info a.title{
	color:#fff;
	font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
		display:block;
		margin-bottom:7px;
}

.doctor .dc-item .dc-info a.title:hover{
	opacity:.75;
}

.doctor .dc-item .dc-info .position{
	   color: #B4D8E7;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.book-form .col-xs-12{
	margin-bottom:15px;
}
input[type=text], 
input[type=email], 
input[type=url], 
input[type=password], 
input[type=search], 
input[type=number], 
input[type=tel],
input[type=date] {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=date],
.wpcf7 input[type=time],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding:5px 0;
	border: none;
    border-bottom: 1px solid;
    background-color: transparent;
	 border-bottom-color: rgb(123,127,129);
	 color:#616262;
	 font-size:16px;
	 line-height:30px;
	 min-height: 40px;
}

.wpcf7 textarea,
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="button"],
.wpcf7 input[type="submit"] {
     border-radius: 0;
}


.wpcf7-list-item{
	margin:0;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
	opacity:0;
}

input::-webkit-date-and-time-value{
	text-align:left;
	}

.wpcf7-not-valid-tip{
background: #dc3232;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    margin-top: 13px;
    font-style: italic;
}
.wpcf7 form .wpcf7-response-output{
	margin:0 !important;
}
#map-accordion .button{
	position:absolute;
	right:15px;
	top:15px;
	z-index:2;
	font-size:14px;
	padding:10px;
}

#map-accordion .iframe_wrap{
	height:580px;
}

#map-accordion .iframe_wrap iframe{
	height:100%;
	width:100%;
}

#map-accordion .jet-toggle,
#map-accordion .jet-toggle__control,
#map-accordion .jet-toggle__content{
	border:0 !important;
}

#map-section{
	height:580px;
	overflow:hidden;
}
@media (max-width:1024px){
	#map-section{
		height:auto;
	}
	#map-accordion .iframe_wrap{
		height:350px;
	}
}
@media (max-width:767px){


}



body.jet-theme-core--has-template .site-content{
	margin-top: 0;
    margin-bottom: 0;
}

.service_grid{
	display:flex;
	flex-wrap:wrap;
	margin-left:-15px;
	margin-right:-15px;
	justify-content: center;
}

.service_grid .column{
	width:25%;
	padding:15px;
}


.service_grid .item{
	height:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	min-height:80px;
	border:1px solid #fff;
	transition:.3s;
	background:#fff;
	font-size: 16px;
    line-height: 1.4;
}

.service_grid .item:hover{
	border-color:#192F7C;
	box-shadow:0 0 25px 2px rgba(0,0,0,0.1);
}

.service_grid .item .icon{
	width: 78px;
    min-width: 78px;
	display:block;
	padding:15px;
}
.service_grid .icon img{
	display:block;
	width:48px;
	height:auto;
}
.service_grid .item .title{
	display:block;
	padding:15px 15px 15px 0;
	flex:1;
	    word-break: break-word;
}


.elementor-widget-jet-slider .jet-slider .slider-pro .jet-slider__item{
	background-color: transparent;
}


.service-prices{
	background-color: var( --e-global-color-primary );
    padding: 30px;
	color:#fff;
}

.service-prices .title{
	color: #cde4ff;
	font-size: 24px;
	font-weight: 400;
	    margin: 0px 0px 15px 0px;
}
ul.price-list{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.price-list li{
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #4F6885;
    padding: 12px 0;
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    
	}

	ul.price-list li .price-value a{
		
		display:inline-block;
		
	}
ul.price-list li .price-value span + a,
ul.price-list li .price-value a + a{
	margin-left:15px;
}
.service-prices ul.price-list li a{
	color:#fff;
}
		ul.price-list li a:hover{
			text-decoration:underline;
		}

ul.price-list .price-title{
    margin: 0;
		-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

ul.price-list .price-title a{
text-decoration:underline;
}

ul.price-list .price-title a:hover{
text-decoration:none;}

ul.price-list .price-value{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0;
	    white-space: nowrap;
    margin-left: 15px;
}

.service_block .title{
	color: #1e2428;
font-size: 26px;
font-weight: 700;
text-transform: none;
font-style: normal;
text-decoration: none;
line-height: 1.3em;
letter-spacing: 0px;
padding-bottom:20px;
position:relative;
margin-bottom:18px;
}

.service_block .title:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
bottom:0;
	width:65px;
	height:2px;
	background: var(--e-global-color-primary);
}

.service_block .text{
	font-size: 18px;
font-weight: 300;
line-height: 1.56em;
    color: #42474c;
		margin-bottom:20px;
}

.posts-list__item .post-thumbnail img{
	height: 250px;
    object-fit: cover;
}

.doctor-social{
	text-align:right;
}

.doctor-social a{
	font-size:25px;
	line-height:25px;
	display:inline-block;
	margin:5px;
	color:#909aa3 !important;
}

.doctor-social a:hover{
	color:var( --e-global-color-primary ) !important;
}

.doctor-profile{
	padding:0;
	margin:0;
	list-style-type:none;
	color:#fff;
	font-size: 14px;
    font-weight: 400;
		line-height: 1.5em;
}
.doctor-profile li{
	padding:12px 0;

}
.doctor-profile li + li{
	border-top:1px solid #4f6885;
}

.doctor-profile a{
	color:#fff;
}
.doctor-profile a:hover{
	text-decoration:underline;
}


#price-panel .heading{
    height: 50px;
    padding: 0;
	margin:0 0 10px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
    color: #fff;
	background:var(--e-global-color-accent);
	border-radius:8px;
	font-size:18px;
	line-height:1.3;
}


#price-panel .heading .icon{
	 width: 50px;
	min-width:50px;
    background: #12225b4d;
    text-align: center;
    margin-right: 15px;
    font-size: 23px;
    line-height: 50px;
	transition:.3s;
	border-radius:8px 0 0 8px;
	color:#fff;
}

#price-panel .heading .icon:hover{
	background: #101f554d;
}

#price-panel .panel.active > .heading > .icon{
-moz-transform: scale(1, -1);
-webkit-transform: scale(1, -1);
-o-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
  }
  
  #price-panel .heading .title{
	  display:block;
	  padding:5px 0;
  }
  
  #price-panel .heading .aright .fa{
	  display:none;
  }

#price-panel .heading a{
	color:#fff;
	
}
#price-panel .heading a:hover{
	text-decoration:underline;
}

#price-panel .heading a.aright{
	margin-left:auto;
	padding:0 15px;
}

#price-panel .panel .body{
	display:none;
	padding:0;
}

#price-panel .panel.panel-child,
#price-panel .panel.panel-post{
	padding-left:50px;
}

#price-panel .panel.panel-post .heading{
	background: #192f7cd9;
}
/*
#price-panel .panel.panel-post .heading{
	color:var(--e-global-color-accent);
	background:var(--e-global-color-64cada7);
	border:1px solid var(--e-global-color-accent);
}

#price-panel .panel.panel-post .heading a{
	color:var(--e-global-color-accent);
}
*/
#price-panel .panel.panel-post .body{
	padding:10px 0 30px;
}

#price-panel .panel.panel-post .price-list{
	color: #000;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-64cada7);
}
#price-panel .panel.panel-post .price-list li{
	padding:12px 15px;
	border-color: var(--e-global-color-64cada7);
}
#price-panel .panel.panel-post .price-list li:hover{
background:var(--e-global-color-64cada7);
}
#price-panel .panel.panel-post .body .title{
	margin-bottom:15px;
}

#price-panel .panel.panel-post .body .title,
#price-panel .panel.panel-post .price-list a{
	
	color:var(--e-global-color-primary);
}

#price-panel .panel.panel-post .body .title,
#price-panel .panel.panel-post .price-list  .price-value a{
	font-weight:600;
}

#price-panel .panel.panel-post .price-list .price-value span{
	font-weight:600;
}

.jet-search__popup-trigger,
.jet-search__submit{
	box-shadow:none !important;
}



@media (max-width:1199px){
.service_grid .column {
	width:33.3333%;
}
}

@media (max-width:991px){
	.service_grid .column {
	width:50%;
}
}

@media (max-width:767px){
#price-panel .panel.panel-child, 
#price-panel .panel.panel-post{
	padding-left:15px;
}
ul.price-list li{
	display:block;
}

ul.price-list .price-title{
	display:block;
}
	
ul.price-list .price-value{
margin-left:0;
}

#price-panel .heading{
	height:auto;
}

 #price-panel .heading .aright .m-hidden{
	 display:none;
 }
 #price-panel .heading .aright .fa{
	  display:inline-block;
  }
}

@media (max-width:576px){
	.service_grid{
	margin-left:-10px;
	margin-right:-10px;}
	
		.service_grid .column {
	width:100%;
	padding:10px;
}
}

body #bingc-phone-button svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
 fill: var( --e-global-color-primary ) !important;
 }
body #bingc-phone-button:hover svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
 fill: var( --e-global-color-primary ) !important;
 }
body #bingc-phone-button div.bingc-phone-button-tooltip {
 background: var( --e-global-color-primary ) !important;
 }
body #bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow
polyline {
 fill: var( --e-global-color-primary ) !important;
 }

 body #bingc-passive > div.bingc-passive-overlay {
 background: var( --e-global-color-primary ) !important;
 }
 
 #bingc-active {
 background: var( --e-global-color-primary ) !important;
 }
 
 body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button{
	  background: #3361ff !important;
 }
body #bingc-passive div.bingc-passive-overlay a.bingc-passive-close-button svg polygon{
	fill: #ffffff !important;
}

input[type=date]:before {
    content: attr(placeholder);
}

#callUs{
display: block;
    text-decoration: none;
    position: fixed;
    bottom: 70px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    z-index: 999;
    text-align: center;
    -webkit-box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
    background-origin: #f1f1f1;
    left: 0;
    color: #ffffff;
    background: #192f7c;
	padding: 10px;
	text-align: center;
}
#callUs svg {
fill: #ffffff;
}
#callUs:hover {
    background-color: #b5b9bb;
}