@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;800;900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}


:root {
  --primary-color: #02885d;
  --white-color: #fff;
  --dark-color: #191919;
  --description-color: #445781;
  --light-green-color: #deffe2;
  --light-green-color2: #a8e7b1;
  --light-green-color3: #6ed57d;

}

#emiPieChart {
    width: 250px !important;
    height: 250px !important;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--white-color) !important;
  background: var(--white-color) !important;
  font-style: normal;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
li,
p,
a {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

a {
  text-decoration: none !important;
}

.bg_gray {
  background: rgba(250, 250, 250, 0.88) !important;
}

.hide_desktop {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 100% !important;
}

.navbar-brand img {
  width: 250px;
}

.container {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.top_title h2 {
  color: var(--dark-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}

.top_title h2 span {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 52px;
}

.top_title p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 5px 0px;
}

.request_demo_btn {
  border-radius: 4px;
  background: var(--primary-color);
  /* box-shadow: 0px 1px 2.8px 0px rgba(0, 0, 0, 0.22); */
  color: var(--white-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.075px;
  padding: 12px 25px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display:none;
}


.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 white;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}


.button {
  position: relative;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
}

.request_demo_btn:hover {
  -webkit-animation: none;
  animation: none;
  cursor: pointer;
  text-indent: 12px;
  padding: 12px 25px !important;
}

.request_demo_btn:hover .fa-solid {
  -webkit-animation: bounceright 0.5s alternate ease infinite;
  animation: bounceright 0.5s alternate ease infinite;
}

@-webkit-keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(5px);
  }
}

.request_demo_btn .fa-solid {
  font-size: 14px;
}

.dropdown .navbar-nav .nav-link.show {
  color: rgba(25, 25, 25, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
  padding: 0px;
}

/* .navbar-expand-lg .navbar-nav .nav-item.dropdown .nav-link {
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
} */

.navbar .nav-item.dropdown.hide_mobile {
  background: var(--primary-color);
  border-radius: 4px;
  box-shadow: 0px 1px 2.8px 0px rgba(0, 0, 0, 0.22);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.075px;
  color: #000 !important;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navbar .nav-item.dropdown img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navbar .dropdown-item i {
  color: var(--primary-color);
}

.navbar .navbar-nav .dropdown li {
  border-bottom: 1.5px dashed var(--light-green-color2);
}

.navbar .navbar-nav .dropdown li a {
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: #F2FFF7;
  color: var(--primary-color) !important;
}
/* Default state of the dropdown icon (a triangle pointing down) */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  transition: transform 0.3s ease;
  /* Smooth transition for rotation */
}

/* Rotate the icon when the dropdown is open */
.dropdown-toggle.show::after {
  transform: rotate(180deg);
  /* Rotate the triangle 180 degrees */
}


.navbar .navbar-nav .dropdown li:last-child {
  border-bottom: none;
}

.navbar-nav .nav-link {
  color: #000000a6;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  /* text-align: center; */
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  background-image: linear-gradient(to right, var(--primary-color), var(--primary-color) 50%, var(--white-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link.active::before,
.navbar-nav li.nav-item a.nav-link:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -2px;
  z-index: 0;
  position: absolute;
  background: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.navbar-nav li.nav-item.dropdown a.nav-link:before {
  display: none;
}
li.nav-item.dropdown.hide_desktop {
  display: block;
}
.navbar-nav li.nav-item a.nav-link:hover {
  background-position: 0%;
}

.navbar-expand-lg .navbar-nav .nav-link.active::before,
.navbar-nav li.nav-item a.nav-link:hover:before {
  width: 80%;
  margin-left: 10%;
}

.navbar-nav li.nav-item a.nav-link.active:hover:before {
  display: none;
}

header .navbar .dropdown-menu.show {
  display: block;
  top: 36px;
  left: -127px;
  background: #fff;
}


.hide_mobile .dropdown-menu.show {
  top: 60px !important;
  left: -17px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 14px !important;
  padding-left: 14px !important;
  position: relative;
}


.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #191919;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.14px;
  /* border-bottom: 2px solid var(--primary-color); */
}

.navbar {
  background: var(--white-color);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
  height: 80px;
  --bs-navbar-padding-y: auto;
  border-bottom: 1px solid #BDDFD4;
  background: #F2FFF4;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.16);
}

/* Home Banner Section Start Here */
#banner_sec1 {
  background: var(--light-green-color);
  margin-top: 50px;
  padding: 70px 0px;
  position: relative;
  /* height: 100vh; */
}

#banner_sec1 .banner_text h1 {
  color: var(--dark-color);
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
  margin: 0px;
}

#banner_sec1 .banner_text h1 span {
  color: var(--primary-color);
}

#banner_sec1 .banner_text p {
  color: var(--description-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-top: 32px;
}

.start_trial_btn {
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--primary-color);
  box-shadow: 0px 1px 2.8px 0px rgba(0, 0, 0, 0.22);
  color: var(--white-color);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.075px;

  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear 0s;
  display:none;
}

.start_trial_btn:before {
  content: "ï”";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  background-color: var(--white-color);
  border-radius: 0 50% 50% 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.3s linear 0s;
  color: var(--primary-color);
}

.start_trial_btn:hover {
  text-indent: 22px;
}

.start_trial_btn:hover:before {
  transform: scale(1, 1);
  text-indent: 0;
}

#banner_sec1 .banner_text .start_trial {
  margin-top: 25px;
}

#banner_sec1 .banner_img {
  position: relative;
}

#banner_sec1 .banner_img img.banner_img {
  width: 673px;
}

.banner_text .input-group {
  width: 550px;
  margin-top: 34px;
  position: relative;
}

.banner_text .form-control {
  height: 49px;
  border-radius: 8px !important;
  border: 1px solid var(--primary-color);
  background: var(--white-color);
  color: var(--primary-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.33px;
}

.banner_text .form-control::placeholder {
  color: var(--dark-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.33px;
}

.banner_text .form-control:focus {
  box-shadow: none !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.home_search_btn {
  position: absolute;
  z-index: 99;
  right: 6px;
  top: 7px;
  border-radius: 5px !important;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  color: var(--white-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}

/* Home Banner Section End Here */

/* seamless online payments Section Start Here */
#seamless_pay_sec {
  background: url(../../assets/img/req_bl_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 100%;
}


#new_seamless_pay_sec::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 555.613px;
  height: 618.262px;
  flex-shrink: 0;
  background-image: url('../../assets/img/new_seamless_pay_bg.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#new_seamless_pay_sec {
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
}

#new_seamless_pay_sec .row .mb-4 {
  margin-bottom: 5.5rem !important;
}

#new_seamless_pay_sec .seamless_box {
  height: 100%;
}

.seamless_text {
  max-width: 85%;
}

.seamless_text h2 {
  color: var(--dark-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.2px;
  margin: 0px;
}

.seamless_text p {
  color: var(--description-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  margin-top: 24px;
  margin-bottom: 0px;
}

.seamless_text h4 {
  margin-top: 26px;
  margin-bottom: 0px;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}

.seamless_text h4::before {
  content: "";
  background: url(../../assets/img/done_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.seamless_text .request_btn {
  margin-top: 40px;
}

.request_demo_olbtn {
  border-radius: 4px;
  border: 1.4px solid var(--primary-color);
  background: var(--white-color);
  padding: 13px 24px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear 0s;
  display:none;
}

.request_demo_olbtn:before {
  content: "ï”";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 30px;
  color: var(--white-color);
  background-color: #000;
  border-radius: 0 50% 50% 0;
  transform: scale(0, 1);
  transform-origin: left center;
  transition: all 0.3s linear 0s;
}

.request_demo_olbtn:hover {
  text-indent: 22px;
}

.request_demo_olbtn:hover:before {
  transform: scale(1, 1);
  text-indent: 0;
}

.seamless_box {
  border-radius: 6px;
  background: var(--white-color);
  box-shadow: 0px 5px 48px 0px rgba(38, 42, 76, 0.12);
  padding: 32px 24px 16px 24px;
  height: auto;
}

.seamless_box:hover img {
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.seamless_box:hover .learn_more_btn:after {
  -webkit-animation: bounceright 0.5s alternate ease infinite;
  animation: bounceright 0.5s alternate ease infinite;
}

.row> :nth-child(1) .seamless_box {
  margin-top: 66px;
}

.row> :nth-child(4) .seamless_box {
  margin-top: -66px;
}

.seamless_box img {
  width: 58px;
  margin-bottom: 24px;
  /* filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%); */
}

.seamless_box h3 {
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin: 0px;
}

.seamless_box p {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 12px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  max-height: calc(1.5em * 4);

}

.seamless_box .learn_more_btn {
  color: #acacac;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}

.seamless_box .learn_more_btn::after {
  content: "";
  background: url(../../assets/img/read_more_icon.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -25px;
}

.request_btn .request_demo_btns_white {
  border-radius: 4px;
  border: 1.4px solid var(--primary-color);
  background: #F2FFF7;
  color: var(--primary-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;
  padding: 13px 24px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  display:none;
}

.request_btn .request_demo_btns_white:hover {
  background: var(--primary-color);
  color: var(--white-color);
  text-indent: 12px;
  padding: 13px 26px !important;
}

.request_demo_btns_white:hover .fa-solid {
  -webkit-animation: bounceright 0.5s alternate ease infinite;
  animation: bounceright 0.5s alternate ease infinite;
}

/* seamless online payments Section End Here */
#investment_decision_sec .investment_decision_bg {
  border-radius: 40px;
  /* background: rgba(86, 75, 198, 0.07); */
  background: var(--light-green-color);
  padding: 64px;
}

#investment_decision_sec .investment_dec_text h3 {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -1.5px;
  margin: 0px;
}

#investment_decision_sec .investment_dec_text p {
  color: var(--description-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  margin-top: 24px;
  margin-bottom: 35px;
}

#investment_decision_sec .request_demo_btn {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

#investment_decision_sec .request_demo_btn .fa {
  font-size: 14px;
}

#investment_decision_sec .investment_dec_img {
  position: relative;
}

#investment_decision_sec .investment_dec_img .text_card {
  border-radius: 12.18px;
  background: var(--white-color);
  box-shadow: -8px 30px 80px -25px rgba(86, 75, 198, 0.32);
  width: 338px;
  height: 100%;
  padding: 11px;
  position: relative;
}

#investment_decision_sec .investment_dec_img .text_card h2 {
  color: var(--dark-color);
  font-size: 14.538px;
  font-weight: 500;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: center;
}

#investment_decision_sec .investment_dec_img .text_card h1 {
  color: var(--primary-color);
  font-size: 29.075px;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

#investment_decision_sec .mt-88 {
  margin-bottom: 88px;
}

#investment_decision_sec .investment_dec_img .text_card .text_card_data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}


#investment_decision_sec .investment_dec_img .text_card .gif_img {
  text-align: center;
  border-bottom: 0.7px solid rgba(86, 75, 198, 0.28);
  padding-bottom: 16px;
}

#investment_decision_sec .investment_dec_img .text_card .gif_img img {
  width: 230.421px;
}

#investment_decision_sec .investment_dec_img img.mobile_icon {
  position: absolute;
  width: 178.733px;
  bottom: 0px;
  left: 50%;
}

#investment_decision_sec .investment_dec_img .text_card .bootom_text {
  max-width: 65%;
  padding-top: 8px;
}

#investment_decision_sec .investment_dec_img .text_card p {
  color: #000;
  text-align: center;
  font-size: 11.63px;
  font-weight: 400;
  line-height: 161.565%;
  margin: 0px;
  padding-bottom: 3px;
}

#investment_decision_sec .investment_dec_img .text_card p span {
  color: #000;
  font-size: 11.63px;
  font-weight: 700;
  line-height: 161.565%;
}

#investment_decision_sec .investment_dec_img2 {
  text-align: end;
}

#investment_decision_sec .investment_dec_img2 img {
  width: 607px;
}

#investment_decision_sec .investment_dec_img3 img {
  width: 346px;
}

#investment_decision_sec .investment_dec_img4 {
  text-align: end;
}

#investment_decision_sec .investment_dec_img4 img {
  width: 428px;
}

/* Our Clients css Start Here */
#our_clients_sec {
  background: var(--white-color);
}

#our_clients_sec .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#our_clients_sec img {
  width: 124px;
}

#our_clients_sec .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

/* Our Clients css start End Here*/
/* Our Blog css start start Here*/

#blog_sec {
  background: linear-gradient(180deg,
      rgba(86, 75, 198, 0.04) 2.11%,
      rgba(255, 243, 234, 0.2) 92.27%);
}

.our_blog .search_box {
  position: relative;
  margin-top: 35px !important;
  width: 512px;
  height: 60px;
}

.our_blog .search_box .btn_search {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 9;
  border: none;
  background: var(--primary-color);
}

.our_blog :not(.btn-check)+.btn:active {
  color: transparent;
  background-color: #02885d !important;
  border: none !important;
}

.our_blog .search_box .form-control:focus {
  box-shadow: none !important;
}

.our_blog .search_box .form-control {
  border-radius: 5px;
  border: 1.2px solid rgba(255, 255, 255, 0.86);
  color: var(--white-color) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.2px;
  background: transparent;
}

.our_blog .search_box .form-control::placeholder {
  color: var(--white-color) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.2px;
  background: transparent;
}

.our_blog .search_box .fa-solid {
  color: #fffffff5;
  font-size: 18px;
}

