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

.free-quote-section {
    /* padding: 50px 0; */
    padding: 0 0 50px 0;
}

.intern .free-quote-section {
    margin-bottom: 77px;
}

.free-quote-section .pattern-layer-shape--top {
    border-radius: 400px;
    opacity: 0.6;
    background: linear-gradient(262deg, #00BCFF 0%, rgba(0, 188, 255, 0.00) 100%);
    filter: blur(75px);
    margin-right: -250px;
    margin-bottom: -35px;
    width: 900px;
    height: 700px;
}

.free-quote__inner {
    position: relative;
}

.free-quote-section .shape-one {
    margin-top: 20px;
    margin-left: 6.7%;
    animation: mooveDeco 4s ease-in-out infinite;
}

@keyframes mooveDeco {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }
}

.free-quote-section .shape-two {
    margin-right: 7.6%;
    animation: mooveDeco 4s ease-in-out infinite;
    animation-delay: 2s;
    margin-bottom: 23px;
}

.form-quote {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    /* justify-content: space-between; */
    justify-content: center;
    /* border-radius: 10px; */
    /* border: 1px solid #3DBDE4; */
    padding: 31px 31px 31px;
    /* background: #f4fcff; */
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    gap: 50px;
}

.form-quote__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.form-quote-title {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(90deg, #3DBDE4 0%, #3268B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    width: 197px;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 55px;
    width: 303px;
    padding: 16px 23px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid #3DBDE4;
    background: #FFF;
    font-family: "Sora", sans-serif;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

.blk-free-quote-form .form-quote form .nice-select,
.blk-free-quote-form .form-quote form input.form-control,
.blk-free-quote-form .form-quote form select {
    width: 303px;
}

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

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

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

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

.nice-select .option {
    font-family: "Sora", sans-serif;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    line-height: 48px;
    min-height: 48px;
    padding-left: 32px;
    padding-right: 32px;
}

.form-quote form .nice-select {
    padding: 16px 23px;
    z-index: 3;
}

.form-quote form #typeRealiseSelect+.nice-select {
    z-index: 4;
}

.form-quote form .nice-select:after {
    right: 30px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    height: 9px;
    width: 9px;
    margin-top: -5px;
    z-index: 3;
}

.form-quote form .nice-select .list {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    background: #f4fcff;
    -webkit-box-shadow: 5px 0 15px 0 rgb(29 29 27 / 15%);
    box-shadow: 5px 0 15px 0 rgb(29 29 27 / 15%);
    margin-top: 1px;
    z-index: 2;
    transform: none;
    padding: 0;
}

.form-quote form .nice-select.open .current {
    z-index: 3;
    position: relative;
}

.form-quote form .nice-select.open .list {
    transform: none;
    height: auto;
}

.nice-select .option:hover {
    background-color: #3DBDE4;
    color: #fff;
}

.nice-select .option:first-child,
.nice-select .option:hover:first-child {
    color: transparent !important;
    background: none !important;
    height: 57px;
    display: none !important;
}

.form-quote .form-group {
    margin-bottom: 0;
}

.form-quote .form-quote__send button {}

.form-quote__send button:hover {}


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

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

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

.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 p {
    color: #4C4C4C;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 0;
    flex: 1;
}

.contact-form .form-group.contact-form__note p b {
    font-weight: 600;
}

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

.contact-form .contact-form__send button {
    margin-right: 20px;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 742px;
    flex: 1;
}

.blk-contact-form .sect-title .bloc-title {
    margin-bottom: 40px;
}