/*
Theme Name: Healing Touch Hospital
Theme URI: http://babvip.om/
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Medigo Wordpress Theme For Health & Medical With Predefined Web Elements Which Helps You To Build Your Own Site.
Version: 1.0.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: medigo
Tags: appointment booking, chiropractor, dentist, doctor, doctor appointment, doctor booking, health, health theme, healthcare, hospital, medical, medical appointment, medical booking, medical theme, pharmacy
*/


/* book a Appotment start */

/* Hide on Desktop */
.mobile-book-btn {
    display: none;
}

/* Mobile Fixed Footer Button */
@media only screen and (max-width: 700px) {

    .mobile-book-btn {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #6CB33F;
        color: #fff !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        z-index: 999999;
        box-shadow: 0 -4px 12px rgba(0,0,0,.2);
    }

    .mobile-book-btn:hover,
    .mobile-book-btn:focus {
        background: #15365F;
        color: #fff !important;
        text-decoration: none;
    }

    /* Prevent footer content from being hidden */
    body {
        padding-bottom: 60px;
    }
}

/* book a Appotment End */

/* caree contact form start */
/* Contact Form 7 Submit Button */
.career-form .submit-btn input[type="submit"],
.career-form .wpcf7-submit {
    background: #15365F !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 250px;
}

.career-form .submit-btn input[type="submit"]:hover,
.career-form .wpcf7-submit:hover {
    background: #6CB33F !important;
    color: #fff !important;
}


.career-form .row{
    display:flex;
    gap:30px;
    margin-bottom:25px;
}

.career-form .col{
    width:50%;
}

.career-form label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#15365F;
}

.career-form input,
.career-form select,
.career-form textarea{

    width:100%;
    height:60px;
    border:1px solid #e5e5e5;
    border-radius:50px;
    padding:0 25px;
    font-size:16px;
    background:#fff;
    box-sizing:border-box;
}

.career-form textarea{

    height:120px;
    border-radius:25px;
    padding-top:18px;
    resize:none;
}

.career-form input:focus,
.career-form textarea:focus,
.career-form select:focus{

    outline:none;
    border-color:#6CB33F;
}

.resume-text{

    display:block;
    color:red;
    margin-top:8px;
    font-size:13px;
}

.submit-btn{

    margin-top:30px;
}

.submit-btn input{

    width:280px;
    height:70px;
    border:none;
    border-radius:50px;
    background:#15365F;
    color:#fff;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.submit-btn input:hover{

    background:#6CB33F;
}

@media(max-width:768px){

.career-form .row{

display:block;

}

.career-form .col{

width:100%;
margin-bottom:20px;

}

.submit-btn input{

width:100%;

}

}

/* caree contact form End */











