/*
Theme Name: HealthHub Child Theme
Template: healthhub
Theme URI: https://healthhub.ancorathemes.com/
Description: HealthHub Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clinic, dental, doctor, gynecology, health, healthtech, healthyliving, hospital, medical, medicine, nutrition, pediatric, therapy
Text Domain: healthhub
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */



.page_wrap.with_bg_fixed .custom_bg_fixed {
    position: unset !important;
}

.healthhub_inline_2127823203 {
    background-image: none !important; 
}

/* .career_form_main {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fffcf9;
} */

.career_form_main .row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.career_form_main .col-md-6 {
    width: calc(50% - 10px); 
}

.career_form_main .col-sm-12 {
    width: 100%;
}

.career_form_main input, .career_form_main textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 4px !important;
}
.career_form_main textarea {
	height: 130px;
}
.career_form_main p {
    margin-bottom: 0;
}


.career_form_main input[type="file"] {
    padding: 8px;
    background: #ffffff00;
}

.career_form_sbt_btn .wpcf7-submit.has-spinner {
    background: #ee7101 !important;
    padding: 16px 40px !important;
    font-size: 16px;
    border-radius: 5px !important;
}
.career_form_sbt_btn .wpcf7-submit.has-spinner:hover {
    background: #24338b !important;
}
.wpcf7 .wpcf7-submit-style .submit-style-in {
    display: none;
}
.career_form_main p {
    margin: 0;
    width: 100%;
}

.custom-map{
    position: relative;
    overflow: hidden;
}

.custom-map::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 290px;
    height: 170px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.25);
    border-radius: 12px;
    z-index: 2;
}

.custom-map-2{
    position: relative;
    overflow: hidden;
}

.custom-map-2::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 290px;
    height: 110px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.25);
    border-radius: 12px;
    z-index: 2;
}



/* ========================== Responsive ========================= */



@media only screen and (max-width: 768px) {
	.custom-map::before {
    display: none;
}
		.custom-map-2::before {
    display: none;
}
}




@media only screen and (max-width: 500px) {
	.career_form_main .row {
    display: block;
}
	.career_form_main .col-md-6 {
    width: 100%;
}
.career_form_main input, .career_form_main textarea {
    padding: 10px !important;
    margin-bottom: 15px !important;
}
	.career_form_sbt_btn .wpcf7-submit-style .wpcf7-submit.has-spinner {
    padding: 12px 24px !important;
    font-size: 14px;
    margin-top: 10px;
}
	br{
		display: none;
	}
}














