.marTopNav{
    margin-top: 0rem;
}

.custom-heading {
    font-size: 4rem!important;
    font-weight: 600!important;
    color: #1b2b5c !important;
}

.quote-input {
    border-radius: 8px;
    height: 45px !important;
    font-size: .9rem;
}

.request-btn {
    background-color: #1b2b5c;
    color: #fff;
    border: 1px solid #1b2b5c;
    font-weight: 500;
    border-radius: 8px;
    font-size: .8rem;
    padding: .75rem 2rem;
}

input#submit_beat_my_quote {
    background: #1b2b5c !important;
    border: 1px solid #1b2b5c !important;
    color: #fff !important;
}


.request-btn2 {
    padding: 1rem 2.3rem;
    position: relative;
    right: 16rem;
}

.request-btn:hover,
input#submit_beat_my_quote:hover{
    background-color: #fd7d77 !important;
    border-color: #fd7d77 !important;
    color: #1b2b5c !important;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.6rem + 2px);
}

.input-file-request {
    padding: 1rem !important;
    color: #fd7d77;
    border: none;
    border-radius: 8px;
}

#beat_my_quote_form input,
#beat_my_quote_form textarea,
#beat_my_quote_form button,
#beat_my_quote_form select{
    font-size: 16px !important;
    border-radius: 8px !important;
}
#beat_my_quote_form input:focus,
#beat_my_quote_form textarea:focus,
#beat_my_quote_form select:focus{
    box-shadow: none;
    outline: none;
    border-color: #fd7d77;
}

section.container-fluid.py-5.text-center.bg-quote.marTopNav {
    background: rgb(253,125,119);
    background: radial-gradient(circle, rgb(181 181 181 / 56%) 0%, rgba(27,43,92,0.5494572829131652) 100%);
    padding: 6rem !important;
}

h1.display-4.custom-heading.text-white.mb-4 span {
    font-weight: bold;
    color: #fd7d77;
    text-shadow: #474747 3px 3px 2px;
}

form#beat_my_quote_form label{
    font-weight: 550;
}

/* 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;
    }
}

@media screen and (max-width:575px) {
    .modal-body.contact-quote-modal .modal-body {
        width: 90%;
        padding: 1.5rem;
    }
}
.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 */