@import "https: //fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap";

body {
    margin: 0;
    min-width: 320px;
    color: #000;
    font-family: 'Open Sans', sans-serif
}

a {
    color: #328a33;
}

i {
    cursor: pointer;
}

.bx-shdw {
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.11)
}

.row.centered-cotent-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn {
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-family: 'Open Sans', sans-serif
}

    .btn:focus,
    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-primary {
    background: #328a33;
    border-color: #328a33
}

    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary:hover,
    .userform-logoform-holder button:hover,
    .userform-logoform-holder button:focus,
    .userform-logoform-holder button:active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled):active:focus {
        border-color: #328a33;
        background: #fff;
        color: #328a33;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-warning, .form-btn-sty button.btn-warning {
    background: #d98f00;
    border-color: #d98f00;
}

    .btn-warning:focus, .form-btn-sty button.btn-warning:focus,
    .btn-warning:active, .form-btn-sty button.btn-warning:active,
    .btn-warning:hover, .form-btn-sty button.btn-warning:hover,
    .btn-warning:not(:disabled):not(.disabled):active, .form-btn-sty button.btn-warning:not(:disabled):not(.disabled):active,
    .btn-warning:not(:disabled):not(.disabled):active:focus, .form-btn-sty button.btn-warning:not(:disabled):not(.disabled):active:focus {
        border-color: #d98f00;
        background: #fff;
        color: #d98f00;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.userform-outer {
    overflow: hidden;
    position: relative;
    width: 100% !important;
    /*height: 100% !important;*/
    background: #328a33;
    background: -o-linear-gradient(left, rgba(50, 138, 51, 1) 0%, rgba(50, 138, 51, 1) 37.65%, rgba(255, 255, 255, 1) 37.65%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(50, 138, 51, 1)), color-stop(37.65%, rgba(50, 138, 51, 1)), color-stop(37.65%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to right, rgba(50, 138, 51, 1) 0%, rgba(50, 138, 51, 1) 37.65%, rgba(255, 255, 255, 1) 37.65%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#328a33', endColorstr='#fff', GradientType=1)
}

    .userform-outer.login-outer {
        width: 100% !important;
        /*height: 100% !important;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

.userform-logo-holder {
    position: relative;
    z-index: 1;
    padding: 0 20px
}

.userform-outer .input-holder {
    overflow: hidden
}

.userform-outer.register-outer .userform-logo-holder {
    padding: 223px 20px 0
}

.userform-logo-holder .logo {
    margin: 0 0 20px
}

    .userform-logo-holder .logo,
    .userform-logo-holder .logo a {
        display: inline-block;
        vertical-align: top
    }

        .userform-logo-holder .logo.login-logo {
            vertical-align: middle
        }

.userform-logo-holder .tagline {
    font-size: 21px;
    font-weight: 600
}

.userform-logoform-holder {
    padding: 80px 0
}

    .userform-logoform-holder h2 {
        margin: 0 0 50px;
        font-size: 24px;
        font-weight: 700;
        color: #000
    }

    .userform-logoform-holder .login-form {
        max-width: 509px;
        margin: 0 auto
    }

        .userform-logoform-holder .login-form .form-group {
            margin: 0 0 40px
        }

            .userform-logoform-holder .login-form .form-group:last-child {
                margin: 0
            }

    .userform-logoform-holder form label {
        font-size: 18px;
        margin: 0 0 16px;
        padding: 0 0 0 3px
    }

    .userform-logoform-holder .form-control {
        height: 50px;
        border-color: #c7c7c7;
        border-radius: 3px;
        font-size: 16px;
        color: #328a33
    }

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.form-control:focus::-webkit-input-placeholder {
    color: red
}

.form-control:focus::-moz-placeholder {
    color: #328a33;
    opacity: 1
}

.form-control:focus:-ms-input-placeholder {
    color: #328a33
}

.form-control:focus::-ms-input-placeholder {
    color: #328a33
}

.form-control:focus::placeholder {
    color: #328a33
}

.form-control:focus,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #328a33
}

.userform-logoform-holder button[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px
}

    .userform-logoform-holder button[type="submit"]:hover,
    .userform-logoform-holder button[type="submit"]:focus {
        color: #328a33
    }

.userform-logoform-holder .bottom-links {
    padding-top: 5px
}

    .userform-logoform-holder .bottom-links .link-text,
    .userform-logoform-holder .bottom-text {
        font-size: 16px
    }

    .userform-logoform-holder .bottom-links .link-text {
        color: #de0000
    }

.userform-logoform-holder .bottom-text a {
    color: #328a33
}

.userform-logoform-holder .captcha-input {
    max-width: 257px
}

.userform-logoform-holder .captcha-populated-input {
    width: 100%;
    max-width: 147px;
    height: 50px;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    background: #e9e9e9;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 12px 2px 0
}

.site-header {
    background-color: #328a33;
    padding: 10px 0
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

    .header-logo .logo-icon img {
        width: 100%;
        height: auto;
        display: block
    }

    .header-logo .logo-text h4 {
        color: #fff;
        margin-left: 20px;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0
    }

.right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%
}

.settings-content .dropdown button,
.user-profile .dropdown button {
    background: transparent;
    border: none
}

.settings-content .dropdown .dropdown-menu, .user-profile .dropdown .dropdown-menu {
    -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.09);
    border: none;
    position: relative;
    min-width: 190px;
    text-align: left;
    top: 8px !important;
}

    .user-profile .dropdown .dropdown-menu .dropdown-item {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 10px 15px;
        color: #000;
        font-weight: 300;
        font-size: 15px;
    }

.dropdown-item:focus, .dropdown-item:hover {
    color: #328a33 !important;
    text-decoration: none;
    background-color: transparent;
}

.settings-content .dropdown .dropdown-menu:before, .user-profile .dropdown .dropdown-menu:before {
    content: '';
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    top: -10px;
    right: 35px;
}

.user-profile .dropdown .dropdown-menu .dropdown-item:last-child {
    border: none;
}

.settings-content .dropdown button.dropdown-toggle::after,
.user-profile .dropdown button.dropdown-toggle::after {
    display: none
}

.custom-notification-sett.btn .badge {
    position: relative;
    top: -9px;
    font-size: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 15px;
    height: 15px;
    left: -16px;
    color: #328a33
}

.notifiation-indicator .btn.custom-notification-sett {
    width: 50px;
    display: inline-block;
    min-width: auto;
    white-space: nowrap
}

.tabs-members {
    margin: 80px 0;
    border-left: 4px solid #328a33
}

.top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .top-heading h2 {
        font-size: 24px;
        color: #328a33;
        font-weight: 700;
        margin: 0
    }

    .top-heading .btn.custom-head-btn {
        font-size: 18px;
        color: #328a33;
        font-weight: 600;
        margin: 0;
        padding: 0;
        background: transparent !important;
        border: none !important
    }

hr.custom-hr {
    border-top-color: #c7c7c7;
    margin: 0 45px
}

.custom-form-icons {
    height: 75px;
    width: 75px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1.5px solid #c7c7c7;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999
}

    .custom-form-icons.active {
        border-color: #328a33
    }

        .custom-form-icons.active svg path {
            fill: #328a33
        }

.step-circle-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative
}

    .step-circle-sty:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        z-index: 100
    }

.padd-l-r-45 {
    padding-left: 45px;
    padding-right: 45px
}

.padd-t-b-50 {
    padding-left: 50px;
    padding-right: 50px
}

.member-form-div form, parentTabDiv form {
    background-color: #fff;
    width: 100%;
    min-width: 300px;
    padding: 50px 0
}

.member-step-head {
    background-color: #3f9140;
    padding: 18px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

    .member-step-head h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0
    }

.step2 {
    display: none
}

    .step2.active {
        display: block
    }

.step.custom-form-icons.active:before {
    content: '';
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #3f9140;
    bottom: -31px;
    left: calc(50% - 10px)
}

.member-form-div form .tab {
    padding: 50px 45px
}

.member-form-div form .content-area {
    padding: 50px 45px
}

.member-form-div form label {
    font-size: 18px
}

.member-form-div form .form-control {
    border-color: #c7c7c7;
    min-height: 50px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.member-form-div form .form-group {
    margin-bottom: 30px
}

.form-btn-sty button {
    background: #328a33;
    border-radius: 4px;
    padding: 7px 20px;
    border: 1px solid #328a33;
    color: #fff;
    font-size: 18px;
    font-weight: 400
}

    .form-btn-sty button:hover {
        background: transparent;
        color: #328a33
    }

    .form-btn-sty button.btn.pre-btn {
        border-color: #c7c7c7;
        background-color: #f4f4f4;
        color: #000
    }

        .form-btn-sty button.btn.pre-btn:hover {
            color: #7d7d7d;
            background: transparent
        }

.form-btn-sty {
    width: 92%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tab-top-heading {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: center
}

input.invalid {
    background-color: #fdd
}

.tab {
    display: none
}

.step.active {
    opacity: 1
}

.image-holder-par {
    max-width: 380px;
    margin-top: 33px;
    margin-left: auto
}

.member-form-div form .image-holder {
    border: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 75%;
    position: relative;
    background-color: #f4f4f4
}

    .member-form-div form .image-holder input[type='file'] {
        display: none
    }

    .member-form-div form .image-holder label {
        cursor: pointer;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

.photo-note h4 {
    font-size: 13px;
    margin-top: 20px
}

.input-note h4 {
    font-size: 13px;
    margin-top: 20px
}

.heading-divider {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .heading-divider span:before {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #c7c7c7;
        top: 50%
    }

    .heading-divider h3 {
        font-size: 24px;
        font-weight: 400;
        padding-right: 20px
    }

.grouped-form-filed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.heading-divider span {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    position: relative
}

.btn.form-search-btn {
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background-color: #f4f4f4;
    width: 50px;
    height: 50px;
    z-index: 49
}

button.btn.form-search-btn img {
    width: 23px
}

.user-plans {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;*/
    margin-top: 50px;
    padding: 0 50px;
    padding-bottom: 50px
}
.user-plans .align-center {
    justify-content:center;
}
.pricing-table {
    background-color: #fff;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.11);
    padding: 15px 0;
    text-align: center;
    /*min-width: 350px;
    max-width: 350px;*/
    margin: auto auto 70px;
    border: 2px solid #3f9140;
}

    .pricing-table.plan-2 {
        background-color: #fff;
        border-color: #23409e;
    }

    .pricing-table ul {
        list-style: none;
        padding: 0 25px;
        margin-top: 20px
    }

        .pricing-table ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            color: #fff;
            border-bottom: 1px dotted #fff;
            padding: 7px 0;
            font-size: 16px
        }

    .pricing-table h3 {
        color: #fff;
        background: #3f9140;
        font-size: 24px;
        padding: 15px 25px;
        text-align: center;
        margin: 0 -9px;
        position: relative
    }

        .pricing-table h3:after {
            content: '';
            position: absolute;
            border-width: 6px;
            border-style: solid;
            border-color: transparent;
            border-right-color: #3f9140;
            right: 3px;
            bottom: -6px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .pricing-table h3:before {
            content: '';
            position: absolute;
            border-width: 6px;
            border-style: solid;
            border-color: transparent;
            border-left-color: #3f9140;
            left: 3px;
            bottom: -6px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.btn.pricing-btn {
    background: #ffff;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 20px;
    outline: none !important;
    padding: 12px 40px;
    font-weight: 600;
    color: #3f9140;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: -50px;
    -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.11)
}

.pricing-table .total-price h4 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 30px;
    color: #3f9140;
}

