/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mulish", sans-serif;
}
.dropdown {
  display: none;
}

.navbar-mobile {
  display: none;
}
.top-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 2px 0px;
  background: #6c4a82;
  color: white;
  font-size: 15px;
}
/* Navbar */
.navbar {
  background: white;
  color: black;
  padding: 4px 0;
  z-index: 999;
  position: static;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.navbar1 {
  background: white;
  color: black;
  padding: 4px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.logo {
  width: 100%;
  height: 66px;
  margin-left: 0px;
  margin-top: 0px;
}
.container {
  width: 100%;
  margin: auto;
}
.nav-container {
  justify-content: center;
  display: flex;
  align-items: center;
}
.Right {
  width: 61%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.left {
  width: auto;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 7px;
  margin-left: 31px;
}

.nav-links li a {
  padding: 10px 10px;
  display: block;
  color: #666666 !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.muli {
  font-size: 16px;
  margin: 0px 6px;
}

ul.nav-links li {
  position: relative;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  min-width: 200px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  z-index: 100;
}

/* Dropdown links */
.dropdown li a {
  color: #003366;
  padding: 10px 10px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid black;
}

.dropdown li a:hover {
  background: #003366;
  color: white !important;
}

/* Show dropdown on hover */
.nav-links li:hover .dropdown {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
  color: white;
}
.search input {
  height: 40px;
  width: 250px;
  padding: 0px 4px;
  font-size: 14px;
  border: 2px solid #0178f0;
}
.bg-search {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: none;
  height: 40px;
  background: #0178f0;
}
.search-img {
  width: 25px;
}

/* Small animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Create underline effect */
.nav-links li .bd {
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #0376a9, #2cbcb0); /* underline color */
  margin: auto;
  transition: width 0.3s ease-in-out;
}

/* jab li par hover ho */
.nav-links li:hover .bd {
  width: 90%;
}
.tele {
  font-size: 20px;
  display: flex;
  color: #007db6;
  margin-right: 15px;
  font-weight: 700;
}
.search-icon {
  content: "";
  background: url(images/contact-icons.png);
  width: 23px;
  height: 20px;
  display: flex;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 5px;
}
.search {
  display: flex;
}
.phone {
  margin-right: 30px;
  color: #003366;
}
.nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
  height: 40px;
}
.bottom {
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 21px;
}
.report {
  width: 30px;
  height: 30px;
}

/* Buttons */
.btn-primary,
.btn-secondary,
.btn-outline {
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-primary {
  background: #ff6600;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #e65c00;
}
.btn-secondary {
  /* background: #00bfff; */
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 40px;
  color: #fff;
  background-color: #007db6;
  box-shadow: none;
  transition: all 0.5s;
}
.btn-secondary:hover {
  background: #0099cc;
}
.btn-outline {
  background: transparent;
  border: 2px solid #0080ff;
  color: #003366;
  padding: 15px 21px;
  position: absolute;
  color: #007db6;
  border-radius: 0;
  outline: none;
  bottom: 0;
  left: 44px;
  right: 44px;
}

.btn-outline:hover {
  background: #0080ff;
  color: #fff;
}

/* Hero */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 120px 10%;
  min-height: 550px;
  overflow: hidden;
  color: #fff;
  background: #003b5c;
}

/* Hero CSS Slider - Pure CSS Animation */
.hero-slider-css {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-slide-css {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: heroFade 12s infinite;
}

.hero-slide-css:nth-child(1) {
  animation-delay: 0s;
}

.hero-slide-css:nth-child(2) {
  animation-delay: 4s;
}

.hero-slide-css:nth-child(3) {
  animation-delay: 8s;
}

@keyframes heroFade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  33.33% { opacity: 1; }
  38.33% { opacity: 0; }
  100% { opacity: 0; }
}

.hero-slide-css img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero_color_overlay {
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  height: auto;
  background-image: linear-gradient(to right, #003b5c, rgba(60, 172, 96, 0.37));
  z-index: 2;
}

.hero-content {
  max-width: 50%;
  z-index: 99;
  position: relative;
}
.hero h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.hero p {
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: normal !important;
  line-height: 1.4em;
}
.container-no {
  padding: 20px 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Services */
.services {
  background: #f9f9f9;
  padding: 60px 0;
}

.service {
  position: relative;
  text-align: center;
  width: 270px;
  padding: 10px;
  height: 412px;
  animation: fadeInUp 1s ease-in-out;
}
.service h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 10px;
}
.service p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
}

.services svg {
  width: 90px !important;
  margin: 50px auto 20px;
  height: 90px;
}

/* Testimonials */
.testimonial {
  padding: 60px 10%;
  background: #003366;
  color: #fff;
  text-align: center;
}
.testimonial blockquote {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* Footer */

.zoomin_section {
  padding: 0px 10% 80px 10%;
  background: #f7f9fc;
}

.zoomin_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.zoomin_slide {
  perspective: 1000px; /* flip effect ke liye */
}

.zoomin-card-inner {
  position: relative;
  width: 100%;
  height: 220px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

.zoomin_slide:hover .zoomin-card-inner {
  transform: rotateY(180deg);
}

/* front side */
.zoomin_front,
.zoomin_back {
  position: absolute;
  width: 100%;
  height: 230px;
  backface-visibility: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 0;
}

.zoomin_front {
  background: #003b5c;
  color: #333;
}

.front_container {
  padding: 100px;
  text-align: center;
}
.front_container h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
}

.zoomin_link {
  font-size: 14px;
  color: #007db6;
  font-weight: bold;
  text-transform: uppercase;
}

/* back side */
.zoomin_back {
  background: #007db6;
  display: flex;
  justify-content: space-around;
  color: #fff;
  transform: rotateY(180deg);
  font-size: 37px;
  /* flex-direction: column; */
  gap: 10px;
}

.home_feature_a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 4px 0;
  font-size: 18px;
  line-height: 2.1;
  transition: color 0.3s;
}

.home_feature_a:hover {
  color: #ffe600;
}

.reviewsslider_section {
  position: relative;
  width: 100%;
  align-items: center;
  margin: auto;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(to bottom right, #007db6, #00c7b1);
}
.reviewsslider_grid {
  position: relative;
  margin: auto;
}
.reviewsslider_slide {
  display: none;
  animation: fade 0.8s ease-in-out;
}

.reviewsslider_slide.active {
  display: block;
}

.reviewsslider_testimonial {
  font-size: 19.2px;
  margin: 20px auto;
  width: 60%;
  font-weight: 600;
  line-height: 25px;
  color: white;
}

.reviewsslider_author {
  font-weight: bold;
  margin-top: 10px;
  color: white;
}

.reviewsslider_rating {
  margin-top: 5px;
  color: #00b4aa;
}

.slider_btns {
  position: absolute;
  top: 40%;
  margin: auto;
  left: 15%;
  width: 74%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-80%);
}

.slider_btns button {
  background: transparent;
  color: #fff;
  border: none;
  font-size: 22px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
}
.reviewsslider_cta {
  width: 20%;
  margin: auto;
  background-color: #022738;
  padding: 15px 40px;
  color: white;
  position: relative;
  left: 0;
  right: 0;
  bottom: 2px;
}

.reviewsslider_cta a {
  text-decoration: none;
  color: white;
}
.quote_left {
  position: absolute;
  top: 0;
}
.quote_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.results {
  background: url(images/case-study-photo-v3.png);
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #003366;
  position: relative;
  padding: 70px 0px;
}
.container-1 {
  width: 1000px;
  margin: auto;
}
.container-1 h2 {
  font-size: 45.6px;
  color: white;
  font-weight: 800;
  line-height: 1.4;
  width: 50%;
  margin: 0px 0px 20px 93px;
  text-align: left;
}
.case-study::before {
  content: "";
  background-color: #ff6900;
  position: absolute;
  left: 237px;
  top: 87px;
  height: 12%;
  width: 5px;
}
.flex {
  display: flex;
  padding: 0;
  margin: 5% 0;
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.result-box {
  position: relative;
  width: 42.5%;
  background-color: #fff;
  opacity: 0.9;
  padding: 40px;
  text-align: center;
}
.result-box h3 {
  color: #ff6900;
  font-size: 2em;
  display: block;
  margin-bottom: 20px;
}
.result-box p {
  line-height: 1.5em;
  font-size: 16px;
}
.result-box::before {
  content: "";
  background-color: #ff6900;
  position: absolute;
  left: 0px;
  top: -5px;
  height: 5px;
  width: 100%;
}
.btn-1 {
  padding: 15px 40px;
  color: #fff;
  background-color: #ff6900;
  box-shadow: none;
  transition: all 0.5s;
  border: none;
  display: flex;
  justify-content: center;
  margin: auto;
}
.wp-block-separator {
  border: none;
  position: relative;
  height: 5px;
  margin-bottom: 70px;
  margin-top: 0px;
}
.wp-block-separator:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(to right, #0376a9, #2cbcb0);
}
.bottom_btn {
  text-align: center;
  padding: 0 10% 100px;
}
.bottom_btn span {
  padding: 15px 40px;
  color: #fff;
  background-color: #003b5c;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home_bottom {
  padding: 70px 15% 50px;
  text-align: center;
}
.home_bottom h2 {
  margin-bottom: 30px;
  font-size: 34px;
}
.home_bottom p {
  margin-bottom: 20px;
  color: #3d3935;
  line-height: 1.5em;
  font-size: 1.1em;
}
.fillblank_section .fillblank_top_block {
  font-family: "Muli", sans-serif;
  font-size: 1.5em;
  color: #3d3935;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  padding: 0 5%;
}
.fillblank_section .fillblank_container {
  position: relative;
  text-align: center;
  margin-top: -20px !important;
  margin: 0 auto;
  width: 60%;
  height: 90px;
  overflow: visible;
}
.fillblank_container {
  position: relative;
  width: fit-content;
  margin: 40px auto;
  text-align: center;
  font-size: 5.2rem;
  font-weight: bold;
  color: #007db6;
  overflow: hidden;
  height: 40px; /* fixed height for smooth transition */
}

.fillblank_item {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  font-family: "Reenie Beanie", cursive;
  font-size: 70px;
}

.fillblank_item.active {
  opacity: 1;
  transform: translateY(0);
}

.fillblank_under_line {
  margin-top: 100px;
  height: 2px;
  background: #0e0e0e;
  width: 40%;
  margin: auto;
}

.fillblank_section .fillblank_bot_block {
  font-family: "Muli", sans-serif;
  font-size: 1.5em;
  color: #3d3935;
  text-align: center;
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 5%;
}

/* Form Section */
.form-section {
  background: url(images/mother-child-meditating.jpg);
  width: 100%;
  position: relative;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-0 {
  display: flex;
  padding: 0;
  margin: 5% 0 0px;
  width: 100%;
  gap: 20px;
  justify-content: center;
}
.form-section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  width: 79%;
  margin: auto;
  z-index: 9;
  position: relative;
  top: -20px;
}

.few-min {
  font-size: 35px;
  line-height: normal;
  position: relative;
  z-index: 9;
  color: white;
  text-align: center;
  padding: 58px 0px 20px;
}

.bord {
  width: 60%;
  margin: auto;
}
.form-section input,
.fixedLabel,
select {
  border: 3px solid #003b5c;
  background-color: #003b5c;
  transition: all 0.5s;
  /* color: #fff; */
  margin: 0px;
  height: auto;
  font-size: 1.5em;
  color: white;
  height: 56px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  width: 100%;
}
.form-section input::placeholder {
  color: white;
}

.inputBlock textarea,
.inputContainer .inputBlock select {
  border: 3px solid #003b5c;
  background-color: #003b5c;
  transition: all 0.5s;
  color: #fff;
  margin: 0px;
  height: auto;
  font-size: 1.5em;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main_form_disclaimer {
  margin: 20px 0;
  font-size: 14px;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  line-height: 1.4;
  position: relative;
}
.main_form_disclaimer input {
  margin-right: 8px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  width: 20px;
  position: relative;
  top: -12px;
}
.main_form_disclaimer label span {
  color: white;
}

.main_form_disclaimer a {
  text-decoration: underline;
  color: #007db6;
}
.popup_box {
  display: none;
  background: #f0f9ff;
  border: 1px solid #38bdf8;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 14px;
  height: 165px;
  border: 2px solid;
  color: #0c4a6e;
  animation: slideDown 0.3s ease;
}
p.para-1 {
  font-size: 17px;
  color: black;
  font-weight: 500;
}
#agree_to_terms {
  width: 27px;
  border: 2px solid #003366;
  border-radius: 0;
}
#agree_to {
  width: 27px;
  border: 2px solid #003366;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 15px;
  height: 27px;
}
.flex-1 {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 11px;
  height: 5px;
}
.flex-1 label {
  font-size: 17px;
  color: black;
  font-weight: 700;
}

p.para {
  font-size: 17px;
  color: black;
  font-weight: 700;
}
.bloack {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  margin-top: 25px;
}
.bloack label {
  color: black;
  font-weight: 700;
}
.btn-submit {
  color: #fff;
  border: none;
  border-radius: 0;
  margin: auto;
  font-size: 25px;
  width: 30%;
  padding: 14px 40px;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.5s;
  background-color: #007db6;
  height: 60px;
}
.btn-submit:hover {
  background-color: transparent;
  border: 1px solid;
  cursor: pointer;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* show jab checkbox checked ho */
#agree_to_terms_checkbox:checked ~ #popupBox {
  display: block;
}

.inputContainer .inputBlock .form-lead-qualify p {
  font-size: 1.1em;
  font-weight: 600;
  padding: 0px !important;
  width: 10%;
}
.inputContainer .inputBlock .form-lead-qualify {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 0 3px #003b5c inset;
  color: #3d3935;
  display: none;
}
.inputContainer .inputBlock .form-lead-qualify p:first-of-type {
  margin-bottom: 10px;
}

/* arrow under popup */
.popup_box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15px;
  border-width: 6px;
  border-style: solid;
  border-color: #00b4aa transparent transparent transparent;
}

/* show class */
.popup_box.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.tdn-link-block {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  background-color: #003b5c;
}

.tdn-related-link-container {
  display: block !important;
  padding-top: 60px !important;
  padding-bottom: 50px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.tdn-label {
  width: 100%;
  text-align: center;
  margin-bottom: 25px !important;
  font-size: 1.5em !important;
  font-weight: bold !important;
  color: #fff;
}
.tdn-list {
  display: block !important;
  text-align: center !important;
}
.tdn-list-item {
  display: inline-block;
  margin-right: 12px;
  font-size: 14.4px;
  border-right: 2px solid #fff;
  padding-right: 20px;
}
.tdn-list-item-1 {
  display: inline-block;
  margin-right: 12px;
  font-size: 14.4px;
  padding-right: 20px;
}

.tdn-link-block .tdn-related-link-container .tdn-list .tdn-list-item a {
  line-height: 2rem;
  font-size: 14px;
}
.tdn-link-block .tdn-related-link-container .tdn-list .tdn-list-item-1 a {
  line-height: 2rem;
  font-size: 14px;
}
.tdn-list-item a {
  color: #fff !important;
  text-decoration: none;
}
.tdn-list-item-1 a {
  color: #fff !important;
  text-decoration: none;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

/* Left Section */
.footer-left {
  flex: 1 1 300px;
  max-width: 350px;
}

.footer-logo {
  max-width: 220px;
  margin-bottom: 15px;
}

.footer-description {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin: 15px 0;
  list-style: none;
  padding: 0;
}

.footer-social a img {
  width: 30px;
}

.footer-address {
  font-size: 14px;
  margin: 15px 0;
  line-height: 1.5;
}

.footer-btn {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 30px;
  background: #444;
  color: #fff;

  text-decoration: none;
}

.footer-btn:hover {
  background: #666;
}

.footer-disclaimer {
  font-size: 12px;
  color: #aaa;
  line-height: 1.5;
  margin-top: 20px;
}

.footer-legal {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.footer-legal a {
  color: #bbb;
  text-decoration: none;
}

.footer-trust img {
  height: 40px;
  margin-right: 10px;
  margin-top: 15px;
}

/* Right Section */
.footer-right {
  flex: 3 1 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.footer-menu {
  height: 391px;
}
.footer-menu h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: #bbb;
  text-decoration: none;
  font-size: 14px;
}

.footer-menu a:hover {
  color: #fff;
}

.hero-tax {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  height: auto;
  /* Color overlay + Image */
  background: url("images/taxrelief-hike-relax3.jpg");
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply; /* or overlay/darken/lighten */
  color: #fff;
  position: relative;
}
.seuvive {
  font-size: 40px;
  margin-bottom: 20px;
}
.para-survive {
  font-size: 19px;
  margin-bottom: 20px;
}
.tax-content {
  max-width: 65%;
  z-index: 99;
}
.hero_color_tax_overlay {
  position: absolute;
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0px;
  background-image: linear-gradient(to right, #003b5c, rgba(60, 172, 96, 0.37));
}
.reviewsslider_section {
  position: relative;
  padding: 40px 10px;
}

.slick_slider {
  display: flex;
  align-items: stretch;
}

.grid_slide {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  margin: 10px;
  flex: 1;
  width: 367px;
}
.slick-list.draggable {
  width: 80%;
  margin: auto;
}

.grid_icon {
  font-size: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.grid_icon svg {
  width: 90px;
  height: 90px;
  fill: none; /* andar transparent */
  stroke: white; /* circle ka color */
  stroke-width: 1;
  overflow: visible; /* stroke cut hone se bachega */
  display: block;
}
.grid_icon img {
  width: 90px;
  height: 90px;
  fill: none; /* andar transparent */
  stroke: white; /* circle ka color */
  stroke-width: 1;
  overflow: visible; /* stroke cut hone se bachega */
  display: block;
}

.grid_title h2 {
  font-size: 18px;
  color: white;
  margin: 21px 0;
}
.grid_blurb p {
  font-size: 16px;
  color: white;
  margin-bottom: 40px;
}
.grid_link {
  text-decoration: none;
}
.grid_link span {
  color: white;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 22px;
  margin-top: 51px;
  background: #003366;
}

.slider_btns {
  display: flex;
  justify-content: center;
  margin-top: 63px;
  gap: 1078px;
}
.slider_btns button {
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  left: -38px;
}
.slider_btns img {
  width: 35px;
  height: 35px;
}
.irs-head {
  font-size: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.irs {
  padding: 70px 0px;
  height: 347px;
}
p.irs-para {
  font-size: 18px;
  padding: 0px 269px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #5a5050;
  margin: 21px 0px;
}

.change-color {
  color: #00a2ff;
  font-weight: 400;
}
.debt {
  padding: 70px 0px;
}
#value_container {
  margin: auto;
  width: 57%;
  height: 348px;
  gap: 20px;
  display: flex;
  border-radius: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.value_slide {
  border: 1px solid #007db6;
  margin: 10px 0;
  padding: 15px;
  cursor: pointer;
  transition: background 0.3s;
}
.value_image img {
  height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 27px auto;
}
.value_slide:hover {
  background: #003b5c;
}
.value_slide .value_title h3:hover {
  color: white;
}
.value_blurb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.value_slide.active .value_blurb {
  max-height: 200px; /* jitna text ho uske hisab se adjust hoga */
}
.value_title h3 {
  font-size: 22px;
  color: #266cb3;
  text-align: center;
}
section#value_section {
  margin-bottom: 128px;
}
.first-box {
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  width: 283px;
  height: 220px;
  overflow: hidden;
}
.first-box-img:hover {
  transform: scale(1.4);
  height: 90px;

  overflow: hidden;
}
.first-box-img1:hover {
  transform: scale(1.4);
  height: 90px;

  overflow: hidden;
}
.first-box-img2:hover {
  transform: scale(1.4);
  height: 90px;

  overflow: hidden;
}
.first-box-img {
  width: 283px;
  height: 90px;
  background: url(images/salary.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.z {
  position: relative;
  z-index: 99;
  background: white;
}
.first-box-img1 {
  width: 283px;
  height: 90px;
  background: url(images/addd.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-img2 {
  width: 283px;
  height: 90px;
  background: url(images/kick.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.artical {
  padding: 40px 0px 58px;
  height: 476px;
}
.artical-box {
  display: flex;
  justify-content: space-around;
  padding: 10px 215px;
  margin: auto;
}
h3.first-box-head {
  padding: 10px 13px;
  font-size: 22px;
}
h2.artical-head {
  display: flex;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 40px;
}
.irs-relife {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 10%;
  height: auto;
  overflow: hidden;
  position: relative;
  background: url(images/emblem-pattern-bg-v2.svg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
}
.irs-content {
  position: relative;
}
.irs-content h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}
.irs-content p {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.irs-content button {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.irs-debt {
  padding: 80px 0px;
  position: relative;
}
.wp-block-separator1 {
  border: none;
  position: relative;
  height: 5px;
  margin-bottom: 70px;
  margin-top: 40px;
}
.wp-block-separator1:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(to right, #0376a9, #2cbcb0);
}
.service1 svg {
  width: 90px;
  fill: #198abd;
}
.service1 {
  position: relative;
  text-align: center;
  width: 240px;
  padding: 10px;
  height: 240px;
  border: 1px solid #03afff;
  animation: fadeInUp 1s ease-in-out;
}
.container-no1 {
  padding: 20px 135px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.hidden {
  display: none;
}
.service1 h3 {
  font-size: 22px;
  color: #0099cc;
}
.service1 svg {
  width: 90px;
  padding: 20px 0px;
  fill: #198abd;
}
.james {
  font-weight: 400 !important;
  color: white;
}
.faqs_section {
  margin: 40px auto;
  font-family: Arial, sans-serif;
  position: relative;
}

.faqs_slide {
  border-bottom: 1px solid #ccc;
  width: 50%;
  margin-bottom: 10px;
}
.faq-flex {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: auto;
  gap: 48px;
}

.faqs_question {
  padding: 15px 24px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.faqs_question h3 {
  margin: 0;
  font-size: 19px;
  color: #007db6;
}
.faqs_question h3::before {
  content: "Q:";
  position: absolute;
  font-size: 1.3em;
  font-weight: 400;
  color: #007db6;
  position: absolute;
  left: -3px;
  top: 9px;
}
.faqs_question h3::after {
  content: url(images/down-arrow-blue.svg);
  position: absolute;
  right: 11px;
  top: 16px;
  width: 20px;
  transform: rotate(0deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.faqs_answer {
  max-height: 0;
  overflow: hidden;
  font-size: 17px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faqs_answer p {
  position: relative;
  color: #3d3935;
  margin-bottom: 20px;
  line-height: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
}

.faqs_answer ul {
  margin-bottom: 30px;
}
.faqs_answer ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #3d3935;
}

.first-box-debt {
  width: 283px;
  height: 90px;
  background: url(images/artical12.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-debt1 {
  width: 283px;
  height: 90px;
  background: url(images/artical3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-debt2 {
  width: 283px;
  height: 90px;
  background: url(images/artical4.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h3.first-box-head1 {
  padding: 6px 19px;
  font-size: 22px;
}
.flex-irs button {
  display: flex;
  justify-content: center;
  margin: 44px auto;
  font-size: 18px;
  background: #003366;
}
.shadow-box {
  width: 60%;
  position: relative;
  margin: 29px auto;
}

.shadow-box::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.box-shad {
  padding: 11px 15px;
  font-size: 19px;
  color: #0080ff;
  margin: 9px 10%;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
h2.faq-head {
  font-size: 30px;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  padding-top: 30px;
}
.first-box-state {
  width: 283px;
  height: 90px;
  background: url(images/irs-examining-return-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-state1 {
  width: 283px;
  height: 90px;
  background: url(images/person-writing-check-for-credit-card-debt-450x300.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-state2 {
  width: 283px;
  height: 90px;
  background: url(images/freelancer-figuring-taxes-450x300.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}

.flex-tax-state {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0px;
}

.left-tax {
  margin: 2% 0 2% 7%;
  padding: 5%;
  width: 540px;
  background-color: #fff;
  box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.15);
}
h3.tax-left-head {
  font-size: 29px;
  margin-bottom: 14px;
}
p.tax-left-para {
  font-size: 17px;
  color: #3d3935;
}
.right-tax {
  width: 432px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
img.arrows-less-money {
  width: 250px;
}
.flex-tax-state1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin: 14px 0px;
}
p.tax-para {
  font-size: 18px;
  padding: 10px 310px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #5a5050;
}
.box-shad-tax1 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.left-bar::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 3%;
  background-color: #003b5c;
}
.shadow-box1 {
  position: relative;
  margin: auto;
  width: 46%;
}
.box-shad-tax {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax2 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax::before {
  content: "1";
  position: absolute;
  left: -60px;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax1::before {
  content: "2";
  position: absolute;
  left: -65px;
  top: 43%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax2::before {
  content: "3";
  position: absolute;
  left: -60px;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
h3.box-head {
  font-size: 22px;
  color: black;
}
p.p-shad {
  font-size: 17px;
  color: #3d3935;
  font-weight: 400;
}
.left-bar {
  margin: 19px 0px;
  position: relative;
}

/* Animations */
@keyframes fadeInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

h3.box-head-left {
  font-size: 17px;
  color: #0080ff;
}
.box-shad-left {
  padding: 14px 15px;
  font-size: 19px;
  color: #0080ff;
  margin: 9px 6%;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
p.p-shad-left {
  font-size: 16px;
  color: #3d3935;
  font-weight: 400;
}
h3.box-head-left-bar {
  font-size: 17px;
  color: black;
}
.artical-box1 {
  display: flex;
  justify-content: center;
  gap: 23px;
}
.first-box-tax {
  width: 283px;
  height: 90px;
  background: url(images/IRS-Debt-Forgiveness-Program-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.shadow-box-forgiveness::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.shadow-box-forgiveness {
  width: 60%;
  position: relative;
  margin: 29px auto;
}
.learn-more-button {
  width: 45%;
  background: #003366;
  color: white;
  border: none;
  padding: 17px 0px;
  margin-top: 20px;
}
.learn-more-button:hover {
  background-color: transparent;
  border: 1px solid #003366;
  color: black;
}
.left-tax-right-shadow {
  margin: 2% 0 2% 7%;
  padding: 5%;
  width: 540px;
  background-color: #fff;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.15);
}
.first-box-forgiveness {
  width: 283px;
  height: 90px;
  background: url(images/irs-soft-letters-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-forgiveness2 {
  width: 283px;
  height: 90px;
  background: url(images/Tax-Balance-Due-3-Steps-to-Address-IRS-Notice-CP14-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
h3.p-shad {
  color: black;
  font-size: 22px;
  margin-bottom: 5px;
}
h3.p-shad-1 {
  color: #007db6;
  font-size: 22px;
  margin-bottom: 5px;
}
.shadow-box-negoation::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.shadow-box-negoation {
  width: 60%;
  position: relative;
  margin: 29px auto;
}
h3.negoation--tip-head {
  display: flex;
  justify-content: center;
  font-size: 34px;
}
.wp-block-inivitaion {
  border: none;
  position: relative;
  height: 5px;
  margin-bottom: 70px;
  margin-top: 60px;
}
.wp-block-inivitaion:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(to right, #0376a9, #2cbcb0);
}
.shadow-box-inivitaion::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.shadow-box-irs-appeal::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.shadow-box-inivitaion {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-irs-appeal {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.tax-para-keep {
  font-size: 18px;
  padding: 33px 260px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #5a5050;
}
.first-box-tax-invite {
  width: 283px;
  height: 90px;
  background: url(images/Mail-box-full-of-tax-letters-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-tax-appeal {
  width: 283px;
  height: 90px;
  background: url(images/Will-my-spouse-s-tax-debt-affect-me-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-tax-appeal1 {
  width: 283px;
  height: 90px;
  background: url(images/form-433-a_money-airplane_tdn-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.short-term-plain-left {
  width: 520px;
  height: 250px;
  border: 1px solid black;
  text-align: center;
  align-items: center;
}
.short-term-plain-left-box svg {
  width: 99px !important;
}
.short-term-plain-left {
  width: 520px;
  height: 250px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.short-term-plain {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: center;
  align-items: center;
  margin: 20px 0px;
}
h3.short-term-head {
  font-size: 22px;
  margin-top: 14px;
  color: #0080ff;
}
h3.price {
  color: black;
  margin-bottom: 10px;
  font-size: 24px;
}
.shadow-box-irs-payment-plan {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-irs-payment-plan::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
section.artical-payment {
  background: #ebebea;
  height: 161px;
  padding: 41px 0px;
}
section.artical-compromise {
  background: #ebebea;
  padding: 41px 0px;
}
p.irs-para-compromise {
  font-size: 18px;
  padding: 12px 279px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #5a5050;
}
.short-term-plain-left {
  color: white;
  width: 520px;
  height: 250px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #003366;
  align-items: center;
}
h3.compromise-lump-head {
  font-size: 22px;
  margin-top: 14px;
  color: white;
}
.shadow-box-irs-compromise-plan {
  width: 60%;
  position: relative;
  margin: 29px auto;
}

.shadow-box-irs-compromise-plan::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.shadow-box-irs-compromise-plan1 {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-irs-compromise-plan1::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
p.irs-compromise-para {
  font-size: 18px;
  padding: 0px 295px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  color: #5a5050;
}
.box-shad-tax-spouse {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-spouse::before {
  content: "1";
  position: absolute;
  left: -65px;
  top: 0;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-spouse2 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-spouse2::before {
  content: "2";
  position: absolute;
  left: -65px;
  top: 34%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-spouse3 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-spouse3::before {
  content: "3";
  position: absolute;
  left: -65px;
  top: 68%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.shadow-box-irs-spouse-plan {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-irs-spouse-plan::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.irs-head-currently {
  font-size: 32px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 65%;
  margin: auto;
  text-align: center;
}
.first-box-currently {
  width: 283px;
  height: 90px;
  background: url(images/back-to-school-shopping-2-459x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-currently:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.first-box-currently1 {
  width: 283px;
  height: 90px;
  background: url(images/GettyImages-1156622227-687x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-currently1:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.first-box-currently2 {
  width: 283px;
  height: 90px;
  background: url(images/judge-gavel-sm-748x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-home-buy {
  width: 283px;
  height: 90px;
  background: url(images/home-buying-process-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-home-buy:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.penality-box-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 55px;
  margin-top: 40px;
  margin-bottom: 56px;
}

h3.panality-head {
  font-size: 20px;
  padding: 50px 0px;
  color: #1567b9;
}

.hidden-class {
  display: none;
}
.penality-box:hover .hidden-class {
  display: block;
  flex-direction: column;
  font-size: 14px;
  padding: 0px 20px;
  background: #003366;
  color: white;
}

.penality-box:hover h3.panality-head {
  color: white;
}
.hidden-para {
  font-size: 14px;
  margin-bottom: 10px;
}
li.hidden-li {
  padding: 10px 10px;
  text-align: left;
}
.penality-box {
  width: 295px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid black;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease; /* smooth effect */
}

.penality-box:hover {
  background: #003366;
  color: white;
}

h3.panality-head {
  font-size: 20px;
  padding: 50px 0px;
  height: 142px;
  color: #1567b9;
}

.penality-box:hover h3.panality-head {
  color: white;
}

.hidden-class {
  display: none;
}

.penality-box:hover .hidden-class {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 0px 20px;
  background: #003366;
  color: white;
}

.hidden-para {
  font-size: 14px;
  margin-bottom: 10px;
}
li.hidden-li {
  padding: 10px 12px;
  text-align: left;
  list-style: none;
}

.wp-block-pentaly {
  border: none;
  position: relative;
  height: 5px;
  margin-bottom: 70px;
  margin-top: 66px;
}
.wp-block-pentaly:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(to right, #0376a9, #2cbcb0);
}
.shadow-box-penalty {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-penalty::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.tax-para-penalty {
  font-size: 18px;
  padding: 19px 275px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
  color: #5a5050;
}
.hero-tax-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  height: auto;
  background: url(images/tax-help-yoga.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
  position: relative;
}
.slider {
  position: relative;
  width: 100%;
  max-width: 700px; /* apni marzi se width rakh sakte ho */
  margin: 0 auto;
  overflow: hidden;
}

.box-slider p {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
.box-slider h3 {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  font-size: 24px;
  margin: 33px 0px;
  justify-content: center;
}
h3.unfiled-head {
  color: black;
}
.shadow-box-unfiled {
  width: 60%;
  position: relative;
  margin: 29px auto;
}
.shadow-box-unfiled::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
.first-box-unfiled {
  width: 283px;
  height: 90px;
  background: url(images/irs-examining-return-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-unfiled1 {
  width: 283px;
  height: 90px;
  background: url(images/forgot-to-file-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-unfiled2 {
  width: 283px;
  height: 90px;
  background: url(images/unfiled-tax-returns-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.wp-block-unfiled:after {
  content: "";
  position: absolute;
  width: 120px;
  height: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: linear-gradient(to right, #0376a9, #2cbcb0);
}
.wp-block-unfiled {
  border: none;
  position: relative;
  height: 5px;
  margin-bottom: 70px;
  margin-top: 50px;
}
.box-shad-tax-deliquent {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  position: relative;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-deliquent::before {
  content: "1";
  position: absolute;
  left: -65px;
  top: 0%;
  font-family: "Georgia", Muli;
  font-size: 4em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-deliquent1 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  position: relative;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-deliquent1::before {
  content: "2";
  position: absolute;
  left: -65px;
  top: 0%;
  font-family: "Georgia", Muli;
  font-size: 4em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-deliquent2 {
  padding: 11px 15px;
  color: #0080ff;
  position: relative;

  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-deliquent2::before {
  content: "3";
  position: absolute;
  left: -65px;
  top: 0%;
  font-family: "Georgia", Muli;
  font-size: 4em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-deliquent3 {
  padding: 11px 15px;
  color: #0080ff;
  position: relative;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-deliquent3::before {
  content: "4";
  position: absolute;
  left: -65px;
  font-family: "Georgia", Muli;
  font-size: 4em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-deliquent4 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-deliquent4::before {
  content: "5";
  position: absolute;
  left: -65px;
  top: 83%;
  font-family: "Georgia", Muli;
  font-size: 4em;
  font-weight: bold;
  color: #003b5c;
}
.first-box-back {
  width: 283px;
  height: 90px;
  background: url(images/young-black-woman-on-laptop-535x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-back1 {
  width: 283px;
  height: 90px;
  background: url(images/GettyImages-1156622227-687x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-back2 {
  width: 283px;
  height: 90px;
  background: url(images/Crumpled-Paper-from-Withholding-Tax-Mistake-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
h3.first-box-back-head {
  padding: 15px 18px;
  font-size: 20px;
}
.dot-img {
  background: url(images/automobile-and-boat.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.box-shad-tax-levy {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.box-shad-tax-levy::before {
  content: "1";
  position: absolute;
  left: -65px;
  top: -10%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-levy1 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.box-shad-tax-levy1::before {
  content: "2";
  position: absolute;
  left: -65px;
  top: 30%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.box-shad-tax-levy2 {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}

.box-shad-tax-levy2::before {
  content: "3";
  position: absolute;
  left: -65px;
  top: 65%;
  font-family: "Georgia", Muli;
  font-size: 5em;
  font-weight: bold;
  color: #003b5c;
}
.dot-overlay {
  position: absolute;
  width: 100%;
  bottom: 0px;
  right: 0;
  left: 0px;
  padding: 15px 10px 15px;
  background-color: rgba(0, 199, 177, 0.9);
  display: flex;
  font-size: 17px;
  color: white;
  justify-content: center;
  align-items: center;
}
.dot-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  gap: 21px;
  margin: 20px 0px;
}
.first-dot-box {
  position: relative;
}
.dot-img1 {
  background: url(images/homes-real-estate.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img2 {
  background: url(images/artwork-jewelry.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img3 {
  background: url(images/bank-accounts-v2.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img4 {
  background: url(images/bank-accounts.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img5 {
  background: url(images/tax-refund.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.shadow-box-levy {
  width: 60%;
  margin: 29px auto;
  position: relative;
}
.shadow-box-levy::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  left: 5%;
  background-color: #003b5c;
}
p.box-head-left-bar {
  color: black;
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0px;
}
li.lien-li {
  font-size: 17px;
  color: #4e4c4c;
  font-weight: 400;
  margin: 20px 0px;
}
.box-shad-left-lien {
  margin: 20px 60px;
}
.left-bar-lien {
  position: relative;
}
.left-bar-lien::before {
  content: "1";
  position: absolute;
  top: -8%;
  left: 4%;
  font-family: "Georgia", Muli;
  font-size: 3em;
  font-weight: bold;
  color: #003b5c;
}
.chnged {
  font-size: 17.2px;
  margin: 20px auto;
  width: 45%;
  text-align: center;
  font-weight: 400;
  line-height: 25px;
  color: black;
}
.slider-head {
  color: #0099cc;
  margin-bottom: 20px;
}
.channge-position {
  display: flex;
  justify-content: center;
  margin-top: -2px;
  gap: 450px;
}
.channge-position img {
  width: 35px;
  height: 35px;
  filter: invert(1);
}
.channge-position button {
  background-color: transparent;
}
.button-explore {
  width: 90%;
  background-color: #003366;
  color: white;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.first-box-offset:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.first-box-offset {
  width: 283px;
  height: 90px;
  background: url(images/irs-taking-tax-refund-446x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-offset1:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.first-box-offset1 {
  width: 283px;
  height: 90px;
  background: url(images/money-floating-away-from-woman-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-offset2:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.first-box-offset2 {
  width: 283px;
  height: 90px;
  background: url(images/Why-Was-My-Refund-Applied-to-Back-Taxes-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
h3.first-box-head-offset {
  padding: 9px 18px;
  font-size: 22px;
}
.first-box-crypto {
  width: 283px;
  height: 90px;
  background: url(images/cryptocurrency-piggy-bank-compressed-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-crypto:hover {
  transform: scale(1.4);
  height: 90px;
  overflow: hidden;
}
.hero-audit-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  height: auto;
  background: url(images/business-man-headset-office.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  position: relative;
  color: #fff;
}
h3.first-audit-head {
  padding: 10px 25px;
  font-size: 22px;
}
.services img {
  width: 90px !important;
  margin: 50px auto 20px;
  height: 90px;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 20px 0px;
}
.footer {
  background: #1c1c1c;
  color: #ddd;
  padding: 51px 60px 0px;
  font-family: Arial, sans-serif;
}
.footer-links ul li {
  list-style: none;
  margin: 11px 0px 13px;
}
.footer-links ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.footer-services ul li {
  list-style: none;
  margin: 11px 0px 13px;
}
.footer-services ul li a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.footer-contact p {
  list-style: none;
  margin: 11px 0px 13px;
}
.footer-contact p {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
.small-bussiness {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  height: auto;
  background: url(images/business-owner-tax-audit-v2-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
  position: relative;
}
.first-box-small {
  width: 283px;
  height: 90px;
  background: url(images/stressed-female-biz-owner-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-small1 {
  width: 283px;
  height: 90px;
  background: url(images/GettyImages-1439509446-1-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-small2 {
  width: 283px;
  height: 90px;
  background: url(images/employer-tax-mistakes-to-avoid-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
span.check-option {
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin: 0px 16px;
}
.flex-check-box {
  margin: 13px 0px;
}
ul.check {
  margin: 10px 37px;
}
li.check-list {
  font-size: 16px;
  color: #342f2f;
  font-weight: 400;
  margin: 10px 0px;
  list-style: circle;
}
.payroll-box-flex {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
}
.payroll-box {
  width: 191px;
  margin: 0px 20px;
  font-size: 17px;
  padding: 0px 20px;
  line-height: 1.5;
}

.payroll-box-flex {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  margin: 39px 0px;
}
p.para-payroll {
  margin-top: 26px;
}
.first-box-payroll {
  width: 283px;
  height: 90px;
  background: url(images/nanny-and-child-450x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.first-box-payroll1 {
  width: 283px;
  height: 90px;
  background: url(images/Importance-of-Paying-Payroll-Taxes-563x300.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  transform-origin: center center;
}
.start-plan-flex {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-start;
  gap: 20px;
}
.start-plain-box {
  width: 450px;
  border: 1px solid black;
  background: white;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto;
}
/* hover pe background/text change */
.start-plain-box:hover {
  background-color: #002244;
  color: white;
}

/* hidden by default */
.hidden-start {
  display: none; /* 👈 by default hidden */
  margin-top: 15px;
  background: #002244;
  color: white;
  padding: 10px;
}

/* ✅ sirf hovered box ka content dikhayega */
.start-plain-box:hover .hidden-start {
  display: block !important;
}

h3.start-plain-head {
  margin-bottom: 20px;
  font-size: 20px;
}

p.para-start {
  margin: 10px 32px;
  font-size: 15px;
}

li.start-plain-item {
  margin: 10px 38px;
  font-size: 15px;
}
.img-nexus {
  background: url(images/physical-presence.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-nexus1 {
  background: url(images/sales-activity.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-nexus2 {
  background: url(images/personnel.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-nexus3 {
  background: url(images/Affiliate-connections.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-nexus4 {
  background: url(images/referral-relationships-v4.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-nexus5 {
  background: url(images/online-marketplace.jpg);
  width: 340px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-white-nexus {
  width: 82%;
  background: #ffffffc9;
  padding: 18px 20px;
  text-align: center;
}
.sale-nexus-box {
  width: 340px;
}
.sale-nexus-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 15px 0px;
}
.white-head {
  color: #0080ff;
  font-size: 20px;
}
.tax-para-keep1 {
  font-size: 18px;
  padding: 3px 260px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #5a5050;
}
.color-change-box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 44px 0px;
}
.color-change-box {
  height: 110px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 25%;
}
.color-change-box:hover {
  background: #002244;
}
.color-change-box:hover .check-box {
  color: white;
}
.check-box {
  font-size: 20px;
  color: #0080ff;
  font-weight: 700;
}
figure {
  margin: 20px 0;
  padding: 20px 20% 0px;
}
table {
  border-collapse: collapse;
  width: 100%;
}

figure thead tr {
  background: #007db6;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}
figure tr:nth-child(even) {
  background: #eee;
}
figure th,
figure td {
  padding: 1rem;
  text-align: left;
  border: 1px solid #ccc;
}
.logo-section {
  margin: 20px 0px;
}
p.para-muli {
  text-align: center;
  margin: 0px 290px;
  line-height: 1.6;
}

.logo1 {
  background: url(images/large1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 700px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 70px auto 0px;
  height: 200px;
}
.value_product_container {
  display: flex;
  margin: 0px auto;
  padding: 20px 15% 0px 15%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  justify-content: center;
  align-items: flex-start;
}
.value_product_slide {
  position: relative;
  font-family: "Muli", sans-serif;
  border: 1px solid #007db6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 0px 0 30px 0;
  cursor: default;
  flex: 1;
  margin: 10px;
}
.value_product_slide .value_product_img_container {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.value_product_slide .value_product_img_container .value_product_image {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
  margin: 0 auto 0px auto;
  text-align: center;
  padding: 0 20px;
}
.value_product_slide .value_product_img_container .value_product_image .price {
  position: relative;
}
.value_product_slide
  .value_product_img_container
  .value_product_image
  .price
  .price_dollars {
  color: #002838;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-right: 5px;
  font-size: 72px;
  margin-left: -15%;
}
.price_currency {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 17px 6px 0px;
  position: absolute;
}
.price_subscription {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 10px 0 0;
  position: absolute;
  top: 29px;
}
.value_product_text_container {
  position: relative;
  width: 100%;
  padding: 0 20px;
}
.value_product_copy {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}
.value_product_title h3 {
  color: #007db6;
  font-weight: 800;
  margin: 50px auto 0px;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 1.7rem;
}
.value_product_blurb_container {
  overflow: visible;
}
.value_product_blurb {
  position: relative;
  font-size: 0.8em;
  line-height: 1.5em;
  transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}

.value_product_blurb h4 {
  text-align: left;
  font-size: 1.4rem;
  color: #007db6;
  font-weight: 600;
}
.value_product_blurb p {
  margin: 20px;
}
.top-3-child ul {
  position: relative;
  font-family: "Muli", sans-serif;
  margin: 20px 20% 0px;
  text-align: left;
}
.value_product_blurb ul {
  margin: 10px auto 30px;
}
.top-3-child ul:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  bottom: 0;
  left: 7%;
  background-color: #003b5c;
}
.value_product_blurb ul li {
  color: #3d3935 !important;
  text-align: left;
  padding: 5px 0px !important;
  box-shadow: none !important;
  list-style: none !important;
  margin: 5px 25px;
}
.value_product_blurb ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: 800;
  color: orange;
}
.most_popular_banner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #007db6;
  padding: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
}
h1.taxsafe-head {
  display: flex;
  font-size: 40px;
  text-align: center;
  margin: 20px 190px;
  line-height: 1.4;
}
span.missing {
  display: contents;
  color: orange;
  font-weight: 700;
}
.button-number {
  width: 50%;
  background-color: #003366;
  color: white;
  padding: 20px 10px;
  text-align: center;
  margin: 20px auto;
}
.button-number {
  font-size: 20px;
  width: 15%;
  background-color: #ff6205;
  color: white;
  padding: 16px 12px;
  justify-content: center;
  display: flex;
  border: none;
  margin: 20px auto;
}
h2.taxsafe-head {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 29px 280px;
  font-size: 30px;
  line-height: 1.3;
}
.about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 8%;
  height: auto;
  background: url(images/gmb-exterior-about4.jpg);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  color: #fff;
  position: relative;
}
.dot-img-career {
  background: url(images/pom-poms-e1596647803401.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career1 {
  background: url(images/potluck-v2.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career2 {
  background: url(images/holiday-giving-tree.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career3 {
  background: url(images/halloween-office-decor.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career4 {
  background: url(images/xmas-ugly-sweater-spirit-week.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career5 {
  background: url(images/gmb-exterior-about4.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career6 {
  background: url(images/happy-birthday-decorations.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career7 {
  background: url(images/fan-at-baseball-game.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.dot-img-career8 {
  background: url(images/wonder-woman-wednesday-v2.jpg);
  width: 335px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.custom-contact-block {
  padding: 20px 0px 0px 0px;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 700;
  color: #3d3935;
}

.has-text {
  padding: 20px 0px 80px !important;
}
.wp-block-button {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 7%;
}
.wp-block-button a {
  padding: 15px 40px;
  color: #fff;
  background-color: #003b5c;
  box-shadow: none;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  transition: all 0.5s;
}
.contact-box img {
  width: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
}
.has-text {
  padding: 20px 64px 30px !important;
  text-align: center;
}
.custom-contact-block {
  padding: 20px 0px 0px 0px;
  font-size: 1.7em;
  line-height: 1.3em;
  font-weight: 700;
  color: #3d3935;
  text-align: center;
}
.contact-box {
  position: relative;
  box-shadow: 0px 0 10px 0 rgb(0 0 0 / 15%);
  margin: 52px 38px;
  width: 34%;
}
.flex-contact-box {
  display: flex;
  justify-content: center;
}
.left-tax-right-shadow-change {
  margin: 2% 0 2% 0%;
  padding: 3% 5% 3% 0%;
  width: 624px;
  background-color: #fff;
  box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.15);
}

.right-tax-change {
  width: 354px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
img.arrows-less-money {
  width: 150px;
}
.box-shad-tax-change {
  padding: 11px 15px;
  color: #0080ff;
  margin: 30px 0px;
  font-weight: 700;
  box-shadow: -5px 0px 5px 0 rgba(0, 0, 0, 0.15);
}
.box-shad-tax-change::after {
  border-width: 40px 40px 40px 0;
  border-color: transparent #1a7ea5 transparent transparent;
  left: 20px;
  bottom: -60px;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0.5;
  border-style: solid;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  z-index: 300;
}
p.p-shad-change {
  font-size: 19px;
  color: #3d3935;
  font-weight: 400;
  margin-top: 9px;
}
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

#navMenu {
  display: block;
}

@media (max-width: 575px) {
  .hamburger {
    display: block;
  }

  #navMenu {
    display: none;
    position: absolute;
    top: 100px; /* navbar height ke hisaab se adjust */
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }

  #navMenu.active {
    display: block;
    border-top: 1px solid #858585;
  }

  /* normal dropdown */
  #nav #navMenu {
    top: 100px;
    position: absolute;
  }

  /* jab navbar fixed ho */
  #nav.fixed #navMenu {
    top: 73px !important;
    position: absolute; /* relative mat karo warna upar niche shift hoga */
  }

  .nav-links {
    flex-direction: column;
    padding: 10px 0px;
    margin: 0;
  }
  .nav-links li a {
    padding: 0 10px 20px;
    display: block;
    color: #666666 !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
  }
  .nav-links li {
    margin: 10px 0;
    border-bottom: 1px solid #9f8888;
  }

  .nav-links li:hover .dropdown {
    display: flex;
    flex-direction: column; /* dropdown ke items vertical aayenge */
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }
  .hero h1 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
  }
  .hero p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: normal !important;
    line-height: 1.4em;
    text-align: left;
  }
  .zoomin_section {
    padding: 0px 20px 40px;

    background: #f7f9fc;
  }
  section.hero {
    padding: 20px;
    text-align: center;
  }
  .top-navbar {
    display: block;
  }
  span.Check {
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .irs-head {
    font-size: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  p.irs-para {
    font-size: 14px;
    line-height: 1.4;
    padding: 0px 0px;
    text-align: center;
    font-weight: 400;
    color: #5a5050;
    margin: 21px 0px;
  }
  .left-tax-right-shadow-change {
    margin: 10px 14px;
    padding: 3% 5% 3% 3%;
    width: auto;
    background-color: #fff;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  }
  .flex-tax-state1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  h3.tax-left-head {
    font-size: 18px;
    margin-bottom: 16px;
    text-align: center;
  }
  p.tax-left-para {
    font-size: 14px;
    color: #3d3935;
    text-align: center;
  }
  .right-tax-change {
    margin: 20px 0px;
    width: auto;
  }
  img.arrows-less-money {
    width: 110px;
  }
  .tax-para-keep {
    font-size: 14px;
    padding: 33px 4px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    color: #5a5050;
  }
  section.irs-relife {
    padding: 60px 2%;
  }
  .box-shad-tax-deliquent::before {
    display: none;
  }
  .box-shad-tax-deliquent1::before {
    display: none;
  }
  .box-shad-tax-deliquent2::before {
    display: none;
  }
  .box-shad-tax-deliquent3::before {
    display: none;
  }
  .box-shad-tax-deliquent4::before {
    display: none;
  }
  .shadow-box-forgiveness {
    width: auto;
  }
  .shadow-box-levy {
    width: auto;
    margin: 29px auto;
    position: relative;
  }
  .irs-content h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .irs-content p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .wp-block-pentaly {
    border: none;
    position: relative;
    height: 5px;
    margin-bottom: 31px;
    margin-top: 31px;
  }
  .shadow-box1 {
    position: relative;
    margin: 10px 20px;
    width: auto;
  }
  h3.box-head {
    font-size: 17px;
    color: black;
    text-align: center;
    margin-bottom: 10px;
  }
  p.p-shad-change {
    font-size: 13px;
    color: #3d3935;
    font-weight: 400;
    margin-top: 9px;
    text-align: center;
  }

  .box-shad-tax-change::after {
    border-width: 32px 32px 32px 0;
    border-color: transparent #1a7ea5 transparent transparent;
    left: 20px;
    bottom: -48px;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0.5;
    border-style: solid;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    z-index: 300;
  }
  .irs-debt {
    padding: 40px 0px 20px;
    position: relative;
  }
  h2.faq-head {
    font-size: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .faq-flex {
    gap: 0;
    display: flex;
    justify-content: center;
    width: auto;
    margin: auto;
    flex-direction: column;
    margin: 0px 20px;
  }
  .faqs_slide {
    border-bottom: 1px solid #ccc;
    width: auto;
    margin-bottom: 10px;
  }
  .faqs_question h3 {
    margin: 0;
    font-size: 16px;
    color: #007db6;
  }
  .faqs_question h3::before {
    content: "Q:";
    position: absolute;
    font-size: 1.1em;
    font-weight: 400;
    color: #007db6;
    position: absolute;
    left: -3px;
    top: 14px;
  }
  .faqs_question h3::after {
    content: url(images/down-arrow-blue.svg);
    position: absolute;
    right: 8px;
    top: 14px;
    width: 13px;
    transform: rotate(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .faqs_answer p {
    position: relative;
    color: #3d3935;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  .left {
    width: auto !important;
  }
  .logo {
    width: 65%;
    margin: 7px 0px 0px;
    height: 60%;
  }

  .Right {
    display: none;
  }
  .nav-right {
    display: none;
  }
  img.report {
    display: none;
  }
  .nav-container {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
  header#nav {
    padding: 0px 13px;
  }
  .container-no {
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .services img {
    width: 74px !important;
    margin: 50px auto 20px;
    height: 74px;
  }
  .service h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .front_container h3 {
    font-size: 17px;
    color: white;
    margin-bottom: 10px;
  }

  .front_container {
    padding: 10px;
    text-align: center;
  }
  .reviewsslider_testimonial {
    font-size: 14.2px;
    margin: 20px auto;
    width: auto;
    font-weight: 400;
    line-height: 22px;
    color: white;
  }
  .reviewsslider_cta {
    width: auto;
  }
  .container-1 h2 {
    font-size: 22.6px;
    color: white;
    font-weight: 500;
    line-height: 1.4;
    padding: 0px 24px;
    width: auto;
    margin: 0;
    text-align: center;
  }
  .container-1 {
    width: 100%;
  }
  .result-box {
    position: relative;
    width: auto;
    background-color: #fff;
    opacity: 0.9;
    padding: 40px;
    text-align: center;
    margin: 0px 19px;
  }
  .flex {
    flex-direction: column;
  }
  .result-box h3 {
    font-size: 1em;
  }
  .result-box p {
    font-size: 12px;
  }
  .case-study::before {
    display: none;
  }
  .home_bottom h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .home_bottom {
    padding: 70px 5% 50px;
    text-align: center;
  }
  .home_bottom p {
    font-size: 14px;
  }
  span.button-text {
    padding: 15px 27px;
    font-size: 14px;
  }
  .fillblank_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    font-family: "Reenie Beanie", cursive;
    font-size: 20px;
  }
  .fillblank_top_block span {
    font-size: 22px;
  }
  .fillblank_bot_block span {
    font-size: 18px;
    text-align: center;
  }
  .bord {
    width: auto;
    margin: 0px 20px;
  }
  .few-min {
    font-size: 18px;
    line-height: normal;
    position: relative;
    z-index: 9;
    color: white;
    text-align: center;
    padding: 58px 0px 20px;
  }
  .form-section form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: auto;
    margin: auto;
    z-index: 9;
    position: relative;
  }
  .form-section input,
  .fixedLabel,
  select {
    border: 3px solid #003b5c;
    background-color: #003b5c;
    transition: all 0.5s;
    /* color: #fff; */
    margin: 0px;
    height: auto;
    font-size: 12px;
    color: white;
    height: 56px;
    font-weight: 300;
    -webkit-transition: all 0.5s;
    width: 100%;
    padding: 0px 20px;
  }
  .flex-0 {
    display: flex;
    flex-direction: column;
  }
  .main_form_disclaimer label span {
    color: white;
    font-size: 10px;
  }
  .main_form_disclaimer input {
    margin-right: 8px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    width: 10px;
    position: relative;
    top: -12px;
  }
  .btn-submit {
    /* background: #00bfff; */

    width: auto;
  }
  .tdn-label {
    width: 100%;
    text-align: left;
    margin-bottom: 25px !important;
    font-size: 1em !important;
    font-weight: bold !important;
    color: #fff;
  }
  li.tdn-list-item {
    border: 0;
    padding: 0;
    margin: 0;
  }
  li.tdn-list-item-1 {
    border: 0;
    padding: 0;
    margin: 0;
  }
  a.tdn-related-link {
    font-size: 12px !important;
    line-height: 1px;
    text-align: left;
  }
  .tdn-list {
    display: block !important;
    text-align: left !important;
  }
  .footer {
    background: #1c1c1c;
    color: #ddd;
    padding: 51px 13px 0px;
    font-family: Arial, sans-serif;
  }
  .footer-logo {
    max-width: 160px;
    margin-bottom: 15px;
  }
  .footer-description {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .footer-links h3 {
    font-size: 12px;
  }
  .footer-services h3 {
    font-size: 12px;
  }
  .footer-links ul li a {
    text-decoration: none;
    color: white;
    font-size: 10px;
  }
  .footer-contact h3 {
    text-decoration: none;
    color: white;
    font-size: 14px;
  }
  .footer-services ul li {
    font-size: 10px;
  }
  .footer-bottom {
    display: flex;
    justify-content: center;
    font-size: 11px;
    padding: 20px 0px;
    flex-direction: column;
    text-align: center;
  }
  button.btn-secondary {
    display: flex;
    justify-content: left;
    font-size: 12px;
  }
  p.para-1 {
    font-size: 12px;
    color: black;
    font-weight: 500;
  }
  p.para {
    font-size: 12px;
    color: black;
    font-weight: 700;
  }
  .bloack {
    margin-top: 35px;
  }
  .footer-contact p {
    text-decoration: none;
    color: white;
    font-size: 12px;
  }
  .nav-links li:hover .bd {
    width: 0;
  }
  .flex-irs {
    margin: 0px 20px;
  }

  .shadow-box {
    width: auto;
    position: relative;
    margin: 29px auto;
  }
  h3.p-shad {
    color: black;
    font-size: 17px;
    margin-bottom: 5px;
  }
  p.p-shad {
    font-size: 14px;
    color: #3d3935;
    font-weight: 400;
  }
  .flex-contact-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .contact-box {
    position: relative;
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 15%);
    margin: 52px 38px;
    width: auto;
  }
  h2.custom-contact-block {
    font-size: 1em;
  }
  .has-text {
    padding: 6px 20px 12px !important;
    text-align: center;
    font-size: 13px;
  }
  .contact-box {
    position: relative;
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 15%);
    margin: 28px 18px;
    width: auto;
    padding: 0px 0px 20px;
  }
  .contact-box img {
    width: 75px;
  }
  p.irs-para-compromise {
    padding: 0;
    font-size: 12px;
  }
  .dot-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    gap: 17px;
    margin: 20px 0px;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  .dot-overlay {
    font-size: 11px;
  }
  .dot-img-career {
    width: 298px;
  }
  .dot-img-career1 {
    width: 298px;
  }
  .dot-img-career2 {
    width: 298px;
  }
  .dot-img-career3 {
    width: 298px;
  }
  .dot-img-career4 {
    width: 298px;
  }
  .dot-img-career5 {
    width: 298px;
  }
  .dot-img-career6 {
    width: 298px;
  }
  .dot-img-career7 {
    width: 298px;
  }
  .dot-img-career8 {
    width: 298px;
  }
  .logo1 {
    width: 90%;
  }
  h1.taxsafe-head {
    margin: 0 0 10px;
    font-size: 22px;
  }
  p.para-muli {
    margin: 0 11px;
  }
  div#ts_plans_container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
  }
  h2.taxsafe-head {
    margin: 8px 11px;
    font-size: 18px;
  }
  button.button-number {
    width: auto;
  }
  .payroll-box-flex {
    display: flex;
    justify-content: center;
    width: auto;
    text-align: center;
    margin: 39px 0px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .payroll-box {
    margin: 13px;
    border: 1px solid black;
    padding: 14px;
    width: auto;
  }
  .shadow-box-negoation {
    width: auto;
  }
  h3.p-shad-1 {
    color: #007db6;
    font-size: 17px;
    margin-bottom: 5px;
  }
  h3.negoation--tip-head {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 25px;
  }
  .flex-tax-state {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .flex-tax-state1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0px;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .left-tax-right-shadow {
    margin: 11px 12px;
    padding: 5%;
    width: auto;
    background-color: #fff;
    box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .left-tax {
    margin: 11px 12px;
    padding: 5%;
    width: auto;
    background-color: #fff;
    box-shadow: -10px 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .shadow-box-irs-appeal {
    width: auto;
  }
  .box-shad-tax-spouse::before {
    display: none;
  }
  .box-shad-tax-spouse2::before {
    display: none;
  }
  .box-shad-tax-spouse3::before {
    display: none;
  }
  .shadow-box-irs-spouse-plan {
    width: auto;
    margin: 29px 20px;
  }
  .shadow-box-irs-spouse-plan::before {
    left: -13px;
  }
  p.tax-para {
    padding: 0;
    font-size: 14px;
    margin: 22px 0px;
  }
  .shadow-box-irs-appeal::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: -13px;
    background-color: #003b5c;
  }
  .box-shad {
    margin: 5px 20px;
  }
  .shadow-box::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: -13px;
    background-color: #003b5c;
  }
  .box-shad-tax::before {
    display: none;
  }
  .box-shad-tax1::before {
    display: none;
  }
  .box-shad-tax2::before {
    display: none;
  }
  .left-bar::before {
    left: 0;
  }
  .shadow-box-forgiveness::before {
    left: -13px;
  }
  .shadow-box-negoation::before {
    left: -13px;
  }
  .shadow-box-inivitaion {
    width: auto;
  }
  .shadow-box-inivitaion::before {
    left: -13px;
  }
  .short-term-plain-left {
    width: auto;
    padding: 0px 20px;
  }
  .short-term-plain {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .shadow-box-irs-payment-plan {
    width: auto;
    margin: 29px 20px;
  }
  .shadow-box-irs-payment-plan::before {
    left: -13px;
  }
  .shadow-box-irs-compromise-plan {
    width: auto;
    margin: 29px 20px;
  }
  .shadow-box-irs-compromise-plan::before {
    left: -13px;
  }
  p.irs-compromise-para {
    padding: 0;
    text-align: center;
    font-size: 14px;
  }
  .shadow-box-irs-compromise-plan1 {
    width: auto;
    margin: 29px 20px;
  }
  .shadow-box-irs-compromise-plan1::before {
    left: -13px;
  }
  .box-slider p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 10px;
    color: #5a5050;
  }
  .shadow-box-unfiled {
    width: auto;
    margin: 29px 20px;
  }
  .shadow-box-unfiled::before {
    left: -13px;
  }
  .navbar-mobile {
    display: block;
  }
  section.hero-tax {
    padding: 48px 10px;
  }
  .tax-content {
    z-index: 99;
    width: auto;
    max-width: 100%;
  }
  .seuvive {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .para-survive {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .slider_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
    gap: 179px;
  }
  .grid_blurb p {
    font-size: 14px;
  }
  #value_container {
    margin: auto;
    width: auto;
    height: auto;
    gap: 20px;
    display: flex;
    margin: 0 20px;
    border-radius: 0px;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .right-tax {
    width: auto;
  }
  .slick_slider {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .box-shad-tax-levy::before {
    display: none;
  }
  .box-shad-tax-levy1::before {
    display: none;
  }
  .box-shad-tax-levy2::before {
    display: none;
  }
  .shadow-box-levy::before {
    left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .hamburger {
    display: block;
  }

  #navMenu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }

  #navMenu.active {
    display: block;
    border-top: 1px solid #858585;
  }

  #nav #navMenu {
    top: 153px;
    position: absolute;
  }

  #nav.fixed #navMenu {
    top: 119px !important;
    position: absolute;
  }

  .nav-links {
    flex-direction: column;
    padding: 15px 0;
    margin: 0;
  }
  .irs {
    padding: 70px 0px;
    height: auto;
  }
  p.irs-para {
    font-size: 18px;
    padding: 0px 30px;
  }
  .nav-links li a {
    font-size: 16px;
    padding: 12px 20px;
  }

  .logo {
    width: 80%;
  }

  .Right,
  .nav-right {
    display: none;
  }

  .nav-container {
    margin: 0px -10px;
    justify-content: space-between;
  }
  .navbar-mobile {
    display: block;
  }
  .slider_btns {
    display: flex;
    justify-content: space-between;
    margin-top: 63px;
    gap: 0;
  }
  #value_container {
    width: auto;
    height: auto;
    gap: 0;
    display: flex;
    border-radius: 0px;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0px 20px;
  }
  .bord {
    width: auto;
    margin: 0px 23px;
  }
  p.tax-para-keep {
    padding: 0px 20px;
  }
  .shadow-box-irs-appeal {
    width: auto;
    margin: 29px 20xp;
    position: relative;
  }
  .reviewsslider_testimonial {
    width: auto;
    margin: 20px 20px;
  }

  .shadow-box1 {
    position: relative;
    margin: 0px 74px;
    width: auto;
  }
  .faq-flex {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 0px 20px;
    gap: 48px;
  }
  .irs-head {
    font-size: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  p.irs-para-compromise {
    padding: 0px 20px;
  }
  .dot-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .box-shad-tax-levy1::before {
    display: none;
  }
  .shadow-box-levy {
    width: auto;
    margin: 0px 20px;
  }
  section.hero-audit-help {
    padding: 20px;
  }
  .seuvive {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .para-survive {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .slick_slider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .grid_slide {
    border-radius: 12px;
    padding: 7px;
    text-align: center;
    margin: 47px;
    flex: 1;
    width: auto;
  }
  p.tax-para {
    padding: 10px 20px;
  }
  .flex-tax-state {
    margin: 14px 20px;
  }
  .flex-tax-state1 {
    margin: 14px 20px;
  }
  .shadow-box-unfiled {
    width: auto;
    position: relative;
    margin: 29px 20px;
  }
  .shadow-box {
    width: auto;
    margin: 29px 20px;
  }
  .contact-box {
    position: relative;
    box-shadow: 0px 0 10px 0 rgb(0 0 0 / 15%);
    margin: 52px 20px;
    width: auto;
  }
  .flex-contact-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
