﻿@charset "utf-8";

body, html {
    height: 100%;
    display: table;
    width: 100%;
 
}
html {
    font-size: 16px !important;
}
body {
    line-height: 1.8 !important;
}

body, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
    padding: 0
}

a, body, img {
    text-decoration: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
    display: block
}

.form-row, .header, .navigation, body, html, table {
    width: 100%
}

@font-face {
    font-family: OpenSansRegular;
    src: url(../fonts/opensans/opensans-regular.eot);
    src: url(../fonts/opensans/opensans-regular.eot) format('embedded-opentype'),url(../fonts/opensans/opensans-regular.woff) format('woff'),url(../fonts/opensans/opensans-regular.ttf) format('truetype'),url(../fonts/opensans/opensans-regular.svg#OpenSansRegular) format('svg')
}

@font-face {
    font-family: bebas_neueregular;
    src: url(../fonts/bebas/bebasneue_0-webfont.eot);
    src: url(../fonts/bebas/bebasneue_0-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/bebas/bebasneue_0-webfont.woff) format('woff'),url(../fonts/bebas/bebasneue_0-webfont.ttf) format('truetype'),url(../fonts/bebas/bebasneue_0-webfont.svg#bebas_neueregular) format('svg');
    font-weight: 400;
    font-style: normal
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

ol, ul {
    padding-left: 20px
}

body {
    -webkit-font-smoothing: antialiased;
    font: 14px OpenSansRegular;
    line-height: 20px;
    background-color: #eff0f7 !important;
}

.theme-btn, b, strong {
    font-weight: 700
}

a, img {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

h1 {
    font-size: 40px;
    line-height: 30px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 13px
}

a:active, a:focus, a:hover {
    outline: 0;
    color: inherit;
    text-decoration: none
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

small {
    font-size: 85%
}

address, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    margin-bottom: 10px;
    margin-top: 10px
}

input {
    -webkit-border-radius: 0;
    -webkit-box-shadow: inset none
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.alignnone {
    display: table;
    margin-bottom: 20px
}

a, a:hover, a:visited {
    color: #000
}

::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1
}

:-moz-placeholder {
    color: #aaa;
    opacity: 1
}

::-moz-placeholder {
    color: #aaa;
    opacity: 1
}

:-ms-input-placeholder {
    color: #aaa;
    opacity: 1
}

ol {
    list-style: decimal
}

    ol li, ul li {
        margin-bottom: 5px
    }

ul {
    list-style: disc
}





.theme-btn {
    background: url(../images/theme-btn-bg.jpg) repeat-x;
    box-shadow: 2px 2px 2px 0 #333;
    font-size: 14px;
    color: #fff;
    margin: 6px 0;
    border-radius: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 9px 20px;
    display: inline-block
}

    .theme-btn:hover {
        background: #000;
        color: #fff
    }

.header {
    background: url(../images/banner-ng.png) center 34px no-repeat #0d6536;
    display: table;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.logo {
    float: left;
    margin-top: 15px
}

.navigation {
    margin-top: 53px;
    font-size: 13px
}

    .navigation .navbar-nav li a {
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 0 21px
    }

        .navigation .navbar-nav li a:hover {
            text-align: center;
            background: #fff
        }

    .navigation .navbar-nav li {
        margin: 0;
        position: relative
    }

        .navigation .navbar-nav li:before {
            content: "|";
            color: #fff;
            float: left;
            position: absolute;
            left: 0;
            font-size: 16px
        }

        .navigation .navbar-nav li:first-child:before {
            content: ""
        }

.navbar.navbar-custom {
    margin: 0
}

.navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover {
    background: 0 0;
    color: #000
}

.navigation .nav.navbar-nav {
    float: right
}

.navigation .navbar {
    min-height: 0
}

.container-fluid, .navbar-collapse {
    padding: 0
}

.application-form h1 {
    font-family: bebas_neueregular;
    border-left: 5px solid #00aa4f;
    padding-left: 10px
}

.application-form {
    border: 1px solid #f9f9f9;
    box-shadow: 0 0 3px 1px #eee;
    float: left;
    margin: 50px 0 150px;
    padding: 25px;
    width: 100%
}

.application-form-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 100px 0;
}


    .application-form-outer .application-form {
        max-width: 625px;
        border-radius: 15px;
        border: 1px solid #dddddd;
        padding: 50px 25px;
        margin: 0;
        background: #ffffff;
        box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.1);
    }
.thanks_svg {
    margin-bottom: 20px;
}
.submitting-text {
    font-weight: 600;
    font-size: 17px;
    color: #23770D;
    line-height: normal;
}
.application-form form {
    margin-top: 20px;
    float: left
}

.form-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

    .form-row .form-group {
        flex: 1;
        margin-bottom: 0;
    }

        .form-row .form-group:first-child {
            margin-left: 0; margin-bottom: 5px;
        }

        .form-row .form-group label {
            width: 100%;
            display: inline-block;
            margin-bottom: 0px;
            font-size: 13px;
        }

    .form-row input[type=email], .form-row input[type=number], .form-row input[type=text], .form-row select, .form-row textarea {
        height: 35px;
        background: #fff;
        border: 1px solid #ddd;
        width: 100%;
        padding: 0 10px;
    }

    .form-row input[type=submit] {
        background: #21346c;
        color: #fff;
        margin-top: 5px;
        line-height: 40px;
        padding: 0 20px;
        border: none;
        width: 100%;
    }

    .form-row a {
        color: #0d6536;
        float: left;
        margin-top: 20px;
        width: 100%
    }

    .form-row .bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        border: 1px solid #ddd;
        float: left;
        margin: 0;
        width: 100%;
        height: 40px;
        border-left: 4px solid #eee
    }

    .form-row .bootstrap-select.btn-group .btn .caret {
        background: url(../images/drop-icon.png) bottom center no-repeat;
        top: 35%;
        margin-top: 0;
        opacity: .4
    }

    .form-row .bootstrap-select.open.btn-group .btn .caret {
        background-position: 0 0
    }

.btn-group.open .dropdown-toggle {
    box-shadow: none;
    background: 0 0
}

.btn-default:active, .btn-default:focus {
    background: 0 0;
    border: none;
    outline: 0
}

.bootstrap-select .btn:focus {
    outline: 0 !important
}

.form-row .bootstrap-select .btn {
    height: 38px
}

.bootstrap-select.btn-group .dropdown-menu li > a {
    line-height: normal;
    margin: 0;
    width: 100%
}

.form-row.btm-row .form-group {
    width: 100%
}

.diff-email {
    display: inline-block;
    width: 100%
}

.info-sheet .form-row .form-group {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px
}

    .info-sheet .form-row .form-group label {
        width: 40%;
        float: left;
        margin-bottom: 0
    }

.info-sheet .form-row .bootstrap-select:not([class*=span]):not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .info-sheet .form-row input[type=email], .info-sheet .form-row input[type=number], .info-sheet .form-row input[type=text], .info-sheet .form-row select, .info-sheet textarea {
    width: 55%;
    margin-left: 5%
}

.info-sheet .form-row input.small-text-box {
    width: 110px
}

.info-sheet .form-row input[type=number].small-text-box {
    width: 80px
}

.info-sheet .form-row textarea {
    height: 61px;
    padding: 10px;
    overflow: hidden;
    resize: none
}

.info-sheet .form-row .medium-select .medium-text-box {
    width: 300px
}

.checkbox-img input[type=checkbox] {
    cursor: pointer;
    height: 20px;
    left: 2px;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 0;
    width: 20px;
    z-index: 2
}

    .checkbox-img input[type=checkbox]:checked + .checklabel:after {
        background: url(../images/tick-icon.png) center no-repeat #0d6536;
        border: none;
        bottom: 20%;
        content: " ";
        display: block;
        height: 20px;
        left: -1px;
        position: absolute;
        top: -1px;
        width: 20px;
        border-radius: 0
    }

.chk-bx .checkbox-img .checklabel {
    background: 0 0;
    border: 1px solid #ddd;
    display: block;
    height: 20px;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .7s ease 0s;
    width: 20px;
    z-index: 1
}

.chk-bx .side-text label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0
}

.footer, .footer h3, .footer h3 a, .footer ul li a {
    color: #fff
}

.side-text label {
    font-size: 16.67px;
    padding-left: 20px;
    padding-top: 10px
}

.main-box-check {
    float: left;
    margin: 3px 0;
    position: relative;
    width: 100%
}

.side-text {
    float: left;
    width: 80%;
    margin: 0 0 0 10px
}

.checkbox-img {
    float: left;
    position: relative;
    top: 2px
}

.info-sheet .form-row .form-group .main-box-check label {
    width: 20px
}

.info-sheet .form-row .form-group .main-box-check .side-text label {
    width: 100%
}

.check-boxes {
    float: left;
    margin-left: 5%;
    width: 55%
}

.info-sheet .form-row .two-fields .form-group {
    width: 52%;
    margin-left: 0
}

    .info-sheet .form-row .two-fields .form-group:first-child {
        margin-left: 0;
        width: 48%
    }

    .info-sheet .form-row .two-fields .form-group label {
        width: 48%;
        text-align: left;
        margin-top: 10px;
        padding-left: 5%
    }

    .info-sheet .form-row .two-fields .form-group:first-child label {
        text-align: left;
        padding-left: 0;
        width: 61%
    }

.info-sheet .form-row .two-fields input.small-text-box {
    width: 34%
}

    .info-sheet .form-row .two-fields input.small-text-box.left-margin {
        margin-left: 4%
    }

.check-boxes.small-chk-box .main-box-check {
    width: 40px;
    margin-top: 6px
}

.chk-txt-box {
    float: left;
    width: 250px;
    display: none
}

.footer, .footer ul li {
    width: 100%;
    float: left
}

.small-chk-box .chk-txt-box label {
    margin-top: 8px
}

.chk-txt-box.display {
    display: block
}

.info-sheet .form-row .form-group.eql-ht {
    margin-bottom: 10px;
    min-height: 40px
}

.footer {
    background: #0d6536;
    padding-top: 30px;
    margin-top: 10em
}

    .footer h3 {
        text-transform: uppercase;
        margin: 0 0 10px;
        font: 32px bebas_neueregular
    }

    .footer ul {
        margin: 0;
        padding: 0
    }

        .footer ul li {
            list-style: none;
            margin-bottom: 12px
        }

            .footer ul li a:hover {
                color: #14AE5D
            }

.btm-logo {
    margin-top: 10px;
    float: left;
    margin-bottom: 10px
}

.footer .social-icons li {
    float: left;
    list-style: none;
    width: auto;
    margin: 0
}

    .footer .social-icons li a {
        color: #000;
        font-size: 25px
    }

.copyright {
    background: #0f753f;
    float: left;
    margin-top: 10px;
    padding: 11px 0;
    width: 100%
}

    .copyright .social-icons {
        float: right
    }

    .copyright p {
        float: left;
        color: #fff
    }

.social-icons a {
    float: left;
    width: 38px;
    height: 40px;
    background: url(../images/social-icons.png) no-repeat
}

    .social-icons a.feeds {
        background-position: 0 0
    }

    .social-icons a.fb {
        background-position: -46px 0
    }

    .social-icons a.tw {
        background-position: -92px 0
    }

    .social-icons a.in {
        background-position: -138px 0
    }

    .social-icons a.google {
        background-position: -184px 0
    }

    .social-icons a.feeds:hover {
        background-position: 0 -46px
    }

    .social-icons a.fb:hover {
        background-position: -46px -46px
    }

    .social-icons a.tw:hover {
        background-position: -92px -46px
    }

    .social-icons a.in:hover {
        background-position: -138px -46px
    }

    .social-icons a.google:hover {
        background-position: -184px -46px
    }

.newsletter {
    float: left;
    width: 100%
}

    .newsletter input[type=email] {
        background: #f9f9f9;
        border: 1px solid #ccc;
        box-shadow: 1px 1px 1px rgba(0,0,0,.1) inset;
        height: 38px;
        line-height: 32px;
        width: 70%;
        float: left;
        padding: 0 6px;
        color: #000
    }

    .newsletter input[type=submit] {
        float: left;
        width: 30%;
        height: 38px;
        background: #1f9656;
        color: #fff;
        border: none
    }

.action-bar, .document-separator {
    background-color: #21346c;
}

.footer-col-2 {
    padding: 0 60px 0 10px
}

.container {
    margin: 0 auto;
    max-width: 982px;
    width: 100%
}

.action-bar {
    height: 35px;
    width: 100%
}

.document-outer-container {
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
   
    position: relative;
    border-radius: 0 0 10px 10px;
}

.document-header {
    float: left;
    width: 100%
}

.document-Logo {
    float: left;
    width: 27%;
    padding-left: 10px
}

.document-Outer-RightPane {
    float: left;
    width: 65%;
    color: #0d459a;
    border-bottom: solid 10px #0d459a;
}

.document-Address {
    float: left;
    width: 20%;
    margin-left: 30%;
    margin-top: 7%
}

.document-separator {
    width: .5%;
    margin: .5%;
    height: 130px
}

.document-Address2 {
    float: left;
    width: 48%;
    margin-top: 3%
}

.pb10 {
    padding-bottom: 10px !important;
    display: block;
}

.ml20 {
    margin-left: 20px;
}

.document-lower-outer {
    float: left;
    width: 98%;
    padding: 15px;
}

.document-lower-text {
    float: left;
    width: 90%;
    padding: 5px;
}

.retainer-header {
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.retainer-lower {
    text-align: center
}

.dated-tick {
    float: left;
    width: 50%;
}
.pdf-text.dated-tick.SignatureHomeowner {
    clear: both;
}
#divPage {
    float: left;
    margin-left: 90px;
    margin-right: 90px
}

.document-footer-heading {
    float: left;
    width: 100%;
    font-family: Gloucester MT Extra Condensed;
    color: #372f57;
    font-style: italic;
    text-align: center;
    font-size: 20px;
    line-height: 100px
}

.dialog {
    background: #fff;
    border: 1px solid #6a8cc3;
    border-radius: 2px;
    font-size: 13px;
    margin: 0 auto 60px;
    position: absolute;
    top: 60px;
    z-index: 10000;
    margin-left: 20% !important
}

    .dialog .dialog-header {
        cursor: move;
        overflow: hidden;
        padding: 0 27px
    }

    .dialog .dialog-body, .dialog-body {
        padding: 0 27px 17px;
        font-family: Arial,Gotham,sans-serif
    }

.dialog-title {
    font-family: Arial,Gotham,sans-serif;
    font-weight: 700;
    font-size: 18px
}

.ds-title {
    font-size: 13px;
    font-weight: 400
}

.dialog #adopt .full-name {
    float: left;
    width: 70%
}

    .dialog #adopt .full-name .wrapper {
        padding-right: 20px
    }