.pricing-table .total-price {
    padding-top: 38px;
    padding-bottom: 30px;
}

    .pricing-table .total-price p {
        margin-bottom: 5px;
    }

    .pricing-table .total-price h4 span {
        font-size: 16px;
    }

.pricing-table.plan-2 h3 {
    background-color: #23409e;
}

    .pricing-table.plan-2 h3::before {
        border-left-color: #23409e;
    }

    .pricing-table.plan-2 h3::after {
        border-right-color: #23409e;
    }

.pricing-table.plan-2 .total-price h4 {
    color: #23409e;
}

.pricing-table.plan-1.active {
    background-color: #3f9140;
}

    .pricing-table.plan-1.active h3, .pricing-table.plan-2.active h3 {
        background-color: rgba(0,0,0,0.5);
    }

    .pricing-table.plan-1.active .total-price p, .pricing-table.plan-1.active .total-price h4,
    .pricing-table.plan-2.active .total-price p, .pricing-table.plan-2.active .total-price h4 {
        color: #fff;
    }

.pricing-table.plan-2.active {
    background-color: #23409e;
}

    .pricing-table.plan-1.active h3:before, .pricing-table.plan-2.active h3:before {
        border-left-color: #000;
    }

    .pricing-table.plan-1.active h3:after, .pricing-table.plan-2.active h3:after {
        border-right-color: #000;
    }

