
div#quote-area {
    padding: 10rem 0;
}

.column-title span {
    font-size: 20px;
    margin: 0;
    color: #fff;
    display: block;
}

.quote-area {
    /*background: #33477c;*/
    background: url("../images/from.jpg");
    background-attachment: fixed;
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    padding: 0;
    margin: 80px 0 60px;
    padding: 4rem 0;
    position: relative;
}

/*.quote-area:before {*/
/*    content: '';*/
/*    width: 4rem;*/
/*    height: 4rem;*/
/*    background-color: #fff;*/
/*    border-radius: 100%;*/
/*    position: absolute;*/
/*    top: -5%;*/
/*    right: -2%;*/
/*    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);*/
/*}*/

/*.quote-area:after {*/
/*    content: '\f08d';*/
/*    font-family: "fontawesome";*/
/*    color: red;*/
/*    position: absolute;*/
/*    top: -8%;*/
/*    right: -2%;*/
/*    transform: rotate(41deg);*/
/*    text-shadow: 6px 2px 1px rgb(0 0 0 / 50%);*/
/*    font-size: 3rem;*/
/*}*/

.bg-overlay .container {
    position: relative;
    z-index: 1;
}

.quote_form {
    /*background: #6f71de;*/
    background: url("../images/form_bg.jpg") center top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding: 80px 50px 100px;
    margin-top: -80px;
    margin-bottom: -80px;
    position: relative;
}

.quote_form .column-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.quote_form .form-group {
    margin-bottom: 30px;
}
.quote_form .form-control {
    border: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: #fff;
}
.quote_form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 20px;
    height: 50px;
    background: none;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: normal;
}
.quote_form .btn.btn-primary {
    background: #2154cf;
    border: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 50px;
    line-height: 1.33;
    border-radius: 30px;
    color: #ffffffad;
    margin-left: 1rem;
    transition: 0.5s all ease;
}

.quote_form .btn.btn-primary:hover{
    border-color: #2154cf;
    background: transparent;
    color: #fff;
}

.quote_form select{
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
}

.quote-area:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.white{
    color: #fff;
}

option {
    color: #6f71de;
}

.form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */
@media screen and (max-width: 767px){
    .quote_form{
        margin-bottom: 80px;
        padding: 80px 10px 80px;
    }
}