#contact-gdrb {
    box-shadow: 0px 0px 6px 2px #42acfb;
    padding: 30px ;
}
.contact-page {
    margin-top: -90px !important;
}
@media only screen and (max-width:768px) {
    .contact-page {
        margin-top: 0 !important;
    }
}



.form-control {
    padding: 10px; /* adjust as needed */
    height: auto; /* reset height */
    line-height: 1.5; /* adjust as needed */
    -webkit-appearance: none; /* remove default appearance */
    -moz-appearance: none; /* remove default appearance */
    appearance: none; /* remove default appearance */
}
.wpcf18 h2 {
    font-size: 27px;
}
.wpcf18 .form-control {
    padding: 10px; 
    border-radius: 0;
    background-color: #fff; 
}
.c2{
    padding: 10px !important;
    -webkit-padding: 40px !important; /* Safari 3-4, iOS 4-7 */
    -moz-padding: 10px !important; /* Firefox 4-14 */
    -ms-padding: 10px !important; /* Internet Explorer 8 */
    -o-padding: 10px !important; /* Opera 10-11 */
}


.wpcf18 .c1 {
    /* padding: 24px 10px;  */
    border: .5px solid #ced4da;
}

.wpcf18 label span {
    color: red;
}

.wpcf18 select.form-control {
    height: calc(100% - 20px);
    padding: 16px 10px;
}

#Submit {
  background-color: #0E0A31;
  color: #fff;
}
#Submit:hover {
    background-color: #43baff;
}