.diaglog-fullname {
    width: 100%
}

.initials {
    float: left;
    width: 30%
}

.diaglog-SignatureBox, .diaglog-separator, .diaglog-separator2, .dialog-preview-header {
    float: left;
    width: 100%
}

.diaglog-separator {
    border-bottom: solid 1px #ccc;
    margin-top: 20px;
    margin-bottom: 5px
}

.diaglog-separator2 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px
}

.diaglog-SignatureBox {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.15) inset;
    height: 105px;
    vertical-align: middle
}

.signature1, .signature2 {
    margin-top: 35px;
    height: 60px;
    padding-left: 5px;
    float: left
}

.signature1 {
    width: 45%
}

.signature2 {
    max-width: 355px;
    margin-left: 10px
}

.legal-warning {
    float: left;
    font-size: 12px
}

.dialog-footer {
    float: left;
    width: 100%
}

.dialog-holder {
    display: none;
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    overflow: auto
}

.bg {
    background: #212121;
    opacity: .5
}

.SignaturePreview {
    float: left;
    width: auto;
    height: 45px
}

.container-buttons {
    float: left;
    padding-left: 10px
}

.petioner-name {
    border-bottom: solid 2px #000;
    display: inline-table !important;
    font-weight: 700;
    width: 50%
}

.pertionaer-phone, .pertionaer-street, .petioner-citystate, .petioner-email {
    display: inline-table;
    border-bottom: 2px solid #000
}

