

@media(min-width:992px)	{
				
    .packagePrice {
        margin: 0 auto;
    }
    .packageTitle {
        margin: 5px 0;
    }
}

.primary-color  {
    color: var(--primary-color);
}

.primary-color-bg  {
    background-color: var(--primary-color);
    color: white;
}

.lt-bg-color  {
    background-color: var(--light-bg-color);
}
input[type="checkbox"],input[type="radio"]  {
    accent-color: var(--primary-color);
}

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Work Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    font-size: 17px;
    color: #000;
}

.backButton {
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
}

.radioInput {
    margin-top: 5px;
    float: left;
}

.radioLabel {
    display: block;
    margin-left: 20px;
}

.innh-input {
    border: 1.13474px solid #000;
    box-shadow: 4px 4px 0 #000;
    border-radius: 9.0779px;
    padding: 16px;
    margin-top: 2rem;
}

.innh-input .form-control {
    border-radius: 7px;
    padding: 13px 20px;
    background-color: #00000005;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.medium {
    font-weight: 500;
}

a,
a:hover {
    /*color: inherit;*/
    text-decoration: none;
}

.text-primary {
    color: var(--primary-color) !important;
}

.sec-pad {
    padding: 3rem 0;
}

.title {
    margin-bottom: 45px;
    color: #000;
    font-size: 38px;
}


/* footer */

.secondary-footer {
    background: #2E2E2E 0% 0% no-repeat padding-box;
    text-align: center;
    color: #F5FCFF;
    padding: 15px;
    font-size: 15px;
}

.primary-footer {
    padding: 45px 0;
    color: #F5FCFF;
    background-color: #474747;
}

.primary-footer hr {
    color: #707070;
}

.logo-footer {
    margin-bottom: 20px;
}

.f-title {
    font-size: 17px;
    margin-bottom: 13px;
}

.text-primary {
    color: var(--primary-color);
}

.social {
    margin-top: 15px;
    margin-bottom: 40px;
}

.social img {
    transition: all 0.2s ease-in-out;
}

.social img:hover {
    opacity: 0.8;
}

.faq .accordion-button {
    background: var(--primary-color) 0% 0% no-repeat padding-box;
    color: #ffffff;
    padding: 28px 38px;
    font-size: 18px;
    font-weight: 500;
}

.faq .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary-color);
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.faq .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
    margin-bottom: 12px;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.faq .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #f9f9f9;
    color: #000;
}

.faq .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.faq .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    margin-top: -14px;
    font-size: 27px;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    content: '-';
}

.seaall-btn {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    padding: 10px 18px 11px;
}

.seaall-btn:hover {
    background-color: #e7f6fe;
    padding: 10px 18px 11px;
}

