/*
Theme Name:     Divi Medico Child Theme
Theme URI:      https://medicodivi.themesunit.com/
Description:    Medico is a medical purpose Divi child theme.
Author:         ThemesUnit
Author URI:     https://themesunit.com/
Template:       Divi
Version:        1.0.1
*/

/* Theme Style */
:root {
	--color1: #00a3c8;
	--color2: rgba(0, 163, 200, 0.05);
}

/* Top Header Start */
.med-top-header-section .med-top-header-inner{
	display:flex;
}
.med-top-header-section p  {
	padding-bottom:0!important;
}
.med-top-header-section .med-top-call{
	padding-left:25px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC;
	position:relative;
}
.med-top-header-section .med-top-call.med-top-guest:before {
	content:'\e08a';
}
.med-top-header-section .med-top-call.med-top-loc:before {
	content:'\e081';
}
.med-top-header-section .med-top-call:before {
	content:'\e090';
	font-size:16px;
	font-family:ETmodules;
	color:#ccc;
	position:absolute;
	left:0;
	top:0;
}
/*Top Header End*/

/*Header Start*/
.has_et_pb_sticky .med-header-section {
	box-shadow: 0 5px 6px -6px skyblue!important;
}
.med-header-section .med_header_menu ul li ul > li > a:hover{
	background-color:var(--color1);
	opacity:1;
}
.med-header-section .et_pb_menu .et_pb_menu__wrap{
	justify-content: right!important;
}
.med-header-section {
	background: -webkit-linear-gradient(318deg, var(--color1) 34%, #fff 30%);
}
.med-header-section .med_header_menu .et_pb_menu__menu {
	margin-right: 20px;
}
.med-header-section .menu-item a:hover{
	color:var(--color1)!important;
	opacity:1;
}
.med-header-section .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu > li > a:before {
	content: '';
	width: 0;
	height: 3px;
	background: var(--color1);
	position: absolute;
	bottom: -27px;
	left: 50%;
	opacity: 0;
	transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	-ms-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.med-header-section .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu li.current_page_item a:before,
.med-header-section .et_pb_menu_inner_container .et_pb_menu__wrap ul.et-menu li a:hover:before  {
	opacity: 1;
	width: 100%;
}
.med-header-section .med-menu-btn a:hover{
	color:#fff!important;
}
.med-header-section .et_pb_menu__menu>nav>ul>li.med-menu-btn a {
	border: 2px solid var(--color1)!important;
	border-width: 2px 2px 2px 2px!important;
	display: block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color:var(--color1)!important;
	font-weight: 700;
	font-size: 15px;
	line-height:25px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 13.3px 27px!important;
	border-radius: 0;
	z-index:0;
}
.med-header-section .med-menu-btn  a:after {
	content:none;
}
.med-header-section .et_pb_menu__menu>nav>ul>li.med-menu-btn a:before {
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0!important;
	left: 0!important;
	width: 4%!important;
	height: 100%!important;
	margin: 0 !important;
	right: 100%!important;
	background-color: var(--color1);
	z-index: -1!important;
	transition: all 0.4s ease!important;
	transform: translateX(0)!important;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
}
.med-header-section .et_pb_menu__menu>nav>ul>li.med-menu-btn a:hover,
.med-header-section .et_pb_menu__menu>nav>ul>li.med-menu-btn:hover a {
	color:#fff!important;
}
.med-header-section .et_pb_menu__menu>nav>ul>li.med-menu-btn a:hover:before {
	width: 100%!important;
	right: 0!important;
}
.med-header-section .med-menu-btn {
	padding: 3px 0px!important;
}
.med-header-section .et_pb_menu__menu>nav>ul>li>a{
	color:#3A4145;
	position: relative;
	cursor: pointer;
	font-weight:600!important;
	padding:0px!important;
	transition: all .5s ease;
}
.med-header-section .et_pb_menu_0_tb_header.et_pb_menu nav>ul>li>a:hover,
.med-header-section .et_pb_menu__menu>nav>ul>li>a:hover{
	opacity:1!important;
}
.med-header-section .et-menu .menu-item-has-children>a:first-child {
	padding-right: 20px!important;
}
.med-header-section .et-menu .menu-item-has-children>a:first-child:after{
	content:"\33";
	color:#3A4145;
	font-size:16px;
	transition: all .5s ease;
	font-weight:600!important;
}
.med-header-section .current-menu-item > a,
.med-header-section .current-menu-item > a:after,
.med-header-section .et-menu .menu-item-has-children>a:first-child:hover:after{
	color:var(--color1)!important;
}
.med-header-section ul li ul {
	transform-origin: 50% 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding:0!important;
	top:0;
	left:235px;
}
.med-header-section ul li ul>li>a{
	width:100%!important;
	padding: 18px 20px!important;
	color:#3A4145!important;
	font-weight:600!important;
	transition:all .5s ease ;
}
.med-header-section .et_pb_menu__menu>nav>ul>li>ul>li>a:hover{
	color:#fff!important;
	background:var(--color1)!important;
	opacity: 1!important;
}
.med-header-section .et_pb_menu__menu>nav>ul>li>ul>li>a:first-child:hover:after{
	color:#fff!important;
}
.med-header-section .et_mobile_menu li a:hover{
	opacity: 1!important;
	color:var(--color1)!important;	
	background:transparent!important;
} 
.med-header-section .et_mobile_nav_menu span:before {
	color:#fff!important;
	border:1px solid #fff!important;
	top:0!important;
}
.med-header-section .mobile_nav.opened .mobile_menu_bar:before{
	content:"\4d";
	color:#fff!important;
	border:1px solid #fff!important;
	transition:all .5s ease ;
}
.med-header-section ul.et_mobile_menu{
	display:block!important;
	padding:10px;
}
.med-header-section .mobile_nav.closed ul.et_mobile_menu{
	transform:rotateY(90deg);
	-webkit-transform:rotateY(90deg);
	-ms-transform:rotateY(90deg);
	transform-origin:right;
	transition:all.5s ease!important;
}
.med-header-section .mobile_nav.opened ul.et_mobile_menu{
	transform:rotateY(0);
	-webkit-transform:rotateY(0);
	-ms-transform:rotateY(0);
	transform-origin:right;
	transition:all.5s ease;
	border-top: 3px solid var(--color1);
}
.med-header-section .mobile_nav.opened ul.et_mobile_menu>li>a{
	color:var(--color2);
	font-weight:700;
	border-bottom: unset!important;
}
.med-header-section ul.et_mobile_menu{
	width:100%;
	padding:0!important;
}
.med-header-section .et_mobile_menu .menu-item-has-children>a{
	position:relative;
}
.med-header-section .et_mobile_menu li a {
	transition:all.5s ease;
	padding:18px 20px!important;
	border-bottom:unset!important;
	color: #3A4145!important;
}
.med-header-section .et_mobile_menu .menu-item-has-children>a:after{
	font-family:ETmodules;
	text-align:center;
	speak:none;
	font-weight:600;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	font-size:18px;
	content:"\33";
	top:17px;
	transform:rotate(0);
	-webkit-transform:rotate(0);
	-ms-transform:rotate(0);
	right:13px!important;
	transition: all .5s ease ;
}
.med-header-section .et_mobile_menu .menu-item-has-children.visible>a:after{
	content:'\34';
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transition: all .5s ease;
}
.med-header-section .et_mobile_menu ul.sub-menu{
	display:none!important;
	visibility:hidden!important;
	transition:all .5s ease;
}
.med-header-section .et_mobile_menu .visible>ul.sub-menu{
	display:block!important;
	visibility:visible!important;
	opacity: 1;
	padding-left:10px!important;
}
.med-header-section .et-menu li li.menu-item-has-children>a:first-child:after {
	top:auto;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul {
	top: calc(140% - 1px)!important;
	border-top: 3px solid var(--color1);
	padding:0!important;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li{
	padding:0;
	display:block!important;
}
.et_mobile_menu .menu-item-has-children>a{
	background-color: transparent;
}
.med-header-section .et_pb_menu .et-menu>li{
	padding-left: 25px!important;
	padding-right: 25px!important;
}
.med-header-section .et_pb_social_media_follow li{
	margin-bottom:0!important;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li{
	padding:0;
	display:block!important;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li>ul{
	border-top: 3px solid var(--color1);
	top: -3px;
	left: 240px;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li>ul>li>a:hover{
	color:#fff!important;
	opacity: 1!important;
	background:var(--color1)!important;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li>ul>li>a{
	width: 100%!important;
	padding: 18px 20px!important;
	color:  #3A4145!important;
}
.med-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li>ul>li>ul>li {
	padding: 0;
	display: block!important;
}
.et_mobile_menu .menu-item-has-children>a{
	background-color: transparent;
}
.med-header-section .et_pb_social_media_follow li a.icon:before{
	color:var(--color1)!important;
}
.med-header-section .et_mobile_menu li li {
	padding-left: 2%!important;
}
@media (max-width: 1224px){
	.med-header-section .et_pb_menu .et-menu>li {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
}
@media (max-width: 1050px){
	.med-header-section .et_pb_menu .et-menu>li {
		padding-left: 12px!important;
		padding-right: 12px!important;
	}
}
@media (max-width: 980px){
	.med-header-section {
		background:var(--color1)!important;
	}
	.med-header-section .et_pb_menu .et_mobile_menu {
		top: 142%!important;
	}
	.med-header-section .et_pb_menu__wrap{
		justify-content: end!important;
	}
	.med-header-section .et_pb_menu ul li a{
		font-size:16px!important;
		line-height:26px!important;
	}
}

/*Home Hero Section Start*/
.med-hero-section h1{
	font-weight:700;
}
.med-hero-section h1 span{
	color:var(--color1);
}
.med-hero-section .header-content-container {
	width:50%!important;
} 
.med-hero-section .et_pb_button_one{
	color:var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding:13.3px 27px!important;
	border-radius: 0;
} 
.med-hero-section .et_pb_button_one:after {
	content:none;
}
.med-hero-section .et_pb_button_one:before {
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color:var(--color1);
	z-index: -1;
	transition: all 0.4s ease;
}
.med-hero-section  .et_pb_button_one:hover:before{
	width: 100%;
	right: 0;
}
.med-hero-section .et_pb_button{
	position: relative;
	z-index: 1;
}
.med-hero-section .et_pb_more_button  {
	margin-top: 30px!important;
}
.med-hero-section .header-content{
	padding:0!important;
	margin:0!important;
} 
/*Home Hero Section End*/

/*Home Contact Section Start */
.med-contact-section .med-contact-row{
	display: flex;
	justify-content: center;
	column-gap: 30px;
}
.med-contact-section .med-contact-column {
	margin-right:0!important;
}
.med-contact-section .med-detail-call .et_pb_blurb_content {
	display:flex;
	align-items:center;
}
.med-contact-section .med-detail-call span.et-pb-icon {
	color: var(--color1);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.med-contact-section .med-detail-call .et_pb_main_blurb_image{
	width: 36px;
	display:block;
	margin:0;
}
.med-contact-section .med-detail-call .et_pb_module_header {
	padding:0;
}
.med-contact-section .med-contact-row .med-contact-title .et_pb_blurb_content {
	display:flex;
	align-items:baseline;
}
.med-contact-section .med-contact-row .med-contact-title span.et-pb-icon{
	color: var(--color1);
}
.med-contact-section .med-open-hours li{
	list-style-type:none;
}
.med-contact-section .med-open-hours{
	display:flex;
	padding: 0 0 10px 0!important;
	justify-content: space-between;
}
.med-contact-section .med-open-hours li:first-child{
	color:var(--color1);
	font-weight:600;
	font-family: 'Poppins'; 
}
.med-contact-section .med-open-hours li:last-child{
	color:#646D72;
	font-weight:400;
	font-family: 'Poppins';
}
/*Home Contact Section End */

/*Home About Section Start*/
.med-about-section .et_pb_button_module_wrapper  a {
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding:13.3px 27px!important;
	border-radius: 0;
} 
.med-about-section .et_pb_button_module_wrapper a:after {
	content:none;
}
.med-about-section .et_pb_button_module_wrapper a:before {
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color:var(--color1);
	z-index: -1;
	transition: all 0.4s ease;
}
.med-about-section h6{
	color:var(--color1)!important;
}
.med-about-section .et_pb_button_module_wrapper a:hover:before{
	width: 100%;
	right: 0;
}
.med-about-section .et_pb_button{
	position: relative;
	z-index: 1;
}
/*Home About Section End*/

/*Home Service Section Start*/
.med-service-section .med-service-column:hover .et_pb_blurb{
	background-color:#fff!important;
	transition: all 0.4s ease;
} 
.med-service-section .med-service-column .et_pb_promo {
	background-color:var(--color2)!important;
	transition: all 0.4s ease;
	filter: brightness(0.8);
}
.med-service-section .med-service-column:hover .et_pb_promo {
	background-color:var(--color1)!important;	
	filter: brightness(1);
} 
.med-service-section .med-service-column .et_pb_button_wrapper a{
	color:var(--color1)!important;
}
.med-service-section  .med-service-column:hover  .et_pb_button_wrapper a{
	color:#fff!important;
}  
.med-service-section .med-service-column{
	box-shadow: 0px 4px 15px rgba(149, 157, 165, 0.25);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.med-service-row .et_pb_promo .et_pb_promo_button:after {
	top: 7px!important;
}
/*Home Service Section End*/

/*Home Choose Section Start*/
.med-choose-section  .et_pb_blurb_content{
	display: table!important;
}
.med-choose-section .et_pb_blurb .et_pb_blurb_container{
	display: table-cell;
	vertical-align: bottom;
	position:relative;
	padding-left:68px;
	transition: all 0.4s ease;
}
.med-choose-section .et_pb_blurb .et_pb_blurb_container:hover:before {
	color:var(--color1);
}
.med-choose-section .et_pb_blurb .et_pb_blurb_container:before {
	content:'1';
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	font-size: 80px;
	line-height: 80px;
	color: #3A3A3A;
	position:absolute;
	left:0;
	top:0;
}
.med-choose-section .med-choose-number-2 .et_pb_blurb_container:before {
	content:'2';
}
.med-choose-section .med-choose-number-3 .et_pb_blurb_container:before {
	content:'3';
}
.med-choose-section .et_pb_main_blurb_image{
	display: table-cell;
	width: 68px!important;
}
/*Home Choose Section End*/

/*Home Testimonial Section Start*/
/*dots*/
.med-testimonial-section .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	display: block;
	width: 14px!important;
	height: 14px!important;
	border-radius: 30px;
	background: #fff;
	transition: all 0.3s ease ;
	margin: 0 6px;
	cursor: pointer;
	border: 2px solid var(--color1)!important;
}
.med-testimonial-section .slick-dots li.slick-active button {
	background-color:var(--color1);
}
.med-testimonial-section ul.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0!important;
}
.med-testimonial-section ul.slick-dots li {
	margin: 0 5px;
}
.med-testimonial-section ul.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	background: transparent;
	cursor: pointer;
	outline: none;
	border: 0;
	transition: all 0.3s ease ;
}
@media(max-width:980px) {
	.med-choose-section .et_pb_blurb .et_pb_blurb_container:before {
		font-size: 72px;
		line-height: 72px;
	}
}
@media(max-width:767px) {
	.med-choose-section .et_pb_blurb .et_pb_blurb_container:before {
		font-size: 65px;
		line-height: 65px;
	}
	.med-choose-section .et_pb_blurb .et_pb_blurb_container {
		padding-left: 55px;
	}
}

/*detail set*/  
.med-testimonial-section .et_pb_testimonial_description{
	margin-left:0!important;
}
.med-testimonial-section .et_pb_testimonial_author {
	display: block;
	font-size: 22px;
	color: #252525!important;
	margin-top: 0px;
	position: absolute;
	top: 0;
	left: 113px;
}
.med-testimonial-section .et_pb_testimonial_meta {
	display: block;
	font-size: 13px;
	color: #444;
	position: absolute;
	top: 40px;
	left: 113px;
}
.med-testimonial-section .et_pb_testimonial_description_inner {
	padding-top: 70px;
}
.med-testimonial-section .et_pb_testimonial_description p {
	padding-bottom: 0;
}
.med-testimonial-section .et_pb_testimonial_content{
	padding-top: 50px;
}
/*background set*/  
.med-testimonial-section .et_pb_testimonial{
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
}
.med-testimonial-section .slick-slide{
	float: left;
	border-left: 15px solid var(--color1);
	box-shadow: 5px 5px 6px rgb(0 0 0 / 6%);
	margin: 0px 20px 30px;
	padding: 40px;
	position: relative;
}
.med-testimonial-section .et_pb_testimonial:before{
	display:none;
}
.med-testimonial-section .slick-slide:before {
	content: '';
	background: linear-gradient(225deg, var(--color1) 49%,transparent 50%);
	height: 12.5px;
	width: 12.5px;
	position: absolute;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	left: auto;
	right: -12.5px;
	top: 81px;
	visibility: visible;
	display: block;
	border-radius: 0;
	filter: brightness(0.5);
}
.med-testimonial-section .et_pb_testimonial_portrait {
	width:80px!important;
	height:80px!important;
}
.med-testimonial-section .et_pb_testimonial_portrait:before {
	content:'';
	position: absolute;
	width: 84px;
	height: 84px;
	background: var(--color1);
	box-shadow:none;
	border-radius:50%;
	z-index:-1;
	left:3px;
	top:0;
}
.med-testimonial-section .slick-slide:after {
	content: "\e033 \e033 \e033 \e033 \e033";
	background-color: var(--color1);
	width: 94px;
	height: 27px;
	right: -12px;
	position: absolute;
	bottom: 0;
	top: 48px;
	visibility: visible;
	padding: 3px 7px;
	color: #fff;
	font-family: 'ETmodules';
	font-size: 17px;
	text-align: center;
}
.med-testimonial-section .slick-track {
	display: flex;
}
.med-testimonial-section  .et_pb_testimonial_description, .et_pb_testimonial_description_inner{
	position:relative;
}
/*Home Testimonial Section End*/

/*Home Process Section Start*/
.med-process-section .et_pb_image_wrap:before {
	border: 15px solid var(--color1);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	position: absolute;
	content: '';
	border-radius:100%;
}
.med-process-section  .med-procees-inner:hover .et_pb_image_wrap:before{
	border: 1px solid var(--color1);
	transition-duration: 0.5s;
} 
/*Home Process Section End*/

/*Home Team Section Start*/
.med-team-section .med-team-inner .et_pb_social_media_follow {
	width: 100%;
	padding: 0px 15px;
	position: absolute;
	bottom: -12%;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease ;
}
.med-team-section .et_pb_main_blurb_image {
	display: inline-block;
	margin-bottom: 10px;
	line-height: 0;
	max-width: 100%;
}
.med-team-section .med-team-inner:hover .et_pb_social_media_follow {
	opacity: 1;
	bottom: 13px;
}   
.med-team-section .et_pb_social_media_follow {
	transition: all 0.6s ease ;
}
.med-team-section .med-team-inner {
	font-size: 16px;	
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	text-align: center!important;
	overflow: hidden!important;
}
.med-team-section .et_pb_main_blurb_image  {
	text-align: center;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease ;
}
.med-team-section .et_pb_blurb  .et_pb_image_wrap {
	margin: 0 auto 0px!important;
}
.med-team-section .med-team-inner:hover .et_pb_main_blurb_image {
	padding:15px!important;
}
.med-team-section .med-team-inner:hover .et_pb_blurb_container{
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
}
.med-team-section .med-team-inner .et_pb_blurb_container{
	padding-top:10px;
	transition: all 0.3s ease ;
} 
.med-team-section .med-team-inner ul.et_pb_social_media_follow li a:before {
	color:var(--color1);
}
/*Home Section End*/

/*Counter Section Start*/
.med-counter-section .med-counter-inner .et_pb_column:not(:first-child):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -32px;
	border-left: 2px solid var(--color1);
}
.med-counter-section .med-counter-inner .percent-value:after {
	content: '';
	height: 4px;
	width: 51px;
	position: absolute;
	left: 25%;
	right: 0;
	bottom: 0;
	background-color:var(--color1);
	border-radius: 12px;
	margin-bottom: -5px!important;
}
.med-counter-section .med-counter-inner .percent-value{
	position:relative;
	margin-bottom: 13px!important;
} 
/*Counter Section End*/

/*Blog Section Start*/
.med-blog-section .et_pb_ajax_pagination_container{
	display:flex;
	justify-content: space-between;
}  
.med-blog-section  .et_pb_post {
	max-width: 360px;
	width: 100%;
	margin: 0 15px;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
	display: flex;
	flex-wrap: wrap;
}
.med-blog-section  .et_pb_post .entry-featured-image-url {
	order: 1;
	width: 100%;
}
.med-blog-section h2.entry-title {
	font-weight: 700!important;
	font-size: 24px!important;
	line-height: 34px!important;
	color: #002642!important;
	order: 3;
	width: 100%;
}
.med-blog-section p.post-meta {
	order: 2;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC!important;
	border-bottom: 1px solid var(--color1);
	padding-bottom:15px;
	position:relative;
	padding-left:25px;
}
.med-blog-section .author a {
	color: #CCCCCC!important;
}
.med-blog-section .post-content {
	order: 4;
	width: 100%;    
}
.med-blog-section .post-content-inner{
	border-bottom: 1px solid var(--color1)!important;
	padding-bottom:15px;
	margin-bottom:15px;
}
.med-blog-section .post-content a.more-link:after {
	content: '\24';
	position: absolute;
	right: -20px;
	font-family: ETmodules;
	color: var(--color1);
	top: 1px;
}  
.med-blog-section p.post-meta:before {
	content: '\e08a';
	position: absolute;
	left: 4px; 
	top: 0; 
	font-family:ETmodules;
	color:var(--color1)!important;
}
.med-blog-section a[rel="tag"] {
	position:relative;
	padding-left: 37px;
	color: #CCCCCC!important;
}
.med-blog-section a[rel="tag"]:after {
	content: '\e07c';
	position: absolute;
	left: 14px;
	top: -1px;
	font-family:ETmodules;
	color:var(--color1)!important;
}
.med-blog-section .post-content a.more-link {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	color:var(--color1)!important;
	text-transform: capitalize;
	position:relative;
	display:inline-block;
}
.med-blog-inner span.author.vcard {
    margin-right: 10px;
}
/* Blog Section End*/

/* Blog Left Image */
.blog-left .et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: repeat(1,1fr)!important;
	text-align: left;
	gap:30px!important;
}
.blog-left .et_pb_ajax_pagination_container article {
	gap: 20px;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}
.blog-left .entry-featured-image-url {
	max-width: 400px;
	width: 100%;
	margin: 0;
}

@media (max-width: 980px){
	.blog-left .et_pb_ajax_pagination_container article {
		flex-direction: column-reverse!important;
	}
	.blog-left .et_pb_ajax_pagination_container{
		grid-template-columns: repeat(2,1fr)!important;
	}
	.blog-left .entry-featured-image-url {
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.blog-left .et_pb_ajax_pagination_container{
		grid-template-columns: repeat(1,1fr)!important;
	}
	.blog-left .et_pb_ajax_pagination_container {
		max-width: 500px;
		margin: auto;
	}
}

/* Blog Right Image */
.blog-right .et_pb_ajax_pagination_container article{
	flex-direction: row!important;
}
@media (max-width: 980px){
	.blog-right .et_pb_ajax_pagination_container article {
		flex-direction: column-reverse!important;
	}
}
/*Home page end*/

/*About Page start*/
.med-about-gallary-section .et_pb_gallery_image.landscape:hover{
	background-color:rgba(0,0,0,0.5)!important;
}
/*About page end*/

/*Services Section Start*/
.med-services-section .med-service-list{
	padding: 0!important;
	display:flex;
	flex-direction:column;
	gap:15px;
	list-style:none;
}
.med-services-section .med-service-list li{
	position:relative;
	padding-left: 32px;
}
.med-services-section .med-service-list li:before {
	content: '';
	background: var(--color1);
	border: 3px solid #fff;
	width: 10px;
	height: 10px;
	box-shadow: var(--color1) 0px 0px 0px 2px inset, var(--color1) 0px 0px 0px 2px;
	border-radius: 30px;
	position: absolute;
	left: 0;
	top: 6px;
}
/*Service Section End*/
/*Services Page End*/

/*Pricing Section*/
.med-pricing-section  .et_pb_pricing_table{
	border:none;
}
.med-pricing-section .et_pb_sum {
	color: #3a4145!important;
}
.med-pricing-section .et_pb_pricing_table:before {
	content: "";
	background: linear-gradient(29deg,#252525 0%,#252525 49%,#252525 50%, #252525 100%);
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(50% 100%,100% 56%,100% 0,0 0,0 56%)!important;
}
.med-pricing-section .med-pricing-second .et_pb_pricing_table:before{
	content: "";
	background: linear-gradient(29deg, var(--color1) 0%, var(--color1) 49%, var(--color1)  50%, var(--color1) 100%)!important;
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(50% 100%,100% 56%,100% 0,0 0,0 56%)!important;
}
.med-pricing-section .et_pb_pricing_table .et_pb_pricing_heading:before  {
	content: '';
	background-repeat:no-repeat!important;
	background-position:center!important;
}
.med-pricing-section .med-pricing-1 .et_pb_pricing_table .et_pb_pricing_heading:before {
	background-image:url(/wp-content/uploads/2022/10/img-27.png)!important;	
}
.med-pricing-section .med-pricing-2 .et_pb_pricing_table .et_pb_pricing_heading:before {
	background-image:url(/wp-content/uploads/2022/10/img-28.png)!important;	
}
.med-pricing-section .med-pricing-3 .et_pb_pricing_table .et_pb_pricing_heading:before {
	background-image:url(/wp-content/uploads/2022/10/img-29.png)!important;	
}
.med-pricing-section .et_pb_pricing_table .et_pb_pricing_heading:before {
	font-family: ETmodules;
	background: #fff;
	font-size: 60px;
	line-height: 100px;
	width: 72px;
	height: 72px;
	margin: 0 auto 35px;
	border-radius: 50%;
	box-shadow: 0 0 0 13px #fff, 7px 7px 20px rgb(0 0 0 / 40%);
	position: absolute;
	left: 0;
	right: 0;
	top: 112px;
}
.med-pricing-section .et_pb_pricing_table .et_pb_pricing_heading {
	padding: 40px 0 0!important;
}
.med-pricing-section  .et_pb_pricing .et_pb_pricing_table_0.et_pb_pricing_table .et_pb_pricing_heading,
.med-pricing-section .med-pricing-second .et_pb_pricing .et_pb_pricing_table_1.et_pb_pricing_table .et_pb_pricing_heading {
	background-color: unset!important;
}
.med-pricing-section   .et_pb_pricing_title{
	color:#333!important;
}
.med-pricing-section .et_pb_pricing_content_top {
	padding-top: 161px;
}  
.med-pricing-section   .et_pb_pricing_content_top{
	border-bottom:none!important;
} 
.med-pricing-section  .et_pb_pricing {
	display:flex;
	flex-direction:column;
}  
.med-pricing-section .et_pb_pricing li{
	display:inline-block;
	position:relative;
	padding: 10px 0!important;
}
.med-pricing-section .et_pb_pricing li p {
	position:relative;
	padding-left: 25px;
	display:inline-block;
}
.med-pricing-section .et_pb_pricing li p.med-pricing-not-check:before {
	color:#ccc!important;
}
.med-pricing-section .et_pb_pricing li p:before{
	content:'\e052';
	color: var(--color1)!important;
	font-family:ETmodules;
	font-size:16px;
	position:absolute;
	left:0;
	top:1px;
	border:0;
}
.med-pricing-section .et_pb_pricing li span:before {
	content:none;
}
/*button*/
.med-pricing-section  .et_pb_button_wrapper a {
	color: var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	display:inline-block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background-color: transparent;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 12.7px 42px!important;
	border-radius: 0;
} 
.med-pricing-section .et_pb_button_wrapper a:after {
	content:none;
}
.med-pricing-section .et_pb_button_wrapper a:before {
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color: var(--color1)!important;
	z-index: -1;
	transition: all 0.4s ease;
}
.med-pricing-section .et_pb_button_wrapper a:hover:before{
	width: 100%;
	right: 0;
}
.med-pricing-section .et_pb_button {
	position: relative;
	z-index: 1;
}
.med-pricing-section .et_pb_pricing_heading h2 {
	font-size:32px!important;
}

/*Appoitment Page*/
/*Apooitment Form Section Start*/
.med-appoitment-section .et_pb_contact_form_label {
	display: block;
	padding-bottom:10px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #3A4145;
}
.med-appoitment-section .et_pb_contact_field[data-type=select]:after {
	top: 70%;
}
.med-appoitment-section .et_pb_button{
	color: var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: transparent;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 13.7px 42px!important;
	border-radius: 0;
	margin: 0 0 0 0px;
} 
.med-appoitment-section  .et_pb_button:after{
	content:none;
}
.med-appoitment-section .et_pb_button:before{
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color: var(--color1)!important;
	z-index: -1;
	transition: all 0.4s ease;
}
.med-appoitment-section .et_pb_button:hover:before{
	width: 100%;
	right: 0;
}
.med-appoitment-section .et_pb_button{
	position: relative;
	z-index: 1;
}
.med-appoitment-section .et_contact_bottom_container {
	float: left;
	padding: 21px 0 0 3%;
}
/*Apooitment Form Section End*/

/*FAQs Accordion Section Start*/
.med-accordion-section .et_pb_toggle_open {
	padding: 25px 30px!important;
}
.med-accordion-section .et_pb_toggle_title:before {
	color: #3A4145!important;
}
.med-accordion-section .et_pb_toggle.et_pb_toggle_open h5:before {
	display: block;
	color: #222222;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.med-accordion-section .et_pb_accordion .et_pb_toggle {
	margin-bottom: 10px;
	position: relative;
}
.med-accordion-section .et_pb_toggle:not(:last-child){
	background: #FFFFFF;
	box-shadow: 0px 0px 14px -4px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px!important;
}
/*FAQs Accordion Section End*/

/*FAQs Form Section Start*/
.med-faq-form-section .et_pb_button{
	color: var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: transparent;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 13.5px 45px!important;
	border-radius: 0;
	margin: 0 0 0 0px;
} 
.med-faq-form-section  .et_pb_button:after{
	content:none;
}
.med-faq-form-section  .et_pb_button:before{
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color: var(--color1)!important;
	z-index: -1;
	transition: all 0.4s ease;
}
.med-faq-form-section  .et_pb_button:hover:before{
	width: 100%;
	right: 0;
}
.med-faq-form-section  .et_pb_button{
	position: relative;
	z-index: 1;
}
.med-faq-form-section .et_pb_contact_main_title{
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 114.9%;
	text-align: center;
	color: #252525;
	padding-bottom: 40px;
}
.med-faq-form-section .et_contact_bottom_container {
	float: none;
	justify-content:center;
	margin-top: 40px;
}
.med-faq-form-section .et_pb_contact_form {
	margin-left: 0!important;
}
/*FAQs Form Section End*/

/*Blog Page*/
/* Blog Section Start*/
.med-blogs-section .et_pb_post:hover{
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	transition: all 0.4s ease;
}
.med-blogs-section .et_pb_ajax_pagination_container {
	display: grid;
	grid-template-columns:repeat(3,1fr);
	gap: 60px 30px;
}
.med-blogs-grid-2 .et_pb_ajax_pagination_container {
	grid-template-columns:repeat(2,1fr);
}
.med-blogs-grid-4 .et_pb_ajax_pagination_container {
	grid-template-columns:repeat(4,1fr);
}
.med-blogs-section .et_pb_post {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	background: #FFFFFF;
	margin:0;
} 
.med-blogs-section .et_pb_post .entry-featured-image-url {
	order: 1;
	width: 100%;
}
.med-blogs-section h2.entry-title {
	font-weight: 700!important;
	font-size: 24px!important;
	line-height: 34px!important;
	color: #002642!important;
	order: 3;
	width: 100%;
}  
.med-blogs-section p.post-meta {
	order: 2;
	width: 100%;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 15px!important;
	line-height: 25px!important;
	color: #CCCCCC!important;
	border-bottom: 1px solid var(--color1)!important;;
	padding-bottom:15px;
	position:relative;
	padding-left:20px
}
.med-blogs-section .author a {
	color: #CCCCCC!important;
}
.med-blogs-section .post-content {
	order: 4;
	width: 100%;      
}
.med-blogs-section .post-content-inner{
	border-bottom: 1px solid  var(--color1)!important;
	padding-bottom:15px;
	margin-bottom:15px;
}  
.med-blogs-section  .more-link{
	position:relative;
	display:inline-block!important;
}
.med-blogs-section .post-content a.more-link:after {
	content: '\24';
	position: absolute;
	right: -20px;
	font-family: ETmodules;
	color: var(--color1);
	top: 1px;
}
.med-blogs-section p.post-meta:before {
	content: '\e08a';
	position: absolute;
	left: 0px;
	top: 0;
	font-family: ETmodules;
	color: var(--color1)!important;
} 
.med-blogs-section a[rel="tag"] {
	position: relative;
	padding-left: 20px;
	color: #CCCCCC!important;
}
.med-blogs-section a[rel="tag"]:after {
	content: '\e07c';
	position: absolute;
	left: 0px;
	top: -1px;
	font-family: ETmodules;
	color: var(--color1)!important;
}
/*Blog Section End*/

/*Blog Detail Section Start*/
.med-blog-detail-section ul.blog-icon {
	display: flex;
	padding: 0 0 0px!important;
	column-gap: 25px;
}
.med-blog-detail-section ul.blog-icon li {
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #9B9B9B;
}
.med-blog-detail-section img {
	margin-right: 10px;
}
.med-blog-detail-section  .med-blog-detail{
	display:flex;
	align-items:center;
}
.med-blog-detail-section .med-blog-detail ul{
	display:flex;
	padding-bottom:0!important;
}
.med-blog-detail-section  .med-blog-detail h6{
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #1F1E23;
	padding-bottom:0!important;
}
.med-blog-detail-section  .med-blog-detail ul li{
	list-style-type:none;
	margin-left:20px;
	background: #F8F8FC;
	padding:3px 4px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #646D72;
}
.med-blog-detail-section .et_pb_social_media_follow{
	margin-left:20px;
}
.med-blog-detail-section .et_pb_button{
	color: var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 13.7px 42px!important;
	border-radius: 0;
	margin: 0 0 0 0px;
} 
.med-blog-detail-section .et_pb_button:after{
	content:none;
}
.med-blog-detail-section .et_pb_button:before{
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color: var(--color1)!important;
	z-index: -1;
	transition: all 0.4s ease;
}
.med-blog-detail-section .et_pb_button:hover:before{
	width: 100%;
	right: 0;
}
.med-blog-detail-section .et_pb_button{
	position: relative;
	z-index: 1;
}
.med-blog-detail-section .et_contact_bottom_container {
	float: left;
	margin-top: 30px;
}
.med-blog-detail-section  .et_pb_contact_form {
	margin-left: 0;
} 
.med-blog-detail-section  p.et_pb_contact_field {
	padding: 0 0 0 0;
} 
.med-blog-detail-section .et_pb_contact_field_options_title,
.med-blog-detail-section .et_pb_search input.et_pb_searchsubmit {
	display:none;
}
.med-blog-detail-section .et_pb_button_module_wrapper{
	background-color: #f2fafc;
}  
.med-blog-detail-section  .et_pb_search_0:after {
	content: '';
	background: url(/wp-content/uploads/2022/07/search-regular-24-1.png);
	position: absolute;
	color: #0666db;
	width: 100%;
	max-width: 50px;
	background-repeat: no-repeat;
	height: 100%;
	top: 27px;
	right: -14px;
	-ms-transform:  translateY(-50%);
	-webkit-transform:  translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease;
}
.med-blog-detail-section   .et_pb_row {
	width: 90%!important;
}
.med-blog-detail-section   .et_pb_contact p input[type=checkbox]+label i{
	background-color:#fff!important;
	border: 1px solid #DDDDDD!important;
	padding:10px;
} 
.med-blogs-section  .post-content a.more-link {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	color: var(--color1)!important;
	text-transform: capitalize;
}
/*Blog Detail Section End*/

/*Contact Form Start*/
.med-contact-form .et_pb_button{
	color: var(--color1)!important;
	border: 2px solid var(--color1)!important;
	border-width:2px 2px 2px 2px!important;
	text-align: center;
	display:inline-block;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	background-color: transparent;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 12.5px 45px!important;
	border-radius: 0;
	margin: 0 0 0 0px;
} 
.med-contact-form  .et_pb_button:after{
	content:none;
}
.med-contact-form .et_pb_button:before{
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0;
	left: 0;
	width: 4%;
	height: 100%;
	display: block;
	margin: 0 !important;
	right: 100%;
	background-color: var(--color1)!important;
	z-index: -1;
	transition: all 0.4s ease;
}
.med-contact-form .et_pb_button:hover:before{
	width: 100%;
	right: 0;
}
.med-contact-form .et_pb_button{
	position: relative;
	z-index: 1;
}
.med-contact-form .et_contact_bottom_container {
	float: left;
}
.med-contact-form   p.et_pb_contact_field {
	padding: 0;
}
.med-contact-form .et_pb_contact_form {
	margin-left: 0!important;
}
.med-contact-form .et_pb_main_blurb_image .et-pb-icon{
	color: var(--color1)!important;
}
/*Contact Form End*/

/*Footer Strat*/
.med-footer-section  h6.list-title {
	font-family: 'Jost';
	font-style: normal;
	font-weight: 600;
	font-size: 24px!important;
	line-height: 35px;
	color: #FFFFFF;
}
.med-footer-section li.list-link {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC!important;
	list-style-type: none;
	padding: 15px 0 0;
}
.med-footer-section .et_pb_button_module_wrapper .et_pb_button{
	font-weight:400!important;
	padding-left:0;
	padding-right:0;
}
.med-footer-section .et_pb_button_module_wrapper a{
	color:#cccccc!important;
}
.med-footer-section .et_pb_button_module_wrapper a:hover{
	color: var(--color1)!important;
	transition: all 0.3s ease!important;
}
.med-footer-section h6.list-title:before {
	content: '';
	height: 1px;
	width: 130px;
	position: absolute;
	left: 0;
	right: 0%;
	bottom: 0;
	background: #61676A;
}
.med-footer-section h6.list-title:after{
	content: '';
	height: 1px;
	width: 50px;
	position: absolute;
	left: 0;
	right: 10px;
	bottom: 0;
	background:var(--color1);
}
.med-footer-section h6.list-title{
	position:relative;
} 
.med-footer-section p.et_pb_contact_field{
	padding: 0 0 0 0;
	margin-bottom: 0;
}
.med-footer-section .et_pb_button{
	font-weight:600!important;
} 
.med-footer-section .med-footer-inner-section .et_pb_text{
	margin-bottom: 15px!important;
}
.med-footer-section  .med-footer-inner-text{
	color: var(--color1);
}
.med-footer-section  .et_pb_blurb_content {
	max-width: 100%;
}
.med-footer-section .et_pb_blurb_description a {
	color: #CCCCCC;
}
.med-footer-section  .et_pb_blurb {
	margin-bottom: 15px!important;
}
.med-footer-section .et_pb_blurb_description a:hover{
	color: var(--color1);
	transition: all 0.3s ease!important;
}
.med-footer-section .et-last-child{
	margin-bottom:0!important;
}
.med-footer-section .med-footr-form-button{
	padding:13px 32px!important;
}
/*Footer End*/

/*Responsive*/
@media (max-width: 1407px) {
	.med-contact-section  .med-contact-column{
		min-height:470px!important;
	} 
}
@media (max-width: 1250px) {
	.med-contact-section .med-open-hours {
		display: block!important;
		text-align: center!important;
	}
}

/*Services page -Service Section*/
.med-services-section  .med-service-column{
	width:48%!important;
	margin-right:20px!important;
	margin-top:20px;
	margin-bottom: 0!important;
}
.med-services-section .med-service-list-column{
	width:100%!important;
}

/*About Page*/
.med-pricing-section .et_pb_pricing_heading h2 {
	font-size:28px!important;
}
@media (max-width:1024px) { 
	.med-choose-section{
		background-image: none!important;
		background-color:#000!important;
	}
}
@media (max-width:980px) { 
	.med-hero-section .et_pb_text_inner h6 {
		top: 71px;
	}	
	.med-hero-section .header-content-container {
		width: 100%!important; 
	}  
	.med-hero-section .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		position: relative;
		z-index: 3;
		width: 90%!important;
	}	
	.med-contact-section .med-open-hours {
		display: flex!important;
		justify-content: space-between;
	}
	.med-contact-section .med-contact-column {
		width:100%!important;
		min-height:0!important;
	}
	.med-contact-section  .et_pb_blurb_content {
		margin:0 0 0 0 !important;
	}
	.med-contact-section .med-contact-row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 500px;
	}  
	.med-testimonial-section .slick-slide:after {
		top: 48px;
	}
	.med-testimonial-section .slick-slide {
		margin: 0px 20px 70px;
		padding:20px;
	}
	.med-team-section .med-team-member-column,
	.med-team-section  .med-team-member-column-sec {
		max-width:360px;
	}
	.med-counter-section .med-counter-inner .et_pb_column:before {
		content: '';
		position: absolute!important;
		width: 85%!important;
		height: 100%!important;
		left: 25px!important;
		border-bottom: 2px solid  var(--color1)!important;
		border-left: 0!important;
	}
	.med-counter-section .med-counter-inner .et_pb_column:nth-child(4):before{
		border-bottom: 0!important;
		border-left: 0!important;
	}
	.med-counter-section .med-counter-inner .et_pb_column:nth-child(3):before{
		border-bottom: 0!important;
		border-left: 0!important;
	}
	.med-team-section  .med-team-inner,
	.med-counter-section .med-counter-inner .et_pb_column .et_pb_module:last-child {
		margin-bottom: 30px;
	}
	.med-blog-section .et_pb_ajax_pagination_container {
		display: block!important;
		justify-content: center;
	}
	.med-blog-section  .et_pb_post {
		max-width: 460px;
		margin-top: 29px;
		margin-left: 0!important;
	}
	.med-blog-section  .med-blog-inner{
		max-width: 460px;
	}
	.med-pricing-section .et_pb_pricing{
		max-width: 500px!important;
		margin: auto;
		width: 100%;
	} 
	.med-process-section  .et_pb_module_header{
		min-height:0!important;
	}
	.med-blogs-section .et_pb_ajax_pagination_container {
		grid-template-columns:repeat(2,1fr);
		gap:30px;
	}
	.med-footer-section .et_pb_contact_form_container:before {
		display:none!important;
	}
	.med-footer-section .et-last-child{
		margin-bottom:0!important;
	}
	.med-footer-section .med-footer-col .et_pb_text_inner ul{
		padding:0!important;
	}
}
@media screen and (min-device-width: 981px) and (max-device-width: 1029px) {
	.med-process-section  .et_pb_module_header{
		min-height:83px!important;
	}
}
@media (max-width: 767px){
	.med-top-header-section p span {
		display:none;
	}
	.med-testimonial-section .et_pb_column .et_pb_testimonial_portrait {
		display: block;
		float: left;
		margin: 0 auto 20px;
	}
	.med-process-section{
		padding-bottom:60px!important;
	}
	.med-process-section  .med-procees-inner .et_pb_image{
		margin-left: 0px;
		display:block!important;
		width:100%!important;
	}
	.med-services-section  .med-service-column{
		width:100%!important;
	}
	.med-footer-section  .med-footer-col{
		display:block!important;
		width:100%!important;
	}
	.med-footer-section .med-footer-col{
		padding-top: 0px!important;
	}
	.med-footer-section .med-footer-col.et-last-child{
		margin-top: 25px;
	}
	.med-blogs-section .et_pb_ajax_pagination_container {
		grid-template-columns:repeat(1,1fr);
		max-width:500px;
		margin:auto;
	}
}

@media (max-width: 575px) {
	.med-process-section  .med-procees-inner{
		margin-bottom: 30px!important;
		display:block!important;
		width:100%!important;
	}
	.med-counter-section .med-counter-inner .et_pb_column{
		display:block!important;
		width:100%!important;
		margin-right: 0px!important;
	} 
	.med-counter-section .med-counter-inner .et_pb_column:nth-child(3):before{
		border-bottom: 2px solid var(--color1)!important;
		border-left: 0!important;
	}
	.med-counter-section .med-counter-inner .et_pb_column:nth-child(4){
		margin-top:30px!important;
		border-bottom: 0!important;
	}
}
@media (max-width: 481px) { 
	.med-counter-section .med-counter-inner .et_pb_column:nth-child(4),
	.med-footer-section .med-footer-col.et-last-child  {
		margin-top:0px!important;
	}
	.med-testimonial-section .et_pb_testimonial_description_inner {
		padding-top: 114px;
	}
	.med-testimonial-section .et_pb_testimonial_meta {
		left: 0; 
		top:130px;
	}
	.med-testimonial-section .et_pb_testimonial_author {
		left: 0; 
		top:100px;
	}
}
@media (max-width: 330px) { 
	.med-services-section .med-service-list li img {
		width: 30px;
	}
}

/* Pre-Loader CSS */
.tu-preloader {
	background-color:#ffffff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	overflow:hidden !important;
	z-index:9999999999999999;
}
.tu-preloader .tu-status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:cover;
	background-size:cover;
	margin:-50px 0 0 -50px;
}
.tu-loader {
	text-indent:-99999em;
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: rgba(0,163,200,0.3);
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.tu-loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: rgba(0,163,200,0.6);
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}
.tu-loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: var(--color1);
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0%   {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Pre-Loader End  */

#commentform {
	padding-bottom: 0;
	display:flex;
	flex-direction:column;
}
#commentform .comment-form-comment {
	order:4;
}
#commentform .comment-form-cookies-consent {
	order:5;
}
#commentform .form-submit {
	order:6;
	text-align:left;
}

.med-text-effect{
	color: var(--color1);
	font-family: 'Carter One', cursive;
	font-size: 100px;
	line-height:100px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: 900;
	letter-spacing: 10px;
}
.med-text-effect:before{
	content: attr(data-content);
	background-image: linear-gradient(45deg,#fff 10%, rgba(232, 227, 199, 0) 10%, rgba(232, 227, 199, 0) 40%, #fff 40%, #fff 60%, rgba(232, 227, 199, 0) 60%, rgba(232, 227, 199, 0) 90%, #fff 90%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
	background-size: 10px 12px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	animation: animate 40s infinite linear;
}
@keyframes animate{
	0%{ background-position: 0 0; }
	100%{ background-position: 100% 0; }
}

.med-404-hero-section .et_pb_button_wrapper a {
	border: 2px solid var(--color1)!important;
	border-width: 2px 2px 2px 2px!important;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	color: var(--color1)!important;
	font-weight: 700;
	font-size: 15px;
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	padding: 13.3px 27px!important;
	border-radius: 0;
	z-index: 0;
	display: inline-block;
}
.med-404-hero-section .et_pb_button_wrapper a:after ,
.et_pb_comments_module form .submit.et_pb_button:after{
	background: var(--color1);
	content: "";
	position: absolute;
	visibility: visible !important;
	opacity: 1 !important;
	display: block !important;
	top: 0!important;
	left: 0!important;
	width: 4%!important;
	height: 100%!important;
	margin: 0 !important;
	right: 100%!important;
	z-index: -1!important;
	transition: all 0.4s ease!important;
	transform: translateX(0)!important;
	-webkit-transform: translateX(0)!important;
	-ms-transform: translateX(0)!important;
}
.med-404-hero-section .et_pb_button_wrapper a:hover ,
.et_pb_comments_module form .submit.et_pb_button:hover{
	color: #fff!important;
}
.med-404-hero-section .et_pb_button_wrapper a:hover:after,
.et_pb_comments_module form .submit.et_pb_button:hover:after{
	width: 100%!important;
	right: 0!important;
}
.et_pb_comments_module form .submit.et_pb_button{
	border: 2px solid var(--color1)!important;
	border-radius:0;
	color:var(--color1);
	padding: 10px 30px!important;
	text-transform: uppercase;
	font-size:16px;
	line-height:26px;
	font-weight: 600;
}