.getstarted-wrap {
    background-size: cover !important;
    padding: 160px 0 60px;
    
}


.faq-contact-wrap .form-control {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border: none;
    color: #00284B;
	text-transform:none;
	font-size:18px;
}
.faq-contact-wrap  textarea.form-control {
    height: 180px;
    resize: none;
}
.faq-contact-wrap .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00284B;
  opacity: 1; /* Firefox */
}

.faq-contact-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #00284B;
}

.faq-contact-wrap .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #00284B;
}
@media(max-width:1199px) {
.getstarted-wrap{ margin-top:0px; padding-top:110px; }

}
@media(max-width:767px) {
.getstarted-wrap {
    background: url(../images/getstarted-m-bg.png) 0 0 no-repeat !important;
    background-size: 100% !important;
}
.get-light-bg{ background-color:#F6F9FC !important; }
}
