* {
  margin: 0;
  padding: 0;
}

.grecaptcha-badge {
  display: none !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
}
body a {
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
}
body a:hover, body a:focus-visible {
  text-decoration: none;
  outline: none;
}
body li {
  font-family: "Nunito Sans", sans-serif;
}
body p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #545454;
  font-family: "Nunito Sans", sans-serif;
}
body p.heading {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: #00180A;
}
@media only screen and (max-width: 767px) {
  body p.heading {
    font-size: 30px;
    line-height: 42px;
  }
}
body p.sub_heading {
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
  color: #00180A;
}
body .primary_button {
  background: #30AA47;
  border-radius: 95px;
  padding: 16px 32px;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  color: #FFFFFF;
  border: none;
  font-family: "Nunito Sans", sans-serif;
}
body .primary_button.yellow_btn {
  background: #FFB800;
  box-shadow: 0px 4px 3px 0px rgba(255, 255, 255, 0.3019607843) inset;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  color: #000100;
}
body .primary_button.yellow_btn:hover {
  color: #000100;
}
body .primary_button:hover {
  color: #FFFFFF;
}
body .banner {
  position: relative;
  padding: 64px 0 152px;
}
@media only screen and (max-width: 575px) {
  body .banner {
    padding: 50px 0 80px;
  }
}
body .banner::before {
  content: url(/images/banner_before.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body .banner::before {
    display: none;
  }
}
body .banner::after {
  content: url(/images/banner_after.png);
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  body .banner::after {
    display: none;
  }
}
body .banner .content_wrapper {
  max-width: 665px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
body .banner .content_wrapper .logo {
  margin-bottom: 82px;
}
@media only screen and (max-width: 575px) {
  body .banner .content_wrapper .logo {
    margin-bottom: 50px;
  }
}
body .banner .content_wrapper .heading {
  font-weight: 700;
  max-width: 525px;
  margin: 0 auto 1rem;
}
body .banner .content_wrapper .description {
  margin-bottom: 48px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  body .banner .content_wrapper .description {
    font-size: 18px;
  }
}
body .banner .shadow_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
body .feature {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 991px) {
  body .feature {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  body .feature {
    padding: 65px 0 0;
  }
}
body .feature .heading {
  margin-bottom: 76px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  body .feature .heading {
    margin-bottom: 0;
  }
}
body .feature .heading::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #478B8F;
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  body .feature .heading::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  body .feature .row.second_row {
    flex-direction: column-reverse;
  }
}
body .feature .row .col-lg-6 .sub_heading {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  body .feature .row .col-lg-6 .sub_heading {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  body .feature .row .col-lg-6 ul {
    padding-left: 24px;
  }
}
body .feature .row .col-lg-6 ul li {
  margin-bottom: 8px;
}
body .feature .row .col-lg-6 .description {
  max-width: 360px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  body .feature .row .col-lg-6 .description {
    margin-bottom: 2rem;
  }
}
body .feature .btn-row .btn_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  text-align: center;
}
body .support {
  background-color: #F8F8F8;
  padding: 72px 0 86px;
}
@media only screen and (max-width: 575px) {
  body .support {
    background-size: 100% 90%;
  }
}
body .support .top_wrapper .heading {
  position: relative;
  margin-bottom: 44px;
}
@media only screen and (max-width: 575px) {
  body .support .top_wrapper .heading {
    margin-bottom: 25px;
  }
}
body .support .top_wrapper .heading::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #478B8F;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body .support .top_wrapper .heading::after {
    top: 55px;
  }
}
@media only screen and (max-width: 575px) {
  body .support .top_wrapper .heading::after {
    display: none;
  }
}
body .support .top_wrapper .description {
  max-width: 750px;
  margin: 0 auto 48px;
}
body .support .box_wrapper {
  max-width: 1075px;
  margin: 0 auto;
}
body .support .box_wrapper .img_box {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  margin-bottom: 24px;
  box-shadow: 0px 8px 24px 0px rgba(71, 139, 143, 0.1019607843);
}
@media only screen and (max-width: 575px) {
  body .support .box_wrapper .img_box {
    padding: 1.2rem;
  }
}
body .support .box_wrapper .img_box .sub_heading {
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
body .support .box_wrapper .img_box .content {
  font-size: 16px;
  line-height: 24px;
}
body .support .btn_wrapper {
  margin-top: 56px;
}
body .steps {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 991px) {
  body .steps {
    padding: 70px 0 50px;
  }
}
body .steps .heading {
  max-width: 460px;
  margin-bottom: 24px;
}
body .steps ul {
  margin: 0;
  padding: 0;
  max-width: 465px;
}
body .steps ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  padding-left: 48px;
  color: #3F3F3F;
  margin-bottom: 24px;
}
body .steps ul li::before {
  content: url(/images/check_icon.png);
  position: absolute;
  top: 4px;
  left: 0;
}
body .steps hr {
  margin: 16px 0 40px;
  background: #E5E5E5;
  opacity: 1;
}
body .steps .bottom_heading {
  color: #006F76;
  font-weight: 600;
}
body .cta {
  position: relative;
  margin-bottom: -140px;
}
body .cta.cont_cta {
  background-color: transparent;
}
body .cta .content_wrapper {
  background: #478B8F;
  border-radius: 1rem;
  padding: 56px;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.1490196078);
}
@media only screen and (max-width: 575px) {
  body .cta .content_wrapper {
    padding: 50px 25px;
  }
}
body .cta .content_wrapper .heading {
  color: #EBF6EE;
  max-width: 935px;
  margin: 0 auto 3rem;
}
body footer {
  background: #F8F8F8;
  padding: 220px 0 32px;
}
@media only screen and (max-width: 767px) {
  body footer {
    padding-top: 200px;
  }
}
body footer.home-footer {
  padding-top: 50px;
}
body footer ul {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  body footer ul {
    display: block;
  }
}
body footer ul li {
  list-style: none;
  margin-right: 35px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  body footer ul li {
    margin-bottom: 1rem;
  }
}
body footer ul li:last-child::after {
  opacity: 0;
}
body footer ul li::after {
  content: "";
  width: 1px;
  height: 15px;
  background: #545454;
  position: absolute;
  right: -16px;
  bottom: 4px;
}
@media only screen and (max-width: 575px) {
  body footer ul li::after {
    opacity: 0;
  }
}
body footer ul li .menu_link {
  text-decoration: none;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
body footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
}
@media only screen and (max-width: 575px) {
  body .modal {
    padding: 15px;
  }
}
body .modal .modal-header {
  border: none;
  padding: 0;
}
body .modal .modal-header .btn-close {
  position: absolute;
  right: -10px;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  padding: 0.8rem;
  top: -6px;
  border: 2px solid #000;
  z-index: 999;
}
body .modal .modal-body {
  padding: 2rem 1.5rem;
}
body .modal .modal-body .title {
  color: #181818;
  font-weight: 600;
  margin-bottom: 2rem;
}
body .modal .modal-body .contact_form {
  max-width: 800px;
  margin: 0 auto;
}
body .modal .modal-body .contact_form .field_wrapper .input_field {
  margin-bottom: 28px;
}
body .modal .modal-body .contact_form .field_wrapper .input_field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
body .modal .modal-body .contact_form .field_wrapper .input_field input,
body .modal .modal-body .contact_form .field_wrapper .input_field textarea {
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.0392156863);
  border: none;
  border-bottom: 1px solid #8C8C8C;
  padding: 15px 0;
  width: 100%;
}
body .modal .modal-body .contact_form .field_wrapper .input_field input:hover, body .modal .modal-body .contact_form .field_wrapper .input_field input:focus, body .modal .modal-body .contact_form .field_wrapper .input_field input:focus-visible,
body .modal .modal-body .contact_form .field_wrapper .input_field textarea:hover,
body .modal .modal-body .contact_form .field_wrapper .input_field textarea:focus,
body .modal .modal-body .contact_form .field_wrapper .input_field textarea:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid #8C8C8C;
}
body .modal .modal-body .contact_form .field_wrapper .input_field textarea {
  resize: none;
}
body .modal .modal-body .contact_form .field_wrapper .input_field label.error {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
body .modal .modal-body .contact_form .sendbtn.wait {
  position: relative;
}
body .modal .modal-body .contact_form .sendbtn.wait::after {
  animation: trigger 1s infinite ease;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -5px;
  margin-top: -64px;
  position: absolute;
  top: 50%;
  width: 10px;
}
body .modal .modal-body .contact_form .sendbtn .primary_button {
  width: 135px;
}
body .modal .modal-body .contact_form .pra-field {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1rem;
  position: relative;
}
body .modal .modal-body .contact_form .pra-field .checkbox {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
body .modal .modal-body .contact_form .pra-field p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #656b73;
}
body .modal .modal-body .contact_form .pra-field:first-child {
  margin-bottom: 1rem;
}
body .modal .modal-body .contact_form .pra-field #tcrCheck-error {
  border: 2px solid #ff0000;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0px;
}
body .modal .modal-body .thank-you {
  font-size: 18px;
  text-align: center;
  color: #008000;
  font-weight: 500;
  margin-top: 20px;
}
body .privacy_banner {
  padding: 64px 0 50px;
}
body .privacy_banner::before {
  content: url(/images/privacy_banner_before.png);
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 575px) {
  body .privacy_banner::before {
    display: none;
  }
}
body .privacy_banner::after {
  content: url(/images/privacy_banner_after.png);
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media only screen and (max-width: 575px) {
  body .privacy_banner::after {
    display: none;
  }
}
body .privacy_banner a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #4285F4;
}
body .privacy_content {
  padding: 56px 0;
}
@media only screen and (max-width: 575px) {
  body .privacy_content {
    padding: 40px 0;
  }
}
body .privacy_content .container {
  max-width: 1320px;
}
body .privacy_content h1 {
  display: none;
}
body .privacy_content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 2rem;
}
body .privacy_content > h3:first-of-type {
  margin-top: 0;
}
body .privacy_content p {
  color: #6A6A6A;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
body .privacy_content ul {
  margin-top: 1.5rem;
}
body .privacy_content ul li {
  margin-bottom: 1rem;
  list-style: disc;
}
body .terms_conditions {
  padding: 56px 0;
}
@media only screen and (max-width: 575px) {
  body .terms_conditions {
    padding: 40px 0;
  }
}
body .terms_conditions .container {
  max-width: 1320px;
}
body .terms_conditions h1 {
  display: none;
}
body .terms_conditions h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 2rem;
}
body .terms_conditions > h3:first-of-type {
  margin-top: 0;
}
body .terms_conditions p {
  color: #6A6A6A;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
body .terms_conditions ul {
  margin-top: 1.5rem;
}
body .terms_conditions ul li {
  margin-bottom: 1rem;
  list-style: disc;
}
body .main {
  background: #f5f5f5;
}
body .main .container {
  max-width: 1500px;
}
body .main .container .acc-del-main {
  background: #fff;
  max-width: 375px;
  margin: 0 auto;
}
body .main .container .acc-del-box {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11);
}
body .main .container .status_bar {
  background: #fff;
  height: 40px;
}
body .main .container .heading-1 {
  color: #09041e;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  padding: 10px 10px 20px;
}
body .main .container .acc-content {
  padding: 50px 20px 50px 18px;
}
body .main .container .acc-content .heading-2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #09041e;
  margin-bottom: 15px;
}
body .main .container .acc-content p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4b465f;
  margin-bottom: 25px;
}
body .main .container .acc-content .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #09041e;
  margin-bottom: 20px;
}
body .main .container .acc-content .font-weight-bold {
  font-weight: 700 !important;
}
body .main .container .acc-content .small-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4b465f;
}
body .main .container .acc-content a {
  font-size: 16px;
  line-height: 24px;
  color: #4b465f;
  font-weight: 500;
}
body .contact-form-wrapper {
  padding: 75px 0;
}
body .contact-form-wrapper .title {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  max-width: 650px;
  margin: 0 auto 1rem;
}
body .contact-form-wrapper .thank-you {
  text-align: center;
  color: #30AA47;
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 600;
}
body .contact-form-wrapper .contact_form {
  max-width: 600px;
  margin: 45px auto 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 25px;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field {
  margin-bottom: 28px;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  font-family: "DM Sans", sans-serif;
  color: #000000;
  display: block;
  margin-bottom: 5px;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field input,
body .contact-form-wrapper .contact_form .field_wrapper .input_field textarea {
  box-shadow: 0px 1px 2px 0px rgba(24, 24, 28, 0.0392156863);
  border: none;
  border-bottom: 1px solid #8C8C8C;
  padding: 15px 0;
  width: 100%;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field input:hover, body .contact-form-wrapper .contact_form .field_wrapper .input_field input:focus, body .contact-form-wrapper .contact_form .field_wrapper .input_field input:focus-visible,
body .contact-form-wrapper .contact_form .field_wrapper .input_field textarea:hover,
body .contact-form-wrapper .contact_form .field_wrapper .input_field textarea:focus,
body .contact-form-wrapper .contact_form .field_wrapper .input_field textarea:focus-visible {
  outline: none;
  border: none;
  border-bottom: 1px solid #8C8C8C;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field textarea {
  resize: none;
}
body .contact-form-wrapper .contact_form .field_wrapper .input_field label.error {
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
}
body .contact-form-wrapper .contact_form .sendbtn.wait {
  position: relative;
}
body .contact-form-wrapper .contact_form .sendbtn.wait::after {
  animation: trigger 1s infinite ease;
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -5px;
  margin-top: -64px;
  position: absolute;
  bottom: 28px;
  width: 10px;
}
body .contact-form-wrapper .contact_form .sendbtn .primary_button {
  width: 135px;
}
body .contact-form-wrapper .contact_form .pra-field {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1rem;
  position: relative;
}
body .contact-form-wrapper .contact_form .pra-field .checkbox {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  min-width: 18px;
}
body .contact-form-wrapper .contact_form .pra-field p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #656b73;
}
body .contact-form-wrapper .contact_form .pra-field:first-child {
  margin-bottom: 1rem;
}
body .contact-form-wrapper .contact_form .pra-field #tcrCheck-error {
  border: 2px solid #ff0000;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: 0px;
}
body .shimmerGlobal {
  position: relative;
  color: #fff;
  width: 100%;
  background-color: gray;
  overflow: hidden;
}
body .shimmerGlobal::after {
  content: "";
  top: 0px;
  transform: skewX(-45deg);
  width: 100px;
  height: 100%;
  position: absolute;
  z-index: 1;
  animation: shimmer 3s infinite;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, rgba(103, 78, 181, 0.1215686275) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0));
}
@media only screen and (max-width: 575px) {
  body .shimmerGlobal::after {
    width: 55px;
  }
}
@keyframes shimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 80%;
  }
}
@keyframes trigger {
  0%, 100% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  30% {
    box-shadow: -30px 30px 0 5px #fff, -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  40% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 5px #fff, 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 5px #fff, 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  60% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 5px #fff, 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 5px #fff;
  }
  80% {
    box-shadow: -30px 30px 0 0 rgba(255, 255, 255, 0.5), -15px 30px 0 0 rgba(255, 255, 255, 0.5), 0 30px 0 0 rgba(255, 255, 255, 0.5), 15px 30px 0 0 rgba(255, 255, 255, 0.5), 30px 30px 0 0 rgba(255, 255, 255, 0.5);
  }
}
body .heading_new {
  text-align: center;
  font-size: 40px !important;
  font-weight: 600 !important;
  margin-bottom: 3rem;
  color: #000 !important;
}/*# sourceMappingURL=style.css.map */