* {
  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: 32px;
  padding: 14px 38px;
  color: #279F63;
}
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 .border_button {
  margin-left: 1rem;
}
body .main .banner_section .trusted_line {
  margin-top: 2rem;
  font-style: italic;
}
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 .about_section {
  background: #f5f5f5;
  padding: 88px 0;
}
body .main .about_section .content_wrap {
  max-width: 950px;
  margin: 0 auto;
}
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_section {
  padding-top: 80px;
}
body .main .how_work_section .icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  body .main .how_work_section .icon_wrapper {
    flex-wrap: wrap;
  }
}
body .main .how_work_section .icon_wrapper .icon_box {
  text-align: center;
  max-width: 350px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 45px;
  min-height: 220px;
}
@media screen and (max-width: 1024px) {
  body .main .how_work_section .icon_wrapper .icon_box {
    min-height: auto;
    max-width: 300PX;
  }
}
body .main .how_work_section .icon_wrapper .icon_box .sub-heading {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 20px;
}
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 32px 45px;
  transition: all 0.3s ease-in-out;
}
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: #1ee39c;
}
body .main .pricing .box-outer .price-header.orange p {
  color: #000;
}
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 .para1 {
  margin: 3rem 0 0;
}
body .main .pricing .para2 {
  margin: 0.5rem 0 3rem;
}
body .main .compilance_section .content_wrap .heading {
  margin-bottom: 1.5rem;
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(40px + 16 * (100vw - 320px) / 1600);
}
body .main .compilance_section .content_wrap .content {
  font-size: 18px;
  margin-bottom: 1rem;
}
body .main .contact_form {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 992px) {
  body .main .contact_form {
    padding: 50px 0 0 0;
  }
}
body .main .contact_form .sub-heading {
  color: #279F63;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
body .main .contact_form .heading {
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
  line-height: calc(40px + 16 * (100vw - 320px) / 1600);
}
body .main .contact_form .descripton {
  max-width: 850px;
  margin: auto;
}
body .main .contact_form .companies_details .detail_heading {
  margin-top: 3rem;
  font-weight: 600;
}
body .main .contact_form .companies_details p {
  margin-bottom: 0.5rem;
}
body .main .contact_form .form-control {
  border: 0;
  margin-bottom: 28px;
  padding: 0;
  height: 100%;
  border-radius: 8px;
}
body .main .contact_form .form-control label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
body .main .contact_form .form-control label.error {
  font-size: 11px;
  line-height: 13px;
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}
body .main .contact_form .form-control .field-control,
body .main .contact_form .form-control select {
  border: 1px solid #CBD1D9;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  min-height: 56px;
  box-shadow: none;
}
body .main .contact_form .form-control .field-control:focus-visible,
body .main .contact_form .form-control select:focus-visible {
  outline: 0;
}
body .main .contact_form .form-control select {
  color: #757575;
}
body .main .contact_form .form-control select option {
  background-color: #fff;
  color: #333;
  padding: 5px;
}
body .main .contact_form .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 .contact_form .contact-form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  body .main .contact_form .contact-form {
    padding: 40px 15px;
  }
}
body .main .contact_form .contact-form .content {
  color: #2B3038;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: calc(22px + 10 * (100vw - 320px) / 1600);
}
body .main .contact_form .contact-form textarea {
  resize: none;
  height: auto;
}
body .main .contact_form .contact-form .btn-submit {
  border: 0;
}
body .main .contact_form .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 .contact_form .contact-form .checkboxWrap {
    margin: 0 0 28px;
  }
}
body .main .contact_form .contact-form .checkboxWrap .sms_text {
  font-size: 14px;
  line-height: 1.4;
}
body .main .contact_form .contact-form .checkboxWrap .checkbox {
  margin-top: 3px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  cursor: pointer;
}
body .main .contact_form .contact-form .checkboxWrap #tcrCheck-error,
body .main .contact_form .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 .contact_form .thank-you {
  font-size: 18px;
  text-align: center;
  color: #0D1321;
  font-weight: 500;
  margin-top: 30px;
}
body .main .contact_form .newsletter-outer-box {
  background: #279F63;
  padding: 82px 0;
  border-radius: 20px;
  margin-top: 120px;
}
@media screen and (max-width: 992px) {
  body .main .contact_form .newsletter-outer-box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  body .main .contact_form .newsletter-outer-box {
    margin-top: 100px;
    padding: 40px 24px;
  }
}
body .main .contact_form .newsletter-outer-box .heading {
  color: #fff;
}
body .main .contact_form .newsletter-outer-box p {
  color: #fff;
}
body .main .contact_form .newsletter-outer-box .newsletter_form {
  max-width: 650px;
  margin: 30px auto 0 auto;
}
body .main .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter {
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body .main .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter {
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: center;
  }
}
body .main .contact_form .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 .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:hover, body .main .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:focus, body .main .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail:focus-visible {
  outline: none;
  border: none;
}
body .main .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter label.error {
  color: #ff0000;
  position: absolute;
  bottom: -35px;
  z-index: 999;
}
body .main .contact_form .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 .contact_form .newsletter-outer-box .newsletter_form .footer-newsletter .footer_btn {
    width: 100%;
  }
}
body .main .contact_form .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 .footer_des {
  max-width: 850px;
  margin: 0 auto 1rem;
}
body .main .footer .outer-copyright .footer_des p {
  color: #B9BABD;
  font-size: 14px;
}
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;
}
body .cookie-policy,
body .terms-content {
  padding: 60px 0 30px;
}
body .cookie-policy .content-inner,
body .terms-content .content-inner {
  max-width: 90%;
  margin: auto;
  padding-bottom: 4rem;
}
body .cookie-policy .content-inner .heading,
body .terms-content .content-inner .heading {
  margin-bottom: 2rem;
  text-align: center;
}
body .cookie-policy .content-inner ol,
body .terms-content .content-inner ol {
  padding-left: 1.1rem;
  margin-top: 12px;
}
body .cookie-policy .content-inner ol li,
body .terms-content .content-inner ol li {
  list-style: decimal;
}
body .cookie-policy .content-inner ol li::marker,
body .terms-content .content-inner ol li::marker {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .cookie-policy .content-inner ul,
body .terms-content .content-inner ul {
  padding-left: 1.1rem;
}
body .cookie-policy .content-inner ul li,
body .terms-content .content-inner ul li {
  list-style: disc;
}
body .cookie-policy .content-inner li,
body .terms-content .content-inner li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  padding-left: 1rem;
}
body .cookie-policy .content-inner li span,
body .terms-content .content-inner li span {
  color: #5F666D;
}
body .cookie-policy .content-inner p,
body .terms-content .content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5F666D;
  margin-bottom: 0.5rem;
  text-align: justify;
}
body .cookie-policy .content-inner p span,
body .terms-content .content-inner p span {
  font-weight: 700;
}
body .cookie-policy .content-inner .subtext,
body .terms-content .content-inner .subtext {
  padding-left: 1.5rem;
}
body .cookie-policy .content-inner .sub-heading,
body .terms-content .content-inner .sub-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #293642;
  margin-bottom: 20px;
  margin-top: 20px;
}
body .cookie-policy .content-inner .tagline,
body .terms-content .content-inner .tagline {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #293642;
}
body .cookie-policy .content-inner a,
body .terms-content .content-inner a {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #394959;
}
body .cookie-policy .content-inner .effective-date,
body .terms-content .content-inner .effective-date {
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
body .cookie-consent-banner {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99999999999;
}
@media (max-width: 767px) {
  body .cookie-consent-banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
body .cookie-consent-banner .cookie_container {
  background: linear-gradient(48.99deg, #0075ab 32.99%, #a0c63b 130.56%);
  color: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 520px;
  width: 100%;
  padding: 32px 24px 24px;
  position: relative;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .cookie_container {
    padding: 20px;
    margin-left: 0;
  }
}
body .cookie-consent-banner .cookie_row {
  display: block;
  text-align: left;
}
body .cookie-consent-banner .logo_wrapper {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .logo_wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body .cookie-consent-banner .logo_wrapper img {
    display: none;
  }
}
body .cookie-consent-banner .content-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .content-wrapper {
    margin-bottom: 20px;
  }
}
body .cookie-consent-banner .content-wrapper .small_text {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: white;
}
@media (max-width: 991px) {
  body .cookie-consent-banner .content-wrapper .small_text {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
body .cookie-consent-banner .content-wrapper .content {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .content-wrapper .content {
    font-size: 13px;
  }
}
body .cookie-consent-banner .btn_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper {
    gap: 10px;
  }
}
body .cookie-consent-banner .btn_wrapper .btn-row-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .btn-row-top {
    gap: 8px;
  }
}
body .cookie-consent-banner .btn_wrapper .btn-row-bottom {
  display: block;
  margin-top: 4px;
}
body .cookie-consent-banner .btn_wrapper .primary-btn {
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .primary-btn {
    padding: 12px;
    font-size: 12px;
    line-height: 20px;
  }
}
body .cookie-consent-banner .btn_wrapper .primary-btn.accept {
  background: #fff;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.reject {
  background: orange;
  color: black;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.customize {
  background: transparent;
  color: white;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 12px 24px;
  width: 100%;
}
body .cookie-consent-banner .btn_wrapper .primary-btn.customize:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
@media (max-width: 767px) {
  body .cookie-consent-banner .btn_wrapper .primary-btn.customize {
    padding: 10px 20px;
  }
}
body .cookie-consent-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  body .cookie-consent-modal {
    padding: 10px;
  }
}
body .cookie-consent-container {
  background: white;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  body .cookie-consent-container {
    max-height: 95vh;
  }
}
body .cookie-consent-container::-webkit-scrollbar {
  width: 8px;
}
body .cookie-consent-container::-webkit-scrollbar-thumb {
  background: #0072a7;
}
body .cookie-consent-container::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}
body .modal-header {
  background: linear-gradient(48.99deg, #0075ab 32.99%, #a0c63b 130.56%);
  border-radius: 0;
}
body .modal-header img {
  max-width: 120px;
}
body .modal-header .close-btn {
  color: white;
  font-size: 24px;
  font-weight: 600;
  border: none;
  background: transparent;
}
body .modal-header .close-btn:focus {
  outline: none;
}
body .cookie-content {
  padding: 20px 0 0;
  position: relative;
}
body .cookie-content .upper_wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  body .cookie-content .upper_wrapper {
    padding: 0 20px;
  }
}
body .cookie-content .content-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: rgb(39, 45, 53);
}
@media (max-width: 767px) {
  body .cookie-content .content-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
body .cookie-content .content-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
body .cookie-content .content-description:last-of-type {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body .cookie-content .content-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
body .cookie-content .cookie-policy-link {
  color: #a0c63b;
  font-weight: 500;
  transition: color 0.3s ease;
}
body .cookie-content .accept-all-btn {
  background: #a0c63b;
  color: white;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
body .cookie-content .accept-all-btn:hover {
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  body .cookie-content .accept-all-btn {
    padding: 14px 10px;
  }
}
body .cookie-content .manage-consent-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
  color: black;
}
@media (max-width: 767px) {
  body .cookie-content .manage-consent-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
body .consent-wrapper {
  background: rgb(242, 242, 245);
  padding: 24px;
}
body .consent-category {
  border: 1px solid rgb(223, 222, 227);
  overflow: hidden;
  background: transparent;
}
body .consent-category:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body .consent-category {
    margin-bottom: 10px;
  }
}
body .consent-category .category-header {
  padding: 16px 20px 16px 8px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}
body .consent-category .category-header.active {
  background: #f2f2f5;
}
body .consent-category .category-header.active .expand-icon {
  background: #a0c63b;
  border-color: #a0c63b;
  color: white;
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  body .consent-category .category-header {
    padding: 14px 16px;
    gap: 10px;
  }
}
body .consent-category .category-header .expand-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: self-start;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #a0c63b;
  color: white;
}
body .consent-category .category-header .category-info {
  flex: 1;
  min-width: 0;
}
body .consent-category .category-header .category-info .category-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: black;
}
@media (max-width: 767px) {
  body .consent-category .category-header .category-info .category-title {
    font-size: 15px;
    margin-bottom: 2px;
  }
}
body .consent-category .category-header .category-info .category-description {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  body .consent-category .category-header .category-info .category-description {
    font-size: 13px;
  }
}
body .consent-category .category-details {
  display: none;
  padding: 20px;
  background: white;
  border-top: 1px solid #e5e7eb;
}
body .consent-category .category-details.active {
  display: block;
}
@media (max-width: 767px) {
  body .consent-category .category-details {
    padding: 16px;
  }
}
body .consent-category .category-details .details-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 767px) {
  body .consent-category .category-details .details-text {
    font-size: 13px;
  }
}
body .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
body .toggle-switch.disabled {
  background: rgb(40, 58, 75);
  cursor: not-allowed;
}
@media (max-width: 767px) {
  body .toggle-switch {
    width: 44px;
    height: 22px;
    border-radius: 11px;
  }
}
body .toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #CDCDD5;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .toggle-switch .toggle-slider {
    width: 18px;
    height: 18px;
  }
}
body .toggle-switch.active .toggle-slider {
  transform: translateX(26px);
  background: #a0c63b;
}
@media (max-width: 767px) {
  body .toggle-switch.active .toggle-slider {
    transform: translateX(22px);
  }
}
body .modal-footer {
  padding: 24px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 767px) {
  body .modal-footer {
    padding: 20px 0;
    gap: 2px;
  }
}
body .modal-footer .btn-secondary,
body .modal-footer .btn-primary {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body .modal-footer .btn-secondary,
  body .modal-footer .btn-primary {
    padding: 14px 10px;
  }
}
body .modal-footer .btn-secondary:hover,
body .modal-footer .btn-primary:hover {
  transform: translateY(-1px);
}
body .modal-footer .btn-secondary {
  background: green;
  color: white;
}
body .modal-footer .btn-primary {
  background: #a0c63b;
  color: white;
}
body .toggle-switch {
  position: relative;
  width: 50px;
  height: 24px;
  background: white;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
body .toggle-switch.active {
  background: white;
}
body .toggle-switch.disabled {
  background: white;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  body .toggle-switch {
    width: 44px;
    height: 22px;
    border-radius: 11px;
  }
}
body .toggle-switch .toggle-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #CDCDD5;
  border-radius: 50%;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  body .toggle-switch .toggle-slider {
    width: 18px;
    height: 18px;
  }
}
body .toggle-switch.active .toggle-slider {
  transform: translateX(26px);
}
@media (max-width: 767px) {
  body .toggle-switch.active .toggle-slider {
    transform: translateX(22px);
  }
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}/*# sourceMappingURL=style.css.map */