#blog_sec .flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  height: 100%;
}

#blog_sec .flex_title .request_demo {
  position: relative;
}

#blog_sec .flex_title .request_demo img {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 58px;
  animation: MoveUpDown 3s linear infinite;
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(6981%) hue-rotate(59deg) brightness(85%) contrast(92%);
}

@keyframes MoveUpDown {

  0%,
  100% {
    top: 30px;
  }

  50% {
    top: 55px;
  }
}

#blog_sec .top_title h2 {
  max-width: 77%;
}

#blog_sec .blog_card {
  border-radius: 6px;
  border: 1px solid #e9e9e9;
  background: var(--white-color);
  padding: 12px 12px 16px 12px;
  height: 100%;
}

#blog_sec .blog_card .img_sec {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

#blog_sec .blog_card:hover .img_sec img {
  transform: scale(1.1) rotate(-2deg);
}

#blog_sec .blog_card .img_sec img {
  width: 100%;
  transition: 1s;
}

#blog_sec .blog_card .img_sec .tag_type {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

#blog_sec .blog_card .img_sec .tag_type p {
  border-radius: 4px;
  background: var(--primary-color);
  padding: 9px 15px 8px 15px;
  margin: 0px;
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#blog_sec .blog_card .blog_text {
  padding: 8px;
}

#blog_sec .blog_card .blog_text h2 {
  color: #181a2a;
  font-size: 19px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.057px;

  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

#blog_sec .blog_card .blog_text .author_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0px;
}

#blog_sec .blog_card .blog_text .author_details .author_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

#blog_sec .blog_card .blog_text .author_details .author_sec img {
  border-radius: 50%;
  width: 36px;
}

#blog_sec .blog_card .blog_text .author_details .author_sec h5 {
  color: #97989f;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

#blog_sec .blog_card .blog_text .author_details h6 {
  color: #97989f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

#blog_sec .blog_card .blog_text a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#blog_sec .blog_card .blog_text a:hover::after {
  -webkit-animation: bounceright 0.5s alternate ease infinite;
  animation: bounceright 0.5s alternate ease infinite;
}

@keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(5px);
  }
}

#blog_sec .blog_card .blog_text a::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: -23px;
  top: -1px;
  font-size: 18px;
}

.blog_details {
  margin-top: 25%;
}

.blog_details h1 {
  color: rgba(255, 255, 255, 0.96);
  font-size: 44px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
}

.blog_details ul {
  list-style: none !important;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
}

.blog_details ul li {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.blog_details ul li:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.72);
  position: absolute;
  right: -16px;
  top: 3px;
}

.blog_banner_img {
  text-align: end;
  margin-top: 25%;
}

.blog_banner_img img {
  width: 452px;
}

/* Our Blog css start End Here*/
/* Blog Details css start Start Here*/

#blog_setails_sec {
  background: #fafafa;
}

#blog_setails_sec .blog_setails_box p {
  color: var(--description-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

#blog_setails_sec .blog_setails_box h2 {
  color: var(--dark-color);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.2px;
  margin: 18px 0px;
}

.blog_asidebox.sticky-top {
  top: 100px;
}

.blog_asidebox .aside_box1,
.blog_asidebox .aside_box2 {
  border-radius: 4px;
  background: rgba(86, 75, 198, 0.04);
  padding: 24px 16px;
  margin-bottom: 24px;
}

.blog_asidebox .aside_box1 p {
  color: var(--description-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
  margin-top: 0px;
  margin-bottom: 16px;
}

.blog_asidebox h3 {
  color: var(--dark-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
}

.blog_asidebox .aside_box1 ul {
  padding: 0px;
  list-style: none !important;
}

.blog_asidebox .aside_box1 ul li a {
  color: #525252;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.034px;
  margin-top: 16px;
}

.blog_asidebox .aside_box2 .recent_post h4 {
  color: #181a2a;
  font-size: 13px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.039px;
  margin-bottom: 5px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog_asidebox .aside_box2 .recent_post_img img {
  width: 78px;
  border-radius: 3px;
}

.blog_asidebox .aside_box2 .recent_post .author_data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_asidebox .aside_box2 .recent_post .author_data img {
  width: 22px;
  border-radius: 50%;
}

.blog_asidebox .aside_box2 .recent_post .author_data h5 {
  color: #6d6d6d;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  margin: 0px;
}

.blog_asidebox .aside_box2 .recent_post .author_data h6 {
  color: #6d6d6d;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.blog_asidebox .aside_box2 .blog_tags_sec {
  border-top: 0.7px solid #adadad;
  border-bottom: 0.7px solid #adadad;
  border-radius: 2px;
  padding: 24px 0px;
}

.blog_asidebox .aside_box2 .blog_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.blog_asidebox .aside_box2 .blog_tags .blog_tag {
  border-radius: 12px;
  background: rgba(86, 75, 198, 0.12);
  padding: 5px 12px 6px 8px;
}

.blog_asidebox .aside_box2 .blog_tags .blog_tag a {
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  padding-left: 16px;
  position: relative;
}

.blog_asidebox .aside_box2 .blog_tags .blog_tag a::before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  border-radius: 50%;
  width: 9px;
  height: 9px;
  background: var(--primary-color);
}

.blog_asidebox .smm_sec {
  padding-top: 24px;
  border-bottom: 0.7px solid #adadad;
}

.blog_asidebox .smm_sec ul {
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  padding: 0px;
}

.blog_asidebox .smm_sec ul li i {
  color: var(--dark-color);
  font-size: 18px;
}

.blog_asidebox .ads_img img {
  margin-top: 24px;
  width: 296px;
}

/* Blog Details css start End Here*/

/* start now sec css start here */
#start_now_sec {
  background: var(--white-color);
}

#start_now_sec .start_now_bg {
  background: url(../../assets/img/start_now_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#start_now_sec .start_now_bg h1 {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
  max-width: 61%;
}

#start_now_sec .start_now_bg h1 span {
  color: var(--primary-color);
}

/* start now sec css start here */

/* Testimonial Sec CSS start Here */
#testimonial_sec {
  background: var(--white-color);
  position: relative;
}

#testimonial_sec h2 {
  position: relative;
  display: inline;
  text-align: center;
}

#testimonial_sec h2::after {
  content: "";
  background: url(../../assets/img/love_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: -55px;
}

#testimonial_sec .testimonial_bg {
  border-radius: 24px;
  /* background: rgba(86, 75, 198, 0.08); */
  background: var(--light-green-color2);
  padding: 16px;
  margin-top: 30px;
}

#testimonial_sec .testimonial_bg .testimonial_box {
  border-radius: 12px;
  background: var(--white-color);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06),
    0px 0px 15px -3px rgba(0, 0, 0, 0.1);
  margin: 30px 15px;
  padding: 24px 16px;
  height: 100%;
}

#testimonial_sec .testimonial_bg .testimonial_box p {
  color: var(--description-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

#testimonial_sec .testimonial_bg .testimonial_box .clients {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

#testimonial_sec .testimonial_bg .testimonial_box .clients img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

#testimonial_sec .testimonial_bg .testimonial_box .clients h5 {
  color: #242424;
  text-align: center;
  font-size: 15.699px;
  font-weight: 600;
  line-height: 25.512px;
  text-align: start;
  margin: 0px;
}

#testimonial_sec .testimonial_bg .testimonial_box .clients .fa-solid {
  color: var(--primary-color);
  font-size: 16px;
}

#testimonial_sec .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

#testimonial_sec .swiper {
  position: static;
}

#testimonial_sec .swiper-button-prev:after,
#testimonial_sec .swiper-rtl .swiper-button-next:after {
  content: "" !important;
  background-image: url("../../assets/img/testim_icon_left.png") !important;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -200px;
  /* right: 80px; */
}

#testimonial_sec .swiper-button-prev,
#testimonial_sec .swiper-rtl .swiper-button-next {
  right: 105px !important;
  left: auto;
}

#testimonial_sec .swiper-button-next:after,
#testimonial_sec .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url("../../assets/img/testim_icon_right.png") !important;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -200px;
  right: 50px;
}

/* Testimonial Sec CSS End Here */

/* Frequently Asked Question Sec CSS Start Here */
#faqs_sec {}

#faqs_sec .faqs_box {
  margin-top: 40px;
}


#faqs_sec .faqs_box .accordion-item .accordion-button {
  padding: 20px 25px;
  color: var(--dark-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  background: #f5f5f5;
}

#faqs_sec .faqs_box .accordion-item .accordion-button:focus {
  border-color: #02885d;
  box-shadow: none !important;
}

#faqs_sec .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
}

#faqs_sec .faqs_box .accordion-item .accordion-body {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 0px 25px 25px 25px;
}

#faqs_sec .contact {
  margin-top: 40px;
  padding: 32px 50px;
  border-radius: 8px;
  background: var(--white-color);
  box-shadow: 0px 0px 62px 0px rgba(86, 75, 198, 0.14);
}

#faqs_sec .contact h3 {
  color: var(--dark-color);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.22px;
}

#faqs_sec .contact p {
  color: var(--description-color);
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.15px;
}

#faqs_sec .contact .form-control {
  border-radius: 4px;
  background: rgba(86, 75, 198, 0.07);
  height: 56px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin-top: 20px;
  border: 1px solid #e7e7e7 !important;
}

#faqs_sec .contact .form-control::placeholder {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

#faqs_sec .contact .form-control:focus {
  border-color: #02885d;
  outline: 0;
  box-shadow: none;
}

#faqs_sec textarea.form-control {
  min-height: 120px;
  padding-top: 12px;
}

#faqs_sec .contact button {
  border-radius: 4px;
  background: var(--primary-color);
  box-shadow: 0px 2px 2.8px 0px rgba(0, 0, 0, 0.24);
  width: 100%;
  padding: 18px 0px;
  color: var(--white-color);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  border: none;
  margin-top: 30px;
}

/* Frequently Asked Question Sec CSS End Here */

/* Join Section CSS Start Here */
#join_sec {
  background: #F3F9FE;
  position: relative;
  height: 100%;
  /*z-index: -1;*/
}

/* #join_sec::after {
  content: "";
  background: url(../../assets/img/join_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 461px;
  height: 291px;
} */
#join_sec .join_img {
  text-align: end;
}

#join_sec .join_img img {
  width: 626px;
}

#join_sec .join_box h3 {
  color: var(--dark-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.5px;
  margin: 0;
}

#join_sec .join_box h3 span {
  color: var(--primary-color);
}

#join_sec .join_box p {
  color: var(--description-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-top: 12px;
}

/* Join Section CSS End Here */
/* footer Section CSS Start */

#footer_sec {
  border-top: 1px solid #02885D;
  background: #02885D;
  /* box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.25); */
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.25);
  /* margin-bottom: 59px; */
}

.footer_logo p {
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-top: 20px;
  max-width: 80%;

}

.footer_logo img {
  width: 250px;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%);
}

#footer_sec .row.border-bottom {
  border-bottom: 1.2px solid #ffffff !important;
}

#footer_sec ul {
  list-style-type: none;
}

#footer_sec .footer_top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
  margin: 0px;
}

#footer_sec .footer_top ul li {
  margin: 36px 36px 36px 0;
}

#footer_sec ul li a {
  color: var(--white-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

#footer_sec .footer_sm {
  margin-top: 36px;
  text-align: end;
}

#footer_sec .footer_sm .fa-brands {
  margin-left: 25px;
  color: var(--white-color);
  font-size: 17px;
}

#footer_sec .footer_links {
  margin: 50px 0;
}

#footer_sec .footer_links h4 {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

#footer_sec .footer_links ul {
  padding: 0;
  margin: 0;
}

#footer_sec .footer_links ul li {
  margin-top: 24px;
}

#footer_sec .footer_links .fa-solid {
  padding-right: 12px;
}

#footer_sec .footer_links .fa-solid {
  color: var(--white-color);
  font-size: 16px;
}

#footer_sec .footer_bottom ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0px;
}

#footer_sec .footer_bottom ul li a {
  margin-left: 32px;
}

#footer_sec .footer_bottom p {
  color: var(--white-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

#footer_sec .footer_bottom {
  padding-top: 16px;
}

#footer_sec .footer_bottom p a {
  color: var(--white-color);
}

/* footer Section CSS End */
#banner_sec1 .monthly_bkkp_banner img {
  width: 683.873px;
}

#banner_sec1 .tax_advisory img {
  width: 662px;
}

#banner_sec1 .how_it_work_banner img {
  width: 601.859px;
}

/*-- Steps Section Start Here --*/

#how_etb_work {
  position: relative;
  background: linear-gradient(to left, #fff 88%, var(--light-green-color) 12%) right;
  border-radius: 0px 20px 20px 0px;
}

#how_etb_work::after {
  content: "";
  background: url(../../assets/img/how_etb_work_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 105.2px;
  height: 71.2px;
  position: absolute;
  top: 15px;
  left: 126px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);

}

.text_bg {
  margin-bottom: 32px;
}

.text_bg p {
  border-radius: 8px !important;
  background: var(--white-color) !important;
  color: #02885d !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  padding: 10px 12px !important;
  display: inline !important;
}

#how_etb_work .how_etb_box {
  height: 100%;
}

#how_etb_work .how_etb_box img {
  width: 57px;
  border-radius: 12px;
  border: 1px solid rgba(2, 136, 93, 0.32);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.03), 0px 2px 4px 0px rgba(0, 0, 0, 0.03), 0px 12px 18px 0px rgba(0, 0, 0, 0.05);
  background: #FFF;
}

