:root {
  --white: rgba(255, 255, 255, 1);
  --primary-btn-color: linear-gradient(90deg, #22A75D 0%, #007233 100%);
  --sesondary-btn-color: rgba(45, 51, 62, 1);

}

body {
  font-family: "Archivo";
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  max-width: 1400px !important;
}

h2 {
  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2px;
  color: rgba(53, 53, 53, 1);

}

p {
  font-family: "Poppins";
  color: rgba(94, 94, 94, 1);
  font-size: 17px;
  line-height: 22px;


}

a {
  text-decoration: none;
}

nav {
  padding: 10px 0px;
}


.main-hero-section {
  background: rgba(15, 19, 32, 1);

}

.main-logo {
  width: 150px;
  height: 70px;
}


.nav-links {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 50px;
}

.main-nav-links {
  padding: 0px;
  margin: 0px;
  list-style: none;
  gap: 25px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.mobile-nav {
  position: relative;
}

.mob-nav-close {
  /* position: absolute;
    left: 20px;
    top: 20px; */
  font-size: 30px;
  z-index: 11;
  display: none;
}

.main-nav-links li {
  padding: 24px 0px;
}

.mobile-nav-list {
  transition: left 0.6s ease;
  position: fixed;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 300px;
  background: rgba(15, 19, 32, 1);
  z-index: 9;
}

.mobile-nav-list.active {
  left: 0;
  /* Visible when active */
}

.mobile-nav-list ul li a {
  border-bottom: 2px solid white;
}

.mobile-nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 25px 40px;
}

.mobile-nav-list ul li {
  padding: 10px 0px;
}

.mobile-nav-list ul li a {

  font-weight: 700;
  size: 17px;
  color: var(--white);
  border-bottom: 2px solid transparent;
}

.mobile-nav-list ul li a:hover {
  border-bottom: 2px solid white;
  transition: all 0.6s ease;
}

.hero-img {
  position: absolute;
  right: 50%;
  top: 50%;
  height: 440px;
  width: 42%;
  transform: translate(119%, -52%);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.mobil-nav-hamburder {
  display: none;
}

.main-nav-links li a {
  font-weight: 700;
  size: 17px;
  color: var(--white);
  border-bottom: 2px solid transparent;
  transition: all 0.6ms ease;
}

.main-nav-links li a:hover {
  border-bottom: 2px solid white;
}

.sided-links ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sided-links ul li {
  padding: 24px 0px;
}

.sided-links ul li a {
  font-weight: 700;
  size: 17px;
  color: var(--white);
}

.join-us-btn {
  height: 147px;
  width: 48px;
  background: linear-gradient(90deg, #22A75D 0%, #007233 100%);
  border-radius: 10px;
  width: 63px;
  height: 23px;
  padding: 14px 22px;
  font-size: 18px;
  font-family: "Source Serif 4";
}


/* ======= hero = */

.hero-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;

}

.hero-content {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.hero-content h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 54px;
  color: var(--white);
  letter-spacing: -2px;
  font-family: "Source Serif 4" !important;
}

.hero-content p {
  /* font-family: Poppins; */
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
}

.main-img {
  height: 515px;
}

.hero-image {
  position: absolute;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  overflow: hidden;
  padding: 0;
  right: 0px;
}

.micro-image img {
  width: 44px;
  height: 44px;
  top: 484px;
  left: 176px;
  border: 2px solid var(--white);
  border-radius: 50%;
  overflow: hidden;
  padding: 2px;
}

.rev-images {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 192px;
}

.upper-mic-img1 {
  position: absolute;
  left: 36px;
  top: 0px;
}

.upper-mic-img2 {
  position: absolute;
  right: 39px;
  top: 0px;
}

.star-ratting .stars i {
  font-size: 20px;
  color: yellow;
}

.btn-main {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  background: var(--primary-btn-color);
  width: 274px;
  height: auto;
  color: var(--white);
  padding: 14px 6px;
  border-radius: 10px;

}

.services-we-offer-btn {
  width: 310px;
  height: 50px;
  border-radius: 13px;
  font-weight: 500;
  font-size: 22px;
  line-height: 55px;
  letter-spacing: 0%;
  color: var(--sesondary-btn-color);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.13);
  background: rgba(239, 239, 239, 1);

  text-align: center;
}

.services-cards {
  border: none;
}

.card-img-top {
  border-radius: 20px;
}

.services-card-title {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--sesondary-btn-color);
  border-bottom: 2px solid rgba(53, 53, 53, 1);
  padding-bottom: 10px;
}


.services-card-boy {
  padding-left: 0;
}

.services-card-boy p {
  margin: 14px 0px;
  height: 140px;
  color: rgba(74, 74, 74, 1);

}