.addon .control {
    max-width: 100%;
}

.addon {
    margin-top: 35px;
}

.pricing-table.plan-2 .btn.pricing-btn {
    color: #23409e
}

    .pricing-table.plan-2 .btn.pricing-btn:hover,
    .pricing-table.plan-2 .btn.pricing-btn:active,
    .pricing-table.plan-2 .btn.pricing-btn.active {
        border-color: #23409e
    }

.btn.pricing-btn:hover,
.btn.pricing-btn:active,
.btn.pricing-btn.active {
    border-color: #3f9140
}

.note-message {
    margin-top: 40px
}

    .note-message h3 span {
        font-size: 20px
    }

    .note-message h3 {
        color: #a00;
        font-size: 14px;
        width: 83%;
        margin: 0 auto
    }

.send-request-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.request-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    background: #f4f4f4;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

    .request-info span {
        font-size: 16px;
        color: #000;
        font-weight: 400
    }

.btn.send-request-btn {
    background: #328a33;
    border: 2px solid #328a33;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    min-height: 60px;
    color: #fff;
    font-size: 18px
}

    .btn.send-request-btn:hover {
        background: transparent;
        color: #328a33
    }

input.masked,
.shell span {
    font-size: 16px;
    font-family: monospace;
    padding-right: 10px;
    background-color: transparent;
    text-transform: uppercase
}

