@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700&display=swap');

body {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
}

h1 {
    font-size: 32px;
}

.top_bar {
    padding: 6px 0;
    background: #000;
}

.top_bar_social ul {
    margin: 0 0 20px 15px;
    padding-inline-start: 0;
    margin-bottom: 0;
    list-style: none;
}

.top_bar_social ul>li {
    margin-right: 15px;
    float: left;
}

.top_bar_social ul>li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 6px;
}

.top_bar .top_bar_info ul {
    margin-bottom: 0;
    list-style: none;
    float: right;
}

.top_bar .top_bar_info ul>li {
    margin-left: 15px;
    float: left;
}

.top_bar .top_bar_info ul>li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    padding-right: 15px;
}

.top_bar .top_bar_info ul>li a:hover {
    text-decoration: none;
}

.top_bar .top_bar_info ul>li:last-child a {
    padding-right: 0px;
}

.top_bar .top_bar_info ul>li a i {
    margin-right: 8px;
}

.top_bar .top_bar_info ul>li a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-right: 1px solid #eee;
    width: 100%;
    height: 100%;
    margin-left: 15px;
}

.top_bar .top_bar_info ul>li:last-child a:after {
    display: none;
}

#header.header-v2 {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
    text-align: center;
    background-color: #fff;
    height: 100px;
    padding: 0 0px;
}

.navbar-brand {
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar {
    padding: 0 0px;
    /*0 16px*/
    width: 100%;
}

.navbar .dropdown .dropdown-menu {
    margin-top: 0;
    border-top: none;
    border-radius: 0;
}

@media (min-width: 768px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown .dropdown-toggle::after {
        display: none;
    }

    .dropdown .dropdown-toggle:active {
        pointer-events: none;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: 235px;
        background: #000000;
        padding: 0;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
        white-space: inherit;
        padding: 12px 10px 12px 12px !important;
        border-bottom: 1px solid #333;
        color: #fff;
        line-height: 24px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: #000000;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        color: #000;
        padding: 2.3rem 8px;
    }

    .navbar-expand-md .navbar-collapse {
        display: inline-block !important;
    }

    .navbar-expand-md .navbar-nav {
        float: right;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 8px 16px;
    }

    .navbar .dropdown .dropdown-toggle {
        padding: 0 10px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar-dark .navbar-toggler {
        color: rgb(0 0 0 / 50%);
        border-color: rgb(0 0 0 / 10%);
    }
}


#footer {
    position: relative;
}

#footer .widget-area {
    background-color: #F2F2F2;
    padding: 35px 0 25px;
    color: #fff;
}

#footer .widget {
    margin-bottom: 18px;
}

#footer .widget img {
    margin-bottom: 15px;
}

#footer .copyright {
    background-color: #F2F2F2;
    position: relative;
    border-top: 1px solid #ddd;
}

#footer .social-widget span a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    margin-right: 5px;
    margin-bottom: 8px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    background-color: transparent;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 5px;
}

#footer .social-widget span a:hover {
    background: #222 !important;
    border: 1px solid #222;
    color: #fff !important;
}

#footer .widget-area .widget h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

#footer .widget h2:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background-color: #666666;
    margin: 20px 0 15px 0;
}

#footer .widget-area .widget_logo p {
    margin: 0 0 20px;
}

#footer .widget.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .widget-area .widget_nav_menu ul>li {
    margin: 0;
}

#footer .widget-area .widget_nav_menu ul>li a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 0 4px 0;
    font-weight: 400;
    color: #000;
    line-height: 1.5em;
}

#footer .widget.widget_nav_menu ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
    font-size: 15px;
    color: #000;
}

#footer .widget.widget_nav_menu_one h2 {
    opacity: 0;
}

#footer .widget_custom_html span {
    position: relative;
    padding-left: 36px;
    /*30px*/
    line-height: 26px;
    margin-bottom: 7px;
    margin-left: 5px;
    display: block;
    color: #000;
}

#footer .widget_custom_html span a {
    color: #000;
}

#footer .widget_custom_html span a:hover {
    text-decoration: none;
}

#footer .widget_custom_html span:before {
    color: #111;
    font-size: 20px;
    margin-right: 0;
    position: absolute;
    top: -1px;
    left: 0;
}

