
.section_capcha_clarit .capbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
}  
.section_capcha_clarit   .capbox-inner {
    width: 70%;
} 
.section_capcha_clarit  #CaptchaDiv {
    width: 30%;
    color: #868681;
    border: #868681 1px solid;
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 3px 14px 3px 8px;
    margin-right: 4px;
    border-radius: 4px;
}  
.section_capcha_clarit  #CaptchaInput {
    border: #868681 1px solid;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    color: #868681;
}
.incomplete_input{
    border: 1px solid red!important;  
}
.message_success_carbon{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    border-radius: 5px;
    display: none;
}
.tabel_data_cmb_response_data,
.tabel_data_cmb_response{
    background-color: #fff;
    margin-top: 15px;
    display: none;
}
.tabel_data_cmb_response_data ul,
.tabel_data_cmb_response ul{
    padding: 10px;
}
@media (max-width: 991.98px) {
    .google-map iframe {
        width: 100%;
        height: 500px;
    }
    .contact-area .section-title.left {
        margin-top: 30px;
    }
    .row.pagla-shahin {
        padding-top: 60px;
    }
    .contact-area {
        padding: 70px 0 70px;
    }
}