.shell {
    position: relative;
    line-height: 1
}

    .shell span {
        position: absolute;
        left: 15px;
        top: auto;
        color: #d7d7d7;
        pointer-events: none;
        white-space: nowrap;
        line-height: 48px
    }

        .shell span i {
            color: transparent;
            opacity: 0;
            visibility: hidden
        }

.bg-green {
    background: #328a33
}

.return-login-p {
    text-align: center
}

    .return-login-p a {
        color: #328a33;
        font-size: 16px
    }

.header-content nav.navbar {
    width: 100%;
    padding: 0
}

.header-content .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header-content .navbar-light .navbar-toggler-icon {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    opacity: 1
}

.header-content .navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .header-content .navbar-light .navbar-toggler:hover {
        color: #fff;
        border-color: #fff
    }

.align-btm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.bank-info-form {
    background: #f4f4f4;
    padding: 40px;
    margin: 30px -45px
}

.check-box-styling {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px
}

.check-box-styling.comp-status .control {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 10px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 130px
}

.check-box-styling.comp-status {
    margin: 0 -10px
}

.control {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px !important;
    color: #333;
    margin-right: 25px;
    max-width: 200px
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

.control__indicator {
    position: absolute;
    top: 2px;
    right: 0;
    height: 21px;
    width: 21px;
    background: transparent;
    border: 1px solid #c7c7c7
}

    .control__indicator.indicator-2 {
        height: 24px;
        width: 24px;
        background: #f4f4f4 !important;
        border: 1px solid #c7c7c7 !important
    }

.control--radio .control__indicator {
    border-radius: 50%
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: transparent;
    border: 1px solid #3b6d9b
}

.control input:checked ~ .control__indicator {
    background: transparent;
    border: 1px solid #3b6d9b
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    border: 1px solid #3b6d9b
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none
}

.control input:checked ~ .control__indicator:after {
    display: block
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 13px;
    border: solid #000;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b
}

.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #3b6d9b
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b
}

.date-picker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #333;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    background: #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 50px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.img-uploader .image-holder-par {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 38px
}

.date-picker {
    position: relative
}

