.landing-page-hero-section {
  width: 100%;
}
.dnd-section .dnd-column {
  padding: 0;
}
.landing-page-hero_background {
  height: 100%;
}
.landing-page-content {
  padding-top: 100px;
  padding-bottom: 120px;
}
.landing-page-hero-section .content-wrapper {
  margin-top: 0px;
  max-width: 1400px;
}
.hero-content-left {
  width: 60%;
}
.hero-content-right {
/*   width: calc(100% - 865px); */
  width: 40%;
}
.content-wrapper {
  display:flex;
}
.hero-content-left {
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}
.hero-content-left a {
  background-color: #ec8b46;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.hero-content-right {
  background-color: #ec8b46;
  padding: 30px;
  border-radius: 10px;
}
.hero-content-left h2 {
  color: #fff;
}
.hero-content-left h2 span {
  margin-top: 30px;
}

.top-text-overlay {
  background: #1F7AA7CC;
  opacity: 0.8;
  padding: 20px;
  border-radius: 7px;
}
/* .hero-content-left h2 {
text-shadow: -1px 3px 5px #000;
} */


.landing-page-logo {
  margin: 0;
  position: absolute;
  top: 10%;
  bottom: 0;
  right: 0%;
  left: 40%;
}
.header--no-navigation {
  background-color: #193958 !important;
}
input.hs-button.primary.large {
  background: #fff !important;
  color: #193958 !important;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
}

.hero-content-left a, .hero-content-right{
  background-color: unset !important;
}
/********Additional Css***********/
header.header.header--no-navigation {
  display: none;
}
.hero-content-left {
  text-align: left;
}
.landing-page-logo {
  display: none;
}

p.subtext {
  font-size: 24px;
}
.hero-content-left h2 {
  font-size: 50px;
  line-height: 120%;
  margin-bottom: 10px;
}
p.second-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 40px !important;!i;!;
}
p.second-subtext {
  font-size: 20px;
}
.hero-content-right {
  padding-top: 5px;
}


.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd-section.dnd_area-row-1-force-full-width-section {
  background-image: none !important;
  padding: 0px;
  margin: 0px;
}
.landing-page-hero-section p {
  font-size: 32px;
  color: #fff;
}
.landing-page-hero-section p:last-child {
  margin-bottom: 0px;
}
.hero-content-right-inner {
  background-color: #cd924d;
  border-radius: 5px;
  padding: 30px 15px;
}
.hero-content-right-inner h4 {
  font-size: 26px;
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
.hero-content-right-inner p {
  font-size: 17px;
}
.hero-content-right-inner hr {
  border-bottom: 1px solid #fff;
}
ul.no-list.hs-error-msgs.inputs-list>li {
  display: inline-block;
  font-size: 12px;
  margin: .4rem 13px 0rem 0;
}
.hs-error-msg, .hs-error-msgs li label {
  color: red !important;
  margin: 0px;
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
  background-color: #fff;
  border: 0px solid #d1d6dc;
  border-radius: 0px;
  color: #444;
}
fieldset.form-columns-1 input, fieldset.form-columns-1 select {
  width: 100% !important;
}
input.hs-button.primary.large {
  width: 100%;
}
fieldset.form-columns-1 .input {
  margin-right: 0px !important;
}
fieldset.form-columns-2 div:first-child .input {
  margin-right: 4px;
}
fieldset.form-columns-2 div:last-child .input {
  margin-left: 4px;
  margin-right:0px;
}
.hs-form-required {
  color: red;
}
label span {
  color: #fff;
}
/* .landing-page-hero-section .actions {
  position: relative;
}
.landing-page-hero-section .actions:after {
  content: url(https://www.horizonlaservision.com/hubfs/Horizon%20Theme%202022/Arrow%201.svg);
  font-weight: 900;
  display: inline-block;
  margin-left: 0;
  transition: transform 0.3s ease;
  left: auto;
  right: 30%;
  background-color: transparent;
  border: 0;
  outline: 0;
  top: 27%;
  color: #fff;
  font-size: 18px;
  position: absolute;
} */

.left-button-container a {
    background: #ee7b2e !important;
    color: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 0px;
}
.left-button-container {
    margin-top: 40px;
}
.content-wrapper.left-content-text {
    justify-content: end;
}
.left-button-container.overlay-button {
    margin-top: 20px;
}
.content-wrapper.left-content-text .hero-content-left {
    width: 50%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-content-left {
    width: 40%;
  }
  .hero-content-right {
    width: 60%;
  }
  .landing-page-hero-section .actions:after {
    right: 21%;
}
  .hero-content-left h2 {
    font-size: 35px;
   }
  .landing-page-hero-section p {
    font-size: 25px;
       line-height: 30px;
}
.landing-page-hero-section p br {
    display: none;
}
}
/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-content-left h2 {
    font-size: 40px;
   }
  .landing-page-hero-section p {
    font-size: 25px;
}
  .hero-content-left {
    padding-bottom: 15px !important;!i;!;
  }
  .hero-content-right {
    padding: 0px;
  }
  .landing-page-content {
    padding: 40px 0px 50px;
  }
   .landing-page-hero-section .actions:after {
    right: 37%;
}
  .hero-content-left {
    width: 100%;
  }
  .hero-content-right {
    width: 100%;
  }
  .landing-page-hero-section .content-wrapper {
    display: block !important;
}
.hero-content-right-inner iframe#contactform123 {
    min-height: 610px !important;
}
}
@media (max-width: 767px) {
  .hero-content-left h2 {
    font-size: 38px;
   }
  .landing-page-hero-section p {
    font-size: 20px;
}
  .landing-page-hero-section .content-wrapper {
    display: block;
  }
  .landing-page-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .hero-content-right {
    padding: 0;
  }
  .hero-content-left {
    padding-bottom: 10px !important;
  }
  .hero-content-left {
    width: 100%;
  }
  .hero-content-right {
    width: 100%;
  }
  .landing-page-hero-section .actions:after {
    right: 25%;
}
}
@media (max-width: 480px){
	.hero-content-right-inner iframe#contactform123 {
    min-height: 810px !important;
}
}