/* Template: Single Landing (single-landing.php) */

.reserve_product_form_section_right {
  align-self: start;
  position: sticky;
  top: 140px;
  margin-bottom: 100px;
  z-index: 1;
}

.reserve_product_bg_section {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  z-index: 0;
  margin-top: 80px;
}

.reserve_product_hero_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 120px 0;
}

.reserve_product_hero_section .reserve_product_hero_left {
  display: table;
}

.reserve_product_hero_section
  .reserve_product_hero_left
  .reserve_product_hero_left-middle {
  display: table-cell;
  vertical-align: middle;
}

.reserve_product_hero_section h2,
.reserve_product_hero_section h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}

.reserve_product_hero_section h2 span,
.reserve_product_hero_section h1 span {
  font-weight: 300;
}

section.reserve_product_hero_section p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}

.reserve_product_hero_section .why_dten_banner_buttons {
  padding-top: 25px;
}

section.reserve_product_hero_section .why_dten_banner_buttons a.dark-btn {
  color: #fff;
  background-color: #4eb857;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #4eb857;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.reserve_product_hero_section .why_dten_banner_buttons a.dark-btn:hover {
  border: 1px solid #fff;
  background-color: #ffffff1a;
}

section.reserve_product_hero_section .why_dten_banner_buttons a.light-btn {
  color: #fff;
  background-color: #ffffff1a;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.reserve_product_hero_section
  .why_dten_banner_buttons
  a.light-btn:hover {
  border: 1px solid #4eb857;
  background-color: #4eb857;
}

section.reserve_product_bg_section {
  background-color: #f0f0f0;
  padding: 90px 0;
}

section.reserve_product_bg_section h2 {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  padding-bottom: 30px;
}

section.reserve_product_bg_section h2 span {
  color: #4eb857;
}

section.reserve_product_bg_section .reserve-product-subtitle {
  font-size: 16px;
  color: #474747;
  line-height: 32px;
  padding-bottom: 35px;
}

section.reserve_product_bg_section h3 {
  font-size: 30px;
  color: #06292c;
  padding-top: 30px;
  padding-bottom: 10px;
}

section.reserve_product_bg_section .headline-subtitle {
  font-size: 16px;
  color: #474747;
  line-height: 30px;
  padding-bottom: 20px;
}

section.reserve_product_bg_section ul {
  font-size: 16px;
  color: #474747;
  margin-left: 0;
  padding-bottom: 20px;
}

section.reserve_product_bg_section a.dark-btn {
  background-color: #4eb857;
  padding: 10px 28px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #4eb857;
  margin-right: 10px;
}

section.reserve_product_bg_section a.dark-btn:hover {
  background-color: #fff0;
  border: 1px solid #4eb857;
  color: #4eb857;
}

section.reserve_product_bg_section a.light-btn {
  color: #4eb857;
  background-color: #fff0;
  padding: 10px 28px;
  font-size: 15px;
  border-radius: 30px;
  font-family: "Lato" !important;
  border: 1px solid #4eb857;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.reserve_product_bg_section a.light-btn:hover {
  background-color: #4eb857;
  color: #fff;
}

section.reserve_product_bg_section .reserve_product_btn {
  padding-bottom: 40px;
}

section.reserve_product_bg_section p {
  font-size: 16px;
  color: #474747;
  line-height: 28px;
}

.reserve_product_form_section h2 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  padding-bottom: 10px;
}

.reserve_product_form_section_right {
  padding-left: 130px;
  margin-top: -29%;
}

.reserve_product_form_section p {
  font-size: 16px;
  line-height: 28px;
  color: #474747;
  padding-bottom: 20px;
}

.reserve_product_form_section input[type="tel"] {
  width: 100%;
}

.reserve_product_form_section input[type="text"],
.reserve_product_form_section input[type="email"],
.reserve_product_form_section input[type="url"],
.reserve_product_form_section input[type="password"],
.reserve_product_form_section input[type="search"],
.reserve_product_form_section input[type="number"],
.reserve_product_form_section input[type="date"],
.reserve_product_form_section input[type="datetime"],
.reserve_product_form_section input[type="datetime-local"],
.reserve_product_form_section input[type="week"],
.reserve_product_form_section input[type="tel"],
.reserve_product_form_section input[type="time"],
.reserve_product_form_section input[type="month"],
.reserve_product_form_section input[type="tel"],
.reserve_product_form_section textarea,
.reserve_product_form_section select,
.reserve_product_form_section .select2-container .select2-selection--single {
  border: solid 1px #b8b8b8;
  font-size: 14px;
  padding: 12px 15px;
}

.reserve_product_form_section input[type="tel"]:focus {
  outline: none;
  box-shadow: unset;
}

.reserve_product_form_section button {
  background-color: #4eb857;
  padding: 9px 20px;
  border-radius: 18px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #4eb857;
  margin-top: 15px;
}

.reserve_product_form_section button:focus {
  box-shadow: unset;
  background-color: #4eb857;
}

.reserve_product_form_section button:hover {
  background-color: #fff0;
  color: #4eb857;
  border: 1px solid #4eb857;
}

.reserve_product_form_section {
  background-color: #fff;
  padding: 45px 25px;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .reserve_product_form_section_right {
    align-self: unset;
    position: unset;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 992px) {
  .reserve_product_form_section_right {
    padding-left: 15px;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .reserve_product_hero_section {
    padding: 110px 0;
  }

  .reserve_product_form_section {
    padding: 30px 30px;
  }

  section.reserve_product_bg_section h2 {
    font-size: 28px !important;
  }
}

@media screen and (min-width: 2000px) {
  .reserve_product_hero_section {
    padding: 270px 0 120px 0;
  }
}

section.overview_headline_section .overview-icon-list img,
section.overview_headline_section .overview-icon-list h2 {
  display: inline-block;
}

section.overview_headline_section .overview-icon-list h2 {
  font-size: 22px;
  padding-left: 10px;
}

section.overview_headline_section .overview-icon-list img {
  width: 28px;
  margin-top: -5px;
}

section.overview_headline_section .overview-icon-list h2 span {
  color: #4eb857;
}

section.overview_headline_section .overview-icon-list-inline {
  padding-bottom: 10px;
}

section.overview_headline_section .overview-icon-list {
  font-size: 16px;
  color: #474747;
  line-height: 32px;
  padding-bottom: 20px;
}

section.overview_headline_section {
  padding: 80px 0;
}