.pertionaer-street {
    width: 50%
}

.pertionaer-phone {
    width: auto
}

.petioner-citystate {
    width: 50%
}

.petioner-email {
    width: auto
}

.petioner-outer-signature-div {
    border-bottom: 2px solid #000;
    display: inline-table !important;
    font-weight: 700;
    width: 55%
}

.petioner-inner-div {
    float: left;
    width: auto;
    display: none
}

.dialog-footer input[type=button] {
    background: #372F57;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 28px;
    padding: 13px 27px;
    text-transform: uppercase
}

    .dialog-footer input[type=button]:hover {
        background: #8A8991;
        transition: all .25s ease 0s
    }

.anchorSignHand {
    display: inline-block;
    width: 100%
}

.document-sign-footer {
    float: left;
    width: 100%;
    font-family: Arial,Gotham,sans-serif
}

.buttonClass {
    background: #1f9656;
    border: none;
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    padding: 0 20px;
    margin-left: 10px;
    margin-bottom: 10px
}

.DisableButton {
    background-color: #dedede !important
}

.Platinum-form {
    border: 1px solid #000;
    padding: 5px 10px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 700;
    float: left
}

    .Platinum-form p {
        margin: 0
    }

    .Platinum-form .Platinum-inner-form {
        /*padding: 30px 0 20px;*/
        float: left;
        width: 100%
    }

    .Platinum-form span.input {
        border: none;
        border-bottom: 2px solid #000;
        outline: 0 !important;
        font-weight: 700;
        color: #000;
        padding: 0;
        display: inline-block;
        vertical-align: bottom
    }

    .Platinum-form .form-group {
        display: inline-block;
        margin: 0 !important
    }

.float-right {
    float: right
}

.Platinum-form .fieldset {
    margin-bottom: 20px;
    clear: both
}

    .Platinum-form .fieldset .sign-form {
        display: inline-block;
        position: relative
    }

.floated-item {
    float: left;
    width: 100%
}

.w250 {
    width: 250px
}

