        .new-logo-section {
            background: #e6e4e3;
            text-align: center;
            padding: 15px;
        }
        .new-logo-section img {
            display: block;
            margin: 0 auto;
        }
        .new-form-wrapper{
            width:100%;
            max-width:560px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 10px;
            padding-right: 10px;
        }
        section.new-form-ghl-section {
            background: #000;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .footer-block._2{
            justify-content: center;
        }
        .footer-link{
            font-size:14px;
            color:#fff!important;
        }

        .contact_form-wrapper {
            padding: 10px;
            max-width: 560px;
            margin: 0 auto;
            width: 100%;
            position: relative;
        }
        .contact_form-inner {
            max-width: 560px;
            margin: 0 auto;
            padding: 40px 20px;
            border: 1px dashed #ffffff;
            border-radius: 5px;
            width: 100%;
        }

       body input.form-style {
                width: 100%;
                height: 50px;
                border-radius: 5px !important;
                margin-bottom: 5px;
                padding-left: 10px !important;
                border: 2px solid #1c1c1c00 !important;
                font-size: 16px;
                font-weight: 400;
        }

        input.claim_btn {
                width: 100%;
                border-radius: 5px !important;
                background: #e5b412 !important;
                color: #ffffff !important;
                font-size: 20px !important;
                font-weight: 600 !important;
                padding: 8px !important;
                height: 50px;
            }
        .form_grp {
            margin-bottom: 15px;
        }
        body input.form-style:focus {
            background: #ffffff;
        }


        .consult-btn-sec {
            display: flex;
            width: 100%;
            align-items: flex-end;
            justify-content: flex-end;
            /* margin-right: 15px !important; */
            padding-right: 10px;
            display: -webkit-flex;
            display: -ms-flexbox;
        }

        .new-mobile-nav-wrapper {
            align-items: center;
            padding-left: 5px;
        }
        .new-logo-section img {
            max-width: 250px;
        }

        @media(max-width: 667px) {
            .consult-btn-sec a {
                font-size: 16px;
            }
        }

        @media(max-width: 340px) {
            .consult-btn-sec a {
                padding: 10px 15px;
            }
        }

        div#loading_indicator {
            text-align: center;
            color: #ffffff;
            padding-top: 10px;
            font-size: 20px !important;
            font-weight: 500;
        }

        .date_pic_img {
            background: url(../images/calendar.png?v=1) 97.5% 50% no-repeat #fff !important;
            background-size: 22px !important;
            cursor: pointer;
        }

        .captcha_imged {
            width: 100%;
            background: #ffffff00;
            margin-bottom: 5px;
            text-align: center;
            border: 1px dashed #ffffff;
        }

        .captcha_imged {
            display: flex;
            color: #fff;
            padding: 5px;
            /* justify-content: space-between; */
            align-items: center;
            display: -webkit-flex;
            display: -ms-flexbox;

        }

        span.enter_cap_titile {
            padding-right: 10px;
            white-space: nowrap;
        }

        .cap_img_refbtn {
            display: flex;
            justify-content: end;
            width: 100%;
            align-items: center;
            display: -webkit-flex;
            display: -ms-flexbox;
        }

button.captcha_refresh_btn {
    margin-left: 10px;
    padding: 1px 20px;
}

button.captcha_refresh_btn svg {
    position: relative;
    top: 4px;
}

.form_grp {
    position: relative;
    padding-bottom: 15px;
}
.cmnerror {
    position: absolute;
    left: 0;
    bottom: -7px;
}
@media(max-width: 400px) {
    .captcha_imged {
        flex-direction: column;
        align-items: baseline;
    }

    .cap_img_refbtn {
        margin-top: 5px;
        justify-content: start;
    }
}

div#loading_indicator {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    box-sizing: border-box;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

div#loading_indicator:before {
    background: url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);
    content: "";
    height: 70px;
    margin-left: -35px;
    margin-top: -70px;
    width: 70px;
    z-index: 2;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
}

div#loading_indicator:after {
    background: #fff;
    border-radius: 5px;
    color: #000;
    content: "loading... ";
    font-family: arial;
    font-size: 17px;
    height: 110px;
    line-height: 98px;
    margin-left: -150px;
    margin-top: -75px;
    padding-top: 35px;
    text-align: center;
    width: 300px;
    z-index: 1;
}

div#loading_indicator:after, div#loading_indicator:before {
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
}