#how_etb_work .how_etb_box h3 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.036px;
  margin-top: 18px;
  margin-bottom: 12px;
}

#how_etb_work .how_etb_box p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.029px;
  margin: 0;
}

.easy_steps_img img {
  width: 429px;
}

.how_etb_icon {
  flex-shrink: 0;
}

.how_etb_flex {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
  gap: 20px;
}

.how_etb_flex h3 {
  margin-top: 0 !important;
}

/*-- Steps Section End Here --*/


/* What you get with EnterBIZ Sec Start Here */
#what_get_sec {
  background: var(--white-color);
}

#what_get_sec .what_get_box {
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
}


#what_get_sec .what_get_box img {
  width: 100%;
  border-radius: 8px;
}

#what_get_sec .what_get_box .what_get_content {
  padding: 24px;
}

#what_get_sec .what_get_box h3 {
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.044px;
  margin-bottom: 16px;
}

#what_get_sec .what_get_box p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: -0.032px;
  margin: 0;
}

#what_get_sec .what_get_box a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: none;
}

#what_get_sec .what_get_box a::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: -23px;
  top: -1px;
  font-size: 18px;
}

.what_get_box a:hover::after {
  -webkit-animation: bounceright 0.5s alternate ease infinite;
  animation: bounceright 0.5s alternate ease infinite;
  background-color: #02885d;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  color: var(--white-color);
}

/* What you get with EnterBIZ Sec End Here */

/* WEXPERT BOOKKEEPING Sec Start Here */

#expert_bookkeeping {
  /* background: #fafafa; */
  background: var(--light-green-color);
}

#expert_bookkeeping .expert_bookk_text h3 {
  color: #2e3337;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
}

#expert_bookkeeping .expert_bookk_text h3 span {
  color: var(--primary-color);
}

#expert_bookkeeping .expert_bookk_service img {
  width: 52px;
  border-radius: 10.4px;
  border: 0.867px solid rgba(2, 136, 93, 0.32);
  background: #FFF;
  box-shadow: 0px 10.4px 15.6px 0px rgba(0, 0, 0, 0.05), 0px 1.733px 3.467px 0px rgba(0, 0, 0, 0.03), 0px 0px 0.867px 0px rgba(0, 0, 0, 0.03);
}

#expert_bookkeeping .tax_preparation_img img {
  width: 658px;
  border-radius: 12px;
  /* box-shadow: 0px 4px 3px 0px rgba(0, 0, 0, 0.18); */
}

#expert_bookkeeping .financial_reporting_img {
  text-align: end;
}

#expert_bookkeeping .financial_reporting_img img {
  width: 726px;
  border-radius: 8px;
  /* box-shadow: 0px 0px 56px 8px rgba(86, 75, 198, 0.07); */
}

#expert_bookkeeping .expert_bookk_text .expert_bookk_service h4 {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px;
}

#expert_bookkeeping .expert_bookk_text .expert_bookk_service p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
}

#expert_bookkeeping .expert_bookk_text .expert_bookk_icon {
  text-align: center;
}

#expert_bookkeeping .expert_bookk_service_img {
  text-align: end;
}

#expert_bookkeeping .expert_bookk_service_img img {
  width: 544px;
}

#expert_bookkeeping .industries_bookkiping_img {
  text-align: end;
  position: relative;
}

#expert_bookkeeping .industries_bookkiping_gif img {
  width: 250px !important;
  position: absolute;
  bottom: 5%;
  left: 43%;
}

#expert_bookkeeping .industries_bookkiping_img img {
  width: 680px;
}

#expert_bookkeeping .industry_wise_form {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#expert_bookkeeping .industry_wise_form p {
  color: var(--description-color);
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.15px;
  margin-top: 15px;
}

/* WEXPERT BOOKKEEPING Sec End Here */
/* Process Section CSS Start Here */
#process_section {
  background: url(../../assets/img/step_progress_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 728px;
}

#process_section .steps_box {
  width: 354px;
  height: auto;
}

#process_section .steps_box h4 {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0px;
}

#process_section .steps_box p {
  color: #6d6c78;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

#process_section .steps_box.box1 {
  position: absolute;
  top: 75%;
  left: 10%;
}

#process_section .steps_box.box2 {
  position: absolute;
  top: 58%;
  left: 44%;
}

#process_section .steps_box.box3 {
  position: absolute;
  top: 29%;
  right: 8%;
}

/* Process Section CSS End Here */

/* Income tax filing deadlines CSS Start Here */
#tax_deadline_sec {
  background: var(--light-green-color);
}

#tax_deadline_sec .tax_deadline_img img {
  width: 596.2px;
}

#tax_deadline_sec .tax_deadline_text h2 {
  color: #2e3337;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

#tax_deadline_sec .tax_deadline_text h2 span {
  color: var(--primary-color);
}

#tax_deadline_sec .tax_deadline_text h4 {
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4px;
}

#tax_deadline_sec .tax_deadline_text h4 span {
  color: #ffa153;
  font-size: 18px;
}

#tax_deadline_sec .tax_deadline_text p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
}

#tax_deadline_sec .tax_deadline_text h5 {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.18px;
}

#tax_deadline_sec .tax_deadline_text ul li {
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.18px;
}

#tax_deadline_sec .tax_deadline_img2 {
  text-align: end;
}

#tax_deadline_sec .tax_deadline_img2 img {
  width: 534px;
  border-radius: 12px;
}

/* Income tax filing deadlines CSS End Here */

/* Need to file Form CSS Start Here */

#need_fileform {
  margin-bottom: 40px;
}

#need_fileform .need_fileform_bg {
  border-radius: 32px;
  background: var(--primary-color);
  padding: 56px 90px;
}

#need_fileform .need_fileform_bg .need_file_img {
  text-align: start;
}

#need_fileform .need_fileform_bg .need_file_img img {
  width: 446px;
}

.text_yellow_bg {
  margin-bottom: 24px;
}

.text_yellow_bg h6 {
  border-radius: 4px;
  background: var(--primary-color);
  padding: 10px 16px;
  color: #242424;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: inline;
}

#need_fileform h2 {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

#need_fileform h2 span {
  color: var(--primary-color);
}

#need_fileform p {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
}

#need_fileform .learn_more {
  margin-top: 40px;
}

#need_fileform .learn_more .learn_more_btn {
  border-radius: 4px;
  border: 1.4px solid #fff;
  box-shadow: 0px 1px 2.8px 0px rgba(0, 0, 0, 0.22);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.112px;
  padding: 14px 24px;
  position: relative;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#need_fileform .learn_more a:before {
  content: "\f054";
  color: var(--white-color);
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 30px;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Need to file Form CSS Start Here */

/* Customized tax support Section CSS Start Here */
#expert_bookkeeping.customize_tax .top_title {
  text-align: center;
  margin-bottom: 50px;
}

#expert_bookkeeping .customize_tax {
  text-align: end;
}

#expert_bookkeeping .customize_tax img {
  width: 658px;
}

/* Customized tax support Section CSS End Here */

/* Financial Package CSS Start Here */
#tax_deadline_sec .tax_deadline_text h6 {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.4px;
}

#tax_deadline_sec.financial_package .top_title {
  text-align: center;
  margin-bottom: 50px;
}

#tax_deadline_sec.financial_package ul {
  padding-left: 20px;
  margin-top: 35px;
}

#tax_deadline_sec.financial_package .financial_package_img {
  text-align: start;
}

#tax_deadline_sec.financial_package .financial_package_img img {
  width: 485px;
}

#tax_deadline_sec.financial_package .tax_deadline_text p:first-child {
  font-weight: 500;
}

#tax_deadline_sec.financial_package .tax_deadline_text p {
  margin: 0px;
  font-weight: 400;
}

/* Financial Package CSS End Here */

/* About US Section CSS Start Here */
#about_banner {
  height: 100vh;
}

#about_banner.about_us {
  background: url(../../assets/img/about_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#about_banner.our_blog {
  background: url(../../assets/img/blog_list_banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 555px;
}

#about_banner .banner_text {
  margin-top: 20%;
}

#about_banner .banner_text h1 {
  color: rgba(255, 255, 255, 0.96);
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
}

#about_banner .banner_text h1 span {
  color: #FFB800;
}

#about_banner .banner_text p {
  color: rgba(255, 255, 255, 0.73);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.2px;
}

.what_we_do img {
  width: 753.667px;
}

.seamless_pay_img img {
  width: 532px;
}

#how_wegot_here {
  background: url(../../assets/img/how_wegot_here_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 728px;
  position: relative;
}

#how_wegot_here .how_wegot_box {
  width: 206px;
}

#how_wegot_here .how_wegot_box h3 {
  color: var(--dark-color);
  font-size: 21px;
  font-weight: 700;
  line-height: 33px;
}

#how_wegot_here .how_wegot_box p {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

#how_wegot_here .how_wegot_box.box1 {
  position: absolute;
  bottom: 6%;
  left: 18%;
}

#how_wegot_here .how_wegot_box.box2 {
  position: absolute;
  bottom: 13%;
  left: 39%;
}

#how_wegot_here .how_wegot_box.box3 {
  position: absolute;
  bottom: 47%;
  left: 49%;
}

#how_wegot_here .how_wegot_box.box4 {
  position: absolute;
  bottom: 29%;
  right: 19%;
}

#how_wegot_here .how_wegot_box.box5 {
  position: absolute;
  top: 5%;
  right: 16%;
}

#why_weare_here {
  background: var(--white-color);
}

#why_weare_here img {
  border-radius: 12px;
  width: 342px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#why_weare_here .why_weare_img.big_img img {
  width: 100%;
  height: 486px;
}

#why_weare_here .why_weare_img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* About US Section CSS End Here */
/* Login Signup Page CSS Start Here */
#login_sec {
  background: var(--primary-color);
  height: 602px;
  padding: 80px 0px;
  margin-top: 80px;
  position: relative;
  z-index: 999;
}

#login_sec.login {
  margin-bottom: 200px;
}

#login_sec .login_banner_text {
  position: relative;
}

#login_sec .login_banner_text h1 {
  color: var(--white-color);
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
}

#login_sec .login_banner_text p {
  color: var(--white-color);
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  width: 396px;
}

#login_sec .login_banner_text img {
  width: 464px;
}

#login_sec .login_banner_text:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/login_after.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 108px;
  top: 15%;
  right: 20%;
  z-index: 1;
  animation: MoveUpDown2 5s linear infinite;
}

@keyframes MoveUpDown2 {

  0%,
  100% {
    top: 15%;
    right: 20%;
  }

  50% {
    top: 35px;
    right: 30px;
    opacity: 0;
  }

  51% {
    top: 15%;
    right: 20%;
    opacity: 1;
  }
}

#login_sec .form_sec {
  border-radius: 12px;
  background: var(--white-color);
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 22px;
}

#login_sec .form_sec h2 {
  color: var(--description-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}

#login_sec .form_sec h2 span {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

#login_sec .form_sec h1 {
  color: var(--dark-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  /* 142.857% */
}

#login_sec .form_sec .login_signup_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#login_sec .form_sec .login_signup p {
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
}

#login_sec .form_sec .login_signup a {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px;
}

#login_sec .form_sec .form-label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.14px;
  margin-top: 15px;
  opacity: 1;
}

#login_sec .form_sec .form-control {
  border-radius: 4px;
  border: 1px solid rgba(209, 209, 209, 0.82);
  height: 56px;
  color: var(--primary-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.16px;
}

#login_sec .form_sec .form-control::placeholder {
  color: var(--dark-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.16px;
}

#login_sec .form_sec .form-control:focus {
  box-shadow: none !important;
}

#login_sec .form_sec .input-group-text {
  background: transparent !important;
  border-radius: 2px !important;
  border-top: 1px solid rgba(209, 209, 209, 0.82) !important;
  border-bottom: 1px solid rgba(209, 209, 209, 0.82) !important;
  border-left: 1px solid rgba(209, 209, 209, 0.82) !important;
  border-right: none !important;
  position: relative;
  color: var(--dark-color);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.16px;
}

#login_sec .form_sec .input-group-text::after {
  content: "";
  width: 1.5px;
  height: 40px;
  border-radius: 2px;
  background: #eaeaea;
  position: absolute;
  right: 1px;
}

#login_sec .input-group .form-control {
  border-left: none;
  border-radius: 0 4px 4px 0 !important;
}

#login_sec .submit_btn {
  border-radius: 4px;
  background: var(--primary-color);
  box-shadow: 0px 2px 2.8px 0px rgba(0, 0, 0, 0.24);
  padding: 16px 0px;
  color: var(--white-color);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: 0.16px;
  width: 100%;
  border: none !important;
}

#login_sec .submit {
  margin-top: 32px;
}

#login_sec .pass_hs {
  position: relative;
}

#login_sec .hideshowpass_btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 56px;
  height: 56px;
  color: var(--primary-color);
  border: none !important;
}

/* Login Signup Page CSS End Here */
/* Banner2 Section CSS Start Here */
#banner2 {
  margin-top: 80px;
  height: 280px;
  background: var(--primary-color);
}

#banner2.pricing_bg {
  background: url(../../assets/img/pricing_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#banner2 .banner2_text {
  display: flex;
  padding: 92px 0px;
  flex-direction: column;
  justify-content: center !important;
  align-items: center;
}

