/******************************************************************************
* Form free quote
*******************************************************************************/

.free-quote-section {}

.form-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: -80px;
    padding: 17px 0 26px;
    background-color: #1B1464;
}

.form-quote .form-quote__inputs {
    max-width: 614px;
}

.form-quote .form-quote-title {
    color: rgba(255, 255, 255, 0.75);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    width: 231px;
    margin-right: 72px;
}

.form-quote .form-quote-title span {
    font-size: 36px;
    line-height: normal;
    line-height: 1em;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    width: 175px;
    height: 24px;
    padding: 5px 20px;
    margin: 0;
    border: 0;
    border-radius: 7px;
    background: #D9D9D9;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-quote form .label {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 7px;
}

.form-quote input#quote-email {
    width: 224px;
}

.form-quote input#quote-transaction {
    width: 343px;
}

.form-quote input:focus {
    color: #000;
    border: 0;
    background: #D9D9D9;
}

.form-quote input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000 !important;
}

.form-quote input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1;
    /* Firefox */
}

.form-quote input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000 !important;
}

.form-quote textarea::placeholder {
    color: #000 !important;
}

.form-quote form .nice-select {
    width: 343px;
    height: 24px;
    padding: 5px 20px;
}

.form-quote form .nice-select:after {
    border-color: #000;
    right: 21px;
    height: 13px;
    width: 13px;
    border-width: 3px;
    margin-top: -8px;
}

.form-quote form .nice-select .list {
    background-color: #fff;
}

.form-quote .form-group {
    margin-bottom: 7px;
}

.form-quote .form-quote__send {
    margin-left: 42px;
    margin-top: -11px;
}

.form-quote .form-quote__send .form-group {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.form-quote .form-quote__send button {
    width: 62px;
    height: 68px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #F9B870;
    border-radius: 10px;
}

.form-quote .form-quote__send button:hover {}

.form-quote .form-quote__send button img {
    margin: 0;
}

.form-quote .form-quote__inputs>.row {
    margin: 0 -22px;
}

.form-quote .form-quote__inputs>.row>div {
    padding-left: 22px;
    padding-right: 22px;
}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 32px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 182px;
}

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form .form-group.contact-form__note {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-top: -22px;
    margin-bottom: 46px;
}

.contact-form .contact-form__send button {
    width: 224px;
    height: 56px;
    background-color: #fff;
    color: #1B1464;
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 25px;
    text-transform: none;
}

.contact-form .contact-form__send button:hover {
    background-color: #F7931E;
    color: #fff;
}

.contact-form .contact-form__send button svg {
    margin-left: 28px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    background-color: #1B1464;
    border-radius: 25px;
    padding: 42px 50px 43px;
    overflow: hidden;
    max-width: 838px;
    margin-left: auto;
}

.contact-form__inputs>.row {
    margin: 0 -7px;
}

.contact-form__inputs>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}