/*
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;
}
}
.th-helps {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

/* Message Button */
.th-helps .th-message-btn {
    background-color: var(--base_color_1) !important;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    padding: 10px 20px;
    font-size: 16px;
    align-items: center;
    font-weight: 600;
}
.th-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
    height: 15px;
    background: #333;
}
.th-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: var(--base_color_1) !important;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
}
/* Mobile Large */
/*
@media (max-width: XXXpx) {
    .th-helps .th-message-btn {
        font-size: $base-fontsize;
        padding: 8px 15px;
    }
}
*/

.th-helps .th-message-btn i {
        font-size: 20px;
    margin-right: 5px;
}

.th-helps .th-message-btn:hover {
    box-shadow: 0 0 15px #b7b7b7;
}

/* Message Box */
.th-message-box {
    width: 320px;
    position: fixed;
    bottom: -9999999px;
    right: 30px;
    z-index: 9999;
    transition: all 0.5s;
}

/* Mobile Mini */
/*
@media (max-width: XXXpx) {
    .th-message-box {
        right: 0;
    }
}
*/

/* Header */
.th-message-box-header {
       background-color: var(--base_color_1) !important;
    border-radius: 10px 10px 0 0;
    color: #fff;
    padding: 15px 15px;
    position: relative;
}

.th-message-box-header h3 {
        font-size: 18px;
    margin-bottom: 0;
}

.th-message-box-close {
    position: absolute;
    font-size: 20px;
    color: #fff;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    align-items: center;
}

/* Body */
.th-message-box-body {
    background-color: #fff;
    padding: 20px;
}

/* Mobile Mini */
/*
@media (max-width: XXXpx) {
    .th-message-box-body {
        padding: 15px;
    }
}
*/

.th-message-box-body input,
.th-message-box-body textarea {
    width: 100%;    
     background-color: #f9f9f9;
    height: 45px;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    border: 1px solid #dbdbdb;
    margin-bottom: .5rem;
    font-size: 14px;
}

/*
@media (max-width: XXXpx) {
    .th-message-box-body input,
    .th-message-box-body textarea {
        height: 36px;
    }
}
*/

.th-message-box-body textarea {
       height: 70px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #f9f9f9;
    height: 45px;
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 12px;
    color: #000;
    border: 1px solid #dbdbdb;
    margin-bottom: .5rem;
    font-size: 14px;
}

/*
@media (max-width: XXXpx) {
    .th-message-box-body textarea {
        height: 60px;
    }
}
*/

.th-message-box-body p {
       line-height: 20px;
           font-size: 14px;
    font-weight: 400;
}

.th-message-box-body label {
  font-size: 12px;
    line-height: 18px;
    margin-bottom: .99rem;
    padding-left: 22px;
}

.th-message-box .th-message-box-body label:before {
    position: absolute;
    left: 0;
    top: 3px;
}
.th-checkbox + label {
    position: relative;
    cursor: pointer;
}
.th-message-box-body .th-checkbox {
    width: 17px;
    height: 20px;
}

/* Active State */
.th-message-box.active {
    bottom: 0;
}
.th-checkbox {
    position: absolute;
    opacity: 0;
}
.th-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 2.5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}