/*
Theme Name: Medunit Theme Child
Theme URI: http://designingmedia.com/medunit
Template: medunit
Author: Designing Media
Author URI: http://designingmedia.com
Description: Explore a world of health and wellness with our expertly designed theme catering to physicians, dentists, and healthcare professionals. Elevate your online presence with dedicated homepages tailored for the medical industry. From comprehensive physician profiles to cutting-edge dental services, our theme offers a seamless blend of professionalism and user-friendly design. Optimize your digital footprint, enhance patient engagement, and establish credibility effortlessly. Empower your healthcare practice with our SEO-optimized theme – where precision meets performance for a healthier online experience
Tags: MedicalWebsite,HealthcareTheme,PhysicianProfiles,DentistHomepage,HealthcareSEO,MedicalDesign,PatientEngagement,DigitalHealthcare,OnlineWellness,MedicalProfessionalTheme,DentalServices,HealthcareWebDesign,DoctorProfiles,SEOHealth,MedicalPracticeDesign,WellnessOnline,HealthTechTheme,DentalCareOnline,PhysicianSEO,HealthcareCredibility
Version: 1.0.1715607754
Updated: 2024-05-13 13:42:34

*/
.navbar .nav-container .navbar-collapse .navbar-nav > li > a {
    color: #000000 !important;
}
.navbar .nav-container .navbar-collapse .navbar-nav > li > a:hover {
    color:  #058843 !important;
}
body .nav-transparent .nav-container .current-menu-parent > a:first-child {
    color: #058843 !important;
}
body .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    background-color: #faaa3d;
    border: 1px solid #faaa3d;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #faaa3d !important;
}
body .nav-transparent .nav-container li a:hover {
    color: #058843 !important;
}
.navbar-area .navbar {
    margin-bottom: 0 !important;
}

body footer.footer-area.style-3 {
    background-color: #148f4e !important;
    border-top: 1px solid #148f4e !important;
}
body .contact-form ul li input, body .contact-form ul li select {
    color: #000000 !important;
    background: #fbf7f3;
    box-shadow: 0 0 0 1px #fbf7f3;
	padding: 10px 35px 10px 30px;
}
.form-hm .contact-form ul {
    display: flex;
    gap: 0px;
    margin-bottom: 30px;
	flex-wrap: wrap;
	margin-left: -8px;
    margin-right: -8px;
	margin-bottom: 0px;
}
.form-hm .contact-form ul li.col-6, .form-hm .contact-form ul li.col-12 {
    padding-left: 8px;
    padding-right: 8px;
}
.form-hm .contact-form textarea {
	    border: none;
    font-size: 14px;
    height: 120px;
    resize: none;
    width: 100%;
     color: #000000 !important;
    background: #fbf7f3;
    box-shadow: 0 0 0 1px #fbf7f3;
    padding: 15px 35px 10px 30px;
    border-radius: 5px;
    text-indent: 0px !important;
}
.form-hm .contact-form textarea::placeholder, body .contact-form ul li input::placeholder, body .contact-form ul li select::placeholder {
	color: #000000b3;
}
.form-hm .contact-form ul li i {
    position: absolute;
    left: 20px;
    right: auto;
    color: #000;
    top: 19px;
    font-size: 14px;
}
.form-hm .contact-form .submit-btn button {
    background-color: #156c5f;
    color: #fff;
}

.form-hm .contact-form .submit-btn button:hover {
    background-color: #000000;
}

/*****************************************************************Referral Page*****************************************************************/

.refrel-page .form-box ul li input {
    height: 58px;
    background: transparent;
    color: #fff !important;
    box-shadow: 0 0 0 1px #ee8961;
    padding: 8px 15px 10px 21px;
    width: 100%;
    border: 0px !important;
    border-radius: 6px;
	margin-bottom: 15px;
}

.refrel-page .form-box ul li i {
    right: 17px;
    position: absolute;
    top: 20px;
	color: #fff;
}

.refrel-page .form-box ul li {
    position: relative;
    width: 85%;
}

.refrel-page p {
    margin-bottom: 0px !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.refrel-page .form-box button {
    width: 85%;
    height: 60px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: var(--accent);
    color: var(--e-global-color-white);
    transition: .3s ease-in-out;
    line-height: 5px;
}

.refrel-page .form-box button:hover {
    background-color: #fff;
    color: #000;
}



/*****************************************************************Career Page*****************************************************************/

.career-form-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	height: 58px;
    background: transparent;
    color: #000 !important;
    box-shadow: 0 0 0 1px #ee8961;
    padding: 8px 15px 10px 21px;
    width: 100%;
    border: 0px !important;
    border-radius: 6px;
	margin-bottom: 15px;
}

.career-form-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
  color: #000;
}

.career-form-page span.wpcf7-list-item.first {
    margin: 0px;
}

.career-form-page .wpcf7-list-item-label::before {
    content: " ";
    padding-left: 7px;
}

.career-form-page input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    background-color: #fff;
}

.career-form-page .col-12.submit-btn {
    text-align: center;
}

.career-form-page .col-12.submit-btn input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 55px;
    background-color: #ee8961;
    border: none;
    border-radius: 6px;
    color: #fff;
}