#banner2 .banner2_text h1 {
  color: rgba(255, 255, 255, 0.96);
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
}

#banner2 .banner2_text p {
  color: rgba(255, 255, 255, 0.73);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Banner2 Section CSS End Here */

/* Pricing Sectiion CSS Start Here */
#price_plane_sec {
  background: #f9f9f9;
}

#price_plane_sec .price_plane_bg {
  border-radius: 18px;
  background: var(--white-color);
  padding: 40px 40px 21px 40px;
}

#price_plane_sec .price_plane {
  height: 100%;
}

#price_plane_sec .price_plane h1 {
  color: #231d4f;
  font-size: 26px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 20px;
}

#price_plane_sec .price_plane h1 span {
  color: #848199;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

#price_plane_sec .price_plane h2 {
  color: #231d4f;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
}

#price_plane_sec .price_plane p {
  color: #848199;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 22px;
}

#price_plane_sec .price_plane h5 {
  color: #848199;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

#price_plane_sec .price_plane h5::before {
  background: url(../../assets/img/pricing_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);
}

#price_plane_sec .price_plane .plane_btn {
  border-radius: 12px;
  background: #eeedf9;
  padding: 13px 0;
  color: var(--primary-color);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  width: 100%;
  display: block;
}

/* active css */

#price_plane_sec .price_plane.active .plane_title {
  float: right;
  margin-bottom: 10px;
}

#price_plane_sec .price_plane.active .plane_title h4 {
  color: var(--white-color);
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.833px;
  margin: 0px;
  padding: 7px 16px;
  border-radius: 6px;
  background: #4031b3;
  max-width: 125px;
}

#price_plane_sec .price_plane.active {
  border-radius: 26px;
  background: url(../../assets/img/price_active_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 42px 34px 0px rgb(2 136 93 / 19%);
  padding: 15px 30px 20px 30px;
  margin-top: -100px;
  height: auto;
}

#price_plane_sec .price_plane.active h1 {
  color: var(--white-color);
  display: inline-block;
}

#price_plane_sec .price_plane.active h1 span {
  color: var(--white-color);
}

#price_plane_sec .price_plane.active h2 {
  color: var(--white-color);
}

#price_plane_sec .price_plane.active p {
  color: var(--white-color);
}

#price_plane_sec .price_plane.active h5 {
  color: var(--white-color);
}

#price_plane_sec .price_plane.active h5::before {
  background: url(../../assets/img/pricing_active_icon.png);
  filter: none;
}

#price_plane_sec .price_plane.active .plane_btn {
  background: rgba(255, 255, 255, 10%);
  color: var(--white-color);
}

#price_plane_sec .price_toggle {
  text-align: center;
  margin-bottom: 120px;
}

#price_plane_sec .swch-radio-picker {
  border-radius: 22px;
  background: var(--white-color);
  padding: 2px;
  display: inline-block;
  border-radius: 22px;
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.16);
}

#price_plane_sec .swch-rad {
  opacity: 0;
  position: absolute;
}

#price_plane_sec .swch-hold {
  display: inline;
}

#price_plane_sec .swch-hold label {
  color: #848199;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.833px;
  padding: 15px 24px;
}

#price_plane_sec .swch-rad:checked+label {
  border-radius: 22px;
  background: var(--primary-color);
  box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.23);
  color: var(--white-color);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.833px;
  padding: 15px 24px;
}

/* Pricing Sectiion CSS End Here */

/* TYerm And Condition CSS Start Here */

#condition_policy .condition_policy_text p {
  color: rgba(24, 26, 42, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01px;
  margin: 24px 0;
}

#condition_policy .condition_policy_text p a {
  color: rgba(24, 26, 42, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01px;
  text-decoration-line: underline !important;
}

#condition_policy .condition_policy_text {
  counter-reset: h2 attr(start, number, 0);
}

#condition_policy .condition_policy_text h2 {
  color: var(--dark-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  counter-increment: h2;
}

#condition_policy .condition_policy_text h2:before {
  content: counter(h2) ". ";
  color: var(--primary-color);
}

#condition_policy .condition_policy_text .policy_points ul {
  padding-left: 25px;
}

#condition_policy .condition_policy_text .policy_points ul li {
  color: rgba(24, 26, 42, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01px;
  margin-bottom: 12px;
}

#condition_policy .condition_policy_text .policy_points ul li b {
  color: rgba(24, 26, 42, 0.8);
  font-weight: 700;
}

#condition_policy .condition_policy_text h3 {
  color: rgba(24, 26, 42, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01px;
  margin-bottom: 24px;
}

#condition_policy .condition_policy_text h1 {
  color: var(--dark-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
}

#condition_policy .condition_policy_text .table {
  margin: 32px 0;
}

#condition_policy .condition_policy_text .table> :not(caption)>*>* {
  border-radius: 2px;
  border: 1px solid #dedede !important;
}

#condition_policy .condition_policy_text .table thead tr th {
  background: #02885d !important;
  color: var(--white-color);
  font-family: Inter;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01px;
  padding: 15px;
}

#condition_policy .condition_policy_text .table tbody tr td {
  width: 50%;
  color: rgba(24, 26, 42, 0.8);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.01px;
}

/* Term And Condition CSS End Here */

/* FAQ's Page CSS Start Here */
#banner2.faqs_banner {
  background: url(../../assets/img/faqs_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.faqs_asidesmm {
  padding-top: 20px;
  border-top: 0.7px solid #adadad;
}

.faqs_asidesmm ul {
  list-style: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
  padding: 0px;
  margin: 0px;
}

.faqs_asidesmm ul li i {
  color: var(--dark-color);
  font-size: 18px;
}

.blog_asidebox .learn_more {
  text-align: start;
}

.blog_asidebox .learn_more_btn {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.034px;
}

#faqs_page .faqs_page_content {
  margin-top: 10px;
}

#faqs_page .faqs_page_content .faqs_page_faqs h1 {
  color: #2e3337;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}

#faqs_page .faqs_page_content .faqs_page_faqs h1 span {
  color: var(--primary-color);
}

#faqs_page .faqs_page_content .accordion-button {
  color: var(--dark-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.12px;
  padding-left: 68px;
  background:#fff !important;
}

#faqs_page .faqs_page_content .accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}
/*#faqs_page .faqs_page_content .accordion-item {
  margin-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #e7e7e7 !important;
  background: #fff !important;
}*/

#faqs_page .faqs_page_content .accordion-body {
  color: #696969;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  background: #fff;
  padding-top: 0px;
  border-radius: 0px 0px 4px 4px;
  padding-left: 68px;
}

#faqs_page .faqs_page_content .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border-radius: 4px 4px 0 0;
  background: rgba(86, 75, 198, 0.04);
}

#faqs_page .faqs_page_content .accordion-item {
  border: none !important;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 4px;
  border: 1px solid #e7e7e7 !important;
  background: #fff !important;
}

#faqs_page .faqs_page_content .accordion-button.collapsed::after {
  content: "\2b";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 24px;
  background-image: none;
  top: 15px;
}

#faqs_page .faqs_page_content .accordion-button::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 24px;
  background-image: none;
  top: 24px;
}

/* FAQ's Page CSS End Here */

/* Industry Wise Bookkeeping Page CSS Start Here */

#banner_sec1.industry_wise_banner::after {
  content: "";
  background: url(../../assets/img/industries_wise_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 155px;
  position: absolute;
  left: 0;
  bottom: 25px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);

}

.industry_wise_form {
  border-radius: 2px;
  background: var(--white-color);
  box-shadow: 0px 0px 56px 0px rgba(86, 75, 198, 0.16);
  padding: 24px 16px;
  position: relative;
}

.industry_wise_banner .industry_wise_form {
  border-radius: 2px;
  background: var(--white-color);
  box-shadow: 0px 0px 56px 0px rgba(86, 75, 198, 0.16);
  padding: 24px 16px;
  position: relative;
  margin-top: 30px;
}

.industry_wise_banner .industry_wise_form::before {
  content: "";
  background: url(../../assets/img/indus_icon2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 88px;
  height: 98.765px;
  position: absolute;
  left: -25%;
  top: 25%;
  filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);

}

.industry_wise_banner .industry_wise_form::after {
  content: "";
  background: url(../../assets/img/indus_icon1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 64px;
  position: absolute;
  right: -25px;
  top: -30px;
  border-radius: 64.167px;
  box-shadow: 0px 5.133px 38.5px 0px rgba(6, 6, 64, 0.1);
}

.industry_wise_form h2 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.industry_wise_form .form-control {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  border-radius: 4px;
  border: 1px solid rgba(209, 209, 209, 0.82);
  height: 56px;
  padding-left: 16px;
}

.industry_wise_form .form-control::placeholder {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.industry_wise_form .form-control:focus {
  box-shadow: none !important;
}

.industry_wise_form .sub_btn {
  border-radius: 4px;
  background: var(--primary-color);
  box-shadow: 0px 1px 2.8px 0px rgba(0, 0, 0, 0.22);
  color: var(--white-color);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 160% */
  letter-spacing: 0.075px;
  border: none !important;
  padding: 16px;
  width: 100%;
}

.industry_wise_form .industry_rating {
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 8px 12px;
  margin-top: 20px;
}

.industry_wise_form .industry_rating .industry_rat_box {
  border-radius: 4px;
  background: rgba(86, 75, 198, 0.06);
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.industry_wise_form .industry_rating .industry_rat_box img {
  width: 51px;
}

.industry_wise_form .industry_rating .industry_rat_box h3 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.12px;
  margin: 0px;
}

#industry_we_serve {
  background: rgba(250, 250, 250, 0.56);
}

#industry_we_serve .industry_we_serve_box {
  padding: 20px 0;
}

#industry_we_serve .industry_we_serve_box ul {
  list-style: none;
}

#industry_we_serve .industry_we_serve_box ul li {
  margin: 12px 0;
}

#industry_we_serve .industry_we_serve_box ul li a {
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  /* 166.667% */
  letter-spacing: -0.06px;
  position: relative;
}

#industry_we_serve .industry_we_serve_box ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

#industry_we_serve .industry_we_serve_box ul li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: var(--light-green-color3);
}



.read_more .read_more_btn {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.12px;
  position: relative;
}

.read_more .read_more_btn::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: -23px;
  top: -1px;
  font-size: 18px;
}

/* Industry Wise Bookkeeping Page CSS End Here */

/* Security Page CSS Start Here */
#banner2.security_banner {
  background: url(../../assets/img/security_banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#security_points {
  background: #fafafa;
  padding: 64px 80px;
}

#security_points .security_box {
  text-align: center;
  height: 100%;
  padding: 0px 10px;
}

#security_points .security_box img {
  width: 64px;
  border-radius: 12.8px;
  border: 1.067px solid rgba(86, 75, 198, 0.32);
  background: var(--white-color);
  box-shadow: 0px 0px 1.067px 0px rgba(0, 0, 0, 0.03),
    0px 2.133px 4.267px 0px rgba(0, 0, 0, 0.03),
    0px 12.8px 19.2px 0px rgba(0, 0, 0, 0.05);
}

#security_points .security_box h2 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.18px;
  margin-top: 16px;
  margin-bottom: 6px;
}

#security_points .security_box p {
  color: #5c5c5c;
  font-size: 13px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.13px;
  margin: 0;
}

#security_points2 h3 {
  color: var(--dark-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 40px;
  margin-bottom: 24px;
}

#security_points2 p {
  color: rgba(24, 26, 42, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01px;
  margin: 24px 0;
}

#security_points2 p a {
  text-decoration-line: underline !important;
}

#view_privacy_policy {
  background: rgba(12, 133, 244, 0.05);
  padding: 64px 0;
  margin-top: 30px;
}

#view_privacy_policy p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01px;
  margin-bottom: 24px;
}

#view_privacy_policy a {
  text-align: center;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.01px;
}

/* Security Page CSS End Here */

/* Contact Us Page CSS Start Here */
#banner2.contact_us_banner {
  background: url(../../assets/img/contactus_banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 420px;
}

#contact_us_details {
  background: #fafafa;
  height: 100%;
}

#contact_us_details .contact_us_bg {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  padding: 56px 70px;
  margin-top: -70px;
  display: inline-block;
}

#contact_us_details .contact_us_bg h2 {
  color: #2e3337;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}

#contact_us_details .form_inputs {
  position: relative;
  margin-top: 30px;
}

#contact_us_details .form_inputs .form-control {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background: var(--white-color);
  height: 64px;
  color: #757575;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.15px;
  padding: 0px 22px;
}

#contact_us_details .form_inputs .form-control::placeholder {
  color: #757575;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.15px;
}

#contact_us_details .form_inputs .form-label {
  position: absolute;
  top: -7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 22px;
  pointer-events: none;
  transition: all 0.2s ease-out;
  border-radius: 4px;
  background: var(--white-color);
  padding: 0 5px;
  color: #848484;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

#contact_us_details .form_inputs .form-control:focus {
  box-shadow: none !important;
}

#contact_us_details .form_inputs textarea.form-control {
  min-height: 140px !important;
  padding: 22px;
}

#contact_us_details .submit_btn {
  border-radius: 4px;
  background: var(--primary-color);
  box-shadow: 0px 2px 2.8px 0px rgba(0, 0, 0, 0.24);
  color: var(--white-color);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.16px;
  border: none !important;
  padding: 18px 0;
  width: 100%;
}

#contact_us_details .contacts_details h3 {
  color: #2e3337;
  font-size: 19px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 22px;
}

