footer .widget ul li {
    line-height: 26px !important;
}
@media (min-width: 992px){
	.g-footer{
		display: none !important;
	}
}
.g-footer a {
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
	text-decoration: none;
}
.g-fixed{
	position: fixed;
	bottom:0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
.g-flex {
    display: flex;
    text-align: center;
    gap: 1px;
    border-right: 1px solid #fff;
    flex-wrap: nowrap;
    border-left: 1px solid #fff;
	color: #fff;
}
.g-flex .col{
	flex-grow:1;
	padding:5px;
	border-top: 1px solid #fff;
    flex-wrap: nowrap;
    border-bottom: 1px solid #fff;
}
.col:nth-child(1){
	background: #054054;
}
.col:nth-child(2){
	background: #2eb0dd;
}

footer.mkdf-page-footer a:hover {
    opacity: 0.5;
    color: #fff !important;
}
button#wpforms-submit-6618 {
    background: #054054;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
	transition: 0.3s
}
button#wpforms-submit-6618:hover {
    background: #fff;
    color: #054054;
}
div.wpforms-container-full {
    margin: 0px auto !important;
}
.mkdf-contact-info.mkdf-book-now {
    transition: 0.3s !important;
}
.mkdf-contact-info.mkdf-book-now:hover {
    background: #f95259 !important;
}
.CareCruModal, .CareCruButton.CareCruFadeIn {
    display: none;
}

h2.mkdf-st-title {
	padding-top: 30px;
}
.mkdf-drop-down .wide .second .inner>ul>li{
	width: 20% !important
}
.mkdf-drop-down .wide .second .inner>ul>li:nth-child(5n+1) {
    clear: both;
    border-left: 0;
}
.mkdf-drop-down .wide .second .inner>ul>li:nth-child(4n+1) {
    clear: none !important;
    border-left: 1px solid #f0eded !important;
}
@media only screen and (max-width:767px){

.mkdf-booking-form.light {
	display: none;
}

}

@media only screen and (max-width:1024px){
	
	.mkdf-page-footer .mkdf-footer-top-holder {
	padding: 0 20px;
}
}
.mkdf-doctors-single-holder .mkdf-ds-bio-holder p {
    font-size: 19px;
    line-height: 1.58em;
    color: #6e6e6e;
}
.single-doctors .mkdf-doctors-single-info-holder .mkdf-booking-form-single {
    background: #054054 !important;
}
.single-doctors .mkdf-doctors-single-holder .mkdf-booking-form-single .mkdf-bf-form-button input {
    color: #054054 !important;
    background-color: #fff;
    border: 2px solid transparent;
}
.single-doctors .mkdf-doctors-single-holder .mkdf-booking-form-single .mkdf-bf-form-button:hover input {
	border-color:#fff !important;
	color: #fff !important;
	background-color: transparent !important;
}