.form-top {
    background: #ffa41f;
    padding: 10px 40px;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
 .call-btn {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.form-top a {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
}
.form-top .icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}
.form-top  span.text {
    text-align: left;
}
.form-top h4 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
}

.form-top p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.form-top .icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.form-top .icon img {
    position: absolute;
    top: 12px;
    left: 12px;
}

.form-top .form-control {
    border-color: #d1d1d1;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 17px;
    height: 40px;
    margin-bottom: 20px;
    background: #efefef;
}