#contact_us_details .contacts_details {
  width: 413px;
}

#contact_us_details .contacts_details p,
.contacts_details a {
  color: var(--description-color);
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 22px;
}

#contact_us_details .contacts_details h5 a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

#contact_us_details .contacts_details .contacts_sm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 26px;
}

#contact_us_details .contacts_details .contacts_sm i {
  color: var(--dark-color);
  font-size: 22px;
}

/* Contact Us Page CSS End Here */
/* New Table Design Start here */
/* #eligibility_table_sec {
  background-color: var(--light-green-color);
} */

.eligibility_table .table {
  margin-bottom: 0;
}

.eligibility_table .rounded-3 {
  border-radius: 30px !important;
}

.eligibility_table .table thead {
  border-bottom: transparent;
}

.eligibility_table .table thead th,
.eligibility_table .table tbody th {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.24px;
  padding: 24px 26px;
  background: #47B39C;
}

.eligibility_table .table tbody th {
  white-space: nowrap;
}

/* .eligibility_table .table thead th:first-child,
.eligibility_table .table tbody td:first-child {
  width: 28%;
} */
.eligibility_table .table  td {
  color: #333;
}
.eligibility_table .table thead td,
.eligibility_table .table tbody td,
.eligibility_table .table tbody ul li {
  background: #CBF8DD;
  padding: 12px 40px;
}

.eligibility_table .table tbody ul {
  margin: 6px 0 0 0;
}

.eligibility_table .table tbody ul li {
  padding: 6px 0;
}

.eligibility_table .table tbody ul li:last-child {
  padding: 0;
}

.eligibility_table .table tbody {
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  background: var(--white-color)
}

.eligibility_table table.table-bordered {
  border: 1px solid rgba(255, 255, 255, 0.50);
  margin-top: 20px;
}

.eligibility_table table.table-bordered>thead>tr>th,
.eligibility_table table.table-bordered>tbody>tr>th {
  border: 1px solid rgba(255, 255, 255, 0.50);
}
.eligibility_table .card {
  background: transparent;
}
.eligibility_table .card,
.eligibility_table table.table-bordered>tbody>tr>td {
  border: 1px solid rgba(255, 255, 255, 0.50);
}

/*
.eligibility_table .table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: var(--light-green-color);
} */


.eligibility_table table th:last-child {
  border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
}

.eligibility_table table td:first-child,
.eligibility_table .bordered th:first-child {
  border-left: medium none;
}

.eligibility_table .table tbody p span {
  color: var(--primary-color);
  font-weight: 700;
}

.eligibility_table .table li::marker {
  color: var(--primary-color);
}

/* New Table Design End Here  */

/* New EMI Calculator CSS Start Here */
.calc_data label {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 5px 0px;
}

.calcul_price p {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.036px;
  /* margin-top: 10px; */
  /* margin-bottom: 12px; */
}

.range input {
  width: 100%;
}

.prog_perc span {
  color: var(--primary-color);
  /* font-size: 20px; */
  font-weight: 600;
}

.prog_perc p {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding: 8px 12px;
  border: 1px dashed var(--primary-color);
  border-radius: 8px;
}


.emi_calc_sec input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #E9F3FF;
  padding: 4px 0;
  height: 8px;
}

.emi_calc_sec input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.emi_calc_sec.blue_range input[type="range"]::-webkit-slider-thumb {
  background-color: #fff;
}

.emi_calc_sec input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.emi_calc_sec input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0 0 0 8px rgba(84, 47, 152, 0.1)
}

.emi_calc_sec input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(77, 255, 0, 0.1)
}

.emi_calc_sec input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(77, 255, 0, .2)
}

.emi_calc_sec input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(77, 255, 0, .2)
}

.emi_calc_sec input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(77, 255, 0, .1)
}

.emi_calc_sec input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(77, 255, 0, .2)
}

.emi_calc_sec input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(77, 255, 0, 0.2)
}

.emi_calc_sec .range {
  margin: 15px 0;
}

.calc_amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.loan_limits {
  margin-bottom: 12px;
}

.loan_limits p {
  color: var(--description-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.cust_circle_card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.circular-progress {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: lightgrey;
}

.inner-circle {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 50%;
}

.percentage {
  position: absolute;
  font-size: 2rem;
  margin: 0;
}


.cust_circle_total {
  padding: 30px 20px;
  margin: 20px 0;
  border-top: 1px dashed var(--light-green-color3);
  border-bottom: 1px dashed var(--light-green-color3);
}

@media screen and (max-width: 800px) {
  .circular-progress {
    width: 150px;
    height: 150px;
  }

  .percentage {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 500px) {
  .circular-progress {
    width: 120px;
    height: 120px;
  }

  .percentage {
    font-size: 1rem;
  }
}

.cust_circle_amnt b {
  color: var(--dark-color);
  font-weight: 800;
}

.cust_circle_data .cust_circle_amnt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 12px;
}

.cust_circle_data p {
  color: var(--description-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.cust_circle_data {
  padding: 0 15%;
}


/* New Banner Section CSS Start */
img {
  max-width: 100%;
  height: auto;
}

#new_banner_sec {
  background: var(--white-color);
  padding: 100px 0;
  margin-top: 30px;

}

.new_banner_text h1 {
  color: #191919;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
}

.new_banner_text h1 span {
  color: #02885D;
}

.new_banner_text p {
  color: #445781;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
}

.qr_code_sec img {
  width: 119px;
  position: relative;
}

.qr_code_sec p {
  color: #02885D;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 101.8%;
  letter-spacing: 0.2px;
  margin: 0;
}

.qr_data {
  position: relative;
}

.qr_code_sec .qr_data p b {
  color: #02885D;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 101.8%;
  letter-spacing: 0.2px;
}

.qr_code_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 40px;
  display:none;
}

.qr_code_sec .qr_data::before {
  content: '';
  background: #000;
  width: 1px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 0;
}

.new_banner_img img {
  width: 587px;
}

.fun_fact_bg {
  border-radius: 20px;
  background: #02885D;

}

.fun_fact_bg .fun_fact_data {
  position: relative;
  padding: 50px;
}

.fun_fact_bg .fun_fact_data::after {
  content: '';
  background: rgba(255, 255, 255, 0.50);
  width: 1px;
  height: calc(100% - 30%);
  position: absolute;
  left: 0;
  top: 15%;
}

.fun_fact_bg .fun_fact_data img {
  width: 276px;
}

.fun_fact_bg .fun_fact_data p {
  padding: 10px 0;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.fun_fact_bg .fun_fact_data p b,
.fun_fact_bg .fun_fact_data p:first-child {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 101.8%;
  letter-spacing: 0.2px;
  position: relative;
  padding-top: 0;
}

/* .fun_fact_bg .fun_fact_data p b::after {
  content: 'M+';
} */
/* New Banner Section CSS end */
/* Empowering Bharat Section Start Here  */
#empowering_sec {
  background: #F2FFF7;
}

.empowering_list h4::before {
  content: "";
  background: url(../../assets/img/done_icon.png);
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}

.app_sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 40px;
  display:none;
}

.app_sec img {
  width: 181.935px;
}

.empowering_list ul li {
  color: #3C4D6B;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  list-style: none;
  margin-top: 30px;
  position: relative;
}

.empowering_list ul li::before {
  content: "";
  background: url(../../assets/img/list_icon.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -32px;
  top: 0px;
}

.emp_bharat img {
  width: 634px;
}

/* Empowering Bharat Section End Here  */

/* Business Loan Eligibility Criteria CSS Start Here */
#loan_eligibility_sec {
  background: #02885D;
}

.loan_elig_card {
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.loan_elig_card:hover {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 6px 14px 0px rgba(2, 136, 93, 0.12);
}

.loan_elig_card .loan_elig_icon {
  flex-shrink: 0;
}

.loan_elig_card .loan_elig_icon img {
  width: 28px;
  margin-bottom: 13px;
}

.loan_elig_card h3 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.loan_elig_card p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 0;
}

.loan_elig_card .read_more a {
  color: #FFF;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  display:none;
}

/* Business Loan Eligibility Criteria CSS End Here */
#eligibility_table_sec {
  background: #F2FFF7;
}

.eligibility_img {
  text-align: center;
}

.eligibility_img img {
  width: 489px;
}

/* Our Premium Offerings Section CSS Start Here */
.primium_offr_card .primium_offr_icon img {
  width: 45px;
  padding-bottom: 2px;
}

.primium_offr_card {
  border-radius: 10px;
  background: #F7FFFC;
  padding: 33px 24px;
  height: 100%;
}

.primium_offr_card:hover {
  border-radius: 10px;
  background: #02885D;
  box-shadow: 0px 5px 25px 0px rgba(2, 136, 93, 0.12);
}

.primium_offr_card:hover h3 {
  color: #FFF;
}

.primium_offr_card:hover p {
  color: #FFF;
}

.primium_offr_card:hover .primium_offr_icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7479%) hue-rotate(110deg) brightness(95%) contrast(109%);
  transition: all 0.65s;
  transform: rotateY(360deg);
}

.primium_offr_card h3 {
  color: #191919;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.2px;
  padding: 12px 0;
}

.primium_offr_card p {
  color: #696969;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.2px;
}

/* Our Premium Offerings Section CSS End Here */
/* Fixed Sidebar CSS Start */
/* .float-container {
  position: fixed;
  top: 33%;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 999999;
}

.float-container:hover {
  right: 0px;
}

.float-container a {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 40px;
  margin-right: -150px;
  margin-bottom: 10px;
  padding: 10px 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: white;
  border-color: #46b8da;
  border-radius: 5px 0 0 5px;
  background-color: #02885d;
  -webkit-box-shadow: 0 2px 4px #7d7d7d;
  box-shadow: 0 2px 4px #7d7d7d;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;

}

.float-container i {
    margin-right: 25px;
    transition: all 0.25s ease-in-out;
}

.float-container a:hover i {
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}

.float-container a:hover {
  margin-right: 0;
  background-color: #026a49;
  -webkit-box-shadow: 0 2px 4px #7d7d7d;
  box-shadow: 0 2px 4px #7d7d7d;
}

.float-container .icon:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 25px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.icon.one:before {
  content: "\f073";
}

.icon.two:before {
  content: "\f086";
}

.icon.three:before {
  content: "\f1d8";
}

.icon.four:before {
  content: "\f073";
} */


/* Media queries */
/* @media screen and (max-width: 440px) {
  .float-container .icon:last-child {
    display: none;
  }
  .float-container {
    position: fixed;
    top: auto;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;

    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: auto;
    -webkit-box-align: auto;
    -ms-flex-align: auto;
    align-items: auto;
  }
  .float-container a.icon {
    right: 0;
    bottom: 0;

    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px;

    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #7d7d7d;
    box-shadow: 0 0 0 #7d7d7d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid darkorange;
    border-right: 1px solid darkorange;
  }
} */

/* Fixed Sidebar CSS End */
/* New Fixed Bootom CTA Section CSS Start Here */

#fixed_cta_btn {
  background: #02885D;
  padding: 12px 0;
  box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.25);
  display: none !important;
}

#fixed_cta_btn p {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0;
  text-align: center;
}


.fixed_app_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.fixed_app_sec img {
  width: 110px;
}

#dismiss_btn {
  position: absolute;
  right: 10px;
  top: -50px;
}

