:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--darkblue: #0071BC;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
body{
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.5;
color: #000;
background-color: #f8f9fa;
margin: 0;
padding: 0;
}
html, body {
overflow-x: hidden;
}
header.my-logo {
background: #fff !important; padding: 13px;
box-shadow: 1px 1px 4px #00000029;
}
header.my-logo .container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
}
header.my-logo {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 999;
}
header.my-logo img {
width: 290px;
height: 31px;
}
.container {
width: 100%;
max-width: 1050px !important;
margin: 0 auto;
padding: 0 15px;
position: relative;
z-index: 1;
}
section#hp-banner {
padding: 80px 0;
margin-top: 40px;
}
ul#menu-main {
list-style: none;
margin: 0;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
ul#menu-main a {
background-color: var(--darkblue);
text-align: center;
color: #fff;
text-decoration: none;
border-color: var(--darkblue);
padding: 5px;
border-radius: 5px;
font-weight: 600;
margin-top: 10px;
font-size: 12px;
width: 150px;
margin: 13px auto 0;
}
section#hp-banner {
padding: 80px 0 40px;
margin-top: 40px; background-size: cover;
position: relative;
background-position: top;
} section#hp-banner::after {
content: '';
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgb(217 217 217 / 70%);
background-image: linear-gradient(0deg, #f8f9fa, transparent);
}
section#hp-banner h1, section#hp-banner h3 {
color: #fff;
text-align: center;
}
section#hp-banner h1, section#hp-banner h3 {
color: #072347;
text-align: center;
}
h1{
font-size: 30px;
line-height: 35px;
font-weight: 700;
margin-bottom: 20px;
}
h3{
font-size: 20px;
line-height: 24px;
font-weight: 600;
}
.price-label {
display: inline-block;
font-size: 32px;
font-weight: 700;
border: 1px solid #0071BC;
border-radius: 50px;
padding: 8px 40px;
color: #fff;
background-color: #0071BC;
margin: 0 auto;
vertical-align: middle;
}
section#hp-banner .cont {
text-align: center;
}
header.my-logo .container a {
flex: 0 0 auto;
width: 40%;
}
nav.home-menu {
flex: 0 0 auto;
width: 60%;
text-align: right;
}
.three-step .steps {
display: inline-block;
border: 2px solid #2c67b9;
width: 28px;
height: 28px;
border-radius: 50%;
line-height: 24px;
font-weight: bold;
color: #2c67b9;
}
.three-step p {
font-size: 16px;
font-weight: bold;
color: #4D4D4D;
line-height: normal;
}
.three-step p.sub-text {
font-size: 13px;
color: #717171;
font-weight: 400;
}
.section-heading {
position: relative;
font-size: 23px;
font-weight: 700;
padding-bottom: 22px;
}
.section-heading:after {
content: '';
position: absolute;
bottom: 0;
width: 150px;
height: 2px;
background-color: #F7931E;
margin: auto;
left: 0;
right: 0;
}
.section {
padding: 80px 0;
}
section#hp-faqs {
background-color: #000854;
padding-top: 80px;
padding-bottom: 80px;
}
.btn-primary {
background-color: #0071BC;
border-color: #0071BC;
}
#hp-cta .btn {
font-size: 22px;
padding: .17rem 1.5rem;
color: #fff;
font-weight: 600;
}
footer {
margin-top: 50px;
}
footer {
font-size: 14px;
color: #4D4D4D;
padding-top: 10px;
}
.top-footer a {
text-decoration: underline;
margin: 0 5px;
display: inline-block;
}
.top-footer {
font-size: 12px;
}
.footer-text {
margin: 4px 0 16px;
padding: 0 32px;
color: #5a5a5a;
font-size: 12px;
text-align: center;
}
footer a, footer a:hover {
color: #4D4D4D;
}
section#app-header {
padding: 0 15px;
border-bottom: 1px solid #FFFFFF !important;
background: #002346 !important;
padding: 8px 0 12px !important;
}
section#app-header a {
color: #fff;
display: block  !important;
font-weight: 700;
text-decoration: none;
}
section#app-header span {
color: #fff;
font-weight: 400;
font-size: 13px;
}
#app-title {
font-size: 37px;
color: #002346;
}
.entity-wapper .card.entity-block a.popular {
padding-top: 30px;
position: relative;
}
.entity-wapper .card.entity-block .card-body {
padding: 0 !important;
}
.entity-wapper .card.entity-block a.popular:after {
position: absolute;
text-align: left;
top: 0;
left: 0;
display: block;
padding: 3px 14px;
color: #fff;
font-weight: 400;
font-size: 14px;
background-color: red;
content: "MOST POPULAR";
}
.entity-wapper .card.entity-block .card-body a div {
display: flex;
flex-direction: column;
}
.entity-wapper .card.entity-block a h3 {
color: #002346;
}
.entity-wapper .card-text {
color: #000;
font-weight: 700;
font-size: 14px;
}
.entity-wapper .card.entity-block a.popular {
padding-top: 30px;
position: relative;
}
.step-heading {
margin-bottom: 22px;
padding: 16px;
font-weight: 700;
font-size: 21px;
background-color: #e0e0e0;
}
.entity-wapper .card.entity-block a {
display: flex;
padding: 1.25rem;
align-items: center;
justify-content: space-between;
height: 100%;
}
.entity-wapper .card.entity-block a {
padding: 20px 40px;
}
.entity-wapper .card.entity-block a {
padding-top: 30px;
position: relative;
text-decoration: none !important;
outline: none !important;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
border-radius: .25rem;
}
.help-icon {
background: #002346;
width: 22px;
height: 22px;
display: inline-block;
font-style: normal;
text-align: center;
border-radius: 50%;
line-height: normal;
color: #fff;
font-weight: 400;
font-size: 20px;
line-height: normal;
}
.entity-wapper .card.entity-block {
border-radius: 0;
box-shadow: 3px 3px 4px 0 rgba(0,0,0,.41);
border: 1px solid #e0e0e0;
height: 100%;
}
.entity-wapper .card:hover {
box-shadow: 1px 1px 5px #ccc;
}
.index-heading {
padding: 40px 0 28px;
background-color: var(--darkblue);
margin-bottom: 30px;
text-align: center;
}
.index-heading h2 {
color: #fff;
font-weight: 700;
font-size: 28px;
}
.faq-block h5 a {
font-size: 13px;
font-weight: 600;
color: #002346;
}
.faq-block p, .faq-block {
font-size: 13px;
}
section#business {
padding-bottom: 50px;
}
section#app-title {
padding-bottom: 0;
} .gfield--type-radio.inline-radio-btn {
display: flex !important;
flex-direction: row !important;
position: relative !important;
} .inline-radio-btn .gfield_radio{
flex-direction: row !important;
}
#gform_1 .gfield--type-section,
#gform_3 .gfield--type-section,
#gform_4 .gfield--type-section,
#gform_5 .gfield--type-section,
.frm-cl .gfield--type-section,
#gform_6 .gfield--type-section,
#gform_7 .gfield--type-section,
#gform_8 .gfield--type-section,
#gform_9 .gfield--type-section,
#gform_10 .gfield--type-section{
background-color: #c7ccdf;
padding: 10px 10px 3px;
border-radius: 5px;
}
.gform-theme--foundation #gform_1 .gform_fields,
.gform-theme--foundation #gform_3 .gform_fields,
.gform-theme--foundation #gform_4 .gform_fields,
.gform-theme--foundation #gform_5 .gform_fields,
.frm-cl .gform-theme--foundation .gform_fields,
.gform-theme--foundation #gform_6 .gform_fields,
.gform-theme--foundation #gform_7 .gform_fields,
.gform-theme--foundation #gform_8 .gform_fields,
.gform-theme--foundation #gform_9 .gform_fields,
.gform-theme--foundation #gform_10 .gform_fields{
row-gap: 16px !important
}
p.gform_required_legend {
display: none;
}
.frm-cl {
padding: 50px 0;
}
#gform_1  label.gfield_label.gform-field-label, 
#gform_1 legend.gfield_label.gform-field-label, 
#gform_1 input,
#gform_1 .gform-field-label--type-inline,
#gform_3  label.gfield_label.gform-field-label, 
#gform_3 legend.gfield_label.gform-field-label, 
#gform_3 input,
#gform_3 .gform-field-label--type-inline,
#gform_4  label.gfield_label.gform-field-label, 
#gform_4 legend.gfield_label.gform-field-label, 
#gform_4 input,
#gform_4 .gform-field-label--type-inline,
#gform_5  label.gfield_label.gform-field-label, 
#gform_5 legend.gfield_label.gform-field-label, 
#gform_5 input,
#gform_5 .gform-field-label--type-inline,
.frm-cl  label.gfield_label.gform-field-label, 
.frm-cl legend.gfield_label.gform-field-label, 
.frm-cl input,
.frm-cl .gform-field-label--type-inline,
#gform_6  label.gfield_label.gform-field-label, 
#gform_6 legend.gfield_label.gform-field-label, 
#gform_6 input,
#gform_6 .gform-field-label--type-inline,
#gform_7  label.gfield_label.gform-field-label, 
#gform_7 legend.gfield_label.gform-field-label, 
#gform_7 input,
#gform_7 .gform-field-label--type-inline,
#gform_8  label.gfield_label.gform-field-label, 
#gform_8 legend.gfield_label.gform-field-label, 
#gform_8 input,
#gform_8 .gform-field-label--type-inline,
#gform_9 label.gfield_label.gform-field-label, 
#gform_9 legend.gfield_label.gform-field-label, 
#gform_9 input,
#gform_9 .gform-field-label--type-inline,
#gform_10 label.gfield_label.gform-field-label, 
#gform_10 legend.gfield_label.gform-field-label, 
#gform_10 input,
#gform_10 .gform-field-label--type-inline{
font-size: 12px;
}
.gform-theme--foundation .gfield { padding-bottom: 10px;
}
h2.gform_title {
font-weight: 700;
color: #072347;
text-transform: uppercase;
text-decoration: none;
font-size: 21px;
border-bottom: 1px solid #cfcfcf;
padding-bottom: 15px;
}
h3.gsection_title {
font-size: 15px !important;
}
.custom-tooltip h4 {
font-size: 12px;
font-weight: 700;
color: rgb(0, 113, 188);
padding: 15px 15px 0px;
}
.custom-tooltip p, .contact-section p, .custom-tooltip ol li, .custom-tooltip ul li {
word-break: break-word;
font-size: 13px;
color: rgb(66, 66, 66) !important;
padding: 0px 15px;
}
.custom-tooltip {
box-shadow: 0px 0px 5px #00000040;
padding: 7px;
width: 360px;
transition: top 0.3s ease-in-out;
}
.page-title {
padding: 6px 0;
color: #002346;
background-color: #eaeaea;
}
.ein-steps li {
position: relative;
margin-left: 32px;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
}
.page-title.forms-title h2 {
font-size: 12px;
text-transform: uppercase;
}
.ein-steps li.current {
font-weight: 700;
text-decoration: underline;
} .entity-wapper .card.entity-block a.popular {
padding-bottom: 10px;
}
.mb-3 {
margin-bottom: .5rem!important;
}
.entity-wapper .card.entity-block a {
padding-top: 15px;
}
.entity-wapper .card.entity-block a.popular:after {
position: absolute;
text-align: left;
top: 0;
left: 0;
display: block;
padding: 3px 8px;
color: #fff;
font-weight: 400;
font-size: 10px;
background-color: red;
content: "MOST POPULAR";
font-weight: 700;
}
.entity-wapper .card.entity-block a.popular {
padding-top: 25px;
}
.entity-wapper .card.entity-block {
border-radius: 5px;
transition: all 0.3s ease-out;
}
.section {
padding: 40px 0;
}
.gform_next_button {
background-color: #0071BC !important;
color: #fff;
text-decoration: none;
border-color: #0071BC !important;
padding: 10px;
border-radius: 5px !important;
font-weight: 600;
font-weight: 600 !important;
text-transform: uppercase !important;
font-size: 16px !important;
}
.gform_previous_button {
text-transform: uppercase !important;
font-size: 16px !important;
text-decoration: none;
padding: 10px;
border-radius: 5px !important;
} section#hp-banner2 {
padding: 160px 0 130px;
position: relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
section#hp-banner2::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(45deg, black, transparent);
}
section#hp-banner2 h1 {
color: #fff;
font-size: 72px;
line-height: 80px;
font-weight: 800;
}
section#hp-banner2 p {
color: #fff;
font-size: 1.5rem;
line-height: 2rem;
}
a.btn.btn-style2 {
background-color: #fff;
font-size: 1.2rem;
text-transform: uppercase;
font-weight: 600;
color: #2672be;
transition: all 0.3s ease-out;
margin-top: 15px;
}
a.btn.btn-style2:hover {
background-color: #2672be;
color: #fff;
}
.cont-title h3 {
color: #2672be;
font-size: 40px;
line-height: 60px;
font-weight: 800;
}
.cont-title p {
color: #3b3b3b;
font-weight: 400;
font-size: 1.5rem;
line-height: 2rem;
}
#gform_wrapper_14.gform-theme--foundation .gfield {
border: 0;
padding-bottom: 0;
}
#gform_wrapper_14 input#gform_submit_button_14 {
background-color: #2672be;
font-size: 1.2rem;
text-transform: uppercase;
margin: 0 auto;
padding: 10px 30px;
}
section#services-sec a.btn.btn-primary {
color: #fff;
}
section#services-sec h5.card-title {
font-size: 1.5rem;
font-weight: 600;
color: #3d5677;
}
section#services-sec .cont-title {
margin-bottom: 50px;
}
section#services-sec {
background-color: #1f5f9f;
padding: 50px 0 60px;
}
section#services-sec .cont-title h3 {
color: #fff !important;
}
section#services-sec .cont-title p {
color: #fff;
}
section#business a.btn.btn-primary {
color: #fff;
font-size: 13px;
font-weight: 400;
text-transform: uppercase;
}
.page-id-19 section#hp-banner {
margin-top: 0;
}
section#hp-banner {
background-position: center 81%;
} a.main-logo {
font-size: 20px;
font-weight: 900;
text-decoration: none;
color: #27406a;
}
a.main-logo img {
width: 50px;
height: 50px;
border-radius: 50px;
} nav.home-menu {
flex: 0 0 auto;
width: 60%;
text-align: right;
}
nav.home-menu ul {
display: flex !important;
flex-wrap: wrap !important;
flex-direction: row;
list-style: none !important;
justify-content: flex-end;
gap: 15px;
margin: 0;
}
nav.home-menu ul a {
text-decoration: none;
color: #2b406b;
font-weight: 700;
font-size: 0.875rem;
transition: all 0.3s ease-out;
border-bottom: 2px solid #ffffff;
}
nav.home-menu ul li:hover a {
color: #3773c0;
border-color: #3773c0;
padding-bottom: 2px;
}
.page-id-19 .justify-content-between {
align-items: center;
}
span.error {
color: crimson;
font-size: 12px;
padding-top: 8px;
display: block;
}
section#portal-pg * {
font-size: 14px;
line-height: 24px;
}
section#portal-pg .text-blue {
font-weight: 600;
color: #072347;
display: block;
text-transform: uppercase;
}
section#portal-pg .d-flex.justify-content-between.font-weight-bold {
flex-direction: column;
border-left: 5px solid #e7d342;
margin-bottom: 5px;
padding: 5px;
}
section#portal-pg table {
background-color: #ffffff;
border: 2px solid #b9b9b9;
border-radius: 25px;
}
.sub-heading-card h3 {
font-size: 1.5rem;
color: #1d3a6a;
line-height: 2rem;
}
.featured-image {
background-size: cover;
height: 550px;
width: 100%;
border-radius: 10px;
box-shadow: 3px 3px 5px #00000052;
position: relative;
right: -50px;
top: -80px;
}
.sub-heading-card h1 {
font-size: 3rem;
line-height: 3.5rem;
color: #072347;
}
.sub-heading-card h3 {
font-size: 1rem;
text-transform: uppercase;
color: #565656;
font-weight: 600;
}
.sub-heading-card ul {
list-style: disc;
color: #2672be;
position: relative;
list-style: none;
}
.sub-heading-card ul li {
position: relative;
}
.sub-heading-card ul li::before {
content: '';
position: absolute;
left: -21px;
top: 8px;
width: 12px;
height: 12px;
background-color: #2672be;
border-radius: 50px;
}
.sub-heading-card ul li span, .sub-heading-card p {
color: #424242;
font-size: 1.2rem;
}
section#marketing-subs {
padding: 150px 0px;
}
section#marketing-subs {
background-image: url(//tax-ids.com/wp-content/uploads/2025/03/marketing-img.webp);
background-size: cover;
background-position: bottom;
}
section#file-with-us {
background-color: #f7f9ff;
padding: 80px 0;
}
section#file-with-us h2 {
text-align: center;
font-size: 3rem;
font-weight: 700;
color: #0d2348;
margin-bottom: 50px;
line-height: 3.2rem;
}
section#file-with-us h3 {
margin-top: 20px;
font-size: 20px;
line-height: 28px;
color: #122349;
}
section#file-with-us 
.box-fws {
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
box-shadow: 3px 3px 3px #efefef;
}
.box-fws {
height: 250px;
}
section#sub-faq button.accordion-button {
font-size: 16px;
font-weight: 600;
line-height: 25px;
}
section#sub-faq .accordion-body {
background-color: #d1e2ff;
}
section#sub-faq {
padding: 150px 0;
}
h2.h2-css {
font-size: 3rem;
font-weight: 700;
color: #0d2348;
margin-bottom: 50px;
line-height: 3.2rem;
}
h2.h2-css span {
color: #2f2f2f;
font-weight: 400;
}
p.faq-p {
color: #4e4e4e;
font-size: 1.3rem;
padding-right: 80px;
}
a.get-started-btn {
background-color: var(--darkblue);
text-align: center;
color: #fff;
text-decoration: none;
border-color: var(--darkblue);
padding: 10px 30px;
border-radius: 5px;
font-weight: 600;
margin-top: 20px;
display: inline-block;
font-size: 1.2rem;
text-transform: uppercase;
}
section#contact-us.contact-us-sub {
background-color: #122349;
padding: 60px 0;
background-image: url(//tax-ids.com/wp-content/uploads/2024/12/banner-image.jpg);
position: relative;
}
section#contact-us.contact-us-sub h2.h2-css {
color: #fff;
}
section#contact-us.contact-us-sub::before {
content: '';
position: absolute;
background-image: linear-gradient(1deg, #0d101a, #122349e6);
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
section#contact-us.contact-us-sub h2.h2-css {
color: #fff;
margin: 0;
text-align: left;
font-size: 2.2rem;
}
section#contact-us.contact-us-sub a.get-started-btn {
margin: 0;
}
section#contact-us.contact-us-sub a.get-started-btn {
margin: 0;
margin: 0 30px;
display: block;
}
section#marketing-subs {
padding: 250px 0px 150px;
}
section#marketing-subs.contact-pg {
padding: 50px 0 !important;
}
section#file-with-us.ein-pg  .box-fws {
height: 320px;
}
.error404 footer {
display: none;
}
.error404 {
background-color: #fff;
}
.summ-block table th {
width: 260px;
}
section#portal-pg .d-flex.justify-content-between.font-weight-bold.completed-c {
border-color: #038d0e;
}
section#portal-pg .d-flex.justify-content-between.font-weight-bold.completed-c .text-blue {
color: #2a8d00;
}
.summ-block.completed-c h3 {
background-color: #82b394;
color: #242424 !important;
padding: 18px;
font-size: 1.5rem !important;
line-height: 2rem  !important;
}
.pricing_opt_css legend.gfield_label.gform-field-label {
font-size: 1.5rem;
font-weight: 600;
margin-top: 20px;
}
.pricing_opt_css label { font-size: 0.9rem !important;
}
.pricing_opt_css {
padding: 10px !important;
background-color: #f8fcff !important;
border-radius: 10px !important;
border: 2px solid #072347 !important;
}
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
background-color: #2672be !important;
width: 20px !important;
height: 20px !important;
}
section#tax-filing-pg {
padding: 40px 0;
}
section#tax-filing-pg .tx-feat-img {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100%;
border-radius: 20px;
box-shadow: 3px 3px 3px #cbcbcb;
width: 100%;
}
section#tax-filing-pg .row {
margin: 50px 0;
}
section#tax-filing-pg h2 {
font-weight: 700;
color: #1b4987;
font-size: 2.5rem;
margin-bottom: 20px;
line-height: 3rem;
}
section#hp-banner3 {
padding: 120px 0;
text-align: center;
}
section#hp-banner3 h1 {
font-size: 50px;
line-height: 60px;
color: #0d2348;
}
section#hp-banner3 img {
border: 3px solid #0d2348;
border-radius: 5px;
margin-top: 40px;
width: 60%;
margin: 50px auto 0;
}
.other-serv, .cont-sup, .home .notif-cont {
margin: 80px 0 0 !important;
}
.other-serv h3, .cont-sup h3 {
color: #0d2348;
text-transform: uppercase;
}
.other-serv a {
display: block;
background-color: #2d60a1;
margin: 10px auto;
width: 170px;
border-radius: 5px;
color: #fff;
text-decoration: none;
padding: 5px;
font-size: 12px;
font-weight: 600;
}
.cont-sup span {
display: block;
font-size: 12px;
line-height: 21px;
color: #424242;
}
.cont-sup img {
border: unset !important;
width: 120px !important;
margin: 0 auto !important;
}
section#hp-banner3 .mobile {
display: none;
visibility: hidden;
}
a {
color: #326e99;
text-decoration: none;
} section#app-entity {
padding: 130px 0 180px;
}
.page-template-template-application section#app-entity {
padding: 80px 0 60px;
}
.page-template-template-app .cont-mid, .page-template-template-application .cont-mid {
border: 2px solid #2d60a1;
padding: 30px 40px 30px;
text-align: center;
border-radius: 5px;
width: 650px;
margin: 0 auto;
background-color: #fff;
box-shadow: 0px 0px 5px #0000003d;
}
.page-template-template-app .cont-mid h1,  .page-template-template-application .cont-mid h1 {
color: #0d2348;
}
select#form-selector {
padding: 15px;
width: 90%;
margin: 0 20px;
}
select#form-selector:focus {
border-color: #2d60a1;
}
select#form-selector {
padding: 15px;
width: 90%;
margin: 0 20px;
border: 2px solid #4e4e4e;
border-radius: 5px;
}
button#submit-selector {
background-color: #fff;
display: block;
background-color: var(--darkblue);
margin: 30px auto 0;
width: auto;
border-radius: 5px;
color: #fff;
text-decoration: none;
padding: 8px 30px;
font-size: 20px;
font-weight: 600;
border: 0;
transition: 0.3s all ease-in-out;
}
button#submit-selector:hover {
background-color: #2077e7;
}
.serv-selector-container label {
font-size: 15px;
display: block;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 700;
}
section#faqs-sec h1 {
margin-top: 50px;
display: block;
color: #072347e3;
}
section#faqs-sec .accordion-body p {
font-size: 14px;
}
section#faqs-sec button.accordion-button {
color: #fff;
background-color: var(--darkblue);
font-weight: 700;
}
section#faqs-sec  .accordion-item {
margin-top: 10px;
}
section#faqs-sec  .accordion-button::after {
filter: brightness(1) invert(1) grayscale(1);
}
.page-title {
margin-bottom: 50px;
}
.page-template-template-default-page h2 {
font-size: 30px;
font-weight: 600;
color: var(--darkblue);
}
.logo-d {
display: flex;
text-align: left;
}
.logo-d img {
width: 48px;
margin-right: 10px;
}
.page-id-163 section.section-space {
padding: 20px 80px;
border-radius: 5px;
border: 1px solid #b7b7b7;
}
input.gform_next_button, input.gform_button {
font-weight: 600 !important;
font-size: 15px !important;
padding: 10px 20px !important;
transition: 0.3s ease-out !important;
}
input.gform_previous_button {
font-weight: 500 !important;
font-size: 15px !important;
padding: 10px 13px !important;
transition: 0.3s ease-out !important;
color: #585858 !important;
}
input.gform_next_button:hover {
background-color: #073766 !important;
border-color: #073766 !important;
}
h3.gsection_title {
font-size: 22px !important;
color: #444444;
margin-top: 20px;
}
.gfield_label {
font-size: 14px !important;
font-weight: 600 !important;
color: #444444cf !important;
}
.form-servies-title {
font-size: 18px !important;
color: #072347;
margin-top: 20px;
font-weight: 600;
}
#gform_1 .gfield--type-section, #gform_3 .gfield--type-section, #gform_4 .gfield--type-section, #gform_5 .gfield--type-section, .frm-cl .gfield--type-section, #gform_6 .gfield--type-section, #gform_7 .gfield--type-section, #gform_8 .gfield--type-section, #gform_9 .gfield--type-section, #gform_10 .gfield--type-section {
background-color: unset;
padding: 0;
border-radius: 0;
}
.gform-theme--framework .gf_progressbar .percentbar_blue {
background-color: #2672be !important;
}
.page-template-template-application .cont-mid{
width:100%;
}
.notif-cont {
border: 2px solid #2d60a1;
padding: 30px 40px 30px;
text-align: center;
border-radius: 5px;
width: 100%;
margin: 0 auto;
background-color: #fff;
box-shadow: 0px 0px 5px #0000003d;
}
.notif-cont ul {
list-style: none;
text-align: left;
margin: 20px 0;
padding: 0;
}
.notif-cont ul span.icon-notif {
margin-right: 10px;
color: #2672be;
font-size: 18px;
}
.notif-cont ul a {
color: #1a1a1a;
font-size: 18px;
}
.notif-title {
font-size: 22px !important;
line-height: 35px;
font-weight: 700;
margin-bottom: 20px;
color: #122349;
}
.home .notif-cont .notif-title {
font-size: 17px !important;
line-height: 22px;
}
.home .notif-cont  ul a {
font-size: 13px !important;
}
.home .notif-cont {
padding: 0;
margin: 0;
border: 0;
background-color: unset;
box-shadow: none;
}
.other-serv h3, .cont-sup h3, .home .notif-title {
color: #0d2348;
text-transform: uppercase;
font-size: 16px !important;
}
section#index-bnr {
padding: 120px 0;
background-size: cover;
background-image: url(//tax-ids.com/wp-content/uploads/2025/03/c-corp-1-scaled.jpg);
background-position: center;
text-align: center;
margin: 0;
position: relative;
overflow: hidden;
}
section#index-bnr::before {
content: '';
width: 100%;
height: 100%;
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
background-color: #0723479e;
}
#index-bnr h1 {
color: #fff;
font-size: 3.5rem;
line-height: 1.2;
}
section#app-header {
border-bottom: 0px solid #FFFFFF !important;
}
.news-img img {
width: 100%;
margin: 0 auto;
border-radius: 10px;
margin-top: 50px;
}
.news-img img {
width: 100%;
margin: 0 auto;
}
.p-other-detials {
display: flex;
align-items: center;
gap: 15px;
}
header.fb-entry-header nav.breadcrumb {
display: flex;
gap: 10px;
align-items: center;
}
header.fb-entry-header {
padding: 40px 0 20px;
}
.news-img {
margin-bottom: 50px;
}
.post-template-default h1.entry-title {
font-size: 3rem;
color: #114c87;
line-height: 1.2;
}
header.fb-entry-header nav.breadcrumb {
display: flex;
gap: 10px;
align-items: center;
background-color: #2672be;
border-radius: 5px;
margin: 20px 0;
padding: 5px;
font-size: 14px;
color: #fff;
font-weight: 600;
padding-left: 15px;
}
header.fb-entry-header nav.breadcrumb a {
font-size: 14px;
color: #ffffffbf;
font-weight: 400;
}
section#rest-of-the-content h2 {
font-size: 1.8rem;
color: #4a4a4a;
font-weight: 600;
line-height: 1.2;
}
section#rest-of-the-content h3 {
font-size: 1.6rem;
color: #4a4a4a;
line-height: 1.2;
}
.p-other-detials p, .p-other-detials a {
color: #000;
font-weight: 600;
color: #0f3d78;
}
.p-other-detials a {
color: #fff;
padding: 5px 10px;
border: 2px solid #1a3e7a;
border-radius: 100px;
background-color: #1a3e7a;
font-weight: 400;
font-size: 13px;
}
.featured-image-box {
width: 100%;
height: 360px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
margin-bottom: 20px;
}
section#pg-blog .container {
display: flex;
gap: 20px;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
justify-content: start;
}
article.article-loop {
flex: 0 0 auto;
width: 31.333%;
}
.featured-image-box {
width: 100%;
height: 230px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 5px;
margin-bottom: 20px;
}
section#pg-blog {
padding: 80px 0;
}
article.article-loop h2 a, article.article-loop h2 {
font-size: 20px !important;
line-height: 1.2 !important;
font-weight: 600;
}
article.article-loop p {
font-size: 0.9rem;
}
section#rest-of-the-content h2, section#rest-of-the-content h3, section#rest-of-the-content h4 {
margin-bottom: 20px !important;
margin-top: 20px !important;
}
.p-rich_text_section {
margin: 15px 0;
}
section#rest-of-the-content h2 b, section#rest-of-the-content h2, section#rest-of-the-content h3 b, section#rest-of-the-content h3, section#rest-of-the-content h3 strong, section#rest-of-the-content h2 strong, section#rest-of-the-content h2 span, section#rest-of-the-content h3 span {
font-weight: 600 !important;
color: #1f4d89;
margin-top: 40px !important;
}
select#redirectSelect {
border: 1px solid #848484;
padding: 5px 20px 5px 10px;
border-radius: 5px;
margin-bottom: 30px;
color: #848484;
}
a.dl-file {
padding: 5px 20px;
background-color: #0071bc;
border-radius: 100px;
color: #fff;
}
@media screen and (max-width:1680px){
}
@media screen and (max-width:1440px){
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:990px){
.featured-image {
right: 0;
top: -50px;
}
section#marketing-subs {
padding: 220px 0px 80px;
}
h2.h2-css {
font-size: 2.5rem;
font-weight: 700;
color: #0d2348;
margin-bottom: 20px;
line-height: 3rem;
}
section#sub-faq {
padding: 80px 0;
}
section#contact-us.contact-us-sub {
padding: 40px 0;
}
section#hp-banner2 h1 {
font-size: 60px;
line-height: 68px;
}
section#services-sec .cont-title {
margin-bottom: 20px;
}
header.my-logo {
padding: 18px 0;
}
.page-template-template-app .cont-mid, .page-template-template-application .cont-mid {
width: 100%;
padding: 40px 20px;
}
.page-id-163 section.section-space {
padding: 20px 20px;
}
}
@media screen and (max-width:768px){
section#services-sec .cont-title {
margin-bottom: 20px;
}
.cont-title p {
font-size: 1.3rem;
line-height: 2rem;
}
section#hp-banner2 h1 {
font-size: 54px;
line-height: 64px;
}
section#hp-banner2 {
padding: 180px 0 120px;
}
section#marketing-subs {
padding: 180px 0px 80px;
}
.featured-image {
right: 0;
top: 0;
}
.sub-heading-card {
margin-bottom: 50px;
}
section#file-with-us {
background-color: #f7f9ff;
padding: 40px 0;
}
section#file-with-us 
.box-fws {
text-align: center;
}
.box-fws {
height: auto;
}
div#accordionPanelsStayOpenExample {
margin-top: 50px;
}
section#contact-us.contact-us-sub .col-8, section#contact-us.contact-us-sub .col-4 {
width: 100%;
text-align: center;
}
section#contact-us.contact-us-sub h2.h2-css {
text-align: center;
margin-bottom: 20px;
}
section#contact-us.contact-us-sub a.get-started-btn {
width: 250px;
margin: 0 auto;
}
.summ-block table tr {
display: block;
}
section#app-header .row {
text-align: center;
}
section#app-header ul#menu-main {
margin: 10px auto 5px !important;
width: 100%;
padding: 0;
}
section#hp-banner3 {
padding: 50px 0;
}
section#hp-banner3 img {
width: 100%;
}
section#hp-banner3 .desktop {
display: none;
visibility: hidden;
}
section#hp-banner3 .mobile {
display: block;
visibility: visible;
}
section#app-entity {
padding: 60px 0 40px;
}
h1 {
font-size: 27px;
line-height: 35px;
font-weight: 700;
margin-bottom: 20px;
}
.custom-tooltip {
position: relative !important;
width: 100% !important;
}
.notif-cont ul a {
font-size: 15px;
}
.notif-cont {
margin-top: 25px;
}
.home .notif-cont ul {
margin-right: 40px;
margin-left: 50px;
}
}
@media screen and (max-width:640px){
header.my-logo .container a {
flex: 0 0 auto;
width: 80%;
}
nav.home-menu {
flex: 0 0 auto;
width: 20%;
text-align: right;
}
a.main-logo {
font-size: 16px;
font-weight: 600;
text-decoration: none;
color: #27406a;
}
header.my-logo {
padding: 18px 0;
}
.featured-image {
height: 250px;
}
section#marketing-subs .row {
flex-direction: column-reverse;
gap: 30px;
}
.footer-text {
padding: 0;
font-size: 10px;
}
section#hp-banner3 h1 {
font-size: 33px;
line-height: 43px;
color: #0d2348;
}
.other-serv, .cont-sup {
margin: 40px 0 0;
}
.cont-sup span {
font-size: 12px;
line-height: 21px;
width: 70%;
margin: 0 auto;
}
section#app-header .row .col-md-8 {
flex: 0 0 auto;
width: 60%;
}
section#app-header .row .col-md-4 {
flex: 0 0 auto;
width: 40%;
}
section#app-header .row {
flex-direction: row;
}
section#app-header span {
font-size: 10px;
}
section#app-header {
padding: 20px 0 !important;
}
.logo-d {
justify-content: center;
}
.post-template-default h1.entry-title {
font-size: 2rem;
color: #114c87;
line-height: 1.2;
}
section#rest-of-the-content h2 {
font-size: 1.5rem;
}
.news-img img {
width: 100%;
margin: 0 auto;
max-width: 100%;
}
}