main.main__content_wrapper{
    background-color: #f5e6e5;
}
.pad1212{
    padding: 5rem 0;
}
.heading-rush-order {
    font-size: 30px;
    font-weight: 700;
    color: #212529;
}
.heading-rush-order span {
    font-weight: 400;
    color: #212529;
}
.hr-order2 {
    height: 2px !important;
    border-width: 0;
    color: #fd7d77;
    background-color: #fd7d77;
}
.custom-btn {
    background-color: #fd7d77;
    border-color: #fd7d77;
    border-radius: 8px;
    outline: none;
    box-shadow: 0;
}
.custom-btn:focus {
    color: #fff;
    box-shadow: none;
    outline: none;
}
.custom-btn:hover,.custom-btn:active,.custom-btn:focus {
    background-color: #212529 !important;
    border-color: #212529 !important;
}
span.no-spam a{
    font-size: 16px;
    color: #212529;
}
.form-control:focus {
    border-color: #fd7d77;
    -webkit-box-shadow: none;
    box-shadow: none;
}
p{
    font-size: 16px !important;
}
.fww-bold{
    font-weight: 550 !important;
}

@media only screen and (max-width: 575px){
    .pee-0{
        margin-bottom: 1rem;
        padding-right: 12px !important;
    }
    .pad1212{
        padding: 2rem;
    }
}

form .form-control{
    font-size: 16px;
    padding: 7px;
    border-radius: 8px !important;
}

/* Modal CSS */
.modal-overlay2 {
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .47);
    display: none;
    position: fixed;
}

.modal-body.contact-quote-modal {
    width: 40%;
    max-height: 80%;
    background-color: #fff;
    margin: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    display: none;
    z-index: 99999;
    box-shadow: 0px 0px 8px #525151;
    border-radius: 10px;
    overflow: hidden;
    bottom: unset;
    right: unset;
}

.modal-body.contact-quote-modal h2 {
    text-align: center;
    font-size: 40px;
}
.modal-body.contact-quote-modal p{
    text-align: center;
    margin-bottom: 2.5rem;
}
.modal-body.contact-quote-modal span#close__popup2 {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    padding: 1px 8px;
    border-radius: 50%;
}

.modal-body.contact-quote-modal input#submit_blog_quote {
    background: var(--color-primary);
    border: 0;
    padding: 14px 45px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.modal-body.contact-quote-modal div.product-quote-modal h2.productnamee {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (min-width:1440px) {
    .modal-body.contact-quote-modal .modal-body {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media screen and (max-width:1280px) {
    .modal-body.contact-quote-modal .modal-body h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    .modal-body.contact-quote-modal .modal-body {
        width: 80%;
    }

    .modal-body.contact-quote-modal .modal-body h2 {
        font-size: 25px;
    }
    .heading-rush-order{
        line-height: 1.2;
    }
}

@media screen and (max-width:575px) {
    .modal-body.contact-quote-modal .modal-body {
        width: 90%;
        padding: 1.5rem;
    }
    .heading-rush-order{
        font-size: 28px;
        line-height: 1.1;
    }
    .heading-rush-order span{
        font-size: 20px;
        line-height: 1.2;
    }
}
.modal-body.contact-quote-modal .thank-you-box {
    padding: 3rem;
}
.modal-body.contact-quote-modal .thank-you-box img {
    margin: 3rem auto;
    width: 62%;
}
.modal-body.contact-quote-modal .thank-you-box p {
    margin-bottom: 0;
}
.modal-body.contact-quote-modal .thank-you-box a {
    margin: 2rem auto 0 auto;
    font-size: 16px;
    padding: 5px 20px;
    background: #fd7d77;
    border-color: #fd7d77;
}

.modal-body.contact-quote-modal .thank-you-box a:hover {
    background: #1b2b5c;
    border-color: #1b2b5c;
}
/* Ends Modal CSS */