.Contact_form_sec7_LEFT {
    /*  */
    background-color: transparent;
    border-radius: 5px;
    padding: 30px;
}

@media screen and (max-width:768px) {
    .Contact_form_sec7_LEFT {
        padding: 15px;
    }
}

.Contact_form_sec7_bg_CONTACT {
    border: 1px solid white;
    border-radius: 5px;
}

.Contact_form_sec7_bg2 {
    background-color: #1E144F;
    border-radius: 5px;
    padding: 20px;
}

@media screen and (max-width:768px) {
    .Contact_form_sec7_bg2 {
        background-color: #1E144F;
        border-radius: 0px;
    }
}