.contact-header{
    background-color: #e9f7f6;
    padding: 3% 0;
}
.contact-header h1{
    color: #121416;
}
.contact-header .get-free-quote{
    color: rgb(255, 255, 255);
    background-color: #fd7d77;
    padding: 12px 18px;
    min-height: 20px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 5px;
}
.contact-header .get-free-quote:hover{
    background-color: #121416;
}
.contact-header .call-us{
    color: #121416;
    font-weight: 600;
    margin-left: 20px;
}
.py-15{
    padding: 4% 0 !important;
}
.request-free-quote a{
    color: #fd7d77;
}
.form-container{
    padding: 30px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.09);
    border-radius: 8px;
    background-color: #fff;
    border: 2px solid transparent;
    width: 100%;
}
.form-container .form-control,
.form-container .form-select{
    background-color: #0000000a;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px 30px;
    border-radius: 8px;
}
.form-container .btn-primary{
    color: #fff;
    padding: 12px 18px;
    font-weight: 400;
    border-radius: 5px;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #fd7d77;
    border-color: #fd7d77;
    outline: 0;
}
.form-container .btn-primary:hover {
    outline: 0;
    background: #121416;
    border-color: #121416;
    box-shadow: 0 5px 5px -8px #939597;
}
.contact-header .col-md-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
@media screen and (max-width:600px){
    .container.py-15.request-free-quote{
        padding: 5% !important;
    }
    .contact-header .container .row .col-md-6:first-child{
        padding: 3% !important;
    }
    .form-container{
        margin-top: 3rem;
    }
}
@media screen and (max-width:400px){
    a.get-free-quote,
    a.call-us{
        display: block;
        text-align: center;
        margin-left: 0 !important;
    }
    a.get-free-quote{
        width: 150px;
    }
    a.call-us{
        width: 100%;
        text-align: left;
        margin-top: 1rem;
        padding: 5px;
    }
}


/* 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;
    height: auto !important;
}

.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 */