.btn-theme {
    background-color: #0040a1;
    box-shadow: 0px 3px 20px var(--primary-color)26;
    border-radius: 5px;
    padding: 16px 28px 17px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-theme:hover {
    background: var(--alt-color) 0% 0% no-repeat padding-box;
    color: #fff;
}

.btn-green {
    background: #00a329 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px var(--primary-color)26;
    border-radius: 5px;
    padding: 16px 28px 17px;
    color: #fff;
    transition: all 0.2s ease-in-out;
}

.btn-green:hover {
    background: #00a329 0% 0% no-repeat padding-box;
    color: #fff;
}

.btn-white {
    background: #F5FCFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px var(--primary-color)26;
    border-radius: 5px;
    padding: 16px 28px 17px;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.btn-white:hover {
    background: #ffffff 0% 0% no-repeat padding-box;
    color: #000;
}

.choosing-business-name {
    background-image: url('../img/choosing-business-name.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.box-cross {
    box-shadow: 0px 10px 20px var(--primary-color)21;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    padding: 27px 21px;
    margin-bottom: 20px;
    min-height: 215px;
}

.box-cross-title {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
}

.bc-minus {
    margin-top: -50px;
}

.hero {
    background-image: url('../img/hero.png');
    background-size: cover;
    background-position: top;
    text-align: center;
    padding: 5rem;
}

.hero-title {
    color: #F5FCFF;
    font-size: 55px;
    margin-bottom: 15px;
}

.box001 {
    background: #ffffffeb 0% 0% no-repeat padding-box;
    border: 0.5px solid #E9E9E9;
    border-radius: 5px;
    opacity: 1;
    padding: 28px;
    text-align: left;
}

.box-title {
    color: #000;
    font-size: 21px;
    margin-bottom: 23px;
}


/* header */

.header {
    position: sticky;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 99;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px var(--primary-color)26;
}

.nav-link {
    display: block;
    padding: 0px 25px !important;
    color: #0d6efd;
    color: #000;
}

.dropdown-menu {
    box-shadow: 0px 12px 20px var(--primary-color)26;
    border: 0px solid #ccc;
    padding: 0px;
    border-radius: 0px;
}

.dropdown-menu[data-bs-popper] {
    top: 133%;
}

.dropdown-item {
    padding: 6px 19px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-color);
    background-color: #e7f6fe;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}


/* Choosing a Business Name */

.all-business-structures {
    background-image: url('../img/choosing-a-business-name/bg.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.box002 {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 22px 30px;
    text-align: center;
    height: 100%;
}

.b2-title {
    font-size: 25px;
}

table.blue-bg-table tr {
    background-color: #f5fcff;
}

table.blue-bg-table thead tr {
    background-color: var(--primary-color);
    color: #fff;
}

table.blue-bg-table thead tr th {
    padding: 15px 8px;
}

table.blue-bg-table.table-with-plans thead tr th {
    padding: 39px 64px;
}

.table-with-plans thead tr th p.promo {
    left: auto;
    right: -41px;
    top: 21px;
}

.over-hide-pos-rel {
    overflow: hidden;
    position: relative;
}

.choosing-a-business-structure .accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, .125);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    margin-bottom: 30px;
}

.choosing-a-business-structure .accordion-button:not(.collapsed) {
    color: #0c63e4;
    color: #000;
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.choosing-a-business-structure .accordion-button {
    font-size: 25px;
    color: #000;
    border-radius: 10px;
}

.choosing-a-business-structure .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.choosing-a-business-structure .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.choosing-a-business-structure .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.select-form-small-input {
    display: inline-block;
    width: 213px;
}

.form-select:focus {
    border-color: #1f1a17;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.op-6 {
    opacity: 0.6;
}

.h-circle {
    border: 18px solid var(--primary-color);
    box-shadow: 0px 3px 6px var(--primary-color)29;
    border-radius: 50px;
    position: relative;
    margin-right: 30px;
}

.h-circle::before {
    background: #F5FCFF 0% 0% no-repeat padding-box;
    width: 10px;
    height: 10px;
    content: '';
    position: absolute;
    top: -5px;
    left: -4px;
    border-radius: 50px;
}

.history-mb {
    margin-bottom: 30px;
}

.history {
    position: relative;
}

.history::before {
    content: '';
    width: 6px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 15px;
}


/* why-choose-firstep */

.why-choose-firstep {
    background-image: url('../img/why-choose-firstep/bg.png');
    background-size: cover;
    background-position: center;
    text-align: center;
}

.why-choose-firstep-table tr td {
    padding: 15px 20px;
}

.form-group {
    margin-bottom: 30px;
}

.price-fs {
    padding: 22px 25px;
}

label {
    /*background-color: #fff;*/
    position: absolute;
    font-size: 16px;
    top: -12px;
    padding: 0px 6px;
    left: 20px;
}

table .bg-primary {
    background: var(--primary-color) 0% 0% no-repeat padding-box !important;
    color: #fff;
}

.price-table td {
    padding: 15px 20px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #aab5bb7d;
}

.ft-20 {
    font-size: 20px;
}

.price-table .tb-head td {
    vertical-align: middle;
}

.nav-link.active {
    color: var(--primary-color);
}

.box001-ul li {
    margin-bottom: 0.5rem!important;
}

.box001-ul {
    padding-left: 21px;
}

table {
    vertical-align: middle !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(245 252 255);
}

table.blue-bg-table tr {
    background-color: var(--primary-color);
    color: #ffffffed;
}

.bg-grey {
    background-color: #000 !important;
    color: #fff !important;
}

.faq .accordion-item.second .accordion-button {
    background: #dddddd 0% 0% no-repeat padding-box;
    color: #000;
    padding: 28px 38px;
    font-size: 18px;
    font-weight: 500;
}

.w-60px {
    width: 55px;
    border-radius: 5px;
}

table.cust-price-table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cust-price-table th,
.cust-price-table td {
    font-family: inherit;
    font-size: .875em;
    line-height: 1.45;
    color: #444;
    vertical-align: middle;
    padding: 1em;
}

.cust-price-table th {
    font-weight: 600;
}

.cust-price-table colgroup:nth-child(1) {
    width: 31%;
    border: 0 none;
}

.cust-price-table colgroup:nth-child(2) {
    width: 22%;
    border: 1px solid #cccccc78;
}

.cust-price-table colgroup:nth-child(4) {
    width: 25%;
    border: 5px solid #59c7fb;
}

.cust-price-table colgroup:nth-child(3) {
    width: 22%;
    border: 1px solid #cccccc78;
}


/* Tablehead */

.cust-price-table thead th {
    background: #def4fe;
    background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    /* background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); */
    background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
    /* background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%); */
    text-align: center;
    position: relative;
    border-bottom: 1px solid #cccccc87;
    padding: 1em 1rem 1em;
    font-weight: 400;
    color: #999;
}

.cust-price-table thead th:nth-child(1) {
    background: transparent;
}

.cust-price-table thead th:nth-child(4) {
    padding: 2em 0 2em;
    overflow: hidden;
}

.cust-price-table thead th h2 {
    margin-bottom: 8px;
}

.cust-price-table tbody td:nth-child(1) {
    text-align: left;
    border-width: 1px !important;
}

.cust-price-table tbody tr {
    border-width: 1px !important;
}

.cust-price-table thead th h2+p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #0278bb;
}

.cust-price-table thead th p:nth-of-type(2) {
    color: #050a0e;
}

.cust-price-table thead th:nth-child(4) h2 {}

.cust-price-table thead th:nth-child(4) h2+p {}

.cust-price-table thead th p.promo,
thead th p.promo {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 199px;
    z-index: 1;
    width: 159px;
    margin: 0;
    padding: 0.625em 17px 0.75em;
    background: #c00;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    /* border-bottom: 1px solid #900; */
    transform: rotate(45deg);
}

.cust-price-table thead th p.promo:before,
thead th p.promo:before {
    display: none;
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 7px 7px 0;
    border-color: transparent #900 transparent transparent;
    bottom: -7px;
    left: 0;
}

.cust-price-table thead th p.promo:after,
thead th p.promo:after {
    display: none;
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #900 transparent transparent transparent;
    bottom: -7px;
    right: 0;
}


/* Tablebody */

.cust-price-table tbody th {
    background: #fff;
    border-left: 1px solid #ccc;
}

.cust-price-table tbody th span {
    font-weight: normal;
    font-size: 87.5%;
    color: #999;
    display: block;
    border-width: 1px;
}

.cust-price-table tbody td {
    background: #fff;
    text-align: center;
}

.cust-price-table tbody tr:nth-child(even) th,
.cust-price-table tbody tr:nth-child(even) td {
    background: #f5f5f5;
    border: 1px solid #cccccc78;
    border-width: 1px 0 1px 1px;
}

.cust-price-table tbody tr:last-child td {
    border-bottom: 1px none;
}


/* Tablefooter */

.cust-price-table tfoot td {
    text-align: center;
    padding: 2em 1em;
    border-top: 1px solid #ccc;
}

.cust-price-table tfoot a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 1.125em 2em;
    background: #59c7fb;
    border-radius: .5em;
}

.m-price-table {
    border: 1px solid #aab5bb7d;
    padding: 25px;
}

.m-price-table h2 {
    margin-bottom: 8px;
}

.m-price-table h2+p {
    font-size: 1.25em;
    line-height: 1.4;
    color: #0278bb;
}

.read-arrow.down-arrow svg {
    transform: rotate(180deg);
}

.read-arrow svg {
    transform: rotate(0);
    transition: .5s;
}

.form-control {
    width: 100%;
    border: 1px solid #ddd;
    background-color: transparent;
    line-height: 30px;
    padding: 7px 20px;
    border-radius: 25px;
    color: #666666;
    font-size: 15px;
    height: auto;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13, 110, 253, .25);
}

