html {
  font-family: "Roboto", sans-serif;
  color: #313a5a;
  min-width: 400px;
}

body {
  margin-top: 30px;
  margin-left: unset;
  margin-right: unset;
  margin-bottom: unset;
}

a {
  color: #313a5a;
}

img {
  width: 100%;
  height: auto;
}

img.logo {
  height: 90%;
  width: auto;
  max-height: 78px;
}
@media screen and (max-width: 992px) {
  img.logo {
    max-height: 58px;
  }
}
@media screen and (max-width: 738px) {
  img.logo {
    max-height: 38px;
  }
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 54px;
  padding-right: 54px;
  height: 84px;
}
#header .signup-btn {
  background-color: #f2711d;
  border-color: #f2711d;
  padding: 18px 34px !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.17px;
  border-radius: 4px;
  text-decoration: none;
}

.container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.menu .menu-item {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}
.menu .menu-item:hover {
  text-decoration: underline;
}
.menu .menu-item span {
  font-weight: 400;
  font-size: 14px;
}

.cta-btn-group {
  position: relative;
  height: 70px;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 738px) {
  .cta-btn-group {
    left: unset;
  }
}
.cta-btn-group a.cta-btn-link {
  height: 58px;
  width: 175px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 738px) {
  .cta-btn-group a.cta-btn-link {
    height: 50px;
    width: 165px;
  }
}
.cta-btn-group a.cta-btn-link.apple-btn {
  background-image: url("images/apple-btn.svg");
}
.cta-btn-group a.cta-btn-link.google-btn {
  background-image: url("images/google-btn.svg");
}

#term-banner {
  width: 100%;
}
@media screen and (max-width: 738px) {
  #term-banner {
    background-position: bottom;
  }
}
#term-banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 738px) {
  #term-banner .content {
    max-width: unset;
    margin-left: unset;
  }
}
#term-banner .content .title {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #term-banner .content .title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 904px) {
  #term-banner .content .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
#term-banner .content .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  #term-banner .content .sub-title {
    font-size: 20px;
  }
}

#banner {
  background-image: url("images/banner-desktop.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 471px;
  margin-top: 110px;
}
@media screen and (max-width: 992px) {
  #banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 738px) {
  #banner {
    background-position: bottom;
  }
}
#banner .content {
  max-width: 50%;
  margin-left: 54px;
}
@media screen and (max-width: 738px) {
  #banner .content {
    max-width: unset;
    margin-left: unset;
  }
}
#banner .content .cta-btn-group {
  text-align: unset;
  left: -14px;
}
#banner .content .title {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  #banner .content .title {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 904px) {
  #banner .content .title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
#banner .content .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  #banner .content .sub-title {
    font-size: 20px;
  }
}

