/*
Theme Name: Adm Child
Template: adm
*/
.serviceappointment .wpcf7-form input, .serviceappointment .wpcf7-form textarea{
	margin-bottom: 15px;
}
.switcher{
float:right;
} 
.newtop-bar .address_contact .address_text b a{
display:inline-block !important;
}


.serviceappointment .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: var(--base_color_1);
    color: var(--base_color_3);
    border: 0;
    outline: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 15px;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) !important;
    display: block;
    width: 50%;
    margin-top: 10px;
}
.serviceappointment .wpcf7-form .reasons span.wpcf7-list-item {
    display: block;
    font-size: 16px;
}
.serviceappointment .wpcf7-form h5 {
    margin: 30px 0;
} 
.serviceappointment .wpcf7-form{
	margin-bottom: 50px;
}
.serviceappointment {
    padding-top: 100px;
}
.serviceappointment p {
    margin-bottom: 0;
    font-weight: normal;
}
p.font_8 {
    font-weight: normal !important;
}
.about_out ul.font_8 {
    margin-left: 30px;
}
@media (max-width: 575px) {
.newtop-bar .address_contact span.address_text.address_text_header{
top: -4px !important;
    position: relative !important;
}
.newtop-bar .address_contact span.address_text.address_text_header .infotext{
position: relative !important;
    top: 3px !important;
}
.newtop-bar .address_contact span.address_text.address_text_header > b{
position: relative !important;
    top: 1px !important;
}
}