.contact_form_parent_div label {
    color: #7c7c7c;
    margin: 5px 0px;
    font-weight: bold;
}




.helpline_text{
    font-size: 19px;
    font-weight: bold;
}




.form-control {
    display: block;
    width: -webkit-fill-available;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303030;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 0.25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control:focus {
    color: #303030;
    background-color: #cbcbcb;
    border-color: #6a6a6a;
    outline: 0;
   
}

input.form-control{
    height: 35px;
}

button.contact_form_submit_btn {
    background: #000000;
    border: none;
    margin: 14px 0px 0px 0px;
    width: 100%;
    font-size: 21px;
    padding: 8px 0px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}


.contact_l_side_div {
    text-align: center;
    color: #707070;
    padding: 182px 15px;
    background: white;
    transform: translateX(585px);
    transition: 3s;
}

.contact_title h3 {
    color: #ffffff;
    text-align: center;
    font-size: 31px;
}


.row.mt-4 {
    display: flex;
    width: 100%;
}


.col-md-6.px-0 {
    width: 100%;
}


.col-md-6.px-0 {
    width: 100%;
}

.context_head {
    text-align: center;
    margin: 32px 0px;
}

.context_head > h2 {
    font-size: 43px;
}


.form_col-6{
    z-index: 2; 
    box-shadow: -5px 0px 9px -1px #d3d3d3;
}

.msg_div {
    margin: 15px 0px;
}


.alert-success {
    background: #1bff002e;
    padding: 14px 7px;
}
.alert-success > p {
    font-size: 15px;
    font-family: sans-serif;
    color: #007809;
}

span.msg_type {
    font-weight: bold;
}


.alert-error {
    background: #ff00002e;
    padding: 14px 7px;
}


.alert-error > p {
    font-size: 15px;
    font-family: sans-serif;
    color: #780000;
}


@media screen and (max-width:550px){
    .contact_l_side_div{
        transform: translateY(525px);
    }

    .row.mt-4 {
        flex-direction: column;
    }

    .form_col-6{
        box-shadow: 0px -9px 9px -1px #d3d3d3;
    }
    

}
