/*

Theme Name: IRS Theme V2

Author: DNDVORKS

Description: Custom theme for IRS Website.

Version: 1.0

*/


: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;
/*     min-height: 74px; */
    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: relative;
    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: 10px;
    border-radius: 5px;
    font-weight: 600;
}
section#hp-banner {
    padding: 80px 0 40px;
    margin-top: 40px;
    /* background-attachment: fixed; */
    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: rgba(0, 0, 0, 0.7);
} */
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;
}
#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;
}
/* FORM CSS */
.gfield--type-radio.inline-radio-btn {
    display: flex !important;
    flex-direction: row !important;
    position: relative !important;
}
/* .gfield--type-radio.inline-radio-btn legend {
    flex: 0 0 auto;
    width: 60% !important;
}
.gfield--type-radio.inline-radio-btn .ginput_container_radio {
    flex: 0 0 auto;
    width: 15% !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 {
    border-bottom: 1px solid #0000001a;
    padding-bottom: 10px;
}
h2.gform_title {
    font-weight: 700;
    color: #2c578f;
    text-transform: uppercase;
    text-decoration: underline;
}
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: 20px 0;
    color: #002346;
    background-color: #eaeaea;
    margin-bottom: 30px;
}
.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;
}
/* fieldset#field_1_56, fieldset#field_1_73 {
    padding: 15px 10px 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #0000002b;
}
fieldset#field_1_56 legend, fieldset#field_1_73 legend {
    position: relative;
    top: 20px;
} */
 
 .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;
}

/*HOME V2*/
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%;
}
/* .home .mb-0.ftr-menu {
    display: none;
} */
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;
}
/* .home .top-footer .d-md-flex {
    flex-direction: column;
}
.home .footer-text {
    display: none;
}
.home footer {
    padding-bottom: 20px;
} */
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('/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('/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: 150px 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-weight: 600 !important; */
    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: 50px 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 {
    margin: 80px 0 0;
}
.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;
}

/* NEW APP PAGE */
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);
}

/* FBAR */

.penalty-box {
    text-align: left;
    background-color: #F6E3E3;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.penalty-box span {
    font-size: 1.5rem;
    font-weight: 700;
    color: #C82C34;
}
.penalty-box svg {
    width: 30px;
    margin-right: 8px;
}
.penalty-box svg path {
    fill: #C82C34;
}
header.my-logo {
    background-color: #2d60a1 !important;
}
nav.home-menu ul a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border: 0;
    font-size: 1rem !important;
}
nav.home-menu {
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
}
.logo-blk {
    flex: 0 0 auto;
    width: 100%;
}
header.my-logo .container {
 
    flex-direction: column;
}
nav.home-menu ul {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row;
    list-style: none !important;
    justify-content: flex-start;
    gap: 15px;
    margin: 0;
    padding: 0;
}
nav.home-menu {
    flex: 0 0 auto;
    width: 100%;
    text-align: left;
    border-top: 1px solid #ffffff70;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 15px;
}
.logo-blk a {
    font-family: 'Times New Roman', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.2;
}
.cont-mid {
    text-align: left;
}
.other-serv, .cont-sup {
    text-align: left;
}

.cont-sup {
    border: 1px solid #2d60a1;
    padding: 20px;
    border-radius: 10px;
}
a.btn-prep {
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
    background-color: #2d60a1;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
a.btn-prep:hover{
    background-color: #204474;
}
.notice-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    gap: 20px;
}
.notice-box svg {
    width: 70px;
}
div#faqs-sec {
    margin-top: 50px;
    border-top: 1px solid #2d60a163;
    padding-top: 30px;
    text-align: left;
}
.logo-blk a:not(.main-logo) {
    background-color: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 8px 45px;
    border-radius: 5px;
    float: right;
    display: inline-block;
    width: auto !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.logo-blk a:not(.main-logo):hover{
    background-color: #c4c4c4;
}
ul#menu-home li:hover a {
    color: #ffffff;
    border-bottom: 2px solid #FFF;
    padding-bottom: 5px;
}
ul#menu-home li.current-menu-item a {
    color: #ffffff;
    border-bottom: 2px solid #FFF;
    padding-bottom: 5px;
    font-weight: 600;
}
@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;
}
}
@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;
}
}
@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;
}

}