.video-container {
  height: 100%;
  justify-content: flex-start;
}

.header-title {
  margin-top: 316px;
  color: #fff;
}

.header-title h1 {
  text-align: left;
  color: #fff !important;
  font-weight: 500 !important;
}

.header-title p {
  text-align: left;
  color: #fff;
  letter-spacing: 0.4px;
  font-weight: 300;
}

/* Section 2 */
#touchless-staff-section {
  padding: 30px 0px 0px 0px;
  background: #f3f5fb;
}

/* Section 3 */
#touchless-visitor-section {
  padding: 30px 0px 60px 0px;
}
.image-column,
.image-column-right {
  border: 0px solid;
  padding: 15px;
}
.image-column-right {
  justify-content: flex-end;
}
.image-column .image-wrapper,
.image-wrapper {
  border: 0px solid;
  /*border-radius: 10px;*/
  width: 500px;
  height: fit-content;
  /*box-shadow: 0px 0px 16px rgba(33, 33, 33, 0.15);*/
  margin-top: 26px;
}
.image-column .image-wrapper img,
.image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.image-column .image-wrapper img,
.image-wrapper .truein-video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
.text-column {
  padding: 15px;
}
.text-column .text-wrapper h3 {
  margin: 16px 0px 10px 0px;
  color: #000;
}
.section-title,
.top-title {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  /* text-align: center; */
  color: #000;
  font-weight: 700;
  font-size: 22pt;
}
.top-title {
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-size: 2.8em;
  font-weight: 600;
}

/* Common */
.text-wrapper ul {
  margin: 0px;
}
.text-wrapper ul li {
  margin: 0px 0px 10px 0px;
}
.text-wrapper ul li .sub-head {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  color: #484848;
}
.text-wrapper ul li .fa-check {
  margin: 4px 10px 0px 0px;
  color: #f1592a;
  font-size: 16px;
}
.work-description {
  margin: 0px 0px 20px 0px;
  font-weight: 400;
  font-size: 14pt;
  color: #484848;
}
.video-container {
  padding: 0;
  width: 60%;
}

.banner-vackground {
  display: flex;
  position: absolute;
  width: 100%;
  height: 662px;
  background: #000000ba;
}

section#home {
  margin-bottom: 0 !important;
  background: url(./../images/landing-page-banner/schedule-demo-banner-resized.png);
  background-size: cover;
}

section.client-logos .container .title {
  margin: 0;
}

section.client-logos .container .title h2 {
  margin: 0;
}

#touchless-staff-section {
  padding: 30px 0px 60px 0px;
}

@media only screen and (max-width: 600px) {
  .video-banner {
    background: unset;
  }

  .header-title {
    margin-top: 0;
  }

  section.trial-form-section {
    height: 900px;
  }

  .header-title h1 {
    text-align: center;
    font-size: 19pt !important;
  }

  .header-title p {
    text-align: center;
    font-size: 13pt;
  }

  .section-title,
  .top-title {
    text-align: center;
    font-size: 19pt;
  }

  section.client-logos .container .title h2 {
    font-size: 19pt;
  }
  .video-container {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  section.trial-form-section .banner-form {
    /* right: 210px; */
    top: 130px;
    margin: 0px;
  }
}
