.form-wrapper{
    background-color: #F2F2F2;
    padding: 30px;
    border-radius: 10px;
}

.submit-btn, .contact_us_btn{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    min-width: 168px;
    height: 52px;
    padding:18px;
    border-radius: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
    color: var(--e-global-color-white) !important;
    background-color: var(--e-global-color-accent);
    box-shadow: 0px 3px 22px 3px rgb(248 61 142 / 31%);
    transition: all 0.3s ease-in-out;
    border: none;
}

.contact-con{
    padding: 100px 0;
}

.product-modal img{
    background: #ffebee;
    margin-bottom: 15px;
    border-radius: 10px;
}

.product-modal .col-lg-4{
    margin-bottom: 25px;
}

.footer-logo{
    max-width: 150px;
}

.contact-title{
    line-height: 1.2;
}

.contact-title span{
    color: var(--e-global-color-accent);
}

.line-height-150{ line-height: 150%; }
.line-height-200{ line-height: 160% !important; }

.promo-banner-title{
    font-size: 48px;
}

label.error{
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
}