.w185 {
    width: 185px
}

.w60 {
    width: 60px
}

.w40 {
    width: 40px
}

.w100 {
    width: 100px
}

.w200 {
    width: 200px
}

.w230 {
    width: 230px
}

.w300 {
    width: 300px
}

.fieldset.bottom5 {
    margin-bottom: 5px
}

.Platinum-form input:disabled {
    background: 0 0
}

.border-single {
    border-bottom: 1px solid #000 !important
}

.custom-tick {
    position: relative;
    padding-left: 48px
}

    .custom-tick img {
        position: absolute;
        left: 0;
        top: -36px;
        z-index: -1
    }

.Platinum-form .fieldset .sign-form .petioner-inner-div {
    position: absolute;
    top: 0;
    left: 70px
}

/*.Platinum-form .SignaturePreview {
    margin-top: -16px
}*/

.update-progressclass {
    position: absolute;
    margin-top: 10px;
    background-color: #fff;
    margin-left: 10px;
    width: 15%
}

.sign-form-page-box .showProgress {
    display: block !important;
    position: absolute;
    left: 5px
}

.sign-form-page-box .hideProgress {
    display: none;
    position: absolute;
    left: 5px
}

.sign-form-page-box #divScrolling {
    float: left;
    position: relative;
    /*left: -4%;*/
    left: -26px;
    top: 100px
}

/*.sign-form-page-box .scrolling-content {
    position: fixed;
    background-color: #0d6536;
    color: #fff;
    font-family: Arial,Gotham,sans-serif;
    width: 140px;
    padding: 2px;
    border: 2px dotted #000;
    z-index:9;
}
    .sign-form-page-box .scrolling-content a {
        display: inline-block;
        width: 100%;
    }*/

.sign-form-page-box .scrolling-content a {
    display: inline-block;
    width: 100%;
    color: rgb(187, 60, 56);
    font-weight: 600;
    padding: 5px 0px 10px 7px;
    z-index: 9;
    position: relative;
}


.sign-form-page-box .scrolling-content:before {
    position: absolute;
    width: 30px;
    left: 35px;
    content: "";
    height: 30px;
    background: #eddb4d;
    top: 7px;
    transform: rotate(45deg);
}



.sign_doc {
    background: red;
    background-color: #eddb4d;
    font-family: Arial, Gotham, sans-serif;
    width: 55px;
    padding: 7px 7px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
    margin-left: 20px;
    position: relative;
}

#anchorSign_inner {
    color: rgb(187, 60, 56);
    font-weight: 600;
    position: relative;
    /*top: 6px;*/

}

.sign_doc:before {
    position: absolute;
    width: 23px;
    left: -12px;
    content: "";
    height: 23px;
    background: #eddb4d;
    top: 5px;
    transform: rotate(45deg);
}

.by-sig_inner {
    display: flex;
    align-items: center;
}

    .by-sig_inner .anchorSignHand {
        width: auto;
    }

.sign-form-page-box .scrolling-content {
    position: absolute;
    background-color: #eddb4d;
    font-family: Arial,Gotham,sans-serif;
    width: 50px;
    padding: 2px;
    z-index: 9;
    border-radius: 5px 0px 0px 5px;
    transform: rotate(90deg);
}

.sign_doc #anchorSign_inner {
    cursor: default;
}

.sign-form-page-box .sign1 .scrolling-content {
    /*transition-delay: 2s;*/
    transform: rotate(0deg) !important;
}

.sign-form-page-box #divScrolling.sign1 {
    top: 40px;
}

.float20 {
    width: 20%;
    float: left
}

.full-block-width {
    width: 100%
}

.sign-form-page-box #divBack {
    position: absolute;
    background: #000;
    opacity: .8;
    filter: Alpha(opacity=70);
    height: 768px;
    width: 100%;
    display: none;
    top: -4px;
    left: 0
}

#imgHand1, #imgDSHand1, #imgDSHand2 {
    position: relative;
    top: 5px;
}

.pull-left {
    float: left
}

.sign-form-page-box .floatleft50 {
    float: left;
    width: 50px
}

.designation-div-sign {
    float: left;
    padding-top: 5px;
    width: 80%
}

.full-float {
    float: left;
    width: 100%
}
/*28-01-18*/
.custom-picker .dropdown-menu li, .custom-picker .dropdown-menu li a {
    margin: 0;
}

.w95 {
    min-width: 95px;
}
/*03-10-19*/
.nassau-desg-form {
    font-size: 13px;
}

    .nassau-desg-form .form-group span, .nassau-desg-form .form-group label {
        vertical-align: baseline;
    }

.printed-date {
    padding: 0 8px;
}

.pb20 {
    padding-bottom: 20px;
}

.by-sig {
    overflow: hidden;
    border-bottom: 2px solid #000000;
    width: 604px;
}

.label-normal {
    font-weight: 500 !important;
}

.thanks_page_outer {
    padding-top: 95px;
}

.applyForm_Iframe {
    padding: 75px 0 20px;
    background: transparent;
}

.sign-form-page-box.iframesign-formBox {
    padding: 110px 0 50px;
    background: #eff0f7;
}

.About_your_Property {
    max-width: 950px;
    margin: 50px auto;
    padding-top: 145px;
}
/*============================<Header css start here>===================================*/
#top-header .contacts-wrap a:hover {
    color: #0d751f !important;
    text-decoration: none;
}

#top-header {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px .95px 2.6px;
}

#logo img{
    max-width:115px
}

#top-header .flex {
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px
}

