/*-- Use For Custom Styling --*/

.contact-sec .contact-form input {
    border: none;
    color: #ffffff;
    background: #212121;
    height: 60px;
    border-radius: 10px;
    padding-left: 20px;
}

.contact-sec .contact-form select {
    border: none;
    color: #ffffff;
    background: #212121;
    height: 60px;
    border-radius: 10px;
}