form .row>div {
    padding-bottom: 20px;
}

form input[type='text'],
form input[type='number'],
form select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    height: 3rem;
    background-color: #edecec;
}

form label {
    position: initial;
    top: initial;
    left: initial;
}

.mailingGroup {
    display: none;
}

.formFieldHelperText {
    font-size: 12px;
}

.errorField {
    background-color: #ff000040;
    color: red;
}

.totalRow {
    background-color: lightgray;
    font-weight: bold;
    padding-bottom: 0;
}

#purchaseItems div>div,
#monthlyItems div>div,
#annualItems div>div {
    padding-bottom: 0 !important;
}

sup.required {
    color: red;
}


/*CHECK OUT STYLES*/

form .row>div {
    padding-bottom: 20px;
}

form input[type='text'],
form input[type='number'],
form input[type='date'],
form input[type='password'],
form select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    height: 3rem;
    background-color: #edecec;
}

form label {
    position: initial;
    top: initial;
    left: initial;
}

.mailingGroup {
    display: none;
}

.formFieldHelperText {
    font-size: 12px;
}

.errorField {
    background-color: #ff000040 !important;
    color: red !important;
}

div.errorText {
    color: red !important;
    display: none;
}

.totalRow {
    background-color: lightgray;
    font-weight: bold;
    padding-bottom: 0;
}