.services-card-boy a {
  width: 147px;
  padding: 11px 4px;
}

/* ==================================== discover-section */

.discover-section {
  background: rgba(23, 27, 41, 1);

}

.discover-content p,
.discover-content h2 {
  color: rgba(255, 255, 255, 1);

}

.discover-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
  padding: 20px;
}

/* ================ serve */


.serve-title p {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: rgba(74, 74, 74, 1);

}

.serve-title h2 {
  text-align: center;
}

.serve-count {
  font-family: "Saira Stencil One";
  font-weight: 400;
  font-size: 200px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(124, 114, 163, 0.5);
  position: absolute;
  opacity: 0.6;
}

.serve-contents p {
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 28px;
}

.financial-btn {

  font-weight: 600;
  font-size: 17px;
  padding: 10px 18px;
  width: 156px;
}

.financial-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 749px;
  position: relative;
  border-radius: 19px;

}

.financial-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.financial-content p {
  padding-right: 80px;
  color: rgba(74, 74, 74, 1);

}

.financial-circle {
  width: 490px;
  height: 490px;

  border: 5px solid rgba(11, 176, 237, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-80%, -50%);

}

/* ============  Apps & Automation */

.btn-active {
  background: linear-gradient(90deg, #22A75D 0%, #007233 100%);
}

.automation-btn .btn {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17.42px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  height: 80px;
  color: var(--sesondary-btn-color);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);

  background: var(--white);
  border: 0;
  border-radius: 10px;
}

.automation-btn .btn:focus {
  background: var(--primary-btn-color);
  color: var(--white);
}

/* ============================= app&auto-cards */


.app-auto-cards {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 1);
  border: 0;
  border-radius:
    13px;
  min-height: 365px;
  margin-bottom: 25px;
}


/* ========= financial one to  ============  */

.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.billing-label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.billing-label.annual {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
}

.save-text {
  font-size: 12px;
  color: green;
  font-weight: bold;
  margin-top: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 165px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.financial-link {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  color: rgba(75, 75, 75, 1);
  text-align: center;
  text-decoration-thickness: 0%;

}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #444;
}

input:checked+.slider:before {
  transform: translateX(135px);
}

input:checked+.slider-reg:before {
  transform: translateX(38px);
}


/* ============= pricing cards ============= */



.pricing-card {
  background: white;
  border-radius: 12px;
  padding: 66px 28px;
  /* width: 300px; */
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.53);
  position: relative;
  text-align: center;
}

.plan-pricing-card-reg .pricing-card {
  padding: 42px 10px;
}

.pricing-card h3 {

  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;

}

.pricing-card p {
  margin: 20px 0;
  color: rgba(15, 42, 67, 1);
}

.price {
  font-size: 30px;
  font-weight: 600;
  margin: 12px 0;
}

.price span {
  font-size: 16px;
  font-weight: normal;
  color: #555;
}

.save-annually {
  font-size: 17px;
  font-weight: 500;
  color: #333;
  margin-bottom: 26px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

.features {
  text-align: left;
  margin-top: 20px;
  min-height: 230px;
}

.features h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 14px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
}

.feature-item::before {
  content: "✔";
  color: green;
  margin-right: 8px;
}

.get-started-btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  background: var(--primary-btn-color);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

/* .get-started-btn:hover {
    background: linear-gradient(to right, #0a9d58, #1cbf73);
  } */


/* ============= tax =========== */


.tax-card {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #fff;
}

.tax-card p {
  color: rgba(101, 101, 101, 1);
}

.tax-title {
  font-family: Poppins;
  font-weight: 500;
  font-size: 37px;
  line-height: 100%;
  letter-spacing: 0%;

}

.price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.learn-btn {
  width: 160px !important;
  height: 32px !important;


  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 18px !important;

}

.learn-btn:hover {
  background-color: #17a765;
}

.features-bg {
  background-color: #f5fcff;
  border-left: 1px solid #eee;
  justify-content: start;
  align-items: center;
  display: flex;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.feature-item img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}


/* ================= comprehensive-financial-card-header ============== */

.comprehensive-financial-card {
  position: relative;
}

.comprehensive-financial-card a {
  font-size: 18px;
  font-weight: 700;
}

.comprehensive-financial-card a:hover {
  color: rgba(34, 167, 93, 1);
  text-decoration: underline !important;
}



