@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --theme-color:#1570EF;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #475467;
  background: #ffffff;
  overflow-x: hidden;
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a,
i {
  border: none;
}

button {
  padding: 0;
}

button, a {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.reset-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #101828;
}

.xl-title {
  font-size: 60px;
  line-height: 72px;
}
@media only screen and (max-width: 991.98px) {
  .xl-title {
    font-size: 36px;
    line-height: 44px;
  }
}

.lg-title {
  font-size: 36px;
  line-height: 44px;
}
@media only screen and (max-width: 991.98px) {
  .lg-title {
    font-size: 30px;
    line-height: 38px;
  }
}

.md-title {
  font-size: 30px;
  line-height: 38px;
}
@media only screen and (max-width: 991.98px) {
  .md-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.sec-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 87px;
}
@media only screen and (max-width: 767.98px) {
  .sec-title {
    margin-bottom: 46px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
  }
  .terms .smart-dashboard-sec {
    padding-top: 90px;
  }
}
.sec-title .lg-title, .sec-title .xl-title {
  color: #101828;
  margin-bottom: 20px;
}
.sec-title .sm-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #175CD3;
  margin-bottom: 12px;
}

.sec-pt-100 {
  padding-top: 110px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pt-100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pt-100 {
    padding-top: 55px;
  }
}

