.landing h1 {
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}
.landing h4 {
  font-weight: bold;
  margin-bottom: 12px;
}
.landing p {
  line-height: 1.6;
}
.landing section {
  margin: 32px 0;
}
.landing hr {
  border-radius: 3px;
  border-top-width: 3px;
}
.landing .display-flex {
  display: flex;
  flex-wrap: wrap;
}
.landing .display-flex > [class*="col-"] {
  flex-grow: 1;
}
.landing .partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .partner-logo img {
  height: auto;
  width: 60%;
  margin: 16px 0;
}
.landing .btn-signup {
  padding: 8px 24px;
  font-size: larger;
  font-weight: bold;
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.4);
}
.landing .awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.landing .award-box {
  margin: 25px;
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
}
.landing .award-box img {
  width: 20px;
}
@media (min-width: 410px) {
  .landing .award-box {
    margin: 25px;
    font-size: 1rem;
  }
  .landing .award-box img {
    width: 30px;
  }
}
.landing .award-text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.landing .hero-caption {
  position: absolute;
  left: 5px;
  right: 0;
  top: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .landing .hero-caption {
    right: 55%;
  }
}
.landing .carousel-control-next {
  color: #000;
  width: 10%;
  background-image: none;
}
.landing .carousel-indicators li {
  background-color: #777;
}
.landing .carousel-control-next,
.carousel-control-prev {
  top: initial;
  bottom: 20px;
}
.landing .carousel-register {
  position: absolute;
  top: initial;
  bottom: 20%;
  left: 5%;
  z-index: 1;
}
.landing .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.landing .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.landing .smashhead {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}
.landing li.bullet-image {
  margin-top: 32px;
  background: no-repeat left top;
  padding-left: 52px;
  padding-top: 1px;
  list-style: none;
}
/* from inline styles */
.carousel-img {
  height: 500px;
}
.hero-caption p {
  margin: 36px 0;
}
.laptop-mobile-img {
  width: 100%;
  margin: auto;
  max-height: 300px;
}
.join-in-btn {
  padding-left: 92px;
  margin: 32px 0 16px;
}
.dr-image {
  max-height: 300px;
}
.partner-logo .partner-logo .w-60 {
  width: 60%;
}
.world-img {
  margin-top: -24px;
}
/* modal Book Demo*/
.book-modal .modal-content {
  background-color: #efefef;
}
.book-modal .form-control {
  border: none;
}
.book-modal .modal-header {
  border-bottom: none;
}
.book-modal .modal-body {
  margin-top: -40px;
}
.book-modal h3 {
  font-size: 1.4rem;
}
.book-modal p,
.book-modal .form-control {
  font-size: 0.9rem;
}
.name-group {
  position: relative;
}
.name-group .info-icon {
  position: absolute;
  top: -25px;
  right: 3%;
  width: 40px;
}
.modal-header {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .book-modal .modal-body {
    margin-top: -70px;
  }
  .book-modal h3 {
    font-size: 1.75rem;
  }
  .book-modal p,
  .book-modal .form-control {
    font-size: 1rem;
  }
  .name-group .info-icon {
    top: -20px;
    width: 50px;
  }
}