#purchaseItems div>div,
#subscriptionItems div>div {
    padding-bottom: 10px !important;
}

sup.required {
    color: red;
}

.left-bg-absolute {
    position: absolute;
    bottom: -23rem;
    left: -22rem;
    z-index: -1;
    ;
}

.right-bg-absolute {
    position: absolute;
    bottom: -23rem;
    right: -22rem;
    z-index: -1;
    ;
}

.subscribe-hero {
    background-color: #ECF7FD;
}

.text-dark1 {
    color: #000;
}

.s-free-trial {
    background-color: var(--primary-color)d1;
    color: #fff;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 19px;
    margin-top: 1rem;
}

.banner-map-absolute {
    position: absolute;
    z-index: 0;
    bottom: -13rem;
    right: -3rem;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.overflow-hidden {
    overflow: hidden;
}

.s-box-bg {
    background-image: url(../img/subscribe/box-bg.png);
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-bottom: 150px;
}

.s-box-bg-bottom {
    position: absolute;
    bottom: 34px;
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .banner-map-absolute {
        bottom: -9rem;
        width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-map-absolute {
        bottom: -5rem;
        width: 220px;
    }
    .s-box-bg {
        height: auto;
    }
}

.hero-bg {
    background-image: url(../img/hero-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 8rem 0;
}

.hero-bg .hero-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 25px;
}

.hero-bgllc {
    background-image: url(../img/llc-bg.jpg);
    background-position: 75% 0;
    background-size: cover;
    height: 100%;
    padding: 5rem 0;
}

.hero-bgllc .hero-title {
    color: #000;
    font-size: 48px;
    margin-bottom: 25px;
}

.icon-w-10 {
    width: 20px;
}

.form-check-input {
    clear: left;
}

.form-switch.form-switch-sm {
    margin-bottom: 0 !important;
    display: inline-block !important;
    margin-left: 20px !important;
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
    float: none !important;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
    /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.tippy-tooltip.firstep-theme {
    background-color: var(--primary-color);
    color: white;
}

.tippy-tooltip.firstep-theme[data-placement^='top'] .tippy-arrow {
    border-top-color: var(--primary-color);
}

.tippy-tooltip.firstep-theme[data-placement^='bottom'] .tippy-arrow {
    border-bottom-color: var(--primary-color);
}

.tippy-tooltip.firstep-theme[data-placement^='left'] .tippy-arrow {
    border-left-color: var(--primary-color);
}

.tippy-tooltip.firstep-theme[data-placement^='right'] .tippy-arrow {
    border-right-color: var(--primary-color);
}

.verical-flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width: 575px) {
    .w-50.res-w-50{
        width: auto!important;
    }
}

.packageContent {
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
    height: 100%;
    background-color: white;
    color: #000;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.packageBox.unselected > .packageContent	{
    margin: 6px;
}

.packageBox.unselected > .packageContent > img    {
    max-width: 50%;
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
}

.packageBox.selected > .packageContent	{
    margin: 6px 0 0 0;
    padding-top: 54px;
    border: 6px solid #43b02a;
}

.packageBox.selected > .packageContent > img    {
    max-width: 50%;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
}


#packageChart td:nth-child(3) {
    border: solid #43b02a;
    border-width: 0 4px 0 4px;
}
#packageChart th:nth-child(3) {
    border: solid #43b02a;
    border-width: 4px 4px 0 4px;
}
#packageChart tr:last-child td:nth-child(3) {
    border: solid #43b02a;
    border-width: 0 4px 4px 4px;
}
#structureTypeTable tbody tr td:nth-child(1)    {
    font-size:20px;
    font-weight:bold;
}

#structureTypeTable .btn   {
    background-color: #f6bf27;
    color: white;
}

#structureTypeTable thead tr {
    background-color: #f6bf27;
}

#structureTypeTable.table-striped>tbody>tr:nth-of-type(odd)    {
    background-color: #fff2cc;
}