* {
  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: #1581e5;
  font-weight: 600;
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(28px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
}

body .heading {
  color: #0D1321;
  font-size: calc(32px + (52 - 32) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(44px + (68 - 44) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

body .content {
  color: #71757A;
  font-weight: 300;
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(28px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
}

body .primary_button {
  background: #1581e5;
  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 #1581e5;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-radius: 4px;
  padding: 14px 38px;
  color: #212529;
}

body .border_button:hover {
  background: #1581e5;
  color: #fff;
}

body .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

body .header-main {
  padding: 20px 0;
  border-bottom: 1px solid #E7E7E7;
  position: -webkit-sticky;
  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 {
  -webkit-box-shadow: none;
          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;
  -webkit-transition: all 0.2s;
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

body .header-main .navbar .navbar-toggler .toggler-icon.bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

body .header-main .navbar .navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          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 {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 60%;
  margin: 0 0 0 auto;
}

body .header-main .navbar #menuData .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          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 #1581e5;
  color: #1581e5;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 32px;
  width: -webkit-fit-content;
  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 {
  /*****Inner pages scss******/
}

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: #1581e50a;
  padding: 88px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  body .main .features_section {
    padding: 70px 0;
  }
}

body .main .features_section .left_side {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #3d7be14f;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 8px;
}

@media screen and (max-width: 600px) {
  body .main .features_section .feature-box-outer .feature-box {
    -ms-flex-wrap: wrap;
        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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body .main .features_section .feature-box-outer .feature-box .sub-heading {
  font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-wrap: wrap;
      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 #1581e5;
  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: #1581e5;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: #1581e5 !important;
  -webkit-box-shadow: 0px 12px 32px 0px #1581e566;
          box-shadow: 0px 12px 32px 0px #1581e566;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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 + (56 - 30) * ((100vw - 320px) / (1920 - 320)));
  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: #1581e50a;
}

@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;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          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 + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  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: #1581e5;
}

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 + (52 - 38) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

body .main .pricing .box-outer .inner .price-amount span {
  font-weight: 300;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
}

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 #A8D9C9;
}

body .main .pricing .note {
  margin: 3rem 0;
}

body .main .about-us {
  padding: 60px 0 120px;
}

@media screen and (max-width: 992px) {
  body .main .about-us {
    padding: 50px 0 0 0;
  }
}

body .main .about-us .sub-heading {
  color: #1581e5;
  font-size: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}

body .main .about-us .heading {
  font-size: calc(28px + (40 - 28) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(40px + (56 - 40) * ((100vw - 320px) / (1920 - 320)));
}

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;
  -webkit-box-shadow: none;
          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 {
  -webkit-box-shadow: 0px 4px 48px 0px #0000001A;
          box-shadow: 0px 4px 48px 0px #0000001A;
  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 + (32 - 22) * ((100vw - 320px) / (1920 - 320)));
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: green;
  font-weight: 500;
  margin-top: 30px;
}

body .main .about-us .newsletter-outer-box {
  background: #1581e5;
  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: -webkit-box;
  display: -ms-flexbox;
  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 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .main .about-us .newsletter-outer-box .newsletter_form .footer-newsletter .nlemail {
  -webkit-box-shadow: 0px 1px 2px 0px #18181C0A;
          box-shadow: 0px 1px 2px 0px #18181C0A;
  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: -webkit-max-content;
  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: 2rem 0 2rem;
}

body .main .footer .secondary-menu {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 0 32px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  body .main .footer .secondary-menu {
    -ms-flex-wrap: wrap;
        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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .main .footer .outer-copyright .copyright {
  color: #B9BABD;
  font-size: 14px;
  text-align: center;
}

body .main .footer .outer-copyright .copyright a {
  color: #B9BABD;
}

body .main .footer .outer-copyright .social-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  body .main .footer .outer-copyright .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
  }
}

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 + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(28px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
  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 */