/*
 Theme Name:   Regency Court Dentistry Theme
 Description:  A DoctorGenius Framework Child Theme
 Template:     doctorgenius-framework
 Version:      2.2.4
*/


/* Contact Form */
.contact-form-wrap {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}
.contact-form-inner {
    background-color: #fff;
    border: 1px dashed #CDE0EC;
    border-radius: 4px;
    padding: 30px;
}
.contact-form-inner h2 {
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Roboto';
    text-align: center;
    margin: 0 0 16px;
}
.contact-form-inner form {
    padding: 0;
}
.form-field {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
body input.email-form,
body .select-option select {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2a3135;
    font-family: 'Roboto';
    background-color: transparent;
    border-radius: 0;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    outline: none;
    box-shadow: none !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
body input.email-form::placeholder {
    color: #9FA1A3;
    font-size: 14px;
}
body .select-option select {
    color: #9FA1A3;
    padding: 0 16px;
}
body input.email-form:focus,
body .select-option select:focus {
    background-color: #ECF0F3;
}
.form-field .label1 {
    font-weight: 600;
    color: red;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    left: 0;
    font-family: 'Roboto';
}
.submit-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0 0;
}
.click-action {
    background-color: rgb(154, 196, 68);
    color: rgb(255, 255, 255);
    border: 0px solid rgb(15, 15, 16);
    border-radius: 40px;
    padding: 13px;
    width: 100%;
    white-space: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Roboto';
}
.submit-btn .lbl_msg_success {
    text-align: center;
    vertical-align: top;
    width: 100%;
    font-family: 'Roboto';
}
@media only screen and (max-width: 575px) {
    .contact-form-wrap {
        padding: 30px 15px;
    }
    .contact-form-inner {
        padding: 20px 15px 15px;
    }
    body input.email-form {
        padding: 0 12px;
    }
    body .select-option select {
        padding: 0 8px;
    }
}
@media only screen and (max-width: 425px) {
    .contact-form-wrap {
        padding: 20px 8px;
    }
}
/* header button */
body .appointment-cta {
    margin-right: 15px;
}
body .appointment-cta a {
    padding: 0 20px !important;
}
body .small .appointment-cta a {
    line-height: 30px;
}
@media only screen and (max-width: 992px) {
    body .appointment-cta a {
        line-height: 30px;
    }
    body .appointment-cta {
        margin-right: 5px !important;
    }
}
@media only screen and (max-width: 767px) {
    .top-nav-wrapper li.address {
        display: none;
    }
}
footer img{
    max-width: 35% !important;
    width: 100%;
}