* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
body a {
  text-decoration: none;
}
body p {
  margin: 0;
}
body .pre_heading {
  color: #279F63;
  font-weight: 600;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  line-height: calc(28px + 8 * (100vw - 320px) / 1600);
}
body .heading {
  color: #0D1321;
  font-size: calc(32px + 20 * (100vw - 320px) / 1600);
  line-height: calc(44px + 24 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .content {
  color: #71757A;
  font-weight: 300;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: calc(28px + 8 * (100vw - 320px) / 1600);
}
body .primary_button {
  background: #279F63;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  border-radius: 100px;
  padding: 16px 38px;
}
body .primary_button:hover {
  color: #fff;
}
body .border_button {
  border: 1px solid #279F63;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  padding: 14px 38px;
  color: #212529;
}
body .border_button:hover {
  background: #279F63;
  color: #fff;
}
body .form-control:focus {
  box-shadow: none;
}
body .header-main {
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
  position: sticky;
  top: 0;
  z-index: 9;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body .header-main {
    padding: 8px 0;
  }
}
body .header-main .navbar {
  padding: 0;
}
@media screen and (max-width: 767px) {
  body .header-main .navbar .navbar-brand img {
    max-width: 200px;
  }
}
body .header-main .navbar .navbar-toggler {
  padding: 0;
}
body .header-main .navbar .navbar-toggler:focus {
  box-shadow: none;
}
body .header-main .navbar .navbar-toggler .navbar-toggler-icon {
  height: auto;
}
body .header-main .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #000;
  display: block;
  transition: all 0.2s;
  border-radius: 50px;
}
body .header-main .navbar .navbar-toggler .toggler-icon.middle-bar {
  margin: 5px 0 5px auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .header-main .navbar .navbar-toggler .toggler-icon.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
body .header-main .navbar .navbar-toggler .toggler-icon.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
body .header-main .navbar .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
body .header-main .navbar .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}
body .header-main .navbar #menuData .navbar-nav {
  align-items: center;
}
body .header-main .navbar #menuData .navbar-nav .menu-item {
  padding-right: 55px;
}
@media screen and (max-width: 1200px) {
  body .header-main .navbar #menuData .navbar-nav .menu-item {
    padding-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  body .header-main .navbar #menuData .navbar-nav .menu-item {
    margin: 15px 0px;
    width: 100%;
  }
}
body .header-main .navbar #menuData .navbar-nav .menu-item:last-child {
  padding-right: 0;
}
body .header-main .navbar #menuData .navbar-nav .menu-item.get-started .nav-link {
  padding: 10px 20px;
  border: 1px solid #279F63;
  color: #279F63;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
body .header-main .navbar #menuData .navbar-nav .menu-item .nav-link {
  padding: 0;
  color: #42474D;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
