/*
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.4.1
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.

*/
#cp_appbooking_pform_1 {
	margin-bottom: 2rem !important;
}

.mkdf-logo-area .mkdf-position-right-inner .mkdf-icon-info-widget .mkdf-info-icon{
	display: flex;
}

.referral-form{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.referral-form h5{
	color: #43d5cb;
}

.referral-form label{
	color: #000000;
}

.home .mkdf-page-header .mkdf-btn{
	margin: 5px 0 0 0 !important;
}

.pbSubmit {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: auto;
	outline: 0;
	line-height: 1em;
	font-weight: 500;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px 10px 10px 0 !important;
	-webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	-moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	padding: 16px 23px !important;
	font-size: 14px;
	color: #fff !important;
	background-color: #43d5cb !important;
	cursor: pointer;
	font-family: Poppins,sans-serif;
}