.add-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px !important
}

    .add-partners .par-img img {
        width: 48px
    }

    .add-partners .par-img {
        margin-right: 25px
    }

    .add-partners .par-name h2 {
        font-size: 20px;
        font-weight: 600;
        color: #3f9140;
        margin: 0;
        max-width: 150px;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .add-partners .par-name {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

button.btn.add-par-btn {
    padding: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .8
}

.add-par-btns button.btn.add-par-btn {
    margin-left: 10px;
}

button.btn.add-par-btn:hover {
    opacity: 1
}

.add-par-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

button.btn.send-request-btn.add-par {
    border-radius: 4px;
    padding: 10px 30px
}

button.btn.add-par-btn img {
    width: 33px
}

.business-invitation-form .top-heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.business-invitation-form .btn.form-search-btn {
    margin-right: 30px
}

.business-invitation-form .member-form-div form {
    padding-top: 0
}

.business-invitation-form .member-step-head {
    background-color: #e9e9e9
}

    .business-invitation-form .member-step-head h2 {
        color: #000
    }

.business-invitation-form .request-info {
    border: 1px solid #c5c7c7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.business-invitation-form .send-request-form {
    margin-top: 0
}

button.btn.send-request-btn label img {
    margin-right: 10px
}

button.btn.send-request-btn label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.btn-file-uploader input {
    display: none
}

button.btn.send-request-btn:hover label img, button.btn.send-request-btn:hover span img {
    -webkit-filter: invert(43%) sepia(13%) saturate(2555%) hue-rotate(72deg) brightness(73%) contrast(83%);
    filter: invert(43%) sepia(13%) saturate(2555%) hue-rotate(72deg) brightness(73%) contrast(83%)
}

.bootstrap-tagsinput {
    border-color: #c7c7c7;
    min-height: 50px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .bootstrap-tagsinput .tag {
        color: #000;
        background: #f4f4f4;
        padding: 7px 13px;
        font-size: 14px;
        border-radius: 30px;
        margin-right: 10px
    }

.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 15px 0 0
}

    .select-dropdown::last-child {
        margin-right: 0
    }

.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 210px;
    text-align: left
}

    .select-dropdown__button::focus {
        outline: none
    }

    .select-dropdown__button .zmdi-chevron-down {
        position: absolute;
        right: 10px;
        top: 12px
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0 solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    z-index: 2
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

    .select-dropdown__list-item:hover {
        background-color: #1fc69d;
        color: #fff;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s
    }

.step-heading.form-inner-headings {
    margin: 40px -45px
}

.country-selector select {
    display: block !important
}

.business-invitation-form .send-request-form .btn.send-request-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.small-discribtion {
    font-size: 13px
}

hr.full-width-custom {
    border-top-color: #e9e9e9;
    margin: 20px -45px
}

.mt-40 {
    margin-top: 40px
}

.member-form-div form .form-control.height-sett {
    min-height: 165px
}

.min-hei {
    min-height: 30px !important
}


/* dashboard-styling */

.sidebar {
    width: 376px;
    float: left;
    background: #328a33 url(../images/bg-sidebar.png) no-repeat;
    padding: 30px 0 0;
    background-size: cover;
    background-position: bottom;
    height: calc(100vh - 86px);
    position: fixed;
    /* overflow-x: hidden;
	overflow-y: auto; */
    z-index: 99999;
    top: 86px;
    overflow: auto;
}

    .sidebar .profile-image-block {
        margin: 0 0 20px;
    }

    .sidebar .profile-image-holder {
        width: 150px;
        margin: 0 auto;
        border-radius: 100%;
        overflow: hidden;
    }

        .sidebar .profile-image-holder img {
            width: 100%;
            height: auto;
        }

    .sidebar .name {
        display: block;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin: 0 0 15px;
    }

    .sidebar .update-btn {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #fff;
        border-radius: 25px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        padding: 10px 35px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .sidebar .update-btn:hover,
        .sidebar .update-btn:active,
        .sidebar .update-btn:focus {
            background: #fff;
            color: #328a33;
            text-decoration: none;
        }

.dashbrd-links li {
    border-bottom: 1px dotted rgba(0, 0, 0, 1);
    position: relative;
}

    .dashbrd-links li:last-child {
        border: none;
    }

    .dashbrd-links li:hover,
    .dashbrd-links li.active {
        background: #2c6f2a;
    }

.dashbrd-links .link-icon-holder {
    width: 25px;
    float: left;
    margin: 0 15px 0 0;
}

    .dashbrd-links .link-icon-holder img {
        margin: 0 auto;
        display: block;
    }

.dashbrd-links li a {
    padding: 18px 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .dashbrd-links li a:hover {
        text-decoration: none;
    }

.dashbrd-links li.active {
    border-color: transparent;
}

/* .dashbrd-links li.active:after {
	width: 9px;
	height: 17px;
	content: "";
	position: absolute;
	top: 50%;
	right: -9px;
	margin: -9px 0 0 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 9px;
	border-color: transparent transparent transparent #2c6f2a;
} */

.dashbrd-links.list-unstyled {
    margin-top: 40px;
}

.dashbrd-links li.active a {
    font-weight: 500;
}

.dashboard-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .dashboard-main-wrapper .site-header {
        -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.09);
        box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.09);
        padding: 5px 0;
        position: fixed;
        right: 0;
        z-index: 9999;
        width: 100%;
    }

.main-sec-sty {
    padding-top: 86px;
}

/* .dashboard-main-wrapper .site-header .custom-notification-sett.btn .badge {
	color: #ffffff;
	background: #358b34;
} */

.dashboard-content-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-left: 376px;
}

.color-grey {
    background: #f7f7f7;
}

.color-white {
    background: #ffffff;
}

.top-title-bar h1 {
    font-size: 24px;
    color: #3f9140;
    font-weight: bold;
}

.inner-content-wapper {
    padding: 60px 160px;
    width: 100%;
    margin: 0 auto;
}

.dashboard-content-area .inner-content-wapper .cate-listing-content {
    margin: 0 15px;
}

.inner-content-main-wapper {
    padding: 60px 0px;
}

.tabs-content-styling.nav-tabs {
    border: none;
    padding: 80px 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0px;
}

    .tabs-content-styling.nav-tabs .nav-item {
        margin: 65px 15px 20px 15px;
        background: transparent;
        max-width: 380px;
        width: calc(33.3% - 30px);
    }

.top-title-bar {
    padding: 0 160px;
    margin: 0px 15px;
}

.tabs-content-styling.nav-tabs .nav-item.show .nav-link,
.tabs-content-styling.nav-tabs .nav-link.active {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    border: none;
}

.cate-icon-sty {
    border: 1.5px solid var(--border-color);
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    margin-top: -65px;
}

.cate-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: none !important;
    text-decoration: none !important;
    position: relative;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    text-align: center;
}

    .cate-list-item h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        color: #000;
        min-height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cate-list-item:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 85px;
        background: var(--hover-border-color);
        left: 0;
        bottom: 0;
        border-bottom-left-radius: 6px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cate-list-item:after {
        content: '';
        position: absolute;
        width: 100px;
        height: 4px;
        background: var(--hover-border-color);
        left: 0;
        bottom: 0;
        border-bottom-left-radius: 6px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cate-list-item:hover:after,
    .tabs-content-styling.nav-tabs .nav-link.active:after,
    .tabs-content-styling.nav-tabs .nav-link.active:before {
        opacity: 1;
    }

    .cate-list-item:hover:before {
        opacity: 1;
    }

    .cate-list-item.item-1 {
        --border-color: #0059a4;
        --hover-border-color: #0059a4;
    }

    .cate-list-item.item-2 {
        --border-color: #5200c2;
        --hover-border-color: #5200c2;
    }

    .cate-list-item.item-3 {
        --border-color: #7205a5;
        --hover-border-color: #7205a5;
    }

    .cate-list-item.item-4 {
        --border-color: #d98f00;
        --hover-border-color: #d98f00;
    }

    .cate-list-item.item-5 {
        --border-color: #cd3f00;
        --hover-border-color: #cd3f00;
    }

    .cate-list-item.item-6 {
        --border-color: #cd0000;
        --hover-border-color: #cd0000;
    }

.cate-listing-content ul li .cate-status-info {
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
}

.cate-listing-content ul {
    list-style: none;
    padding: 0;
}

    .cate-listing-content ul li {
        border-bottom: 1px solid #c7c7c7;
    }

        .cate-listing-content ul li:last-child {
            border-bottom: none;
        }

        .cate-listing-content ul li.list-heading {
            font-size: 24px;
            font-weight: bold;
            color: #000;
            margin-bottom: 30px;
            padding: 20px 0px;
        }

.in-review {
    color: #d98f00 !important;
}

.successfully {
    color: #328a33 !important;
}

.objection {
    color: #cd0000 !important;
}

.cate-listing-content ul li .cate-status-info .btn.btn-transparent,
.expand-coontent-sty li .btn.btn-transparent {
    color: #cd0000;
}

    .cate-listing-content ul li .cate-status-info .btn.btn-transparent img,
    .expand-coontent-sty li .btn.btn-transparent img {
        width: 14px;
        margin-left: 5px;
    }

.btn.btn-transparent {
    padding: 0;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: none !important;
}

.expand-coontent-sty ul {
    margin-bottom: 30px;
}

.expand-coontent-sty li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    background: #f4f4f4;
    margin: 5px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    border: none !important;
}

