.became-client {
   /* padding-top: 0px!important;*/
}

.hero-banner .swiper-container .swiper-wrapper .swiper-slide .overflow {
   top:0;
}

.form-wrapper.tim-form {
    background-color: #0033a2;
    color: #FFFFFF;
}

.form-wrapper form .form-steps {
    margin-bottom: 60px;
}

.form-wrapper form .form-heading {
    margin-bottom: 60px;
}

.form-wrapper form .step.current-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-wrapper.new-client-form .input-group input.form-control {
    background-color: inherit;
    border: none;
    color: #fff;
    padding: 0;
    height: 16px;
}

.form-wrapper.new-client-form .input-group label {
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    left: 19px;
    top: 30%;
    background: #0033a2;
    color: #fff !important;
    padding: 0 5px;
}

.form-wrapper.new-client-form .modal-client {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
}
.form-wrapper.new-client-form .modal-client .modal-became-client {
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-wrapper.new-client-form .modal-client .modal-became-client .modal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding: 60px 31px;
    background: #fff;
    color: #000;
}

.form-wrapper.new-client-form .modal-client .modal-became-client .modal-ico {
    padding-bottom: 40px;
    width: 40px;
}
.form-wrapper.new-client-form .modal-client .modal-became-client .modal-title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 26px;
}

.form-wrapper.new-client-form .modal-client .modal-became-client .modal-text {
    text-align: center;
    padding-bottom: 48px;
    margin: 0;
}

.form-wrapper.new-client-form .modal-client .modal-became-client .modal-button {
    width: 100%;
    background: #0164f2;
    color: #fff;
    text-transform: uppercase;
}

.form-wrapper.new-client-form .form-buttons .btn {
    width: 100%;
    background: #0164f2;
    color: #fff;
    text-transform: uppercase;
    min-width: 280px !important;
}

.form-wrapper.new-client-form .captcha{
    background:none!important;
}

/* Small devices */
@media (max-width: 575px) {
    .became-client-steps .step-wrapper .step-description .step button {
        width: 100%;
    }
}

@media (min-width: 768px)
{
    .form-wrapper form .form-heading {
        margin-bottom: 80px;
    }

    .form-wrapper.new-client-form .form-buttons .btn {
        background: #0164f2;
        color: #fff;
    }

}

@media (min-width: 992px)
{
    .form-wrapper form .form-steps {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 0;
    }

    .form-wrapper.new-client-form .input-group {
        height: 47px;
        padding: 15px 24px;
    }

    .form-wrapper.new-client-form .input-group label {
        top: 25%;
    }

    .form-wrapper.new-client-form .modal-client .modal-became-client .modal-card {
        max-width: 602px;
    }

    .form-wrapper.new-client-form .modal-client .modal-became-client .modal-button {
        max-width: 180px;
    }
    .form-wrapper.new-client-form .form-buttons .btn {
        background: #0164f2;
        color: #fff;
    }
}