.comprehensive-financial-dot {
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 52px;
  width: 52px;
  background: linear-gradient(135deg, #042A73 0%, #7E1030 100%);
  border-radius: 50%;
  transform: translate(55px, 25px);
  z-index: -1;
}

.comprehensive-financial-dot-left {
  position: absolute;
  top: 0%;
  right: 3%;
  height: 52px;
  width: 52px;
  background: linear-gradient(135deg, #042A73 0%, #7E1030 100%);
  border-radius: 50%;
  transform: translate(-55px, -22px);
  z-index: -1;
}

.comprehensive-financial-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0px;
  border-bottom: 2px solid black;
}

.comprehensive-financial-card-header h4 {
  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 24px;
}



.proudly-text {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

.virtual-cards {
  /* width: 398; */
  height: 500px;

  border-radius: 10px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.66);
  border: 0;
  border-radius: 10px;

}

.virtual-cards .btn-main {
  width: 100%;
}

.virtual-cards h4 {
  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 27.54px;

}

.virtual-cards p {
  font-weight: 500;
  font-size: 19.51px;
  line-height: 20px;
  text-align: center;

  width: 251;
  height: 48;
  border-radius: 10px;

}

.active-virtual-card:hover {
  color: white;
  background: linear-gradient(180deg, #22A75D 0%, #007233 100%) !important;
}

.active-virtual-card:hover p {
  color: white;

}

.active-virtual-card .btn-main {
  border: 2px solid transparent;
  color: white;

}

.active-virtual-card :hover .btn-main {
  border: 2px solid white;
  color: white;

}

/* ============== bookkeping-content =========== */

.bookkeping-content h2,
.bookkeping-content,
p {
  color: var(--white);
}

.bookkeeping-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 430px;
  width: 42%;
  transform: translate(-120%, -50%);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}


.customers-pers-review-inner {
  display: flex;
}

.customers-pers-review-item {
  flex: 0 0 100%;
  transition: transform 0.5s ease-in-out;
}

.customers-pers-review-slide-group {
  display: flex;
}

.customers-pers-review-slide {
  flex: 0 0 20%;
  /* 5 slides per view */
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.customers-pers-review-slide .img {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-position: start !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.customers-pers-review-slide .stars i {
  color: yellow;
}

.customers-pers-review-slide h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16.54px;
  text-align: center;

}

.marke-det {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.links-head {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 24px !important;
  color: var(--white);
  margin-bottom: 14px;

}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links ul li {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0px;

}

.footer-links ul li a {
  color: var(--white);
  border-bottom: 2px solid transparent;
  transition: all 0.6ms ease;
}

.footer-links ul li a:hover {
  border-bottom: 2px solid white;
}


.footer-bot-details h3 {
  font-family: Source Serif 4;
  font-weight: 600;
  font-size: 32.78px;
  color: var(--white);
}

.app-auto-cards p {
  color: rgba(101, 101, 101, 1);

}

.app-auto-cards img {
  width: 120px;
}

.footer-mail-box {
  width: 295.382721px;
  height: 48.604935px;
  border-radius: 8.99px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 19.11px;
  text-transform: capitalize;
  padding: 0px 14px;
  border: 0;
  outline: none;

}

.email-area .btn-main {
  width: 120px;
  border: 0;
  height: 47px;
  font-size: 18px;
}

.com-imgs {
  width: 34%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.com-imgs img {
  width: 85%;
}

.footer-contact-info-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-contact-info-list ul li {
  color: white;
  padding: 10px 0px;
}

.footer-contact-info-list ul li span {
  color: rgba(31, 162, 89, 1);

  padding: 8px 0px;
}



.financial-team p,
.team-and-expert p {
  color: rgba(101, 101, 101, 1);
}

.btn-active .tax-card p {
  color: rgba(101, 101, 101, 1);
}

.comprehensive-financial p {
  color: rgba(101, 101, 101, 1);
}

.virtual-staff p {
  color: rgba(101, 101, 101, 1);
}

/* ============================= bookkeeping =========== */

.statements-card {
  padding: 28px;
  border: 0;
}

.statements-card-list {
  padding: 0;
  list-style: none;
}

.statements-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18.37px;
}

.statements-card-list li::before {
  content: "✔";
  color: green;
  margin-right: 8px;
}

.state-img img {
  width: 40px;
}

.statements-card h4 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 32px;
  vertical-align: middle;

}

.statements-card p {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 17.99px;
  vertical-align: middle;
  min-height: 180px;
}

.stop-bookkkeeping p,
.catch-up-booking p {
  Size: 22.59px;
  color: rgba(117, 113, 115, 1);
  padding: 25px 0px;
}

.stop-bookkkeeping h5,
.catch-up-booking h5 {
  Size: 22.59px;
  color: rgba(117, 113, 115, 1);
  padding: 25px 0px;
  padding-top: 10px;
}


.featured-in-images {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;

}

.featured-in-images img {
  width: 150px;
}

.catch-up-booking h4 {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 30.82px;
  margin-top: 34px;
  margin-bottom: 20px;
}


/* =============== crousel ================= */

.trusted-business {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1.99px 1.99px 3.98px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 251, 251, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: start;
}

.trusted-business .testimonial {
  display: none;
  animation: fadeIn 0.5s ease-in-out;
}

.trusted-business .testimonial.active {
  display: block;
}

.trusted-business .text {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.trusted-business .dots {
  text-align: center;
  margin-top: 20px;
}

.trusted-business .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.trusted-business .dot.active {
  background-color: #2e7d32;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}






/* =============================== */


.sync-up-img img {
  width: 100%;
  padding: 12px;
}


.connect-list {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}

.connect-list li {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20.91px;
  text-align: center;
  vertical-align: middle;

}



.sync-center-list {
  transform: translate(10px, -48px);
}


/*  ===========  register ================= */

.reg-nav-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
}

.reg-nav-links ul li a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  color: var(--white);
  padding: 24px 0px;

}

.steps-navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 62px 0px;
}

.steps-navbar .step-circle {
  width: 53px;
  height: 53px;
  border: 3px solid rgba(107, 107, 107, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  position: relative;
}

.active-circle {
  background: rgba(25, 30, 48, 1);
  border: 3px solid rgba(25, 30, 48, 1) !important;
  color: var(--white);

}

.steps-navbar .step-line {
  width: 232px;
  border: 2px solid rgba(107, 107, 107, 1)
}

.steps-bar {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.38);
  min-height: 170px;
}

.steps-navbar .step-circle p {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-30%, 100%);
  font-weight: 500;
  font-size: 18px;
  color: rgba(107, 107, 107, 1);
  width: 100px;

}