.close-container {
  position: relative;
  margin: auto;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.leftright {
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: var(--dark-color);
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in;
}

.rightleft {
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: var(--dark-color);
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in;
}

label {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.close {
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #f25c66;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #f25c66;
}

.close-container:hover label {
  opacity: 1;
}

/* --------------------- */



.sidePanel {
  height: auto;
  width: 74px;
  position: fixed;
  right: 0;
  z-index: 99;
  transition: .5s;
  top: 20%;
  display:none;
}

.sidetwo .boxPanel {
  height: auto;
  width: 21.3rem
}

.sidetwo .boxPanel .sideBoxed {
  height: 7rem;
  background-color: var(--primary-color);
  padding: 1rem 1rem 2.2rem 1.2rem;
  border-top-left-radius: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.sidetwo .sideBoxed p {
  width: 3rem;
  transition: .5s;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}



.sidetwo .icontwoitems {
  top: 46%;
  left: 1rem
}

.sidetwo:hover {
  right: 0;
  width: 330px;
}

.sidetwo:hover .sidePanel_List li::before {
  content: "";
  width: calc(100% - 40%);
}


.sidetwo:hover p {
  width: auto
}


.sidePanel_List {
  margin-top: -2.3rem;
  height: auto;
  background: rgba(23, 157, 114, 255);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1.5rem 1rem 1rem 2rem;

}

.boxPanel ul {
  position: relative;
  left: 0 !important;
}


@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.boxPanel ul::before {
  content: '\f0d9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 10px;
  position: absolute;
  left: 10px;
  top: 40%;
  animation: blink 1s infinite;
  transition: transform 0.8s ease;
}

.boxPanel ul:hover::before {
  transform: rotate(180deg);
  left: 0px;
  color: var(--primary-color);
}


.sidePanel_List li {
  padding: 1rem 0;
  height: 4.2rem
}

.sidePanel_List li img {
  margin-right: 1.2rem;
  width: 25px;
}

.sidePanel_List li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.18px;
  /* margin-top: 24px; */
  margin-bottom: 0px;
}

.sidePanel_List li::before {
  content: "";
  width: calc(100% - 40%);
  height: 1px;
  border-radius: 100%;
  /* background:  var(--white-color); */
  background: linear-gradient(270deg, var(--primary-color) 0, rgba(255, 255, 255, .5803921569) 23.04%, #fff 49.22%, rgba(255, 255, 255, .5803921569) 70.53%, var(--primary-color) 100%);
  position: absolute;
  margin-top: 3.1rem;
  transition: .5s;
  margin-left: -10px
}

.sidePanel_List li:last-child::before {
  display: none
}

.sidePanel_List li:last-child a span {
  padding-left: 10px
}

#sidePanelChamber ul li {
  list-style: none !important;
  list-style-type: none !important;
}


@media only screen and (max-width: 991px) {
  .mob_sec.hide_desktop {
      display: block;
   }
   .mob_sec.hide_desktop span {
       display: none;
   }

   .mob_sec .nav-item.dropdown.p-2 {
    padding: .3rem .5rem !important;
    background: #078a60;
    border-radius: 5px;
   }
   .mob_sec.hide_desktop {
        display: block;
        margin-left: auto;
    }

   .mob_sec .dropdown-item {
     color: #000 !important;

     }

    header .navbar .dropdown-menu.show {
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }



  .sidetwo {
    width: auto;
    transition: all .2s ease-in-out;
    bottom: 10rem;
    height: 23.1rem;
    left: -350px;
    top: auto;
    right: auto
  }

  .sidetwo.chamberActive {
    left: 0
  }

  .sidetwo .boxPanel {
    height: auto
  }


  .sidetwo .boxPanel .sidePanel_List {
    background: #fff;
    border-top-right-radius: 2.4rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.5rem 1rem 2rem 2rem;
    height: 15.4rem
  }

  .sidetwo .boxPanel .sidePanel_List li {
    height: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }



  .sidetwo .boxPanel .sidePanel_List li a {
    color: #595c73
  }

  .sidetwo .boxPanel .sidePanel_List li::before {
    width: 170px;
    background: linear-gradient(180deg, rgba(69, 72, 92, 0) 0, rgba(217, 217, 217, .58097) 23.04%, #d9d9d9 49.22%, rgba(217, 217, 217, .546176) 70.53%, rgba(217, 217, 217, 0) 100%);
    margin-top: 5.5rem;
    margin-left: 0
  }

  .sidetwo .icon-chamber {
    display: none
  }

  .sidetwo p {
    width: auto
  }
}

@media only screen and (max-width: 991px)and (max-width:767px) {
  .sidetwo .boxPanel .sidePanel_List li {
    padding: 1.5rem 0
  }

  .sidetwo .boxPanel .sidePanel_List li::before {
    margin-top: 4.5rem
  }
}

@media only screen and (max-width: 576px) {
  .sidePanel_List li::before {
    height: 2px
  }
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* New Fixed Bootom CTA Section CSS Start Here */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
          On screens that are 992px or less, set the background color to blue
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 992 start */

@media screen and (max-width: 992px) {
  #investment_decision_sec .investment_dec_img .text_card {
    width: auto;
    height: 100%;
  }

  .hide_mobile {
    display: none;
  }

  .navbar-brand {
    height: 50px !important;
    margin-left: 0;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .navbar-brand img {
    width: 150px;
    margin-top: 10px;
  }

  .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url(../../assets/img/cross.svg) !important;
    height: 22px;
    width: 32px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);

  }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url(../../assets/img/menu.svg);
    height: 22px;
    width: 32px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(100%) saturate(5905%) hue-rotate(148deg) brightness(88%) contrast(98%);

  }

  .navbar-toggler {
    border: none !important;
    padding-right: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar {
    height: 60px !important;
    --bs-navbar-padding-y: auto !important;
  }

  .navbar-collapse {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    background: var(--light-green-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 8px;
  }

  .navbar-collapse .ms-3 {
    margin: 16px 0 16px 14px !important;
  }

  .request_demo_btn {
    font-size: 14px;
    padding: 8px 12px !important;
    display:none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 4px 0px;
  }

  #banner_sec1 .banner_text h1 {
    font-size: 24px;
    line-height: 30px;
  }

  #banner_sec1 {
    padding: 40px 0px;
    height: auto;
  }

  #banner_sec1 .banner_text p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
  }

  #banner_sec1 .banner_text .start_trial {
    margin-top: 20px;
  }

  .start_trial_btn {
    padding: 10px 15px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 20px;
    display:none;
  }

  #seamless_pay_sec .seamless_text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #seamless_pay_sec .seamless_text {
    max-width: 100%;
  }

  .mt-60 {
    margin-top: 30px;
  }

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

  #seamless_pay_sec .seamless_text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
  }

  #seamless_pay_sec .seamless_text h4 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 24px;
    padding-left: 30px;
  }

  #seamless_pay_sec .seamless_box {
    border-radius: 3px;
    padding: 20px;
    height: auto;
  }

  #seamless_pay_sec .row> :nth-child(1) .seamless_box {
    margin-top: 0;
  }

  #seamless_pay_sec .row> :nth-child(4) .seamless_box {
    margin-top: 0;
  }

  #seamless_pay_sec .seamless_box img {
    width: 45px;
    margin-bottom: 12px;
  }

  #seamless_pay_sec .seamless_box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #investment_decision_sec .investment_decision_bg {
    border-radius: 20px;
    padding: 20px;
  }

  #investment_decision_sec .investment_dec_img {
    margin-bottom: 40px;
  }

  #investment_decision_sec .investment_dec_text h3 {
    font-size: 24px;
    line-height: 30px;
  }

  #investment_decision_sec .investment_dec_text p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  #investment_decision_sec .mt-88 {
    margin-bottom: 38px;
  }

  #investment_decision_sec .investment_dec_img2 {
    margin-top: 30px;
  }

  .investment_dec_img3 {
    margin-bottom: 30px;
  }

  #investment_decision_sec .investment_dec_img4 {
    text-align: center;
    margin-top: 30px;
  }

  .top_title h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .top_title p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px;
  }

  .top_title h2 span {
    font-size: 25px;
    line-height: 30px;
  }

  #our_clients_sec img {
    width: 95px;
  }

  .pt-56 {
    padding-top: 30px;
  }

  .pb-56 {
    padding-bottom: 26px;
  }

  #blog_sec .flex_title {
    display: inline-block;
  }

  #blog_sec .top_title h2 {
    max-width: 100%;
  }

  #blog_sec .flex_title .request_demo {
    text-align: center;
  }

  #blog_sec .flex_title .request_demo img {
    top: 38px;
    right: 40%;
    width: 48px;
  }

  #blog_sec .blog_card .img_sec .tag_type p {
    border-radius: 2px;
    padding: 7px 12px 7px 13px;
    font-size: 11px;
    line-height: 20px;
  }

  #blog_sec .blog_card .img_sec {
    margin-bottom: 0px;
  }

  #blog_sec .blog_card .blog_text h2 {
    font-size: 17px;
    line-height: 23px;
  }

  #blog_sec .blog_card .blog_text {
    padding: 8px 0px 0 0;
  }

  #blog_sec .blog_card {
    height: auto;
  }

  #blog_sec .blog_card .blog_text .author_details {
    padding: 5px 0px;
  }

  #blog_sec .blog_card .blog_text .author_details .author_sec img {
    width: 28px;
  }

  #blog_sec .blog_card .blog_text .author_details .author_sec {
    gap: 8px;
  }

  #blog_sec .blog_card .blog_text .author_details .author_sec h5 {
    font-size: 14px;
    line-height: 20px;
  }

  #blog_sec .blog_card .blog_text .author_details h6 {
    font-size: 13px;
    line-height: 20px;
  }

  #blog_sec .blog_card .blog_text a {
    font-size: 14px;
    line-height: 20px;
  }

  #blog_sec .blog_card .blog_text a::after {
    right: -18px;
    top: 0px;
    font-size: 15px;
  }

  #start_now_sec .start_now_bg {
    padding: 20px 10px 30px 10px;
    border-radius: 10px;
    background: #f2f1fb;
    display: inline-block;
    text-align: center;
  }

  #start_now_sec .start_now_bg h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    max-width: 100%;
    margin-bottom: 25px;
  }

  #testimonial_sec h2::after {
    width: 32px;
    height: 32px;
    top: 2px;
    right: -45px;
  }

  #testimonial_sec .testimonial_bg {
    border-radius: 10px;
    padding: 15px;
    margin-top: 50px;
  }

  #testimonial_sec .testimonial_bg .testimonial_box {
    border-radius: 10px;
    margin: 0px 10px;
    padding: 10px 15px;
    height: auto;
  }

  #testimonial_sec .testimonial_bg .testimonial_box p {
    font-size: 14px;
    line-height: 22px;
  }

  #testimonial_sec .testimonial_bg .testimonial_box .clients img {
    width: 50px;
    height: 50px;
  }

  #testimonial_sec .testimonial_bg .testimonial_box .clients h5 {
    font-size: 15px;
    line-height: 22px;
  }

  #testimonial_sec .testimonial_bg .testimonial_box .clients .fa-solid {
    font-size: 14px;
  }

  #testimonial_sec .testimonial_bg .testimonial_box .clients {
    gap: 8px;
  }

  #faqs_sec .accordion-button:not(.collapsed) {
    font-size: 15px;
  }

  #faqs_sec .faqs_box .accordion-item .accordion-button {
    padding: 12px 15px;
    color: var(--dark-color);
    font-size: 14px;
    line-height: 20px;
  }

  #faqs_sec .faqs_box .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 12px 12px 15px;
  }

  #faqs_sec .contact {
    margin-top: 25px;
    padding: 20px;
  }

  #faqs_sec .contact button {
    border-radius: 2px;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
  }

  #join_sec {
    padding: 20px 0px;
  }

  #join_sec .join_box {
    max-width: 100%;
  }

  #join_sec .join_box h3 {
    font-size: 22px;
    line-height: 32px;
  }

  #join_sec::after {
    z-index: -1;
  }

  #join_sec .join_box p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 8px;
  }

  #join_sec .text-center.mt-5 {
    margin-top: 2rem !important;
  }

  #join_sec .free_trial_btn {
    border-radius: 2px;
    padding: 10px 14px;
    font-size: 13px;
    line-height: 20px;
  }

  #footer_sec .footer_top ul li {
    margin: 5px 5px;
  }

  #footer_sec .footer_top ul {
    justify-content: space-evenly;
  }

  .footer_top {
    margin-top: 15px;
  }

  #footer_sec .footer_sm {
    margin: 15px;
    text-align: center;
  }

  #footer_sec .footer_links {
    margin: 20px 0;
  }

  #footer_sec .footer_links h4 {
    font-size: 16px;
    line-height: 20px;
  }

  #footer_sec .footer_links ul li {
    margin-top: 12px;
  }

  #footer_sec .footer_bottom {
    padding-top: 10px;
    margin-bottom: 15px;
  }

  #footer_sec .footer_bottom ul {
    justify-content: space-evenly;
  }

  #footer_sec .footer_bottom ul li a {
    margin-left: 0;
  }

  @keyframes MoveUpDown {

    0%,
    100% {
      top: 30px;
    }

    50% {
      top: 35px;
    }
  }

  .text_bg {
    margin-bottom: 20px;
  }

  .text_bg p {
    font-size: 14px !important;
  }

  #how_etb_work {
    position: relative;
    background: rgba(243, 241, 250, 0.52);
    border-radius: 0px 20px 20px 0px;
  }

  #how_etb_work::after {
    width: 55.2px;
    height: 32.2px;
    top: 39px;
    left: 106px;
    z-index: -1;
  }

  #how_etb_work .how_etb_box {
    height: auto;
    margin: 10px 0px;
  }

  #how_etb_work .how_etb_box img {
    width: 48px;
  }

  #how_etb_work .top_title {
    margin-bottom: 20px;
  }

  #how_etb_work .how_etb_box h3 {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 5px;
  }

  #how_etb_work .how_etb_box p {
    font-size: 15px;
    line-height: 24px;
  }

  #what_get_sec .what_get_box .what_get_content {
    padding: 10px;
  }

  #what_get_sec .what_get_box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }

  #what_get_sec .what_get_box p {
    font-size: 15px;
    line-height: 25px;
  }

  #what_get_sec .what_get_box .mt-4 {
    margin-top: 1rem !important;
    margin-bottom: 10px;
  }

  #what_get_sec .what_get_box {
    border-radius: 5px;
    height: auto;
  }

  #expert_bookkeeping .expert_bookk_text h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }

  #expert_bookkeeping .expert_bookk_service img {
    width: 42px;
  }

  #expert_bookkeeping .expert_bookk_text .expert_bookk_service h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
  }

  #expert_bookkeeping .expert_bookk_text .expert_bookk_service p {
    font-size: 15px;
    line-height: 24px;
  }

  .expert_bookk_service .row {
    margin-bottom: 20px;
  }

  #process_section .steps_box.box1 {
    position: static;
  }

  #process_section .steps_box.box2 {
    position: static;
  }

  #process_section .steps_box.box3 {
    position: static;
  }

  #process_section {
    height: auto;
    background: var(--light-green-color);
  }

  #process_section .top_title .mt-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 20px;
    text-align: center;
  }

  #process_section .steps_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  #tax_deadline_sec .tax_deadline_img img {
    width: 100%;
  }

  .tax_deadline_text {
    margin-top: 20px;
  }

  #tax_deadline_sec .tax_deadline_text h2 {
    font-size: 24px;
    line-height: 34px;
  }

  #tax_deadline_sec .tax_deadline_text h4 {
    font-size: 20px;
    line-height: 30px;
  }

  #tax_deadline_sec .tax_deadline_text h4 span {
    font-size: 16px;
  }

  #tax_deadline_sec .tax_deadline_text p {
    font-size: 15px;
    line-height: 30px;
  }

  #tax_deadline_sec .tax_deadline_text ul li {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  #tax_deadline_sec .tax_deadline_img2 {
    text-align: center;
    margin-top: 30px;
  }

  #need_fileform .need_fileform_bg {
    border-radius: 12px;
    padding: 20px 10px;
  }

  .text_yellow_bg {
    margin-bottom: 24px;
    margin-top: 30px;
    text-align: center;
  }

  #need_fileform h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #need_fileform p {
    line-height: 28px;
  }

  #need_fileform .learn_more {
    text-align: center;
    margin-bottom: 20px;
  }

  .tax_deadline_text .mt-5 {
    text-align: center;
    margin-top: 2rem !important;
  }

  #faqs_sec .faqs_box {
    margin-top: 20px;
  }

  #faqs_sec .faqs_box.pe-5 {
    padding-right: 0px !important;
  }

  #how_wegot_here .how_wegot_box.box1 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box2 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box3 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box4 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box5 {
    position: static;
  }

  #how_wegot_here .how_wegot_box {
    width: 100%;
    margin-top: 20px;
  }

  #about_banner .banner_text h1 {
    font-size: 26px;
    line-height: 34px;
  }

  #about_banner .banner_text p {
    font-size: 18px;
    line-height: 28px;
  }

  #about_banner.about_us {
    background: var(--primary-color);
    padding-bottom: 30px;
  }

  #about_banner {
    height: auto;
  }

  #seamless_pay_sec .seamless_text .request_btn {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  #how_wegot_here .how_wegot_box h3 {
    font-size: 18px;
    line-height: 30px;
  }

  #how_wegot_here .how_wegot_box p {
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
  }

  #how_wegot_here {
    height: auto;
    background: #faf9fc;
  }

  #why_weare_here img {
    width: 100%;
    margin-bottom: 20px;
  }

  .why_weare_img.mt-4 {
    margin-top: 0rem !important;
  }

  #login_sec {
    height: auto;
    padding: 40px 0px;
    margin-top: 60px;
  }

  #login_sec .form_sec {
    border-radius: 10px;
    padding: 15px;
  }

  #login_sec .form_sec h1 {
    font-size: 24px;
  }

  #login_sec .form_sec h2 {
    font-size: 16px;
  }

  #login_sec .form_sec h2 span {
    font-size: 16px;
  }

  #login_sec .submit_btn {
    border-radius: 2px;
    padding: 12px 0px;
    font-size: 16px;
  }

  #login_sec.login {
    margin-bottom: 0;
  }

  #login_sec .form_sec .form-control {
    border-radius: 2px;
    height: 48px;
    line-height: 20px;
  }

  #login_sec .form_sec .form-control::placeholder {
    border-radius: 2px;
    height: 48px;
    line-height: 20px;
  }


  .our_blog .search_box {
    margin-top: 35px !important;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
  }

  #blog_sec .start_trial.text-center.mt-5 {
    margin-top: 2rem !important;
  }

  #blog_sec .start_trial_btn {
    padding: 10px 22px;
  }

  .blog_details h1 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .blog_details {
    margin-top: 28%;
  }

  .blog_banner_img {
    text-align: end;
    margin-top: 5%;
  }

  .blog_asidebox .aside_box1,
  .blog_asidebox .aside_box2 {
    border-radius: 2px;
    padding: 18px 12px;
    margin-bottom: 20px;
  }

  .blog_asidebox .aside_box1 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .blog_asidebox h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .blog_asidebox .aside_box1 ul li a {
    font-size: 15px;
  }

  .blog_asidebox .aside_box1 ul {
    margin: 0;
  }

  .blog_asidebox .aside_box2 .recent_post_img img {
    width: 48px;
    margin-bottom: 10px;
  }

  #blog_setails_sec .blog_setails_box p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
  }

  #blog_setails_sec .blog_setails_box h2 {
    font-size: 24px;
    line-height: 34px;
  }

  #about_banner.our_blog {
    padding-bottom: 15px;
  }

  #banner2 {
    margin-top: 60px;
    height: auto;
  }

  #banner2 .banner2_text h1 {
    font-size: 24px;
    line-height: 34px;
  }

  #banner2 .banner2_text p {
    font-size: 16px;
  }

  #banner2 .banner2_text {
    padding: 40px 0px;
  }

  #banner2.pricing_bg {
    background-size: 100% 100%;
  }

  #price_plane_sec.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  #price_plane_sec .price_toggle {
    text-align: center;
    margin-bottom: 30px;
  }

  #price_plane_sec .price_plane {
    height: auto;
    margin-bottom: 30px;
  }

  #price_plane_sec .price_plane.active {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  #price_plane_sec .swch-rad:checked+label {
    border-radius: 20px;
    font-size: 12px;
    padding: 12px 20px;
  }

  #price_plane_sec .swch-hold label {
    font-size: 12px;
    padding: 12px 20px;
  }

  #price_plane_sec .price_plane_bg {
    border-radius: 10px;
    background: var(--white-color);
    padding: 20px 15px 20px 15px;
  }

  #price_plane_sec .price_plane h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  #price_plane_sec .price_plane h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #price_plane_sec .price_plane.active {
    box-shadow: none !important;
    border-radius: 13px;
  }

  #faqs_sec .contact h3 {
    line-height: 24px;
  }

  #banner_sec1 .monthly_bkkp_banner img {
    margin-top: 20px;
  }

  #banner_sec1 .tax_advisory img {
    margin-top: 20px;
  }

  #login_sec .hideshowpass_btn {
    width: 48px;
    height: 48px;
  }

  #condition_policy .condition_policy_text p {
    font-size: 15px;
    line-height: 25px;
    margin: 16px 0;
  }

  #condition_policy .condition_policy_text h2 {
    font-size: 22px;
    line-height: 32px;
  }

  #condition_policy .condition_policy_text h1 {
    font-size: 24px;
    line-height: 34px;
  }

  #condition_policy .condition_policy_text p {
    margin: 15px 0;
    text-align: justify;
  }

  #condition_policy .condition_policy_text .table thead tr th {
    font-size: 16px;
  }

  #expert_bookkeeping .tax_preparation_img img {
    margin-bottom: 40px;
  }

  #banner2.faqs_banner {
    background-size: 100% 100%;
  }

  #faqs_page .faqs_page_content .faqs_page_faqs h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .industry_wise_form {
    margin-top: 30px;
  }

  #banner_sec1.industry_wise_banner::after {
    display: none;
  }

  .industry_wise_form .industry_rating .industry_rat_box {
    padding: 5px 10px;
    gap: 12px;
  }

  .industry_wise_form .industry_rating .industry_rat_box img {
    width: 38px;
  }

  .industry_wise_form .industry_rating .industry_rat_box h3 {
    font-size: 11px;
    line-height: 20px;
  }

  #industry_we_serve .industry_we_serve_box.border-end {
    border-right: none !important;
  }

  #industry_we_serve .row.border-bottom {
    border-bottom: none !important;
  }

  #industry_we_serve .industry_we_serve_box {
    padding: 0px 0;
  }

  #industry_we_serve .industry_we_serve_box ul {
    margin: 0px;
  }

  #security_points {
    padding: 20px 10px;
  }

  #security_points .security_box img {
    width: 50px;
  }

  #security_points .security_box {
    height: auto;
    margin-bottom: 35px;
  }

  #security_points2 h3 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #security_points2 p {
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0;
  }

  #banner2.contact_us_banner {
    height: auto;
  }

  #contact_us_details .contact_us_bg {
    border-radius: 12px;
    padding: 20px 15px;
    margin-top: 0;
    display: block;
  }

  #contact_us_details .contact_us_bg h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  #contact_us_details {
    height: auto;
    padding: 30px 0;
  }

  #contact_us_details .submit_btn {
    border-radius: 2px;
    font-size: 15px;
    padding: 14px 0;
  }

  #contact_us_details .contacts_details {
    width: 100%;
    margin-top: 40px;
  }

  .blog_asidebox .ads_img img {
    width: 100%;
  }

  #faqs_page .faqs_page_content .accordion-button {
    font-size: 15px;
    line-height: 20px;
  }

  #contact_us_details .contacts_details p,
  .contacts_details a {
    font-size: 16px;
    line-height: 24px;
  }

  #testimonial_sec .swiper-button-next:after,
  #testimonial_sec .swiper-rtl .swiper-button-prev:after {
    top: -75px;
    right: 2px;
  }

  #testimonial_sec .swiper-button-prev:after,
  #testimonial_sec .swiper-rtl .swiper-button-next:after {
    top: -75px;
    right: -55px;
  }

  #view_privacy_policy {
    background: rgba(12, 133, 244, 0.05);
    padding: 25px 0;
    margin-top: 20px;
  }

  #view_privacy_policy p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  #contact_us_details .form_inputs .form-control {
    height: 55px;
  }

  #contact_us_details .form_inputs .form-label {
    font-size: 13px;
  }

  .industry_wise_banner .industry_wise_form::after {
    display: none;
  }

  .industry_wise_banner .industry_wise_form::before {
    display: none;
  }

  #expert_bookkeeping .industries_bookkiping_gif img {
    width: 120px !important;
    bottom: 5%;
  }

  #why_weare_here .why_weare_img.big_img img {
    height: auto;
  }

  .banner_text .input-group {
    width: 100%;
    margin-top: 24px;

  }


  /* new css start here */

  #new_seamless_pay_sec::before {
    display: none;
  }

  .new_banner_text h1 {
    font-size: 28px;
    line-height: 40px;
  }

  #new_banner_sec {
    padding: 60px 0;
  }

  .qr_code_sec img {
    width: 60px;
  }

  .qr_code_sec .qr_data p b {
    font-size: 26px;
  }

  .app_sec img {
    width: 150.935px;
  }

  .new_banner_img img {
    margin-top: 40px;
  }

  .fun_fact_bg {
    border-radius: 8px;
    padding: 20px 0;
  }

  .fun_fact_bg .fun_fact_data {
    padding: 5px 15px;
  }

  .fun_fact_bg .fun_fact_data img {
    width: 225px;
  }

  .fun_fact_bg .fun_fact_data p {
    padding: 8px 0;
    font-size: 18px;
    line-height: 26px;
  }

  .fun_fact_bg .fun_fact_data p b {
    font-size: 28px;
    line-height: 30px;
  }

  .seamless_text h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .seamless_text p {
    font-size: 16px;
    line-height: 28px;
  }

  .seamless_box {
    padding: 20px 15px;
  }

  #new_seamless_pay_sec {
    padding-bottom: 0;
  }

  .row> :nth-child(4) .seamless_box {
    margin-top: 0;
  }

  .emp_bharat img {
    display: none;
  }

  .eligibility_table .table thead th:first-child,
  .eligibility_table .table tbody td:first-child {
    width: auto;
  }

  .easy_steps_img img {
    margin-bottom: 40px;
  }

  #seamless_pay_sec {
    background: #daf3e8;
  }

  .calcul_price p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .calc_data label {
    font-size: 14px;
    line-height: 20px;
  }

  #join_sec .join_img img {
    margin-top: 40px;
  }

  #fixed_app_sec .fixed_app_sec {
    margin: 40px 0;
  }

  .fixed_app_sec img {
    width: 115px;
  }

  #fixed_cta_btn p {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;

  }

  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }

  #new_seamless_pay_sec .row .mb-4 {
    margin-bottom: 2rem !important;
  }

  #new_seamless_pay_sec .seamless_box {
    height: auto;
  }

  .loan_elig_card {
    padding: 15px;
    border-radius: 10px;
    height: auto;
  }

  .footer_logo p {
    max-width: 100%;

  }
  .fun_fact_bg .fun_fact_data p b, .fun_fact_bg .fun_fact_data p:first-child {
    font-size: 26px;
}

