body,
p,
ul {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.325;
}
.blue-color {
  color: #49aee9 !important;
}
@media screen and (max-width: 991.98px) {
  h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.286;
  }
}
@media screen and (max-width: 575.98px) {
  h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.296;
  }
}
h3 {
  font-size: 22px;
  line-height: 1.364;
}
h3 {
  font-weight: 500;
}
p {
  font-weight: 400;
  line-height: 1.875;
}
a,
p {
  font-size: 16px;
}
a {
  font-weight: 500;
  line-height: inherit;
  text-decoration: none;
}
a:hover,
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
body {
  overflow: overlay;
}
body h2,
body h3 {
  margin: 0;
  color: #000;
}
body,
body h2,
body h3 {
  color: #000;
  letter-spacing: -0.025em;
}
input::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: inherit;
}
img {
  max-width: 100%;
}
.btn-request {
  font-size: 16px;
  font-weight: 500;
  line-height: inherit;
  align-self: center;
  transform: translateY(-10px);
  max-width: 240px;
  width: 100%;
  background: #32a699;
  color: #fff;
  text-align: center;
  border: 2px solid #32a699;
  border-radius: 3px;
  text-decoration: none;
  padding: 15px 28px;
}
@media screen and (max-width: 575.98px) {
  .btn-request {
    align-self: flex-start;
    transform: translateY(0);
    padding: 14px;
  }
}
.btn-request:after {
  content: "";
  height: 16px;
  width: 18px;
  display: inline-block;
  margin-left: 6px;
  background: url("../images/icons/right-arrow.svg") no-repeat;
}
@media screen and (max-width: 991.98px) {
  .btn-request {
    max-width: inherit;
    width: 100%;
    background: #32a699;
    color: #fff;
    text-align: center;
    border: 2px solid #32a699;
    border-radius: 3px;
    text-decoration: none;
    padding: 15px 28px;
  }
  .btn-request:after {
    content: "";
    height: 16px;
    width: 18px;
    display: inline-block;
    margin-left: 6px;
    background: url("../images/icons/right-arrow.svg") no-repeat;
  }
}
.btn-request {
  position: relative;
  transform: translateY(0);
  padding: 15.5px 10px;
}
@media screen and (max-width: 1200px) {
  .btn-request {
    padding: 13.5px 10px;
  }
}
@media screen and (max-width: 640px) {
  .btn-request {
    padding: 14px 10px;
    font-size: 12px;
  }
}

.requestDemo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  background-size: cover;
  background-position: 50%;
  background-image: url("../images/welcome-2-blurry.jpg");
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .requestDemo {
    height: 150vh;
    background-image: url("../images/welcome-2-blurry.jpg");
  }
}
@media screen and (min-width: 1200px) {
  .requestDemo {
    height: 100vh;
    background-image: url("../images/welcome-2-blurry.jpg");
  }
}
@media screen and (max-width: 640px) {
  .requestDemo {
    padding: 60px;
  }
}
.requestDemo .weight-700 {
  font-weight: 700;
}
.requestDemo .weight-900 {
  font-weight: 900;
  font-size: 28px;
}
.requestDemo .split-column {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 296px;
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .requestDemo .split-column {
    max-width: 557px;
  }
}
@media screen and (min-width: 1200px) {
  .requestDemo .split-column {
    flex-direction: row;
    max-width: 1160px;
    align-items: stretch;
  }
}
.requestDemo .split-column .wrapper {
  flex-basis: 100%;
  padding: 40px;
}
@media screen and (min-width: 1200px) {
  .requestDemo .split-column .wrapper {
    flex-basis: 50%;
  }
}
.requestDemo .split-column .wrapper-form {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  max-width: 100%;
  overflow: hidden;
  background-color: #48c2b6;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .requestDemo .split-column .wrapper-form {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
  }
}
.requestDemo .split-column .wrapper-form .form-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 75%;
  margin: 0 auto;
}
.requestDemo .split-column .wrapper-form .form-header span {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.64px;
}
@media screen and (max-width: 640px) {
  .requestDemo .split-column .wrapper-form .form-header span {
    display: block;
    margin-top: 24px;
  }
  .requestDemo .split-column .wrapper-form .form-header span.hidden-mobile {
    display: none;
  }
}
.requestDemo .split-column .wrapper-form h2 {
  color: #fff;
  font-size: 32px;
  margin: 32px 0;
  text-align: center;
}
@media screen and (max-width: 575.98px) {
  .requestDemo .split-column .wrapper-form h2 {
    font-size: 24px;
  }
}

.requestDemo .split-column .wrapper-form .disclaimer p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 1199px) {
  .requestDemo .split-column .wrapper-form .disclaimer p {
    text-align: center;
  }
}
.requestDemo .split-column .wrapper-form .disclaimer a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding-left: 6px;
  font-weight: 600;
}
.requestDemo .split-column .wrapper-text {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .requestDemo .split-column .wrapper-text {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
}
.requestDemo .split-column .wrapper-text h3 {
  font-size: 24px;
}
@media screen and (max-width: 1199px) {
  .requestDemo .split-column .wrapper-text h3 {
    text-align: center;
  }
}
.requestDemo .split-column .wrapper-text .buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px 0;
}
.requestDemo .split-column .wrapper-text .buttons-row span {
  flex-basis: 48%;
  background-color: #eef0f8;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0;
  display: block;
  margin-top: 12px;
}
@media screen and (min-width: 640px) {
  .requestDemo .split-column .wrapper-text .buttons-row span {
    flex-basis: 24%;
    margin-top: 0;
  }
}
.requestDemo .split-column .wrapper-text .check-list {
  margin-top: 30px;
  font-size: 18px;
}
/* @media screen and (min-width: 640px) {
        .requestDemo .split-column .wrapper-text .check-list {
          margin-top: 0;
        }
      } */
.requestDemo .split-column .wrapper-text .check-list li {
  position: relative;
  padding-left: 26px;
  line-height: 24px;
}
.requestDemo .split-column .wrapper-text .check-list li:before {
  content: "";
  width: 20px;
  height: 26px;
  display: block;
  background-image: url("/images/icons/check.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -3px;
}
.requestDemo .split-column .wrapper-text .check-list li:not(:last-child) {
  margin-bottom: 20px;
}
.requestDemo .split-column .wrapper-text .logo-row {
  background-size: contain;
  /* background-position: 50%; */
  background-repeat: no-repeat;
  background-image: url("../images/google-review.png");
  width: 272px;
  max-width: 100%;
  height: 90px;
  margin-top: 24px;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
* {
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .hidden-mobile {
    display: none;
  }
}
