.contact-form {
    background-color: #ff0019;
    padding-top: 48px;
}

.contact-form .heading {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-form .heading h3.title,
.contact-form .heading .phone-number {
    font-size: 36px;
    line-height: 44px;
}

.contact-form .heading h3.title {
    margin-bottom: 4px;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
}

.contact-form .heading h3.title.css {
    margin-bottom: 12px;
}

.contact-form .heading .phone--phone-number {
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.contact-form .heading img.phone {
    width: 3%;
    margin-right: 16px;
}

@media (max-width: 767.98px) {
    .contact-form .heading img.phone {
        width: 5%;
    }
}

.contact-form .heading .phone-number {
    margin-right: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: center;
}

.contact-form .heading .text {
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 16px;
}

.contact-form .heading img.arrow {
    width: 60px;
    height: 16px;
    margin-bottom: 24px;
}

.contact-form form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-bottom: 64px;
}

.contact-form .success {
    margin-bottom: 4px;
    font-family: "Nunito", Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-align: center;
}

.contact-form form .inputs {
    display: flex;
    justify-content: start;
    flex-direction: row;
    margin-bottom: 16px;
}

.inputs div {
    margin-right: 30px;
}

.contact-form form .inputs input {
    font-size: 16px;
    background-color: #fff;
    width: 100%;
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    color: #0f273a;
    margin-bottom: 8px;
}

.contact-form form .inputs input:focus,
.contact-form form textarea:focus {
    outline: none;
}

.contact-form form .inputs input::placeholder,
.contact-form form textarea::placeholder {
    color: #9DAABE;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    opacity: 1
}

.contact-form form textarea {
    font-size: 16px;
    background-color: #fff;
    line-height: 2;
    padding: 4px 16px;
    border: none;
    height: 108px;
    margin-bottom: 24px;
    width: 83.3333333333%;
}

.contact-form form button {
    text-transform: uppercase;
    border: none;
    background-color: #0f273a;
    color: #fff;
    transition: all .5s ease;
    width: 128px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 16px;

}

.contact-form form button.css {
    width: calc(100% - 24px);
}

.contact-form form button:hover {
    background-color: #fff;
    color: #0f273a;
    transition: all .5s ease;
    cursor: pointer;
}

.contact-form .hand-phone-wrapper {
    position: relative;
}

.contact-form .hand-phone-wrapper .hand-phone {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 400px;
    height: 350px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.contact-form .hand-phone-wrapper .hand-phone.css {
    right: -3%;
    height: 300px;
    width: 300px;
}

@media (max-width: 1399.98px) {

    .contact-form .heading h3.title,
    .contact-form .heading .phone-number {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 1199.98px) {

    .contact-form .heading h3.title,
    .contact-form .heading .phone-number {
        font-size: 24px;
        line-height: 32px;
    }

    .contact-form .hand-phone-wrapper .hand-phone {
        right: 0;
        width: 300px;
        height: 300px;
    }

    .contact-form form {
        width: 58.3333333333%;
    }

    .contact-form .hand-phone-wrapper .hand-phone.css {
        right: 0;
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 991.98px) {
    .contact-form .hand-phone-wrapper .hand-phone {
        right: -5%;
        width: 250px;
        height: 250px;
    }

    .contact-form .heading img.phone {
        margin-right: 8px;
    }

    .contact-form form {
        width: 83.3333333333%;
    }

    .contact-form .hand-phone-wrapper .hand-phone.css {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .contact-form form .inputs {
        flex-direction: column;
        margin-bottom: 0;
    }
    .title-xl {
        font-size:17.6px
    }
    .contact-form form .inputs input {
        margin-bottom: 24px;
    }

    .contact-form form textarea {
        width: 100%;
    }

    .contact-form form .inputs input,
    .contact-form form textarea,
    .contact-form form button {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-form .hand-phone-wrapper .hand-phone {
        display: none;
    }
}

@media (max-width: 479.98px) {

    .contact-form .heading h3.title,
    .contact-form .heading .phone-number {
        font-size: 18px;
        line-height: 28px;
    }

    .contact-form .heading h3.title {
        margin-bottom: 0;
    }
}

.title-xl {
        margin-bottom: 1rem!important;
        line-height: 48px!important;
}
@media screen and (max-width: 575.98px) {
    .title-xl {
        margin-bottom: 1rem!important;
        line-height: 26.4px!important;
        font-size: 17.6px!important;
    }
}