.content {
  position: relative;
  z-index: 1;
}
.content h2.hiw-title {
  font-weight: bold;
  font-size: 60px;
  color: #313a5a;
  letter-spacing: 0.02px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .content h2.hiw-title {
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.content .content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .content .content-item {
    flex-direction: column;
  }
}
.content .content-item:nth-child(3) .item-desc {
  order: 1;
}
@media screen and (max-width: 576px) {
  .content .content-item:nth-child(3) .item-desc {
    order: unset;
  }
}
.content .content-item .item-desc {
  flex: 1;
  padding-right: 60px;
}
.content .content-item .item-desc .title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 18px;
}
.content .content-item .item-desc .title::after {
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  bottom: -5px;
  left: 60px;
  background-image: linear-gradient(206deg, #fab443 0%, #f47d20 100%);
}
@media screen and (max-width: 992px) {
  .content .content-item .item-desc .title::after {
    left: 50px;
  }
}
.content .content-item .item-desc .title span[name=number] {
  flex-basis: 60px;
  font-weight: bold;
  font-size: 72px;
  color: #f47d20;
  letter-spacing: 0.02px;
}
@media screen and (max-width: 992px) {
  .content .content-item .item-desc .title span[name=number] {
    font-size: 62px;
    flex-basis: 50px;
  }
}
.content .content-item .item-desc .title span[name=text] {
  font-weight: 400;
  font-size: 24px;
  color: #313a5a;
  letter-spacing: 0px;
  min-width: 280px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .content .content-item .item-desc .title span[name=text] {
    font-size: 20px;
  }
}
.content .content-item .item-desc .desc {
  display: block;
  margin-left: 60px;
  margin-top: 18px;
  opacity: 0.5;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  min-width: 280px;
}
@media screen and (max-width: 992px) {
  .content .content-item .item-desc .desc {
    margin-left: 50px;
  }
}
.content .content-item .item-desc .desc.large-width {
  width: auto;
}
.content .content-item .item-img {
  flex: 2;
}
.content .content-item .item-img.relative-img {
  position: relative;
  bottom: -140px;
}
@media screen and (max-width: 992px) {
  .content .content-item .item-img.relative-img {
    bottom: -100px;
  }
}
.content .content-item .item-img img {
  width: 100%;
}

.footer .bottom-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(217deg, #fab443 0%, #f47d20 96%);
  height: 315px;
}
.footer .bottom-banner .text {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 41px;
  margin-top: 80px;
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  .footer .bottom-banner .text {
    font-size: 20px;
  }
}
.footer .bottom-banner .text a {
  color: #ffffff;
}
.footer .bottom-banner .contactus-btn {
  height: 58px;
  max-width: 175px;
  background: #ffffff;
  box-shadow: 0 2px 13px 2px rgba(244, 125, 32, 0.3);
  border-radius: 5px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  color: #f47d20;
  letter-spacing: 1.17px;
  align-items: center;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}
.footer .bottom-banner.term-bottom-banner {
  height: 220px;
}
.footer .bottom-banner.term-bottom-banner .text {
  margin-top: 0;
}
.footer .footer-content {
  background: #313a5a;
}
.footer .footer-content .footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-content .footer-bar .menu .menu-item {
  color: white;
}
.footer .footer-content .footer-bar .social a {
  margin-left: 20px;
  margin-right: 20px;
}
.footer .footer-content .footer-bar .social a img {
  width: 20px;
}
.footer .footer-content hr.line {
  opacity: 0.1;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .footer .footer-content .content > div:nth-child(2) {
    max-width: unset;
  }
}
.footer .footer-content .content .info {
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 738px) {
  .footer .footer-content .content .info {
    flex-direction: column;
  }
}
.footer .footer-content .content .info .contact {
  flex: 1;
}
@media screen and (max-width: 738px) {
  .footer .footer-content .content .info .contact {
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer .footer-content .content .info .contact span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}
.footer .footer-content .content .info .contact span.highlight {
  display: inline-block;
  font-weight: bold;
}
.footer .footer-content .content .info .get-app {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-content .content .info .get-app span {
  opacity: 0.5;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 992px) {
  .footer .footer-content .content .info .get-app span {
    font-size: 16px;
  }
}
.footer .footer-content .content .info .get-app span.title {
  opacity: unset;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .footer-content .content .aboutus {
  padding-top: 48px;
  padding-bottom: 48px;
}
.footer .footer-content .content .aboutus span {
  display: block;
  opacity: 0.5;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}
.footer .footer-content .content .aboutus span.title {
  font-weight: bold;
}
.footer .footer-content .content img.mobile {
  position: absolute;
  right: 0;
  bottom: -52px;
  width: 27%;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .footer .footer-content .content img.mobile {
    display: none;
  }
}
.footer .footer-content .copyright {
  text-align: center;
  padding-bottom: 10px;
}
.footer .footer-content .copyright span {
  opacity: 0.3;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
}

.contactusbox {
  font-size: 16px;
}

.contactusbox h1 {
  font-size: 23px;
  text-transform: uppercase;
  padding-bottom: 23px;
  text-align: left;
}

.formpadding {
  margin-bottom: 15px;
  min-height: 51px;
  border: 2px solid #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.addressbox {
  border-bottom: 1px solid #ccc;
  text-align: left;
  line-height: 1.5em;
}

.addressbox h1 {
  font-size: 15px;
  color: #f57c0c;
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}

.addressbox p {
  font-size: 14px;
}

.hearbox {
  font-size: 18px;
}

.hearbox h1 {
  font-size: 25px;
  text-transform: none;
  font-weight: bold;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.hearbox span {
  color: #f67e0c;
}

.callbox {
  width: 100%;
  line-height: 1.5em;
}

.callbox_left {
  width: 30%;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

.callbox_right {
  width: 40%;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.callbox_right a {
  text-decoration: underline;
  font-size: 16px;
}

.integrations {
  margin-top: 20px;
}

.sendusmessagebtn {
  background-color: #f2711d;
  border-color: #f2711d;
  padding: 15px 25px !important;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.17px;
  border-radius: 4px;
  text-decoration: none;
  border-width: 1px;
  border-style: none;
}

#send-message-button:disabled {
  opacity: 0.7;
}

/*# sourceMappingURL=styles.css.map */
