.contact-section {
       position: relative;
}

.contact-section .form-control {
    border: 1px solid #DFDFDF;
     padding: 10px 20px;
    border-radius: 0px;
}

.contact-section h5 {
  color:#BB8A38;
}

.contact-section #form-submit {
    border: 0px;
}
.call-address a, .call-address a:hover {
    color: #000;
}
.contact-section select {
    background: url("../images/down-arrow.png") no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 96%;
}
.call-address {
    margin-bottom: 5px;
}
.contact-section p{
  color:#1D1D1B;
}


.contact-section form{
  margin-bottom:40px;
}

.contact-section .office-info {
    padding-top: 40px;
    border-top: 2px dashed #ccc;
}

.contactele1 {
    position: absolute;
    right: 0;
    width: 60%;
    bottom: 0%;
    z-index: -1;
}

.contactele2 {
    position: absolute;
    width: 43%;
    left: -30%;
    bottom: 3%;
    z-index: -1;
}
.contact-section .captcha-text {
    font-size: 13px;
    line-height: 15px;
    display: block;
    padding-left: 20px;
}

.contact-section .form-group {
    margin-bottom: 15px;
}

.contact-section textarea {
    margin-bottom: 28px;
}

.contact-section span.borderbtm {
    width: 55px;
    display: block;
    border-top: 2px solid #ccc;
    margin-bottom: 25px;
    margin-top: 30px;
}