.seamless_box img {
    width: 40px;
    margin-bottom: 12px;
  }
  .seamless_box h3 {
    font-size: 20px;
}
.empowering_list ul li {
    font-size: 16px;

}
.primium_offr_card h3 {
    font-size: 20px;
   margin-bottom: 0;
}
.emi_calc_sec input[type="range"] {
    padding: 2px 0;
    height: 6px;
}
#emiPieChart {
    width: 200px !important;
    height: 200px !important;
    margin-bottom: 20px;
}
#expert_bookkeeping .top_title.text-center.mb-50 {
    margin-bottom: 10px;
}
/* #footer_sec {
    margin-bottom: 103px;
} */

#dismiss_btn {
    right: -5px;
}
.new_banner_text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.qr_code_sec .qr_data::before {
    height: 60px;
    left: -30px;
}
#about_banner .banner_text {
    margin-top: 25%;
}
#footer_sec .footer_bottom p {
    margin-bottom: 0;
}

.fixed_app_sec {
    margin-top: 12px;
}
.navbar .nav-item.dropdown img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 0px;
}

}

/* 992 end */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                  ipad mini Portrait
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*Portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #banner_sec1 .banner_text h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
  #banner_sec1 {
    padding: 45px 0px;
  }

  #banner_sec1 .banner_text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }

  .start_trial_btn {
    padding: 10px 18px;
    font-size: 14px;
    line-height: 20px;
  }

  #seamless_pay_sec .seamless_text h2 {
    font-size: 30px;
    line-height: 44px;
  }

  #seamless_pay_sec .seamless_text .request_btn {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  #seamless_pay_sec .seamless_text .request_btn a:hover .request_demo_olbtn {
    background: #02885d !important;
    color: var(--white-color);
  }

  #seamless_pay_sec .seamless_box {
    padding: 20px;
    height: 100%;
  }

  #blog_sec .flex_title {
    display: flex;
  }

  #start_now_sec .start_now_bg h1 {
    font-size: 25px;
    line-height: 33px;
    padding: 0 5px;
  }

  #faqs_sec .faqs_box {
    margin-top: 28px;
  }

  #footer_sec ul li a {
    font-size: 13px;
    line-height: 20px;
  }

  #footer_sec .footer_top ul li {
    margin: 5px 8px;
  }

  #footer_sec .footer_sm .fa-brands {
    margin-left: 20px;
    font-size: 14px;
  }

  #footer_sec .footer_top ul {
    justify-content: space-between;
}

  .footer_top {
    margin-top: 10px;
  }

  .tax_deadline_text .mt-5 {
    text-align: start;
  }

  .text_yellow_bg {
    text-align: start;
  }

  #need_fileform .learn_more {
    text-align: start;
  }

  #need_fileform .need_fileform_bg {
    border-radius: 12px;
    padding: 10px;
  }

  #about_banner .banner_text {
    margin-top: 15%;
    padding-bottom: 30px;
  }

  #login_sec .form_sec {
    border-radius: 12px;
    padding: 20px;
  }

  .our_blog .search_box {
    width: 70%;
  }

  #about_banner.our_blog {
    padding: 35px 0px;
    background: var(--primary-color);
  }

  .blog_banner_img {
    margin-top: 15%;
  }

  .blog_details {
    margin-top: 15%;
  }

  #price_plane_sec .price_plane.active {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  #login_sec .hideshowpass_btn {
    width: 48px;
    height: 48px;
  }

  .industry_wise_form {
    margin-top: 0;
  }

  #security_points .security_box h2 {
    line-height: 24px;
    margin-top: 12px;
  }

  .industry_wise_banner .industry_wise_form::after {
    width: 40px;
    height: 40px;
    right: -10px;
    top: -15px;
  }

  .industry_wise_banner .industry_wise_form::before {
    left: -25%;
    top: 75%;
  }

  #login_sec .ms-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .industry_wise_banner .industry_wise_form::after {
    display: block;
  }

  .industry_wise_banner .industry_wise_form::before {
    display: block;
  }

  #why_weare_here .why_weare_img.big_img img {
    height: 100%;
  }
  .new_banner_img img {
    margin-top: 0px;
}
.app_sec {
    margin-top: 30px;
}
.qr_code_sec {
    margin-top: 20px;
}
.fun_fact_bg .fun_fact_data::after {

    left: -38px;
    top: 5%;
}
.seamless_text {
    max-width: 100%;
}
.row> :nth-child(4) .seamless_box {
    margin-top: -66px;
}
.emp_bharat img {
    display: block;
}
.eligibility_table .table thead td, .eligibility_table .table tbody td, .eligibility_table .table tbody ul li {
    background: #CBF8DD;
    padding: 12px 15px;
    font-size: 14px;
}
.eligibility_table .table thead th, .eligibility_table .table tbody th {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 12px;
}
.eligibility_table .rounded-3 {
    border-radius: 15px !important;
}
.seamless_pay_img {
    text-align: center;
}
#banner_sec1 .monthly_bkkp_banner img {
    margin-top: 0px;
}









}

