/*
Theme Name: MediClinic
Theme URI: https://mediclinic.qodeinteractive.com/landing
Description: A Multipurpose Health and Medical Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: mediclinic
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/
header.mkdf-page-header .mkdf-menu-area .mkdf-logo-wrapper a, .mkdf-header-standard-extended .mkdf-page-header .mkdf-logo-area .mkdf-logo-wrapper a {
    max-height: 35px;
    min-height: 35px;
    height: 35px !important;
}

#healed_people .mkdf-next-icon .mkdf-icon-arrow, 

#healed_people .mkdf-prev-icon .mkdf-icon-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: inherit;
    background: #e4eee5;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}
#healed_people .mkdf-clients-carousel-holder .mkdf-client-holder .mkdf-client-image-nolink {
    width: 80%;
}
.elip_bg .mkdf-elliptical-slide-content-holder {
    background-image: linear-gradient(to left,#007fa8 48%,transparent 48%) !important;
}
.elip_bg .mkdf-elliptical-slider .mkdf-elliptical-slide .mkdf-elliptical-slide-svg-holder svg path {
    fill: #007fa8 !important;
}
footer .widget .mkdf-widget-title-holder .mkdf-widget-title {
    color: #ffffff !important;
}
header .mkdf-info-icon .mkdf-icon-info-icon i{
	color: #2ab1e8;
}
header .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-count-holder{
	background-color: #2ab1e8;
}
header .mkdf-drop-down .second{
	border-top: 1px solid #2ab1e8;
}
header .mkdf-drop-down .second .inner ul li.sub ul li>a:before, header .mkdf-drop-down .second .inner>ul>li>a:before{
	color: #2ab1e8;
}
header .mkdf-main-menu ul li a:hover{
	color: #2ab1e8;
}
header .mkdf-drop-down .second .inner ul li.current-menu-ancestor>a, header .mkdf-drop-down .second .inner ul li.current-menu-item>a{
	color: #2ab1e8;
}
.hm_testi .mkdf-testimonials-cards .mkdf-testimonials .owl-nav span {
    background: #007fa8;
}
.hm_testi .mkdf-testimonials-cards .mkdf-testimonials .owl-nav .owl-next:hover span, .hm_testi .mkdf-testimonials-cards .mkdf-testimonials .owl-nav .owl-prev:hover span {
    color: #fff;
    background-color: #2ab1e8;
}
.hm_testi .mkdf-testimonials-cards .mkdf-testimonials .owl-item .mkdf-testimonial-job-title {
    color: #2ab1e8;
}
.hm_products ul.products>.product .mkdf-pl-inner .mkdf-pl-text {
    background-color: #007fa8;
}
.hm_products ul.products>.product .mkdf-pl-rating-holder .star-rating {
    color: #007fa8;
}
.hm_blog .mkdf-blog-list-holder .mkdf-bli-info-top>div a {
    color: #377e3a;
}
.hm_blog .mkdf-blog-list-holder .mkdf-bli-info-top>div a {
    color: #2ab1e8;
}
.hm_blog .mkdf-blog-list-holder .mkdf-bli-info-top>div a, .hm_blog .mkdf-blog-list-holder .mkdf-bli-info-top>div span {
    color: #2ab1e8;
}
.hm_blog .mkdf-blog-list-holder .mkdf-bli-info-bottom>div a:hover {
    color: #2ab1e8;
}
.hm_blog .mkdf-btn.mkdf-btn-simple:not(.mkdf-btn-custom-hover-color):hover {
    color: #2ab1e8 !important;
}
.hm_blog .mkdf-btn.mkdf-btn-simple:before {
    background-color: #2ab1e8;
}
.hm_testi .elementor-widget-elementskit-testimonial {
    overflow: hidden;
}
.hm_testi .elementskit-testimonial-slider .slick-dots {
    bottom: 0 !important;
}
.hm_notice {
    position: fixed !important;
    left: 0;
    max-width: 200px;
    z-index: 1;
    top: 165px !important;
}
.hm_notice .mkdf-icon-box-holder.overlapping-icon {
    padding: 10px;
}
.hm_faq .elementor-element.elementor-element-7ffd336 .elementskit-accordion.floating-style .elementskit-card-body {
    max-width: 100% !important;
	padding-left: 0;
}
.hm_faq .ekit-wid-con .elementskit-accordion .elementskit-card.active .elementskit-card-header .ekit-accordion--toggler {
    background-color: #43d5cb;
    color: #fff;
}
.hm_faq .ekit-wid-con .elementskit-accordion .elementskit-card.active {
    border-bottom: 3px solid #43d5cb;
}
.hr_tm .mkdf-process-holder .mkdf-process-item-holder .mkdf-pi-icon-holder .mkdf-pi-icon {
    width: 75px;
}
.hr_list .mkdf-info-list .mkdf-info-list-title {
    color: #2ab1e8;
}
.hr_list .mkdf-info-list .mkdf-info-list-item .mkdf-ili-left .mkdf-ili-title {
    font-weight: 600;
    color: #000;
}

.treatment_tab .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    perspective: 1000px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.treatment_tab .gallery dt.gallery-icon {
    margin: 0;
	display: flex;
}
.treatment_tab .gallery .gallery-item {
    float: left;
    margin: 0;
    text-align: center;
    width: 100% !important;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 !important;
    transition: 1s ease;
}
.treatment_tab .gallery dt.gallery-icon{
	position: relative;
}
.treatment_tab .gallery dt.gallery-icon a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	right: 0;
    background: #2ab1e8;
    width: 100%;
    height: 100%;
	transition: .4s ease-in;
	opacity: 0;
	transition-delay: .4s, 250ms;
	border-radius: 6px;
}
.treatment_tab .gallery dt.gallery-icon a:hover:after, .treatment_tab .gallery dt.gallery-icon a:hover:before {
	transform: rotateY(180deg);
	opacity: 1;
	transition-delay: .4s, 250ms;
}
.treatment_tab .gallery dt.gallery-icon a:before {
    content: '';
    background-image: url(../../../../homeo.xportsoft-folio.com/wp-content/uploads/2023/03/see.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
	transition-delay: .5s, 250ms;
	opacity: 0;
	transition: .5s ease-in;
	background-size: 35px;
}

.treatment_tab .gallery .gallery-item .gallery-caption {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #4e6dcc;
    margin-top: 10px;
}
.treatment_tab .gallery .gallery-item:hover .gallery-caption {
    transform: scale(1);
}
.treatment_tab .gallery br {
    display: none;
}
.treatment_tab .gallery .gallery-item .gallery-icon img {
    border: 0 !important;
    border-radius: 6px;
    height: 100%;
}
.treatment_tab .mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li.ui-state-active a {
    background: #007fa8;
    color: #ffffff;
    box-shadow: 0px 0px 20px -20px;
}
.treatment_tab .mkdf-tabs.mkdf-tabs-standard ul li {
    border: 0;
    border-radius: 10px;
    margin: 10px;
}
.treatment_tab .mkdf-tabs.mkdf-tabs-standard ul li a {
    background: #f4f4f4;
    border: 0;
    color: #007fa8;
    font-size: 15px;
    text-align: left;
    border-radius: 10px;
}
.treatment_tab .mkdf-tabs.mkdf-tabs-standard ul li.ui-state-hover a {
    background: #007fa8;
    color: #fff;
}
#mkdf-back-to-top.on span.mkdf-icon-stack {
    background: #2ab1e8;
    border-color: #2ab1e8;
}
.cmn_concern .mkdf-image-with-text-holder.mkdf-image-behavior-zoom .mkdf-iwt-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.cmn_concern .mkdf-image-with-text-holder .mkdf-iwt-title {
    margin-top: 0;
    padding: 8px 0;
    font-weight: 600;
}
.cmn_concern .elementor-element > .elementor-widget-container {
    overflow: hidden;
}
.cmn_btn a#loadMore {
    margin: 0 auto;
    display: block;
    max-width: 150px;
    text-align: center;
    padding: 16px 14px;
    background: #2ab1e8;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    margin-top: 25px;
    letter-spacing: .5px;
    transition: .5s ease;
}
.cmn_btn a#loadMore:hover {
    background: #007fa8;
}
.mkdf-team.info-bellow .mkdf-team-image .mkdf-circle-animate {
    background-color: #2ab2e8 !important;
}
.mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav {
    background-color: transparent !important;
}


footer input.wpcf7-form-control.wpcf7-submit{
	background-color: #2ab1e8;
}
footer input.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #46bff0;
}

@media (max-width: 1024px){
	.mkdf-mobile-header .mkdf-mobile-logo-wrapper a {
    height: 50px !important;
}
}