span.location:before {
    content: "\e087";
    font-family: 'droplet-icons';
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

span.phone:before {
    content: ">";
    font-family: 'droplet-icons';
    vertical-align: middle;
}

span.email:before {
    content: "E";
    font-family: 'droplet-icons';
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    margin-right: 15px;
}

.copyright .text p {
    padding: 22px 0;
    text-align: left;
    margin: 0;
}

.copyright .copyright-nav {
    padding: 22px 0;
    float: right;
}

.copyright-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright-nav ul li {
    list-style: none;
    display: inline;
    margin-left: 20px;
}

.copyright-nav ul.menu li a {
    display: inline-block;
    color: #fff;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    color: #000;
}

.form_section {
    padding: 60px 0;
    position: relative;
}

.inner_sidebar {
    position: sticky;
    top: 10px;
}

.inner_sidebar h4 {
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.inner_sidebar p {
    font-size: 14px;
    margin: 0;
    line-height: 21px;
    color: #333;
    padding-top: 10px;
}

.inner_sidebar .help-me {
    color: #fff;
    cursor: pointer;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1rem;
    padding: 1px 5px;
    background: #bbb;
    /*#d1d1d1*/
    border-radius: 3px;
    transition: all 125ms linear;
}

.inner_sidebar .total-price {
    display: block;
    margin-top: 20px;
}

.inner_sidebar .total-price .price-box {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}

.inner_sidebar .total-price .price-box span {
    font-weight: 600;
    font-size: 17px;
}

.single_block {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.single_block h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}

.single_block h3:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 4px;
    display: block;
    border-radius: 50px;
    background-color: #006b3b;
}

.single_block+.single_block,
.tc_agree,
.submit_form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 0.8rem;
}

.single_block label {
    margin-bottom: 5px;
}

.single_block input:not([type="checkbox"]),
.single_block select {
    width: 100%;
    border: 1px solid #bbb;
    min-height: 40px;
    padding: 5px 10px;
    /*10px 10px*/
}
.single_block input[type="checkbox"]{
    margin-right:8px;
}
.billing-address {
    padding: 0px 15px;
}

.tc_agree p {
    margin-bottom: 0;
    font-size: 16px;
}

.tc_agree a {
    color: #006b3b;
    text-decoration: underline;
}

.order_summary ul {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0px;
    /*0 16px*/
    overflow: hidden;
    list-style: none;
    margin-block-end: 0em;
}

.order_summary ul li {
    /* font-size: .875rem; */
    margin: 0 0 0.5em;
    overflow: hidden;
}

.order_summary ul li>span:first-child {
    padding-right: 0.33em;
    background: #fff;
}

.order_summary ul li>span+span {
    float: right;
    padding-left: 0.33em;
    background: #fff;
}

.order_summary ul li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}

.order_summary .order-total {
    border-top: 1px solid #555;
    font-weight: 600;
    padding-top: 0.5rem;
    font-size: 16px;
    color: #016c2f;
}

.submit_form button {
    background-color: #017a35;
    color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    padding: 12px 30px;
    display: inline-block;
    border: 1px solid #017a35;
    text-transform: uppercase;
    font-size: 16px;
}

.submit_form button:hover {
    background-color: #000;
    border: 1px solid #000;
}

.payment_details input[type="checkbox"] {
    width: auto;
    border: none;
    height: auto;
    min-height: auto;
    padding: 0;
    margin-right: 8px;
}

#billing-address {
    display: none;
    padding: 0px 15px;
}

#attorney_email_blk {
    display: none;
}

.three_entity_block {
    display: none;
}

/* .three_entity_block#nonprofit_details, 
.three_entity_block#llc_details, 
.three_entity_block#corporation_details { 
    display: block;
} */
.three_entity_block .remove_field {
    float: right;
    color: #017a35;
}

.add_extra_field {
    color: #017a35;
    cursor: pointer;
    padding: 8px 15px;
    display: inline-block;
    border: 2px solid #017a35;
    background: #fff;
    margin: 10px 0 15px;
}

.add_extra_field:hover {
    background-color: #017a35;
    color: #fff;
}

.add_extra_field:focus {
    border: 2px solid #017a35;
}

