/*
Theme Name: MediClinic
Theme URI: http://mediclinic.mikado-themes.com
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: 1.2
License: GNU General Public License
License URI: licence/GPL.txt

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

*/
.priceListTable {
    background: #EDF1F3;
    padding: 0px 15px 15px 15px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
.priceListHeaderr{
    border-bottom: 1px dashed #8598A7;
    min-height: 30px;
    font-weight: 700;
}

.mkdf-logo-area  .mkdf-vertical-align-containers{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.mkdf-header-standard-extended .mkdf-page-header .mkdf-logo-area{
     height: unset !important;
}
 .mkdf-logo-area  .mkdf-vertical-align-containers .mkdf-position-right{
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.mkdf-fixed-wrapper .mkdf-position-right, .mkdf-fixed-wrapper .mkdf-position-left{
    display: inline-block  !important;
}    
.mkdf-fixed-wrapper .mkdf-position-right{
    float: unset !important;
}
@media only screen and (max-width: 1450px){
          .mkdf-logo-area .mkdf-vertical-align-containers{
	        /* flex-direction: column !important; */
	        align-items: center !important;
	    }
}
@media only screen and (max-width: 1280px){
     .mkdf-menu-area .mkdf-vertical-align-containers{
          padding: 0 0 0 20px !important;
          display: flex;
          justify-content: center;
    }
     .mkdf-main-menu>ul>li>a{
             padding: 0 13px  !important;
     }
}
.header-title{
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	/*max-width: 233px;*/
}
.header-title>a{
    border: none!important;
}
.header-phone{
    color: #e3051c;
    font-size: 20px!important;
}
.header-title-mobile{
	vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;	
}
.header-title-mobile>a{
    border: none!important;
}

.list_info li{
	list-style-type:none;
	list-style-image:url(/wp-content/uploads/2018/06/heart.jpg);
}
.mkdf-mobile-header .mkdf-mobile-header-inner .mkdf-mobile-header-holder{
	z-index: 101;
}
.mkdf-mobile-header .mkdf-mobile-nav{
	z-index: 101;
}