#top-header .col-lg-12 {
    width: 100% !important;
}
#top-header .row:first-child {
    position: relative;
}

    #top-header .text-wrap {
        color: #fff;
        opacity: 0;
    }

        #header .text-wrap strong {
            font-weight: 600
        }

    #header .contacts-wrap {
        display: flex;
        justify-content: right
    }

        #header .contacts-wrap > div {
            display: flex;
            align-items: center;
            margin-left: 22px
        }

        #header .contacts-wrap a {
            color: #FFF;
            font-weight: 600
        }

            #header .contacts-wrap a:hover {
                color: var(--mc-green)
            }

    #header .button-wrap {
        text-align: right
    }

    #header .email-top::before {
        content: '';
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat url(../images/email-ico.svg) center center / contain;
        margin-right: 8px
    }

    #header .phone-top::before {
        content: '';
        width: 14px;
        height: 14px;
        display: inline-block;
        vertical-align: middle;
        background: no-repeat url(../images/phone-ico.svg) center center / contain;
        margin-right: 8px
    }


    #header .nav a {
        font: 600 16px/1.5em 'Manrope', sans-serif;
        color: #FFF
    }

    #header .nav .menu-button a {
        text-transform: none;
        font-size: 14px;
        color: #FFF
    }

        #header .nav .menu-button:hover a, #header .nav .menu-button a:hover {
            color: var(--mc-green)
        }

    #header ul#menu-primary {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 10px;
        padding: 0
    }

    #header #menu-primary .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        background: #FFF;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 15px 15px rgba(0,0,0,.1);
        z-index: 10;
        list-style: none;
    }

    #header #menu-primary > li {
        margin-right: 35px;
        display: flex;
        align-items: center;
        position: relative;
        height: 46px
    }

        #header #menu-primary > li:last-child {
            margin-right: 0
        }

    #header #menu-primary li::before {
        display: none
    }

    #header #menu-primary > li.menu-item-has-children::after {
        content: '';
        width: 8px;
        height: 6px;
        display: inline-block;
        margin-left: 6px;
        background: no-repeat url(../images/dropdown-ico.svg) center center / contain
    }

    #header #menu-primary > li.menu-item-has-children:hover::after {
        transform: rotate(180deg)
    }

    #header #menu-primary > li > .button-show {
        display: none
    }

    #header #menu-primary > li:hover > .button-show {
        transform: rotate(180deg)
    }

    #header #menu-primary > li.menu-item-has-children:hover::after {
        transform: rotate(180deg)
    }

    #header #menu-primary > li:hover > .button-show {
        transform: rotate(180deg)
    }

    #header #menu-primary > li:hover .sub-menu {
        display: block
    }

    #header #menu-primary .sub-menu li {
        margin-top: 14px
    }

        #header #menu-primary .sub-menu li.current-menu-item a {
            color: var(--mc-green)
        }

        #header #menu-primary .sub-menu li:first-child {
            margin-top: 0
        }

    #header #menu-primary .sub-menu a {
        font: 400 16px/1.6em 'Poppins',sans-serif;
        color: #000;
        text-transform: none;
        white-space: nowrap;
        display: inline-block
    }

        #header #menu-primary .sub-menu a:hover {
            color: #0d751f !important;
        }

    #header #menu-primary > li.current-menu-item:not(.menu-button) > a::before, #header #menu-primary > li:not(.menu-button):not(.menu-item-has-children) > a:hover::before {
        content: '';
        display: block;
        position: absolute;
        right: -20px;
        bottom: -22px;
        left: -20px;
        height: 4px;
        background: #0D751F
    }

    #header:not(.no-billboard) #menu-primary > li:not(.menu-button):hover > a, #header:not(.no-billboard) #menu-primary > li:not(.menu-button) > a:hover {
        color: #FFF
    }

    #header .primary-button-wrap, .nav-button-close {
        display: none
    }

    #header #logo.mobile-content {
        display: none
    }

    #header #navigation .nav-top, #header #navigation .nav-bottom, #header #navigation .button-wrap {
        display: none
    }

.top_header {
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 0px !important;
}

#header .nav a:hover {
    text-decoration: none;
}

.button-wrap .btn-green {
    color: #FFF;
    background: #0d751f;
    border: 3px solid #0d751f;
}

.btn-green {
    font: 700 16px/1.3em 'Manrope', sans-serif;
    padding: 11px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease-out;
}

a.btn-green:hover {
    color: #0d751f;
    background: #FFF;
    text-decoration: none;
}

.pr0 {
    padding-right: 0;
}

.fixed_top_header {
    position: fixed;
    width: 100%;
    z-index: 999;
}
/*============================<Header css End here>===================================*/



/*============================<footer css start here>===================================*/

.footer-wrap {
    padding: 86px 0 72px 0;
    background: #252525
}

    .footer-wrap .footer-title {
        font-weight: 700;
        color: #FFF;
        text-transform: capitalize;
        font-size: 16px;
    }

    .footer-wrap .menu {
        padding: 0;
        list-style-type: none;
    }

        .footer-wrap .footer-title, .footer-wrap .menu li:not(:last-child) {
            margin-bottom: 6px
        }

        .footer-wrap .menu a {
            font: 600 14px/1.4em 'Manrope', sans-serif;
            color: rgba(255,255,255,.75)
        }

    .footer-wrap .row-flex > div:not(:last-child) {
        margin-right: 20px
    }

.footer-contacts > div:not(:last-child) {
    margin-bottom: 10px
}

.footer-contacts a {
    font: 400 14px/1.5em;
    color: #FFF
}

.site-footer #site-info a:hover, .site-footer a:hover {
    color: var(--mc-green)
}

.subscribe * {
    color: #FFF
}

.site-footer .subscribe {
    max-width: 268px
}

.site-footer .subscribe-description {
    margin-bottom: 6px;
    opacity: 0;
}

.footer-logo {
    margin-bottom: 10px
}

    .footer-logo + .footer-description {
        color: rgba(255,255,255,.9);
        max-width: 255px
    }

#menu-copyright {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}

    #menu-copyright li:not(:last-child) {
        margin-right: 20px
    }

    #menu-copyright a {
        font-weight: 600
    }

.mobile-content {
    display: none
}

.site-footer .footer-contacts > div:not(.footer-title) > div {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    color: #fff
}

.site-footer .address-icon, .site-footer .email-icon, .site-footer .phone-icon {
    position: absolute;
    left: 0
}

.row-flex {
    display: flex;
    justify-content: space-between;
}

.menu-footer-container {
    font: 400 14px/1.8em 'Manrope', sans-serif;
    color: #000;
}

#site-info {
    background: #1E1E1E
}

    #site-info * {
        color: rgba(255,255,255,.5);
        list-style: none;
    }

    #site-info .row-flex {
        align-items: center;
        height: 40px
    }

    #site-info p {
        font-weight: 600;
        margin: 0
    }

