.wizard > .content > .body .checkbox-control label{
    width: 100%;
}
.search_not{
    background-color: #f7f7f7;
    border-radius: 10px;

}
.search_not_title{
    margin-top: 10px;
}
.review_customer{
    padding: 0 !important;
}
.single-details .categories label{
    font-weight: 900;
    color: #b01216;
}
.wizard > .content {
    overflow-y: auto;
    overflow-x: hidden;
}

.wizard > .content > .body .checkbox-control{
    padding-right: 10px;
}

.iti--separate-dial-code .iti__selected-flag{
    background: unset !important;
}

.iti__selected-flag{
    right: 14px;
}
.error ,.required_star{
    color: red;
}
#phone-num-error{
    margin-top: 5px;
}
#address-error{
    margin-top: -20px;
}

.active>.page-link, .page-link.active{
    background-color: #b41d1f;
    border-color: #b41d1f;
} 
.page-link{
    color: #b41d1f;
}
.networks a{
    padding: 0 36px;
}
.req-call{
    margin-bottom: 10px !important;
}
.inq_call{
    background: #141821  !important;
    margin-bottom: 20px !important;
}
.job_note{
    color: #b41d1f;
    margin-top: 6px;
    font-size: 16px;
}
.btn_back{
    margin-bottom: 15px;
}
.btn_back:hover svg.svg_back,
.btn_back:hover svg.svg_back path {
    fill: #fff !important;
}

.main-aside .inq_call:hover{
    background: #b41d1f !important;
}

.thanks_p{
    font-size: 50px !important;
}

.single-details .main-details .image {
   
    border-radius: 5px;
    overflow: hidden;
}
.iti__arrow::before{
    display: none;
}
.remarks{
    min-height: 90px !important;
}

@media (max-width:767px) {
 
    ul.pagination{
        flex-wrap: wrap;
    }
}


.blog-single .content.single-post-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}