.widget_contact-form .modal-body p {
    line-height: 1.5em;
}

.widget_contact-form p.errors {
	color: red;
}

.widget_contact-form .modal-body {
    padding: 30px 20px;
}

.widget_contact-form .modal-title {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}

.widget_contact-form .modal-intro {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.75;
}

.widget_contact-form #contact_regarding {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #000000;
}

.widget_contact-form .btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 16px;
    margin-left: auto;
    width: 100%;
    height: 40px;
    background: #C1282F;
    backdrop-filter: blur(2px);
    border-radius: 0;
}

.widget_contact-form .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1010;
    cursor: pointer;
    font-size: 24px;
    opacity: 1;
    border: none;
}

.widget_contact-form .modal-dialog {
    width: 360px;
    margin: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .widget_contact-form .modal-dialog {
        width: 440px;
    }

    .widget_contact-form .close {
        background: none;
        color: white;
    }

    .widget_contact-form .btn {
        width: 170px;
    }
}

.widget_contact-form .thankyou {
    text-align: center;
    padding: 45px 20px;
}
.widget_contact-form .thankyou i {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    color: #8ca6c5; }
.widget_contact-form .thankyou h4 {
    font-family: 'Cormorant Garamond';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #000; }
.widget_contact-form .thankyou p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    width: 255px;
    margin: auto;
}

.widget_contact-form .btn-success-close {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    gap: 16px;
    height: 40px;
    background: #C1282F;
    backdrop-filter: blur(2px);
    margin: 32px auto 0;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: 0.02em;
    color: #FFFFFF;
}