.footer-contacts > div:not(:last-child) {
    margin-bottom: 10px
}

.footer-contacts a {
    font: 400 14px/1.5em 'Manrope', sans-serif;
    color: #FFF
}

.site-footer #site-info a:hover, .site-footer a:hover {
    color: var(--mc-green)
}

.subscribe * {
    color: #FFF
}

.site-footer .subscribe {
    max-width: 268px
}

.site-footer .subscribe-description {
    margin-bottom: 6px
}

.footer-logo {
    margin-bottom: 10px
}

    .footer-logo + .footer-description {
        color: rgba(255,255,255,.9);
        max-width: 255px
    }

.apply_centerContent {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

.site-footer #site-info a:hover, .site-footer a:hover {
    color: #0d751f;
    text-decoration: none;
}
/*============================<footer css End here>===================================*/

@media only screen and (min-width: 1200px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1400px) {
    #header #menu-primary > li:not(.menu-button) > a {
        white-space: nowrap
    }

    #header #menu-primary > li.menu-button a {
        white-space: nowrap
    }
}

@media only screen and (max-width: 1200px) {
    #header #menu-primary > li:not(.menu-button) > a {
        font-size: 14px
    }

    #header #menu-primary > li {
        margin-right: 30px
    }

        #header #menu-primary > li.menu-button a {
            font-size: 12px;
            padding: 12px 14px
        }

    .footer-logo + .footer-description {
        max-width: 220px
    }
}

@media only screen and (max-width: 991px) {
    #header #menu-primary > li.menu-item-has-children::after {
        display: none
    }

    #header #menu-primary > li > .button-show {
        position: absolute;
        top: 12px;
        width: 12px;
        height: 8px;
        display: inline-block;
        margin-left: 14px;
        background: no-repeat url(../images/dropdown-ico.svg) center center / contain;
        transform: rotate(-90deg)
    }

    #header #navigation .nav-top {
        display: flex
    }

    #header #navigation .button-wrap, #header #navigation .nav-bottom {
        display: block
    }

        #header #navigation .button-wrap a {
            width: 100%
        }

    #header #navigation .nav-bottom {
        margin: 0 auto;
        padding: 30px 0;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    #header #navigation .text-wrap {
        max-width: 332px;
        margin: 0 auto
    }

    #header .contacts-wrap {
        justify-content: center;
        margin-top: 20px
    }

    #header .button-wrap {
        text-align: center;
        padding: 30px
    }

    #header .row > div {
        width: 50%
    }

    #header .nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px 30px;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    #header ul#menu-primary {
        padding-left: 10px;
        flex-direction: column;
        margin: 0 auto
    }

    #header .primary-button-wrap {
        display: block
    }

    #header .mobile-content-nav-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0,0,0,.2);
        padding: 0 22px;
        height: 82px;
        position: relative;
        z-index: 10
    }

    #header #logo.mobile-content {
        display: block
    }

    body.admin-bar #navigation {
        padding-top: 46px
    }

    #header #navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        text-align: center;
        overflow-y: auto;
        width: 100%;
        background: #013765;
        transition: all 0.3s ease-out;
        z-index: 9999
    }

        #header #navigation .nav {
            padding: 30px 15px 10px 15px;
            border-bottom: 1px solid rgba(255,255,255,.1)
        }

    #header #menu-primary {
        display: block;
        text-align: center
    }

    #header #navigation.show {
        left: 0;
        transition: all 0.2s ease-in
    }

    #header #navigation #menu-primary-menu {
        display: inline-block;
        text-align: left
    }

    #header #navigation li:not(.menu-button) a {
        font: 600 22px/1.5em 'Manrope', sans-serif;
        text-transform: capitalize;
        color: #FFF;
        white-space: normal
    }

    #header #navigation .sub-menu li.current-menu-item:not(.menu-button) a {
        color: #268ECE
    }

    #header #navigation li.menu-button a {
        font-size: 14px;
        color: #FFF;
        padding: 12px 24px
    }

        #header #navigation li.menu-button a:hover {
            color: #268ECE
        }

    #header #navigation li {
        position: relative;
        height: auto;
        margin: 0 0 20px 0
    }

    #header #menu-primary > li {
        display: inline-block
    }

    #header #menu-primary .sub-menu > li {
        display: block
    }

    #header #navigation li.show .button-show {
        transform: rotate(90deg)
    }

    #header #menu-primary > li:hover > .button-show {
        transform: none
    }

    #header #navigation li .sub-menu {
        transition: all 0.4s ease-out;
        padding-bottom: 0
    }

    #header #navigation li.show .sub-menu {
        max-height: 100vh;
        transition: all 0.3s ease-in
    }

    #header #navigation .sub-menu li {
        margin-bottom: 18px
    }

    #header #navigation #menu-primary-menu .sub-menu a {
        font: normal 700 18px/1.2em 'Mulish',sans-serif;
        text-transform: none;
        letter-spacing: .02em;
        color: #222
    }

    #header #navigation #menu-primary-menu a {
        font: italic 400 24px/3em 'DM Serif Text',sans-serif;
        text-transform: uppercase;
        color: #460000
    }

    #header #navigation #menu-primary-menu .uppercase a {
        font-size: 24px;
        font-weight: 400
    }

    #header #navigation #menu-primary-menu a .word {
        font-size: 24px;
        font-weight: 400
    }

        #header #navigation #menu-primary-menu .uppercase a .word, #header #navigation #menu-primary-menu a .word span {
            font-size: 30px;
            font-weight: 400
        }

            #header #navigation #menu-primary-menu .uppercase a .word span {
                text-transform: none
            }

    #header #navigation #menu-primary-menu a:hover {
        opacity: .4
    }

    #header .primary-button-wrap {
        display: block
    }

    #header .primary-menu-button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
        width: 36px;
        height: 22px;
        margin-left: auto;
        padding: 10px;
        box-sizing: content-box
    }

    #header .primary-menu-close {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-left: auto;
        padding: 10px;
        box-sizing: content-box
    }

        #header .primary-menu-close span {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: no-repeat url(../images/nav-colose-btn-ico.svg) center center / contain
        }

        #header .primary-menu-button:hover, #header .primary-menu-close:hover {
            opacity: .4
        }

    #header .primary-menu-button span {
        display: inline-block;
        background: #FFF;
        width: 36px;
        height: 2px;
        border-radius: 1px
    }

        #header .primary-menu-button span:last-child {
            width: 24px
        }

    #header #menu-primary .sub-menu {
        position: static;
        box-shadow: none;
        background: transparent
    }

    #header #navigation li:not(.menu-button) .sub-menu a {
        text-transform: capitalize;
        font-size: 18px;
        opacity: .75
    }

    #header:not(.no-billboard) #menu-primary > li:not(.menu-button):hover > a, #header:not(.no-billboard) #menu-primary > li:not(.menu-button) > a:hover {
        color: #268ECE
    }

    #header #menu-primary > li.current-menu-item:not(.menu-button) > a::before, #header #menu-primary > li:not(.menu-button):not(.menu-item-has-children) > a:hover::before {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    #header .container > div:first-child, #header .container > div:last-child > div:last-child {
        display: none
    }

    #header .mobile-pre-header {
        display: flex
    }

        #header .mobile-pre-header .text-wrap {
            width: 100%
        }


    #header .contacts-wrap > div:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    #site-info .row.row-flex {
        flex-direction: column;
        height: inherit;
    }

    .mobile-content {
        display: block
    }

    #header .primary-menu-wrap .nav-top img {
        max-width: 100px
    }

    .footer-wrap {
        padding: 30px 0 20px 0
    }

    .footer-logo {
        text-align: center
    }

        .footer-logo + .footer-description {
            text-align: center;
            margin: 0 auto;
            max-width: 340px
        }

    .footer-wrap .row-flex {
        flex-wrap: wrap
    }

        .footer-wrap .row-flex > div {
            min-width: 100%;
            margin: 20px 0 0 0 !important;
            padding: 20px 0 0 0;
            position: relative;
            text-align: center
        }

            .footer-wrap .row-flex > div::before {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 1px;
                background: rgba(255,255,255,.1);
                top: 0
            }

    .footer-wrap .footer-title {
        text-align: center
    }

    .footer-wrap .menu {
        column-count: 2;
        margin: 0;
        text-align: center
    }

    .footer-wrap .footer-contacts {
        text-align: center
    }

    #site-info {
        padding: 20px 0
    }

        #site-info .row-flex {
            height: auto
        }

    #menu-copyright {
        justify-content: center
    }

    #site-info .text-right {
        text-align: center;
        margin-top: 8px;
        line-height: 1.5em
    }

    #site-info .site-name {
        display: block
    }

    #site-info #menu-copyright a {
        line-height: 1.5em
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #footer1 {
        width: 50%;
    }

    .footer-wrap .col-md-9 .content-wrap.row-flex {
        margin-top: 30px;
    }
}