.info-details {
    max-width: 50%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

button.btn.nav-collapse-btn {
    position: absolute;
    top: calc(50% - 15px);
    left: 230px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.21);
    z-index: 9999999999999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

    button.btn.nav-collapse-btn.changeicon img {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    button.btn.nav-collapse-btn img {
        width: 17px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.dashboard-inner-wrapper {
    width: 100%;
}

.user-profile .dropdown .dropdown-menu .dropdown-item .cate-status-info .info-status {
    font-weight: 400;
    margin-right: 5px;
}

.notifiation-indicator.user-profile .dropdown .dropdown-menu:before {
    right: 97px;
}
/* custom scrollbar */
.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
    background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px #5d953c;
    background-color: #328a33;
    border: 1px solid #5d953c;
}

.tabs-members .top-heading button.btn.modal-btn {
    background: #f6ad0f;
    border: 1px solid #f6ad0f;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 7px 21px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 20px;
    position: absolute;
    right: 0;
    top: 21px;
}

.member-modal-btns {
    padding-right: 100px;
}

.get-help-modal-content .modal-dialog .notification-heading-bar {
    background: #f0f0f0;
    padding: 20px;
}

    .get-help-modal-content .modal-dialog .notification-heading-bar h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        text-align: center;
    }

.get-help-modal-content .modal-dialog .modal-title {
    font-size: 22px;
}

.get-help-modal-content .modal-dialog .modal-header {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.get-help-modal-content .modal-dialog .modal-body {
    padding: 0;
}

.get-help-modal-content .modal-dialog .member-form-div form {
    width: 80%;
    margin: 0 auto;
}

.get-help-modal-content .modal-dialog .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
    margin: 0 !important;
    background-clip: unset;
}

.get-help-modal-content .modal-dialog .modal-header .close {
    position: absolute;
    top: -23px;
    right: -49px;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #c60000;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* time-picker */
.time-picker {
    position: relative;
}

    .time-picker:before {
        content: "\f017";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #333;
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        background: #d6d6d6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        width: 50px;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }
/* time-picker */
.visa-form-sett .step-heading.form-inner-headings.one {
    margin: 20px -45px;
    margin-right: 0;
}

.visa-form-sett .step-heading.form-inner-headings.two {
    margin: 20px -45px;
    margin-left: 0;
}

/*New Css Added 2-12-19*/

.visa-form-sett .input-inline label, .visa-form-sett .input-inline input {
    display: inline-block;
    vertical-align: bottom;
}

.visa-form-sett .input-inline input {
    max-width: 87%;
    border-color: transparent transparent #c7c7c7 transparent;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.visa-form-sett .input-inline label {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 15px;
}

.visa-form-sett .input-inline {
    position: relative;
}

    .visa-form-sett .input-inline .btn-remove img {
        max-width: 16px;
    }

    .visa-form-sett .input-inline .btn-remove {
        position: absolute;
        right: 33px;
        top: 32px;
        background-color: #fff;
        width: 45px;
        height: 45px;
        z-index: 1;
        text-align: center;
    }

    .visa-form-sett .input-inline.inp-remove input {
        padding-right: 40px;
    }

.att-items .item span {
    display: block;
    font-size: 14px;
    line-height: normal;
}

    .att-items .item span.btn-remove a img {
        max-width: 16px;
    }

    .att-items .item span.btn-action {
        margin-left: 10px;
        vertical-align: 1px;
        float: right;
    }

        .att-items .item span.btn-action a {
            font-size: 18px;
            margin-left: 15px;
            display: inline-block;
        }

.member-form-div form .form-group.att-items {
    border: 2px dashed #ddd;
    padding: 10px;
}

.att-items .item {
    display: block;
    border-bottom: 1px dashed #d5d5d5;
    border-radius: 3px;
    padding: 5px 8px 10px;
    margin-bottom: 15px;
}

.form-group.req-att .request-info {
    min-height: 50px;
}

.req-att .btn.send-request-btn {
    min-height: 50px;
}

.alert-messages .alert {
    border-radius: 0;
    text-align: center;
}

    .alert-messages .alert.alert-danger {
        color: #cd0000;
    }

.bnk-info .add-partners .par-name h2 {
    max-width: 80%;
}

    .bnk-info .add-partners .par-name h2 span {
        font-size: 14px;
        color: #000;
        opacity: 0.4;
        vertical-align: 1px;
        margin-left: 10px;
    }

.item.bnk-info .collapse, .item.bnk-info .collapsing {
    margin-top: -25px;
}

    .item.bnk-info .collapse .card, .item.bnk-info .collapsing .card {
        border-top: none !important;
        border-radius: 0px 0px 4px 4px;
        border-color: #c7c7c7;
    }

button.btn.add-par-btn.collapsed .ic-minus {
    display: none;
}

button.btn.add-par-btn .ic-minus {
    display: block;
}

button.btn.add-par-btn .ic-plus {
    display: none;
}

button.btn.add-par-btn.collapsed .ic-plus {
    display: block;
}

.org-item p {
    font-size: 14px;
    opacity: 0.6;
    margin-bottom: 8px;
}

.org-item h4 {
    margin-top: 0;
}

.org-item {
    margin-top: 10px;
}

.get-help-modal-content.ins-mdl .modal-dialog .notification-heading-bar h2 {
    text-align: left;
    line-height: 28px;
}

.get-help-modal-content.ins-mdl .modal-dialog .notification-heading-bar {
    padding: 20px 55px 30px 55px;
}

.inst-main {
    padding: 20px 55px 20px 55px;
}

.inst-mem p span {
    font-weight: 700;
}

.inst-mem p {
    margin-bottom: 30px;
}

.inst-mem {
    margin: 20px 0;
}

.req-doc .main-shout {
    max-width: 65%;
    margin: 70px auto auto auto;
    background-color: #328a33;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.table .thead-light th {
    border: none;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 600;
}

.table-responsive .table.table-bordered {
    border: 1px solid #b8b8b8;
}

.table-bordered td {
    border-color: #b8b8b8;
}

.table-bordered tr:first-child td {
    border-top: none;
}

.table-bordered td, .table-bordered th {
    vertical-align: middle;
}

    .table-bordered td.count {
        font-weight: 700;
    }

.req-doc .table-responsive {
    margin-top: 60px;
}

.table-bordered td {
    font-size: 14px;
}

.req-doc .table-help {
    font-size: 14px;
}

.tab-title {
    margin-bottom: 40px;
}

.act-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff !important;
    margin: 0 2px;
}

    .act-btn.btn-edit {
        background-color: #d98f00;
    }

    .act-btn.btn-print {
        background-color: #328a33;
    }

    .act-btn.btn-del {
        background-color: #cd0000;
    }

.member-form-div form .cmpy-type > label {
    font-size: 22px;
    margin-bottom: 35px !important;
}

.cmpy-type .check-box-styling {
    justify-content: center;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3f9140;
}

.nav-pills .nav-link {
    color: #000;
}

.nested-tabs nav {
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.image-holder .cta-act {
    position: absolute;
    right: 10px;
    top: 10px;
}

.cta-act .btn-upload {
    background-color: #3f9140;
}

.cta-act .btn-del {
    background-color: #cd0000;
}

.input-group.input-file .form-control {
    background-color: #f4f4f4;
}

.att-items {
    margin-top: 10px;
}

.tbl-directory td {
    background-color: #fff;
}

    .tbl-directory td:last-child {
        width: 15%;
    }

.member-form-div form .sign-upload .image-holder {
    padding-bottom: 45%;
}

.cmpy-type .control__indicator {
    right: auto;
    left: 0;
}

.cmpy-type .control {
    padding-left: 30px;
    padding-right: 0;
    margin-right: 50px;
}

/*Perfect Scroll Style*/
.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #5d953c;
    width: 5px;
    left: 0;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
    background-color: #F5F5F5;
    opacity: 0.9;
    width: 5px;
}

.ps__thumb-y {
    background-color: #5d953c;
    width: 5px;
    right: 0;
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 0.9;
    width: 5px;
    background-color: #F5F5F5;
}

.ps__rail-y {
    width: 5px;
}

/*Jquery-DataTable-Css*/
.member-form-div form.filter-form {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
}

    .member-form-div form.filter-form .btn {
        padding: 14px 20px;
    }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    display: none !important;
}

.att-items.data-table-action .item {
    border: none;
}

.dataTable td:last-child {
    width: 15%;
}

.dataTables_info {
    font-size: 12px;
    margin-top: 15px;
}

.att-items.data-table-action .item span.btn-action a {
    margin-left: 4px;
    margin-right: 4px;
}

.data-tbl-custom .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px !important;
    border-radius: 50% !important;
}

    .data-tbl-custom .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .data-tbl-custom .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background-image: none !important;
        border: none !important;
        background-color: #328a33 !important;
        color: #fff !important;
    }

    .data-tbl-custom .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-image: none;
        border: none;
        color: #000 !important;
        background-color: #ddd;
    }

