.footer-request-form-bg {
            background-attachment: fixed !important;
            background-size: cover !important;
            padding: 80px 0 80px 0;
        }

        section.footer-request-form-bg:after,
        section.footer-request-form-bg:before {
            display: table;
            clear: both;
            content: "";
        }

        .footer-request-form-bg .container {
            background: #fff;
            padding: 50px;
            border-radius: 10px;
            margin-top: -201px;
            position: relative;
            z-index: 1;
            box-shadow: 1px 1px 15px 11px rgb(0 0 0 / 10%);
            margin-top: 0px;
            max-width: 820px;
        }

        .form-left-des {
            width: 100%;
        }

        .footer-request-form-bg .section-heading-box {
            text-align: left;
        }

        .footer-request-form-bg .section-heading-box h2 {
            font-size: 35px;
            line-height: 48px;
            margin: 15px 0;
            color: #000;
            margin-top: 0;
        }
        section.footer-request-form-bg{
            overflow: visible !important;
        }
        .footer-request-form-bg .section-heading-box p {
            margin: 0;
            color: #000;
            font-size: 15px;
        }

        .form-graphic {
            position: relative;
            top: 15px;
        }

        img.form-img {
            width: auto;
            height: auto;
            max-width: 100%;
        }

        .footer-request-form-bg .row .col-md-8 {
            display: flex;
            align-items: center;
        }

        .footer-request-form-bg .FooterForm {
            position: relative;
            width: 100%;
            padding-left: 50px;
        }

        .footer-request-form-bg .form-group {
            background: #f9f9f9;
            border: solid 1px #e9e8ee;
            border-radius: 4px;
            margin-bottom: 20px;
        }

        .footer-request-form-bg .input-group {
            position: relative;
            display: flex;
            flex-wrap: nowrap;
            border-collapse: separate;
        }

        .footer-request-form-bg .input-group-addon {
            flex: 0 0 50px;
            max-width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: solid 1px #e7e7ea;
        }

        .footer-request-form-bg .FooterForm .form-group .form-control {
            width: 100%;
            border: none;
            height: 50px;
            line-height: 25px;
            
            background: 0 0;
            color: #000;
            box-shadow: none;
            outline: 0;
        }

        .FooterForm .AttachFile .form-group .form-control {
            height: auto;
            padding: 18px .75rem;
            line-height: normal;
        }

        .footer-request-form-bg .send-btn-form {
            width: 100%;
        }

        .footer-request-form-bg .send-btn-form input {
            
            /* background: linear-gradient(to right, #f0aa0e 0, #f56916 100%); */
            background: linear-gradient(to right, #092540 0, #1f3b7f 100%);
            border: none;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            width: 100%;
            border-radius: 4px;
            text-transform: uppercase;
            padding: 12px 15px;
        }

        .footer-request-form-bg .send-btn-form input:hover {
            background: -webkit-linear-gradient(left, #f56916 0, #f0ab0e 100%);
            background: linear-gradient(to right, #1f3b7f 0, #092540 100%);
        }



@media(max-width:991px){
    .footer-request-form-bg .section-heading-box h2{
        font-size: 38px;
    }
}

@media (max-width: 767px){
.footer-request-form-bg .FooterForm {
    padding-left: 0;
    top: 40px;
    }
.footer-request-form-bg .container {
    padding: 50px 50px 80px;
    }
    .footer-request-form-bg .section-heading-box h2{
        font-size: 34px;
    }
    .footer-request-form-bg .container{
        padding: 25px 50px 80px;
        border-radius: 0;
    }
    .footer-request-form-bg{
        padding: 80px 0 0 0;
    }
}

@media(max-width:575px){
    .footer-request-form-bg .section-heading-box h2{
        font-size: 26px;
        margin-top: 0;
    }
    .footer-request-form-bg .container{
        padding: 15px 25px 80px;
    }
    .FooterForm .AttachFile .form-group .form-control{
        padding: 12px .75rem;
    }
    .footer-request-form-bg .FooterForm .form-group .form-control{
        height: 40px;
    }
}
@media(max-width:480px){
    .footer-request-form-bg .send-btn-form {
        width: 100%;
        text-align: center;
    }
    .footer-request-form-bg .send-btn-form input{
        width:70%;
        height:40px;
    }
}
@media(max-width:375px){
    .footer-request-form-bg .container{
        padding: 15px 20px 80px;
    }
    .footer-request-form-bg .FooterForm .form-group .form-control{
        height:auto;
    }
}
@media(max-width:320px){
    .footer-request-form-bg .section-heading-box h2{
            font-size: 22px;
        }
}