.reg-detail-card {
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.38);

}

.reg-detail-card p,
.pricing-cards p {
  color: rgba(107, 107, 107, 1);
}

.person-detail {
  display: flex;
  justify-content: start;
  align-items: center;
}

.person-detail .per-img {

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.per-name h3 {
  font-weight: 600;
  font-size: 25px;
  margin: 0;

}


.form-card .card {
  border: 0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.38);
  padding: 75px 30px;
}

.reg-form-input {

  font-weight: 500;
  font-size: 18px;
  color: rgba(94, 94, 94, 1);
  border: 0;
  outline: 0;
}

.reg-form-input input {
  background: rgba(235, 235, 235, 1);
}

.reg-form-input select {
  background: rgba(235, 235, 235, 1);
  font-weight: 500;
  font-size: 18px;
  color: rgba(94, 94, 94, 1);
  border: 0;
  outline: 0;
}

.reg-form-input textarea {
  background: rgba(235, 235, 235, 1);
  font-weight: 500;
  font-size: 18px;
  color: rgba(94, 94, 94, 1);
  border: 0;
  outline: 0;
}

.form-inputs {
  gap: 14px 0px;
}

.form-control:focus {
  box-shadow: none;
  border-color: rgba(15, 19, 32, 1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.reg-form-submit-btn {
  border: 0;

}

.company-info-card h3 {
  font-family: Neuton;
  font-weight: 700;

  font-size: 34px;
  margin-bottom: 35px;

}

.get-set-up p {
  color: rgba(54, 54, 54, 1);
  font-weight: 400;
  font-size: 22px;
  padding: 30px 0px;
}

.connect-list a {
  color: black;
}


.done-circle {
  background: linear-gradient(90deg, #22A75D 0%, #007233 100%);
  color: white;
  border-color: #53906f !important;
}

.done-circle p {
  background: linear-gradient(90deg, #22A75D 0%, #007233 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sd-mode {
  height: 55px;
  width: 55px;
  background: rgba(15, 42, 67, 0.8);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  border-radius: 10px;

}

.reg-additional-service-card {
  box-shadow: 3.19px 3.19px 7.98px 0px rgba(0, 0, 0, 0.53);
  border-radius: 10px;
  padding: 20px 60px;
  position: relative;
}

.plan-reg-form p,
.reg-additional-service-card p {
  color: rgba(15, 42, 67, 1);
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;

}

.plan-reg-form h3 {
  font-family: Neuton;
  font-weight: 700;
  font-size: 32px;
  color: rgba(15, 42, 67, 1);
}

.reg-additional-service-card h4 {
  font-family: Neuton;
  font-weight: 700;
  font-size: 26px;
  color: rgba(15, 42, 67, 1);

}

.reg-additional-service-card h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  background: linear-gradient(90deg, #22A75D 0%, #007233 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* For Firefox */
  background-clip: text;
  color: transparent;
}

.popular-badge {
  background: linear-gradient(90deg, #D29303 0%, #FFB200 100%);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.7);
  width: 85%;
  height: 48px;
  border-radius: 13px;
  font-weight: 800;
  font-size: 19.15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(8%, -50%);
  color: white;
}


.service-card-img {
  width: 133px;
  height: 133px;
  border: 1.67px solid rgba(15, 42, 67, 1);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.69);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}


/* ============ accordians ================ */


.main-hero-section-pricing h2 {
  color: white !important;
}


.pricing-switch {
  width: 90px !important;
  height: 35px !important;
}

.pricing-switch-slide:before {
  height: 24px !important;
  width: 24px !important;
  left: 4px !important;
  bottom: 5px !important;
}

main-hero-section-pricing h2,
.main-hero-section-pricing a {
  color: white !important;
}

.about-us-accordians-item {
  background-color: #f7f7f7;
  margin-bottom: 18px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: background 0.3s ease;
}

.about-us-accordians-container h3 {
  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 36.42px;
  margin: 18px 0px;
}

.customer-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 22px;
  box-shadow: 2.23px 2.23px 39.97px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  border-radius: 18px;
  border: 0;
  min-height: 400px;
}


.pricing-main-detail {
  transform: translate(0px, -68px);
}


.customer-card h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 17.81px;
  color: rgb(84, 84, 84);
}

.lets-connect p {
  color: rgb(84, 84, 84);
}

.customer-card h4 {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 38.31px;
}

.customer-card p {
  color: rgba(73, 73, 73, 1);
}

.customer-says-card h2 {
  color: var(--white);
}

.about-us-accordians-header {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

.about-us-accordians-icon {
  color: #007233;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 12px;
  height: 30px;
  width: 30px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}




.about-us-accordians-content {
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  transition: max-height 0.1s ease, padding 0.1s ease;
  padding: 0 20px;
}

.about-us-accordians-item.active .about-us-accordians-content {
  padding: 15px 20px;
  max-height: 300px;
  /* adjust based on content */
}

.about-us-accordians-text {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
}

/* ============== */

.lets-connect-btn {
  border: 2px solid rgba(32, 164, 91, 1);
  width: 274px;
  height: auto;
  color: #20A45BFF;
  padding: 14px 6px;
  background: white;
}

/*=============== faq list ========================*/

.faq-list {
  margin: 0;
  padding: 0;
  list-style: none;

}

.faq-list li {
  padding: 6px 0px;
}

.faq-list li a {
  font-weight: 500;
  font-size: 18.44px;
  color: rgba(15, 42, 67, 1);
}

.faq-list li a:hover {
  text-decoration: underline;
}


.how-work p {
  color: rgba(117, 113, 115, 1);
  margin-top: 18px;
}

.blog-list-items img {
  border-radius: 0;
}

.blog-list-items h6 {
  font-weight: 600;
  font-size: 13.45px;
  text-transform: uppercase;

}

.blog-list-items h5 {
  font-family: "Source Serif 4";
  font-weight: 700;
  letter-spacing: 0.23px;
  vertical-align: middle;

}

.blog-list-items .card {
  box-shadow: 4px 4px 67.1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 0;
  overflow: hidden;
  max-height: 500px;
  height: 500px;
}

.blog-item-img {
  height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.blog-pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;

}

.blog-pagination-list .blog-pagination-list-items {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);

}

.blog-pagination-list .blog-pagination-list-items a {
  color: black;
  font-weight: 600;
  font-size: 17px;
}

.webinar-card .card {
  overflow: hidden;
  /* max-height: 530px; */
  height: 540px;
  border: 0;
}

.webinar-card-img {
  height: 350px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.webinar-card .card img {
  border-radius: 0;

}

.webinar-section h2 {
  color: white;
}

.right-fit-business p {
  color: rgba(54, 54, 54, 1);
  padding: 18px 0px;
}

.webinar-card p {
  color: rgba(51, 51, 51, 1);
  height: 130px;
}

.webinar-card h5 {
  font-family: "Source Serif 4";
  font-weight: 700;
  font-size: 18.84px;
  color: rgba(1, 100, 200, 1);
}



.need-help h3,
.get-your-boot h3 {
  font-family: "Source Serif 4";
  font-weight: 600;
  font-size: 40px;
  color: white;

}

.np-main {
  position: relative;
  background: linear-gradient(180deg, #1F2237 0%, #151E64 100%);
  height: 470px;
  border-top-right-radius: 200px;
}

.gy-main {
  position: relative;
  background: linear-gradient(180deg, #51252F 0%, #8B2940 100%);
  height: 470px;
  border-top-left-radius: 200px;
}


.need-help {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 90%;
  transform: translate(0%, -15%);
  padding-right: 40px;
}

.get-your-boot {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 90%;
  transform: translate(0%, -18%);
  padding-left: 40px;
}

.need-help p,
.get-your-boot p {
  color: rgba(255, 255, 255, 1);

}

.book-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.behind-book p {
  color: rgba(117, 113, 115, 1);
  padding: 20px 0px;
  margin: 0;
}


.customer-card h6 {
  color: rgba(1, 138, 62, 1);
  font-weight: 700;
}

.corner-img .img-holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  border: 8.42px solid rgba(1, 138, 62, 1);
  position: relative;
}

.left-pt {
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(-100px, 10px);
}
.middle-pt {
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(110px, -55px);
}

.right-pt {
  position: absolute;
  right: 0%;
  top: 0%;
  transform: translate(0px,0px);
  transform: translate(100px, 10px);
}

.cr-content p {
  color: rgba(117, 113, 115, 1);
  padding: 20px 0px;
}

.icons-tk {
  width: 21px;
height: 21px;
background: rgba(32, 165, 91, 1);
padding: 5px;
border-radius: 50%;

}

.pt-points {
  box-shadow: 0px 1.88px 5.88px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  width: 185px;
  height: 37px;
  border-radius: 2.35px;
  gap: 8px;
}

.pt-points span {
  font-family: "Source Serif 4";
font-weight: 600;
font-size: 14.93px;
color: rgba(47, 55, 69, 1);

}

.day-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;

}

.day-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: rgba(0, 175, 245, 1);
  border-radius: 6.18px;
  padding: 12px 8px;
  margin-bottom: 10px;
}

.day-list-item .icon {
  box-shadow: 1.75px 1.75px 7.33px 0px rgba(0, 0, 0, 0.25);
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(32, 165, 91, 1);
  border-radius: 50%;
  padding: 12px;
  background-color: white;
}

.day-list-item h6 {
  font-family: "Libre Baskerville";
  font-weight: 700;
  font-size: 15.34px;
  vertical-align  : middle;
  color: white;
  margin: 0;
}
.day-list-item p {
  color: rgba(0, 0, 0, 1)  ;
font-weight: 600;
font-size: 8.8px;
  margin: 0;
 }

 .handle-tax p, .how-it-works p {
  color: rgba(99, 99, 99, 1);

 }


/* ======================================== */

/* @media only screen and (min-width:1500px) {
  .get-your-boot, .need-help {
    width: 60%;
  }

} */

@media only screen and (max-width:1440px) {
  .get-your-boot {
    transform: translate(0%, 0%);
  }
  .need-help {
    transform: translate(0%, 0%);
  }
}

@media only screen and (max-width:1200px) {
  .corner-img .img-holder {
    height: 350px;
    width: 350px;
  }
}

@media only screen and (max-width:1024px) {

  .container-fluid {
    padding: 0px 24px;
  }
  .corner-img .img-holder {
    height: 300px;
    width: 300px;
  }
  .middle-pt {
    transform: translate(50px, -55px);
  }

  .get-your-boot {
    transform: translate(0%, 5%);
  }
  .need-help {
    transform: translate(0%, 6%);
  }

  .book-img {
    width: 100px;
  }
  .behind-book-img  {
    gap: 7px !important;
  }

  .virtual-cards p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-content h1 {
    line-height: 45px;
  }


  .customer-card h4 {
    font-size: 28.31px;
  }

  .plan-reg-form {
    text-align: center;
  }

  .billing-toggle {
    justify-content: center !important;
  }

  .bookkeeping-img {
    height: 355px;
    width: 45%;
    transform: translate(-111%, -50%);
  }


  .plan-pricing-card-reg p {
    font-size: 14px;
  }

  .plan-pricing-card-reg .feature-item {
    font-size: 15px;
  }

  .lg-off {
    display: none;
  }

  .sided-links ul {
    gap: 30px;
  }

  .main-nav-links {
    gap: 20px;
  }

  .tax-card .btn-main {
    font-size: 16px !important;
  }

  .feature-item {
    font-size: 16px;
  }

  .featured-in-images img {
    width: 130px;
  }

  .connect-list li {
    font-size: 18px;
  }

  .footer-links ul li {
    font-size: 16px;
  }

  .com-imgs {
    margin-bottom: 15px;
    width: 45%;
  }

  .footer-bot-details h3 {
    font-size: 28.78px;
  }

  .footer-mail-box {
    font-size: 17.11px;
    width: 276.382721px;
  }

  .email-area .btn-main {
    width: 86px;
  }



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

  .hero-img {
    height: 370px;
    width: 50%;
    transform: translate(100%, -40%);
  }

  .main-img {
    height: 590px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .financial-circle {
    transform: translate(-65%, -50%);
    width: 435px;
    height: 392px;
  }

  .financial-image {
    width: 100%;
    height: 500px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-content {
    padding: 0px 30px;
  }

  .reviewers .btn-main {
    width: 234px;
    font-size: 16px;
  }

  h2 {
    font-size: 38px;
  }

  p {
    font-size: 16px;
  }

  .services-card-boy p {
    height: 188px;
  }

  .services-card-title {
    font-size: 22px;
  }

  .services-card-boy .btn-main {
    width: 130px;
    font-size: 16px;
  }

  .discover-content .btn-main {
    width: 181px;
    font-size: 16px;
  }

  .serve-title p {
    font-size: 25px;
  }

  .serve-contents p {
    font-size: 16px;
  }

  .we-serve .btn-main {
    width: 286px;
    padding: 17px 0px;
  }

  .customers-pers-review-slide h5 {
    font-size: 18px;
  }

  .marke-det img {
    width: 200px;
  }

  .statements-card h4 {
    font-size: 28px;
  }

  .statements-card p {
    font-size: 16px;
  }

  .statements-card-list li {
    font-size: 16px;
  }

}


@media only screen and (max-width:992px) {

  .main-nav-links,
  .join-us-btn {
    display: none;
  }

  .main-img-catchup {
    height: 522px !important;
  }
  .need-help h3, .get-your-boot h3 {
    font-size: 30px;
  }

  .catchup-main-hero-img {
    height: 388px ;
        width: 70%;
        transform: translate(71%, -5%) ;
  }

  .corner-img .img-holder {
    height: 275px;
        width: 275px;
  }

  .np-main, .gy-main {
    margin-bottom: 20px;
    height: 340px;
  }

  .book-img {
    width: 115px;
  }

  .mobil-nav-hamburder {
    display: block;
  }

  .sided-links ul {
    gap: 15px;
  }

  .sided-links ul {
    justify-content: end;
  }

  .behind-book-contant {
    padding: 25px;
  }


  .mobile-join-btn {
    width: 100%;
    height: 50px;
    padding: 11px 22px;
    font-size: 18px;
    display: block;
    color: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .reg-additional-service-card {
    padding-left: 162px;
  }

  .service-card-img {
    transform: translate(20%, -50%);
  }


  .bookkeeping-hero-img {
    height: 388px !important;
    width: 78% !important;
    transform: translate(64%, -10%) !important;
  }

  .hero-content {
    padding-top: 50px;
  }

  .main-img {
    height: 440px;
  }

  .hero-img {
    height: 400px;
    width: 70%;
    transform: translate(71%, 0%);
  }

  .discover-content {
    height: 100%;
    padding: 27px 22px;
  }

  .financial-image {
    margin-top: 40px;
  }

  .comprehensive-financial-card {
    min-height: 325px;
  }

  .comprehensive-financial-card-header h4 {
    font-size: 26px;
  }

  .comprehensive-financial-card-header p span {

    font-size: 18px !important;
  }

  .bookkeepings {
    height: 412px;
  }

  .bookkeeping-img {
    height: 370px;
    width: 80%;
    transform: translate(-63%, -114%);
  }

  .customers-pers-review-slide .img {
    height: 98px;
    width: 98px;
  }

  .customers-pers-review-slide h5 {
    font-size: 15px;
  }

  .customers-pers-review-slide h6 {
    font-size: 13px;
  }

  .marke-det img {
    width: 150px;
  }

  .footer-links ul {
    padding-top: 20px;
  }

  .mob-nav-close {
    display: block;
  }

  .steps-navbar .step-circle {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .steps-navbar .step-line {
    width: 160px;
  }

  .steps-navbar .step-circle p {
    font-size: 16px;
  }

  .footer-det-links {
    justify-content: start !important;
  }
}

@media only screen and (max-width:768px) {


  .com-imgs {
    margin-bottom: 42px;
  }
}

@media only screen and (max-width:767px) {

  .hero-img {
    height: 342px;
    width: 80%;
    transform: translate(48%, 20%);
    border-radius: 30px;
  }

  .day-list .list {
    display: flex;
    flex-wrap: wrap;

  }

  .bookkeeping-hero-img {
    height: 342px;
    width: 80% !important;
    transform: translate(50%, -6%) !important;
    border-radius: 30px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .d {
    height: 275px !important;
  }

  .footer-links ul li {
    font-size: 15px;
  }

  .links-head {
    font-size: 18px !important;
  }

  .discover-content {
    padding: 27px 6px;
  }

  .plan-pricing-card-reg {
    gap: 25px 0px;
  }


  .reg-additional-service-card {
    padding-top: 162px;
    padding-left: 20px;
  }

  .service-card-img {
    transform: translate(20%, -130%);
  }

}

@media only screen and (max-width:576px) {
  .reviewer .btn-main {
    margin-bottom: 15px;
  }
  .np-main, .gy-main {
    height: 440px;
  }

  .markets {
    margin: 0 !important;
    padding: 0 !important;
  }
  .marke-det img {
    width: 150px;
}

.handle-tax  {
  padding: 0 !important;
}

  .bookkeeping-hero-img {
    height: 345px !important;
  }

  .steps-navbar .step-line {
    width: 100px;
  }

  .service-card-img {
    transform: translate(20%, 20%);
    width: 100px;
    height: 100px;
    top: 0%;
  }

  .reg-additional-service-card {
    padding-top: 145px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .statements-card {
    padding: 18px;
  }

  .reg-additional-service-card h4 {
    font-size: 24px;
  }

  .plan-reg-form p,
  .reg-additional-service-card p {
    font-size: 16px;
  }

  .behind-book  {
    padding: 0 !important;
  }

  .about-us-accordians-container h3,
  .customer-card h4 {
    font-size: 28px;
  }

  .about-us-accordians-header {
    font-size: 16px;
  }
  .need-help {
    transform: translate(-7%, 6%);
}
.get-your-boot {
  transform: translate(6%, 5%);
}

}

@media only screen and (max-width:489px) {
  h2 {
    font-size: 32px;
  }

  p {
    font-size: 15px;
  }

  nav .nav-links .logo a img {
    margin: 0 !important;
  }

  .blog-pagination-list .blog-pagination-list-items {
    height: 34px;
    width: 34px;
  }

  .pagination-pages p {
    font-size: 13px;
  }

  .blog-pagination-list .blog-pagination-list-items a {
    font-size: 13px;
  }

  .blog-pagination-list {
    gap: 5px;
  }


  .corner-img .img-holder {
    height: 255px;
        width: 255px;
  }

  .np-main, .gy-main {
    height: 475px;
}


  .pt-points {
    width: 140px;
  }

  .left-pt {
    transform: translate(-53px, 10px);
  }

  .right-pt {
    transform: translate(40px, 10px);
  }
  .cr-content {
    margin-top: 0px !important;
  }

  .pt-points span {
    font-size: 11.93px;
  }


  .connect-list {
    padding-left: 25px;
    justify-content: start;
  }

  .reg-form-submit-btn {
    width: 100%;
  }

  .add-tax-yr {
    flex-direction: column;
    align-items: start !important;
  }

  .tax-title {
    font-size: 22px;
  }

  .price {
    font-size: 20px;
  }

  .bookkeepings {
    height: 245px;
  }

  .bookkeeping-img {
    height: 262px;
    transform: translate(-63%, -140%);
  }

  .mob-d-none {
    display: none;
  }

  .reg-nav-logo img {
    width: 120px;
  }

  .form-card .card {
    padding: 34px 0px;
  }

  .reg-form-input {
    height: 16px;
    height: 47px;
    font-size: 16px;
    margin-bottom: 13px;
  }

  .steps-bar {
    min-height: 270px;
  }


  .bookkeeping-hero-img {
    width: 100% !important;
    border-radius: 0;
    height: 270px !important;
    transform: translate(50%, 30%) !important;
  }

  .steps-navbar .step-line {
    width: 100px;
  }

  .hero-content {
    padding: 0px 8px;
    padding-top: 20px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 48px;
  }

  .main-img {
    height: 238px;
  }

  .statements-card p {
    min-height: auto;
    margin-bottom: 20px;
  }

  .state-img img {
    width: 35px;
    margin-bottom: 12px;
  }

  .hero-img {
    height: 262px;
    width: 100%;
    transform: translate(50%, 65%);
    border-radius: 0px;
  }

  .star-ratting {
    margin-top: 20px;
  }

  .email-area .btn-main {
    width: 79px;
  }

  .container-fluid {
    padding: 0px 19px;
  }

  .main-logo {
    width: 100px;
    height: 54px;
    margin-top: 4px;
  }

  .star-ratting .stars i {
    font-size: 14px;
    color: yellow;
  }

  .services-we-offer-btn {
    font-size: 20px;
    width: 295px;
  }

  .footer-mail-box {
    width: 168.382721px;
    font-size: 16.11px;
  }

  .com-imgs img {
    width: 100%;
  }

  .com-imgs {
    margin-bottom: 36px;
  }

  .footer-bot-details h3 {
    font-size: 26.78px;
  }

  .automation-btn .btn {
    font-size: 14px;
  }

  .marke-det img {
    width: 135px;
  }

  .statements-card h4 {
    font-size: 25px;
  }
}