.data-tbl-custom div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 15px;
}
/*Jquery-DataTable-Css End*/

.nested-tabs .bank-info-form {
    margin-top: 0;
}

.nested-tabs .nav-tabs .nav-item.show .nav-link, .nested-tabs .nav-tabs .nav-link.active {
    background-color: #f4f4f4;
    border-color: #dee2e6 #dee2e6 transparent;
    font-weight: 600;
    opacity: 1;
}

.nested-tabs .nav-tabs .nav-link {
    color: #000;
    opacity: 0.4;
}

.bank-info-form .heading-divider {
    margin-top: 15px;
}

.bank-info-form.bg-w {
    background-color: #fff;
}

.cpy-details .bank-info-form:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.add-btn-service:hover {
    color: #328a33 !important;
}

.add-btn-service {
    color: white !important;
}

.report-parent {
    position: relative;
}

    .report-parent .bg-img {
        background-image: url(../images/logo-01-black-02.png);
        display: block;
        width: 500px;
        height: 500px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 30%;
        top: 42%;
    }

.member-form-div.w-setps {
    padding: 50px 0;
}

.modal {
    z-index: 99999;
}

element {
}

.parsley-required {
    color: #B94A48;
    margin-top: 10px;
}

.parsley-pattern {
    color: #B94A48;
    margin-top: 10px;
}

.parsley-equalto {
    color: #B94A48;
    margin-top: 10px;
}

.parsley-minlength {
    color: #B94A48;
    margin-top: 10px;
}

.parsley-type {
    color: #B94A48;
    margin-top: 10px;
}

.parsley-maxlength {
    color: #B94A48;
    margin-top: 10px;
}

.cpy-details .bank-info-form {
    margin: 30px 0px;
}

.daterangepicker.ltr {
    z-index: 99999 !important
}

.btn-primary.btn-outline {
    background-color: #fff;
    color: #328a33;
    border-color: #328a33;
}

    .btn-primary.btn-outline:hover {
        background-color: #328a33;
        color: #fff;
    }
.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7) url('/Assets/images/mini-loader.gif') no-repeat center;
    z-index: 999999;
}