form ul {
    list-style-type: none;
}
.text-box img {
  max-width: 100%;
  max-height: 400px;
  text-align: center;
}
.two-cols-holder {
  position: relative;
  margin-bottom: 0 !important;
  padding: 50px 0;
  background-color: transparent;
}
.two-cols-holder a.button {
  text-align: center;
  background-color: rgba(255,66,0,1);
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0px;
  display: inline-block;
}
.two-cols-holder .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding:0;
  border-radius: 3px;
  margin: 0px auto 50px auto;
}
.two-cols-holder .text-box {
  width: 48%;
  padding: 0 15px 0 0;
  display:block;
}
.two-cols-holder p {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 36px;
  font-family: 'Montserrat';
  font-weight:400;
}
.two-cols-holder .btn-download strong {
    position: relative;
    text-align: center;
}
.two-cols-holder .form-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: start;
  width: 43%;
  filter: drop-shadow(5px 5px 25px rgba(0, 0, 0, 0.1));
}
.two-cols-holder .text-box h2 {
    font-size: 39px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #111;
}
.two-cols-holder .text-box h3 {
  color: #888;
  font-size: 46px;
  margin: 0px;
  padding: 0px;
  font-weight: bold;
}
.two-cols-holder .form-box h2 {
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #111;
}
.two-cols-holder .form-box form input, .two-cols-holder .form-box form select {
    border: unset;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 500;
    background: #fff;
    padding: 16.8px;
    line-height: 1.15;: 'Montserrat';
    font-weight: 500;
    box-sizing: border-box;
}
.two-cols-holder .form-box form input[type="submit"]{
  background-color:#ff4200;
  color:#fff;
  font-size:18px;
  margin: 20px 0 0;
  font-family: 'Montserrat';
font-weight: 600;
}
.two-cols-holder .form-box form label {
    display: block;
    font-size: 16px;
    margin-bottom: .35rem;
}
.two-cols-holder .form-box form .hs-form-field {
    margin-bottom: 15px;
}
.two-cols-holder .form-box form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}
.two-cols-holder p a {
    color: #00c5b8;
    font-family: 'Montserrat';
    font-weight:400;
    text-decoration: none;
}
.two-cols-holder p a:hover{
  text-decoration: underline;
}
.two-cols-holder .form-box form ul li label{
  color: #ef6b51;
}
.form-box h2 {
    margin-top: 10rem;
}
@media (max-width: 1399px) {
  .two-cols-holder .form-box{width:43%;}
.two-cols-holder .text-box h2 {
    font-size: 42px;
}
  .two-cols-holder .form-box h2 {
    font-size: 32px;
}
  .two-cols-holder .text-box {
    width: 48%;
}
  .two-cols-holder p {
    font-size: 18px;
}
  .two-cols-holder .form-box form input[type="submit"],
  .two-cols-holder .form-box form input{
  min-height:auto;
}
}
@media (max-width: 1023px) {

}
@media (max-width: 767px) {
  .two-cols-holder{background-position:100% bottom;}
  .two-cols-holder .text-box {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
  }
  .two-cols-holder .holder {
    display: block;
  }
  .two-cols-holder p {
    margin: 0 0 14px;
  }

  .two-cols-holder .text-box {
    width: 100%;
    padding: 0 0 30px 0;
    display: block;
}
  .two-cols-holder .form-box{width:100%;}
  .two-cols-holder {
    padding: 40px 0 60px;
}
  .form-box h2 {
    margin-top: 0rem;
}
}
.text-box ul {
  list-style: none;
}
.text-box ul li {
  margin: 0px 0px 10px 0px;
}
.text-box ul li::before {
  content: '✓';
  display: inline-block;
  margin: 2px 8px;
  color: #5ebab2;
}
@media (max-width:767px){
  .text-box ul {list-style: none; margin: 10px; padding: 10px;}
}