.checkbox-radio {
    cursor: pointer;
    clear: both;
    /* display: block; */
    position: relative;
}

.checkbox-radio.option-select input {
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    position: relative;
    width: auto;
}

.checkbox-radio.option-select {
    margin: 0 1rem 1rem 0;
    padding: 0;
    text-align: center;
    width: auto;
    float: none;
}

.checkbox-radio.option-select input {
    position: absolute;
    z-index: -1;
    left: 10px;
}

.checkbox-radio.option-select .option-text {
    display: block;
    padding: 0.5rem 2rem;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    background: #eaeaea;
    color: #000;
}

.checkbox-radio.option-select input:checked~.option-text {
    background: #017a35;
    color: #fff;
}

/* #addmanagerbtn,
#adddirectorbtn {
    display: none;
} */

.checkbox-radio.styled-checkbox {
    margin: 0 1rem 0 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.checkbox-radio.styled-checkbox input {
    position: absolute;
    z-index: -1;
    width: auto;
    border: none;
    height: auto;
    min-height: auto;
    padding: 0;
}

.checkbox-radio.styled-checkbox .option-text {
    border-radius: 3px;
}

.checkbox-radio.styled-checkbox .option-text {
    background: #eaeaea;
    border-radius: 0 0 3px 3px;
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    text-align: center;
    width: 100%;
    transition: all 125ms linear;
}

.checkbox-radio.styled-checkbox .option-text:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f111';
    /*f1ce*/
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 8px;
    font-size: 20px;
}

.checkbox-radio.styled-checkbox input:checked~.option-text {
    background: #017a35;
    color: #fff;
}

.checkbox-radio.styled-checkbox input:checked~.option-text:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    font-weight: 900;
}

.nra_mail_delivered,
.tax-id-container,
.cheque_online_chose {
    background: #ecfff4;
}

.nra_mail_delivered_trigger,
.cheque_online_chose_trigger {
    padding: 0px 10px 10px;
    margin-bottom: 20px;
}

.nra_mail_delivered_trigger input {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    min-height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

#nra_mail_delivered_triggerone,
#nra_mail_delivered_triggertwo,
#tax-id-container_trigger {
    display: none;
}

.checkbox-radio.disabled input:disabled~.option-text {
    cursor: default;
    color: #999;
}

.checkbox-radio.styled-checkbox input:checked:disabled~.option-text {
    background: #ddd;
    /*#eaeaea*/
    cursor: default;
    color: #999;
}

/* #processing-choices input {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
} */
#processing-choices .checkbox-radio.side-by-side {
    float: none;
    display: flex;
    /*table-row*/
}

#processing-choices .checkbox-radio.option-select .price-option {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px 3px 0 0;
    display: block;
    padding: 0.5rem 1.5rem;
    text-align: center;
    width: 100%;
    transition: all 125ms linear;
}

#processing-choices .checkbox-radio.option-select input:checked~.price-option {
    border-color: #276db6;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#processing-choices .checkbox-radio.option-select .total-time {
    background: #eaeaea;
    border-radius: 0 0 3px 3px;
    display: block;
    padding: 0.5rem 2rem;
    text-align: center;
    width: 100%;
    transition: all 125ms linear;
}

#processing-choices .checkbox-radio.option-select .price-option {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

#processing-choices .checkbox-radio.option-select input:checked~.total-time {
    background: #017a35;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#processing-choices {
    margin-bottom: 10px;
    display: none;
}

#hireus_change_ragent input {
    width: auto;
    border: none;
    height: auto;
    min-height: auto;
    padding: 0px;
    margin-right: 10px;
}

#hireus_change_ragent {
    display: none;
}

#cheque_online_triggerone,
#cheque_online_triggertwo {
    display: none;
}

.cheque_online_chose .cheque_online_chose_trigger input,
.cheque_online_chose .cheque_online_chose_trigger select {
    box-shadow: 0px 1px 4px #ccc;
    border: 1px solid #ddd;
}

.cheque_online_chose .cheque_online_chose_trigger input[type="file"] {
    box-shadow: none;
    border: none;
    padding: 0;
}

.tax-id-container .checkbox-radio {
    display: block;
}