@media screen and (min-width: 991px) {
    .w398 {
        width: 428px;
        margin-left: 8px;
    }

    .w605 {
        min-width: 587px;
        margin-left: 8px;
    }

    .w711 {
        min-width: 559px;
        margin-left: 8px;
    }

    .w550 {
        min-width: 665px;
        margin-left: 8px;
    }

    .w594 {
        min-width: 704px;
        margin-left: 8px;
    }

    .w600 {
        min-width: 706px;
        margin-left: 8px;
    }

    .w470 {
        min-width: 456px;
        margin-left: 8px;
    }

    .w660 {
        min-width: 764px;
        margin-left: 8px;
        position: relative;
        top: 5px;
    }

    .pdf-text.form-group.tax-year span.input {
        margin-left: 7px;
    }
}

@media (min-width: 1400px) {
    #header .container, footer.site-footer .footer-wrap .container {
        max-width: 999px;
    }
}
/*.signature_apply {
    display: none;
    display:block;
}*/
.by_label_Suffolk {
    padding-top: 45px;
}

.by_label_Nassau {
    padding-top: 22px;
}



body .Platinum-clientPackOuter .document-Address {
    margin-top: 55px;
}

body .Platinum-clientPackOuter .document-separator {
    height: 95px;
}

body .Platinum-clientPackOuter .document-Outer-RightPane {
    border-bottom: 6px solid #013765;
}

body .Platinum-clientPackOuter .pdf-text.document-Address2 {
    color: #013765;
}

body .Platinum-clientPackOuter .pdf-text.document-Address {
    color: #013765;
}

body .Platinum-clientPackOuter .document-Logo img {
    max-width: 260px;
}

body .pdf-text.form-group.tax-year.w415 {
    width: 280px !important;
}

body .Platinum-clientPackOuter .nassau-desg-form .w398.input {
    min-width: inherit !important;
}

.pageUnderLineTittle span {
    border-bottom: 2px solid #000000;
    margin: 0 auto;
    display: table;
}

.tickImage-outer {
    position: absolute;
    left: -53px;
    top: -15px;
    max-width: 40px;
}

.pRelative {
    position: relative;
}

.pdf-spacer {
    margin: 15px 0;
}

.date-margin.pdf-text {
    margin-bottom: 15px;
}

.justify-text {
    text-align: justify;
}


.footer_fixed_btn {
    border-top: 1px dashed #dddddd;
}

.pdf_footer .footer_fixed_btn {
    margin-bottom: 0;
}

.pdf_footer {
    margin: 0;
}

.footer_fixed_btn {
    padding: 5px 0 10px;
}
.pt110{
    padding-top:110px;
}
.mb-0{
    margin-bottom:0 !important;
}
.action-bar.topBar {
    border-radius: 10px 10px 0 0;
}

#goToSignature {
    background: #eddb4d;
    position: absolute;
    background-color: #eddb4d;
    font-family: Arial, Gotham, sans-serif;
    width: 50px;
    padding: 8px 10px;
    z-index: 9;
    border-radius: 5px 0px 0px 5px;
    transform: rotate(90deg);
    border: 0;
    color: #bb3c38;
    font-weight: 700;
    font-size: 15px;
    left: -25px;
    top: 20px;
}

    #goToSignature:before {
        position: absolute;
        left: 34px;
        width: 31px;
        height: 31px;
        background: #eddb4d;
        content: "";
        transform: rotate(45deg);
        bottom: 6.5px;
        z-index: -1;
    }