.sec-pb-100 {
  padding-bottom: 110px;
}
@media only screen and (max-width: 991.98px) {
  .sec-pb-100 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sec-pb-100 {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 767.98px) {
  .w-100fmd {
    width: 100% !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .w-100flg {
    width: 100% !important;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.btn {
  padding: 16px 28px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767.98px) {
  .btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

.btn-primary {
  background: #1570EF;
  border: 1px solid #1570EF;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
}

.text-card-wrap {
  margin-bottom: -37px;
}
@media only screen and (max-width: 767.98px) {
  .text-card-wrap {
    margin-bottom: -30px;
  }
}

.text-card {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 767.98px) {
  .text-card {
    margin-bottom: 30px;
  }
}
.text-card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #101828;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767.98px) {
  .text-card .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-card .icon {
  display: block;
  margin-bottom: 15px;
}
.text-card .ud-none {
  text-decoration: none;
}
.text-card .link {
  color: #175CD3;
  display: inline-block;
  margin-top: 9px;
}
.text-card .badge {
  margin-top: 20px;
}
.text-card .spacing-bottom {
  margin-top: 0;
  margin-bottom: 15px;
}

.badge {
  background: #EFF8FF;
  color: #175CD3;
  border-radius: 16px;
  font-weight: 500;
  padding: 5px 9px;
}

.form-wrap {
  background: #F9FAFB;
  border-radius: 16px;
  padding: 40px 32px;
}
@media only screen and (max-width: 991.98px) {
  .form-wrap {
    padding: 0;
    background: transparent;
    margin-top: 40px;
  }
}
.form-wrap .form-item {
  margin-bottom: 19px;
}
.form-wrap .form-item .form-label {
  margin-bottom: 5px;
  color: #344054;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.form-wrap .btn {
  font-size: 16px;
  line-height: 24px;
  padding: 12px;
}
.form-wrap .btn-sub {
  margin-top: 12px;
}

.form-control {
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 9px 15px;
}

textarea.form-control {
  height: 134px;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}

.header-area {
  background-color: transparent;
  border-bottom: 1px solid #F2F4F7;
}
.header-area ul, .header-area .lg-menu, .header-area .sm-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media only screen and (max-width: 1219px) {
  .header-area {
    padding: 20px 0;
  }
}
.header-area .navbar-lg .d-lg-menu-none {
  display: none !important;
}
@media only screen and (max-width: 1219px) {
  .header-area .navbar-lg .btn {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .header-area .navbar-lg .btn-group-wrap {
    display: none !important;
  }
}
.header-area .logo {
  display: block;
}
@media only screen and (max-width: 1830px) {
  .header-area .logo {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1219px) {
  .header-area .logo {
    max-width: auto;
  }
}
.header-area .lg-menu {
  margin-left: 25px;
}
@media only screen and (max-width: 1219px) {
  .header-area .lg-menu {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .logo {
      width: 15%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .logo {
      width: 15%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .logo2 {
      width: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .logo2 {
      width: 8%;
  }
}

@media (min-width: 1200px) {
  .logo {
      width: 4%;
  }
}


.header-area .lg-menu li {
  position: relative;
}
.header-area .lg-menu li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #475467;
  padding: 35px 25px;
  position: relative;
  text-decoration: none;
}
.header-area .lg-menu li a .arrow-icon {
  position: absolute;
  top: calc(50% + 2px);
  right: 6px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  background-size: contain;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1830px) {
  .header-area .lg-menu li a .arrow-icon {
    right: 0;
  }
}
.header-area .lg-menu li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: max-content;
  min-width: 230px;
  background-color: #fff;
  border-top: 2px solid #2E90FA;
  border-radius: 0 0 5px 5px;
  text-align: left;
  padding: 15px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.header-area .lg-menu li ul li {
  padding: 0 10px;
}
.header-area .lg-menu li ul li a {
  padding: 10px 20px;
}
.header-area .lg-menu li ul li a .arrow-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
  right: 18px;
}
.header-area .lg-menu li ul ul {
  top: 10px;
  left: 100%;
}
.header-area .lg-menu li ul li:hover > ul {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header-area .lg-menu > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-area .mobile-menu-wrapper {
  --height:calc(var(--sm-menu-h) + 25px);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
  height: var(--height);
  display: none;
}
.header-area .mobile-menu-wrapper .mobile-menu-content-wrap {
  height: 0;
  overflow: hidden;
}
.header-area .mobile-menu-wrapper .mobile-menu-content {
  height: var(--height);
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  background-color: #fff;
  border-top: 1px solid #F2F4F7;
  border-bottom: 1px solid #F2F4F7;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .btn {
  border-color: #f2ba51;
  margin-bottom: 11px;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu {
  text-align: left;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #344054;
  padding: 11px 0px;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767.98px) {
  .header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a {
    font-size: 14px;
    padding: 8px 0;
  }
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a .arrow-icon {
  position: absolute;
  top: calc(50% + 2px);
  right: -20px;
  transform: translateY(-50%);
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a .arrow-icon::before, .header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a .arrow-icon::after {
  content: "";
  height: 2px;
  width: 12px;
  position: absolute;
  left: -5px;
  top: 0;
  background-color: #344054;
  transition: all 0.25s;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li a .arrow-icon::before {
  transform: rotate(90deg);
}
.header-area .mobile-menu-wrapper .mobile-menu-content .sm-menu li ul {
  display: none;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .menu-footer {
  margin-top: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.header-area .mobile-menu-wrapper .mobile-menu-content .menu-footer .btn-group-wrap {
  max-width: 360px;
  flex-direction: column;
}
@media only screen and (min-width: 1220px) {
  .header-area .mobile-menu-wrapper {
    display: none;
  }
}
.header-area .mobile-menu-wrapper .btn-fade-wrap {
  text-align: left;
}
.header-area .mobile-menu-wrapper .btn-fade-wrap .btn {
  width: 100%;
}
@media only screen and (min-width: 1220px) {
  .header-area .d-desktop-none {
    display: none !important;
  }
}
.header-area .hum-btn {
  margin-left: 20px;
}

.hum-btn {
  position: relative;
  width: 35px;
  height: 20px;
  background-color: transparent;
  border: none;
}
.hum-btn .svg-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 31px);
  transform: translate(-50%, -50%) scaleX(1.5);
  transition: all 400ms;
  pointer-events: none;
}
.hum-btn svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hum-btn .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
  stroke: #344054;
  stroke-width: 5.5px;
  stroke-linecap: round;
}
.hum-btn .top {
  stroke-dasharray: 40 121;
}
.hum-btn .bottom {
  stroke-dasharray: 40 121;
}
.hum-btn .text {
  position: absolute;
  right: calc(100% + 15px);
  top: 50%;
  transform: translateY(-50%);
  color: #FFE600;
  font-size: 28px;
  font-weight: bold;
  pointer-events: none;
  opacity: 0;
  visibility: 0;
  transition: all 0.5s;
}
.hum-btn:hover, .hum-btn:focus, .hum-btn:active {
  background-color: transparent;
}

.hum-btn.open svg {
  transform: rotate(45deg);
}
.hum-btn.open .top {
  stroke-dashoffset: -68px;
}
.hum-btn.open .bottom {
  stroke-dashoffset: -68px;
}
.hum-btn.open .svg-wrap {
  transform: translate(-50%, -50%) scaleX(1);
  width: calc(100% + 30px);
  height: calc(100% + 41px);
}
.hum-btn.open .middle {
  transform: scaleX(1);
}

.header-area-sticky-wrap {
  width: 100%;
}

.has-header-sticky, .header-area-sticky-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.has-header-sticky {
  background-color: #fff;
}

.header-area-sticky-wrap {
  position: absolute;
}

.hero-area {
  background: #F9FAFB;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .hero-area {
    padding-top: 112px;
    padding-bottom: 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-area .hero-img-wrap {
    text-align: center;
    margin-bottom: -416px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-area .hero-img-wrap {
    margin-bottom: -261px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-area .hero-img-wrap {
    position: absolute;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 42.2857142857vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-area .hero-img-wrap .mobile-screen {
    position: absolute;
    left: -6.7857142857vw;
    top: 5vw;
    max-width: 18vw;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-area .hero-img-wrap .mobile-screen {
    margin-top: -4vw;
  }
}
.hero-area .xl-title {
  color: #101828;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-area .xl-title {
    margin-bottom: 12px;
  }
}
.hero-area p {
  margin-bottom: 47px;
}
@media only screen and (max-width: 1199.98px) {
  .hero-area p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hero-area .text-content {
    margin-bottom: 50px;
  }
}

.all-phone-sec {
  overflow: hidden;
}
.all-phone-sec .mobile-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: -1;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .all-phone-sec .mobile-wrapper {
    margin-bottom: -313px;
  }
}
.all-phone-sec .mobile-wrapper .shape {
  position: absolute;
  top: 3vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.sd-wrap {
  margin-bottom: -80px;
}
@media only screen and (max-width: 991.98px) {
  .sd-wrap {
    margin-bottom: -50px;
  }
}

.sd-item {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .sd-item {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 24px;
  }
  .sd-item .img-wrap {
    margin-top: 30px;
  }
}
.sd-item .mb-title {
  margin-bottom: 13px;
}

.record-img-wrap {
  position: relative;
  margin-top: 220px;
}

.record-img-wrap .img-2 {
  position: absolute;
  left: 9%;
  top: -57%;
  width: 54%;
  z-index: -1;
}

.footer-area {
  background: #F9FAFB;
  padding: 47px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #667085;
}
@media only screen and (max-width: 991.98px) {
  /* .d-block {
    display: inline !important;
  } */

  .footer-area {
    padding: 40px 0;
  }
  .footer-area .logo {
    display: inline-block;
    margin-bottom: 40px;
  }
}

.terms .smart-dashboard-sec .container{
  margin-bottom: 1.5rem;
}

.terms h1 {
  font-size: 2.25rem;
  font-weight: bold;
}

.terms p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.terms h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}

.span-margin {
  padding-bottom: 1.25rem;
}
/*# sourceMappingURL=style.css.map */