/* Portrait end  */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                  ipad mini landscape
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*landscape start*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #banner_sec1 .banner_text h1 {
    font-size: 28px;
    line-height: 38px;
  }

  #banner_sec1 .banner_text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
  }

  #banner_sec1 .banner_text .start_trial {
    padding: 30px 0px;
  }

  #banner_sec1 .banner_text .start_trial {
    padding: 0px !important;
  }

  #banner_sec1 .banner_text .start_trial {
    margin-top: 30px;
  }

  #seamless_pay_sec .row> :nth-child(4) .seamless_box {
    margin-top: -35px;
    height: auto;
  }

  #blog_sec .top_title h2 {
    max-width: 100%;
  }

  #start_now_sec .start_now_bg {
    background-size: 100% 100%;
    padding: 40px;
  }

  #how_etb_work::after {
    width: 71.2px;
    height: 42.2px;
    top: 95px;
    left: 73px;
  }

  .top_title h2 {
    font-size: 34px;
    line-height: 42px;
  }

  #how_etb_work .how_etb_box {
    margin: 10px 0px;
  }

  #expert_bookkeeping .expert_bookk_text h3 {
    font-size: 30px;
    line-height: 40px;
  }

  #join_sec .join_box {
    max-width: 100%;
  }

  #about_banner {
    height: auto;
    padding-bottom: 30px;
  }

  #about_banner .banner_text {
    margin-top: 20%;
  }

  #about_banner .banner_text h1 {
    font-size: 40px;
    line-height: 54px;
  }

  #about_banner.about_us {
    background: var(--primary-color);
  }

  #how_wegot_here .how_wegot_box.box1 {
    position: static;
    margin-top: 20px;

  }

  #how_wegot_here .how_wegot_box.box2 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box3 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box4 {
    position: static;
  }

  #how_wegot_here .how_wegot_box.box5 {
    position: static;
  }

  #how_wegot_here {
    height: auto;
    background: #f9f8fb;
  }

  #login_sec .login_banner_text img {
    top: 80px;
  }

  #footer_sec .footer_top ul li {
    margin: 20px 25px 20px 0;
  }

  #footer_sec .footer_sm {
    margin-top: 20px;
  }

  #footer_sec .footer_links ul li {
    margin-top: 20px;
  }

  #login_sec {
    height: 550px;
  }

  #join_sec::after {
    z-index: -1;
  }

  .blog_details h1 {
    font-size: 30px;
    line-height: 44px;
  }

  #blog_setails_sec .blog_setails_box h2 {
    font-size: 32px;
  }

  #price_plane_sec .price_plane.active {
    padding: 15px 15px 15px 15px;
    margin-top: -70px;
  }

  #process_section .steps_box.box3 {
    top: 29%;
    right: -2%;
  }

  #process_section .steps_box.box2 {
    top: 59%;
    left: 47%;
  }

  #process_section .steps_box.box1 {
    top: 75%;
    left: 12%;
  }

  #banner_sec1.industry_wise_banner::after {
    display: none;
  }

  #industry_we_serve .industry_we_serve_box {
    padding: 20px 0;
    height: 100%;
  }

  #industry_we_serve .industry_we_serve_box ul {
    padding: 0px;
  }

  #banner_sec1 {
    padding: 45px 0px;
    height: auto;
  }

  #faqs_sec .contact {
    padding: 30px;
  }

  .pb-56 {
    padding-bottom: 32px;
  }

  .pt-56 {
    padding-top: 32px;
  }

  #how_wegot_here .top_title p {
    margin-bottom: 20px;
  }

  .blog_banner_img {
    margin-top: 22%;
  }

  #security_points2 h3 {
    font-size: 20px;
    line-height: 30px;
  }

  #testimonial_sec .swiper-button-prev:after,
  #testimonial_sec .swiper-rtl .swiper-button-next:after {
    top: -180px;
  }

  #testimonial_sec .swiper-button-next:after,
  #testimonial_sec .swiper-rtl .swiper-button-prev:after {
    top: -180px;
  }

  .industry_wise_banner .industry_wise_form::before {
    left: -34%;
    top: 24%;
  }

  .industry_wise_banner .industry_wise_form::after {
    width: 44px;
    height: 44px;
    right: -12px;
    top: -22px;
  }

  .industry_wise_form .industry_rating .industry_rat_box h3 {
    line-height: 20px;
    font-size: 10px;
  }

  .industry_wise_form .industry_rating .industry_rat_box {
    padding: 8px 8px;
    gap: 8px;
  }

  .industry_wise_form .industry_rating .industry_rat_box img {
    width: 30px;
  }

  #login_sec .login_banner_text:after {
    top: 15%;
    right: -5%;
    z-index: 1;
  }

  @keyframes MoveUpDown2 {

    0%,
    100% {
      top: 15%;
      right: 10%;
    }

    50% {
      top: 35px;
      right: 30px;
      opacity: 0;
    }

    51% {
      top: 15%;
      right: 10%;
      opacity: 1;
    }
  }


  #expert_bookkeeping .industries_bookkiping_gif img {
    width: 200px !important;
    bottom: 5%;
    left: 42%;
  }

  #why_weare_here .why_weare_img.big_img img {
    height: 350px;
  }

  .new_banner_text h1 {
    font-size: 42px;
        line-height: 58px;
}
.fun_fact_bg .fun_fact_data p b, .fun_fact_bg .fun_fact_data p:first-child {
    font-size: 30px;
}
.seamless_text h2 {
    font-size: 32px;
    line-height: 44px;
}








}

/*landscape end*/

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                  ipad mini Ipad Air
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*Ipad Air Start*/
/*Ipad Air Media Query start*/
@media only screen and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #price_plane_sec .price_plane {
    height: 100%;
  }

  #about_banner {
    height: auto;
    padding-bottom: 35px;
  }

  #about_banner .banner_text {
    margin-top: 20%;
  }

  .blog_details h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .blog_details {
    margin-top: 16%;
  }

  #process_section .steps_box.box3 {
    right: 1%;
  }

  #process_section .steps_box.box2 {
    top: 59%;
    left: 46%;
  }

}

/*Ipad Air end*/
ol li{
  color: rgba(24, 26, 42, 0.8);
}


#lp_error_page {
        background: #ffffff;
        padding: 80px 0px;
    }

    #lp_error_page .lp_error_bg {
        border-radius: 8px;
        background: #fff;
        padding: 10px 0px;
    }

    #lp_error_page .error_lp_text {
        text-align: center;
    }

    #lp_error_page .error_lp_text img {
        width: 300px;
    }

    #lp_error_page .error_lp_text h3 {
        color: #212121;
        font-size: 24px;
        font-weight: 700;
        line-height: 48px;
        margin: 0px;
    }

    #lp_error_page .error_lp_text p {
        color: #606060;
        font-size: 20px;
        font-weight: 400;
        line-height: 40px;
    }

    #lp_error_page .error_lp_text .error_gb {
        margin: 25px 0px;
    }

    .lp_tk_pf_btn a {
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        line-height: 32px;
        padding: 12px 35px;
        border-radius: 4px;
        background: #fe5150;
        box-shadow: 0px 4px 4px 0px rgba(96, 96, 96, 0.22);
    }

    .lp_tk_pf_btn {
        margin: 30px 0px;
    }

    .lp_tk_pf_btn a:hover {
        color: #fff !important;
    }
    
    /* ================= Compliance's Section ================ */
 
.our-compliance {

  padding: 50px 0px;

}
 
.compliance-wapper {

  border-radius: 20px;

  border: 1px solid #F4F5F9;

  background: #FFF;

  box-shadow: 0px 6px 14px 0px rgba(2, 136, 93, 0.12);

  padding: 35px 45px;

  margin-bottom: 30px;

}
 
.compliance-wapper i {

  font-size: 40px;

  color: #02885d;

}
 
.compliance-wapper:hover {

  background: #F4F5F9;

  transition: 0.5s all ease;

}
 
.compliance-wapper .content h3 {

  color: #02885d;

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: 24px;

  position: relative;

  margin-bottom: 24px;

}
 
.compliance-wapper .content p {

  color: rgba(23, 37, 65, 0.70);

  font-size: 15px;

  font-style: normal;

  font-weight: 400;

  line-height: 24px;

}
 
.compliance-wapper .content h3::after {

  content: "";

  position: absolute;

  background: #02885d;

  width: 80px;

  height: 1px;

  bottom: -8px;

  left: 0;

}
 
.compliance-info .custom-caption::after {

  top: 50%;

  left: 40%;

}
 
.download-btn {

  border-radius: 4px;

  background: #02885d;

  color: #fff;

  font-size: 15px;

  font-weight: 600;

  line-height: 24px;

  letter-spacing: 0.075px;

  padding: 12px 25px;

  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);

  display: inline-flex;

  align-items: center;

}
 
.download-btn i {

  font-size: 18px;

  color: #fff;

  margin-left: 10px;

}
 
 
@media only screen and (min-width:300px) and (max-width:767px) {
 
  .compliance-wapper {

    padding: 24px 24px;

    margin-bottom: 24px;

  }

}
 
@media (min-width: 768px) and (max-width: 991.99px) {

  .compliance-wapper {

    padding: 24px 24px;

    margin-bottom: 24px;

  }
 
  .compliance-wapper .content h3 {

    color: #02885d;

    font-size: 16px;

  }

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

  .compliance-wapper {

    padding: 24px 24px;

    margin-bottom: 24px;

  }
 
  .compliance-wapper .content h3 {

    color: #02885d;

    font-size: 16px;

  }

}
 
@media only screen and (min-width:1024px) and (max-width:1260px) {
 
  .compliance-wapper .content h3 {

    color: #02885d;

    font-size: 16px;

  }
 
  .compliance-wapper {

    padding: 24px 20px;

    margin-bottom: 24px;

  }

}
 