#document-text-section {
    padding: 20px 80px;
}
.footer_fixed_btn .btn-section input {
    font-size: 14px;
    line-height: inherit;
    padding: 6px 12px;
    margin-top: 0;
    border-radius: 5px;
}

.footer_fixed_btn .btn-section {
    display: flex;
    gap: 10px;
}

.footer_fixed_btn {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .footer_fixed_btn p {
        margin: 0;
    }

#document-text-section::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

#document-text-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#document-text-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    #document-text-section::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#document-text-section {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
@media screen and (min-width:991px) {
    #document-text-section {
        position: relative;
        height: calc(100vh - 265px);
        overflow-y: auto;
        position: relative;
    }

        #document-text-section .ps-scrollbar-x-rail {
            display: none !important;
            width: 100% !important;
        }
}



@media screen and (max-width:1000px) {
    body .Platinum-clientPackOuter .document-Logo img {
        max-width: 180px;
    }


    #document-text-section .pdf-print-wrapper {
        display: flex;
    }

        #document-text-section .pdf-print-wrapper .document-Outer-RightPane {
            display: flex;
        }

    #document-text-section .document-Address2 {
        text-align: left;
    }

    #document-text-section .Platinum-form .petioner-inner-div {
        position: relative;
        top: 0;
    }

    #document-text-section .Platinum-form .SignaturePreview {
        margin-top: 0px;
    }

    #document-text-section .pdf-text.document-lower-text.RetainerSignature {
        display: flex;
    }
}

    @media screen and (max-width:991px) {
        .applyForm_Iframe {
            padding: 110px 0 50px;
        }
        .About_your_Property {
            padding-top: 125px;
            margin-top: 0;
        }
    }

        
    @media screen and (max-width: 1000px) and (min-width: 768px) {
        .sign-form-page-box.iframesign-formBox .container {
            min-width: 768px;
        }
    }

    @media screen and (max-width:767px) {
       
        .inner_Sign_form {
            width: 690px;
            overflow-x: hidden;
            overflow-y: hidden;
            margin: 0 auto;
            border-right: 1px solid #000000;
        }
        .sign-form-page-box.iframesign-formBox .container {
            padding: 0;
            overflow-x: scroll;
        }

        #document-outer-container {
            width: 800px;
            overflow-x: hidden !important;
            float: inherit !important;
        }

        .action-bar.topBar {
            display: none;
        }
        .application-form-outer {
            margin: 0 0 50px;
        }
        .inactive-form_outer {
            padding-top: 0;
        }
        .application-form h1 {
            font-size: 24px;
        }

        .applicationform_start h1 {
            font-size: 24px;
        }
        .application-form {
            margin-top: 30px;
            margin-bottom: 30px;
        }
        .mobile_check-boxes .main-box-check {
            display: flex;
            align-items: flex-start;
        }
        .applyForm_Iframe .form-row input[type=email], .applyForm_Iframe .form-row input[type=number], .applyForm_Iframe .form-row input[type=text], .applyForm_Iframe .form-row select, .applyForm_Iframe .form-row textarea, .infoIframe_box .form-row input[type=email], .infoIframe_box .form-row input[type=number], .infoIframe_box .form-row input[type=text], .infoIframe_box .form-row select, .infoIframe_box .form-row textarea {
            padding: 6px 12px !important;
        }
        .info-sheet .form-row .form-group {
            margin-bottom: 10px;
        }

body .apply_centerContent { flex-direction: column; max-width: 550px; }
body .ReduceYourProperty { border-radius: 15px 15px 0 0; }
body .ReduceTax_info { border-radius: 0 0 15px 15px; padding: 20px; }
body .ReduceTax_info .ReduceTax_infoLogo { display: none; }
body .Reductions { padding: 15px; }
.main-tittle {margin: 20px 0;font-size: 20px;font-weight: 700;}
    }

    @media screen and (max-width:750px) {
        .inner_Sign_form {
            width: 690px;
        }

        .info-sheet .form-row .medium-select .medium-text-box {
            max-width: 100%;
        }

      
        .inactive-form_outer {
            padding: 0 0 50px !important;
        }
    }

    @media screen and (max-width:700px) {
        .inner_Sign_form {
            width: 640px;
        }
        body .info-sheet .form-row .two-fields input.small-text-box {
            width: 100%;
        }

        body .info-sheet .form-row input.small-text-box {
            width: 100%;
        }

        body .info-sheet .form-row .medium-select .medium-text-box {
            width: 100%;
        }
        .listed_rent .chk-txt-box, .listed_sale .chk-txt-box {
            float: inherit !important;
            width: 100%;
        }
        .listed_rent .main-box-check, .listed_sale .main-box-check {
            margin: 0 !important;
        }
    }

    @media screen and (max-width:650px) {
        .inner_Sign_form {
            width: 590px;
        }
        .form-row {
            flex-direction: column;
            gap: 0;
        }
    }

    @media screen and (max-width:600px) {
        .inner_Sign_form {
            width: 540px;
        }
    }

    @media screen and (max-width:550px) {
        .inner_Sign_form {
            width: 490px;
        }
    }

    @media screen and (max-width:550px) {
        .inner_Sign_form {
            width: 490px;
        }
    }

    @media screen and (max-width:500px) {
        .inner_Sign_form {
            width: 440px;
        }
    }

    @media screen and (max-width:450px) {
        .inner_Sign_form {
            width: 390px;
        }
    }

    @media screen and (max-width:400px) {
        .inner_Sign_form {
            width: 340px;
        }

        .About_your_Property {
            width: 325px;
        }
    }

    @media screen and (max-width:350px) {
        .inner_Sign_form {
            width: 300px;
        }

    .About_your_Property {
        width: 290px;
    }
}
img.tickImage-outer.opacity_one.date_tick { margin-left: 20px;}
.date-border span {
    border-bottom: 1px solid #000000;
    min-width: 220px;
    display: inline-block;
}