body .main .banner_section {
  padding: 60px 0 90px;
}
body .main .banner_section .heading {
  max-width: 550px;
  margin-top: 8px;
}
body .main .banner_section .content {
  max-width: 550px;
  margin: 8px 0 42px;
}
body .main .banner_section .right_img {
  text-align: right;
}
@media screen and (max-width: 992px) {
  body .main .banner_section .right_img {
    margin-top: 3rem;
  }
}
body .main .features_section {
  background: #E8F9F1;
  padding: 88px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body .main .features_section {
    padding: 70px 0;
  }
}
body .main .features_section:before {
  position: absolute;
  content: url(../images/feature-bg.png);
  width: 457px;
  height: 510px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  body .main .features_section:before {
    display: none;
  }
}
body .main .features_section .left_side {
  z-index: 1;
  position: sticky;
  top: 0;
  align-self: flex-start;
}
@media screen and (max-width: 992px) {
  body .main .features_section .left_side {
    margin-bottom: 2rem;
  }
}
body .main .features_section .left_side .primary_button {
  display: inline-block;
  margin-top: 2rem;
}
body .main .features_section .feature-box-outer {
  overflow-y: auto;
  max-height: 100vh;
  padding-right: 15px;
  top: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body .main .features_section .feature-box-outer::-webkit-scrollbar {
  display: none;
}
body .main .features_section .feature-box-outer .feature-box {
  display: flex;
  background: #fff;
  border: 1px solid #8DE3B8;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  body .main .features_section .feature-box-outer .feature-box {
    flex-wrap: wrap;
  }
}
body .main .features_section .feature-box-outer .feature-box .img_box {
  min-width: 70px;
}
@media screen and (max-width: 600px) {
  body .main .features_section .feature-box-outer .feature-box .img_box {
    flex-wrap: wrap;
  }
}
body .main .features_section .feature-box-outer .feature-box .sub-heading {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .main .features_section .feature-box-outer .feature-box .description {
  font-size: 16px;
}
body .main .features_section .feature-box-outer .feature-box .list {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
body .main .features_section .feature-box-outer .feature-box .list li {
  position: relative;
  padding-left: 15px;
  margin-right: 25px;
  margin-top: 8px;
}
body .main .features_section .feature-box-outer .feature-box .list li:before {
  content: url(../images/check.svg);
  position: absolute;
  left: 0;
  top: 0;
}
body .main .how-work {
  padding: 88px 0 125px 0;
}
@media screen and (max-width: 767px) {
  body .main .how-work {
    padding: 70px 0;
  }
}
body .main .how-work .work_wrapper {
  margin-top: 2rem;
}
body .main .how-work .work_wrapper .slick-prev,
body .main .how-work .work_wrapper .slick-next {
  position: absolute;
  bottom: -20px;
  border: 1px solid #279F63;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  body .main .how-work .work_wrapper .slick-prev,
  body .main .how-work .work_wrapper .slick-next {
    bottom: 0;
    top: auto;
  }
}
body .main .how-work .work_wrapper .slick-prev i,
body .main .how-work .work_wrapper .slick-next i {
  color: #279F63;
}
body .main .how-work .work_wrapper .slick-prev.slick-prev,
body .main .how-work .work_wrapper .slick-next.slick-prev {
  right: calc(50% + 20px);
}
body .main .how-work .work_wrapper .slick-prev.slick-next,
body .main .how-work .work_wrapper .slick-next.slick-next {
  right: calc(50% - 20px);
}
body .main .how-work .work_wrapper .slick-list .slick-track {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
body .main .how-work .work_wrapper .slick-list .slick-slide {
  max-width: 580px;
  margin-right: 2rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  body .main .how-work .work_wrapper .slick-list .slick-slide {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
body .main .how-work .work_wrapper .slider_work:hover {
  background: #279F63 !important;
  box-shadow: 0px 12px 32px 0px rgba(39, 159, 99, 0.4);
  color: #fff;
}
body .main .how-work .work_wrapper .slider_work:hover .numbering {
  color: #fff !important;
}
body .main .how-work .work_wrapper .slider_work:hover .slider-heading {
  color: #fff !important;
}
body .main .how-work .work_wrapper .slider_work {
  background: #F2F2F2;
  border-radius: 24px;
  padding: 32px;
  min-height: 330px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  body .main .how-work .work_wrapper .slider_work {
    min-height: auto;
  }
}
body .main .how-work .work_wrapper .slider_work .numbering {
  font-size: calc(30px + 26 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #0D1321;
  font-family: "Oleo Script", system-ui;
}
body .main .how-work .work_wrapper .slider_work .slider-heading {
  color: #2B3038;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}
body .main .pricing {
  padding: 88px 0 200px 0;
  background-image: url(../images/about_topshape-white.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #E8F9F1;
}
@media screen and (max-width: 767px) {
  body .main .pricing {
    padding: 60px 0 150px;
  }
}
body .main .pricing .box-outer {
  margin-top: 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media screen and (max-width: 992px) {
  body .main .pricing .box-outer {
    margin-top: 1.5rem;
  }
}
body .main .pricing .box-outer .price-header {
  padding: 15px;
  border-radius: 20px 20px 0 0;
  background: #F2F2F2;
}
body .main .pricing .box-outer .price-header .price-card-title {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .main .pricing .box-outer .price-header.green {
  background: #e9f7f3;
  position: relative;
}
body .main .pricing .box-outer .price-header.green p {
  color: #279F63;
}
body .main .pricing .box-outer .price-header.green:after {
  content: "Most Popular!";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  background: #1c915d;
  color: white;
  text-align: center;
  height: 38px;
  line-height: 3;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 992px) {
  body .main .pricing .box-outer .price-header.green:after {
    display: none;
  }
}
body .main .pricing .box-outer .price-header.purple {
  background: #f2f0f7;
}
body .main .pricing .box-outer .price-header.purple p {
  color: #5a39a0;
}
body .main .pricing .box-outer .price-header.orange {
  background: #fff1ef;
}
body .main .pricing .box-outer .price-header.orange p {
  color: #ff5037;
}
body .main .pricing .box-outer .inner {
  padding: 25px 18px;
}
body .main .pricing .box-outer .inner .price-amount {
  font-size: calc(38px + 14 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .main .pricing .box-outer .inner .price-amount span {
  font-weight: 300;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
body .main .pricing .box-outer .inner .pricing-blurb {
  font-weight: 600;
  margin-bottom: 1rem;
}
body .main .pricing .box-outer .inner .features .includes {
  font-weight: 600;
  margin-bottom: 10px;
}
body .main .pricing .box-outer .inner .features ul {
  margin-bottom: 0;
}
body .main .pricing .box-outer .inner .features ul li {
  margin-top: 6px;
}
body .main .pricing .box-outer.green-outer {
  border: 2px solid rgba(0, 161, 104, 0.34);
}
body .main .pricing .note {
  margin: 3rem 0;
}
body .main .about-us {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 992px) {
  body .main .about-us {
    padding: 50px 0 0 0;
  }
}
body .main .about-us .sub-heading {
  color: #279F63;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .main .about-us .heading {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(40px + 16 * (100vw - 320px) / 1600);
}
body .main .about-us .descripton {
  max-width: 850px;
  margin: auto;
}
body .main .about-us .form-control {
  border: 0;
  margin-bottom: 28px;
  padding: 0;
  height: 100%;
  border-radius: 8px;
}
body .main .about-us .form-control label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
body .main .about-us .form-control label.error {
  font-size: 11px;
  line-height: 13px;
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
body .main .about-us .form-control .field-control,
body .main .about-us .form-control select {
  border: 1px solid #CBD1D9;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  min-height: 56px;
  box-shadow: none;
}
body .main .about-us .form-control .field-control:focus-visible,
body .main .about-us .form-control select:focus-visible {
  outline: 0;
}
body .main .about-us .form-control select {
  color: #757575;
}
body .main .about-us .form-control select option {
  background-color: #fff;
  color: #333;
  padding: 5px;
}
body .main .about-us .contact-form {
  box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  margin: 40px auto 0 auto;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  body .main .about-us .contact-form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  body .main .about-us .contact-form {
    padding: 40px 15px;
  }
}
body .main .about-us .contact-form .content {
  color: #2B3038;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: calc(22px + 10 * (100vw - 320px) / 1600);
}
body .main .about-us .contact-form textarea {
  resize: none;
  height: auto;
}
body .main .about-us .contact-form .btn-submit {
  border: 0;
}
body .main .about-us .contact-form .checkboxWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
  margin-right: 14px;
  margin-left: 14px;
  gap: 15px;
  text-align: left;
  position: relative;
}
@media (max-width: 575px) {
  body .main .about-us .contact-form .checkboxWrap {
    margin: 0 0 28px;
  }
}
body .main .about-us .contact-form .checkboxWrap .sms_text {
  font-size: 14px;
  line-height: 1.4;
}
body .main .about-us .contact-form .checkboxWrap .checkbox {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
}
body .main .about-us .contact-form .checkboxWrap #tcrCheck-error,
body .main .about-us .contact-form .checkboxWrap #sms_acceptance-error {
  border: 2px solid #ff0000;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0px;
}
body .main .about-us .thank-you {
  font-size: 18px;
  text-align: center;
  color: #0D1321;
  font-weight: 500;
  margin-top: 30px;
}
body .main .about-us .newsletter-outer-box {
  background: #279F63;
  padding: 82px 0;
  border-radius: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  body .main .about-us .newsletter-outer-box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  body .main .about-us .newsletter-outer-box {
    margin-top: 100px;
    padding: 40px 24px;
  }
}
body .main .about-us .newsletter-outer-box .heading {
  color: #fff;
}
body .main .about-us .newsletter-outer-box .newsletter_form {
  max-width: 650px;
  margin: 30px auto 0 auto;
}
body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter {
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter {
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: center;
  }
}
body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail {
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.0392156863);
  border: 1px solid #CBD1D9;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  min-height: 58px;
}
body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:hover, body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:focus, body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:focus-visible {
  outline: none;
  border: none;
}
body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter label.error {
  color: #ff0000;
  position: absolute;
  bottom: -35px;
  z-index: 999;
}
body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .footer_btn {
  background: #0D1321;
  padding: 12px 16px;
  border-radius: 9px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  min-height: 58px;
}
@media screen and (max-width: 600px) {
  body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .footer_btn {
    width: 100%;
  }
}
body .main .about-us .newsletter-outer-box .newsletter_form .newsletter-thank-you {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  body .main .spaing {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  body .main .spaing {
    padding: 0;
  }
}
body .main .footer {
  background: #051218;
  padding: 13rem 0 2rem;
  margin-top: -160px;
}
body .main .footer .secondary-menu {
  padding-left: 0;
  list-style: none;
  display: flex;
  padding: 44px 0 32px 0;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  body .main .footer .secondary-menu {
    flex-wrap: wrap;
    padding: 20px 0 10px 0;
  }
}
body .main .footer .secondary-menu li {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  body .main .footer .secondary-menu li {
    margin: 8px 0;
  }
}
body .main .footer .secondary-menu li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
  right: 0px;
  top: 5px;
}
body .main .footer .secondary-menu li:last-child:after {
  width: 0;
}
body .main .footer .secondary-menu li a {
  color: #fff;
  font-size: 16px;
  padding: 0;
}
body .main .footer .outer-copyright {
  border-top: 1px solid #2B3038;
  padding-top: 24px;
  align-items: center;
}
body .main .footer .outer-copyright .copyright {
  color: #B9BABD;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body .main .footer .outer-copyright .copyright {
    text-align: center;
  }
}
body .main .footer .outer-copyright .copyright a {
  color: #B9BABD;
}
body .main .footer .outer-copyright .social-links {
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  body .main .footer .outer-copyright .social-links {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
body .main {
  /*****Inner pages scss******/
}
body .main .inner-banner {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body .main .inner-banner {
    padding-top: 40px;
  }
}
body .main .inner-banner .heading {
  margin-bottom: 1rem;
}
body .main .inner-content {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  body .main .inner-content {
    padding-bottom: 40px;
  }
}
body .main .inner-content .content-inner .sub-heading {
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: calc(28px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  margin-top: 20px !important;
}
body .main .inner-content .content-inner a {
  color: #2B3038;
  font-weight: 600;
}
body .main .inner-content .content-inner p {
  margin-top: 0.5rem !important;
}
body .main .inner-content .content-inner table {
  margin-top: 2.5rem;
}
body .main .inner-content .content-inner table th {
  vertical-align: top;
  width: 20%;
  color: #fff;
  background: #343a40;
  border-color: #454d55;
}
body .main .inner-content .content-inner table td {
  font-size: 14px;
  line-height: 20px;
}
body .main .inner-page-footer {
  margin-top: 0;
  padding-top: 2.5rem;
}/*# sourceMappingURL=style.css.map */