.column-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 320px;
  border-radius:3px;
  float:right;
  position: relative;
  height:240px;
}
.column-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.column-box  .image-holder {
  min-height: 240px;
  padding: 40px 30px;
  width: 100%;
}
.column-box  .image-holder .content-bx {
  display: flex;
  width: 100%;
  align-items: flex-end;
  height: 100%;
  position: relative;
  z-index: 99;
}
.column-box .image-holder .content-bx .bx-box {
  width: 100%;
}
.column-box .image-holder .content-bx .bx-box h4 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px;
}

.column-box .image-holder .btn-download {
  display: inline-block;
  vertical-align: top;
  font: 15px/20px DM Sans,Sans-Serif;
  text-transform: capitalize;
  color: #fff !important;
  background-image:url(https://f.hubspotusercontent40.net/hubfs/2778894/Vector-1.png);
  background-repeat: no-repeat;
  background-position: 100% 4px;
  padding: 0 18px 0 0 !important;
  text-decoration: underline;
  border: none !important;
text-align: left !important;
width: 125px;
}
.column-box .image-holder .btn-download:hover{
  text-decoration:underline;
}
.header-popup .nice-select.hs-input ul {
    display: none !important;
}
.header-popup .nice-select.hs-input.open ul {
    display: block !important;
}
.about-us .header-popup .fancybox-close-small{
  right: 25px !important;
  top: 25px !important;
  z-index: 401;
  background-image: none !important;
  background-repeat: no-repeat !important;
}
.about-us .header-popup a.close-window.fancybox-button.fancybox-close-small {
    top: 95% !important;
}
.modal-frame {
  display: none;
  padding: 0 !important;
}
.modal-frame .download-free-guide-form {
  margin: 0;
  padding: 80px 80px 120px;
  position: relative;
  z-index: 9999;
  cursor: default;
}
.modal-frame .download-free-guide-form .hs-form-field {
  position: relative;
}
.modal-frame .download-free-guide-form .btn-close {
  width: 90px !important;
  height: auto !important;
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  padding: 8px 42px 8px 0;
  color: #34302F;
}
.modal-frame .download-free-guide-form .btn-close:after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  content: "x";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid #34302F;
  border-radius: 100px;
}
.modal-frame .download-free-guide-form .close-window {
  width: 100px !important;
  height: auto !important;
  position: absolute;
  top: auto;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 13px;
  padding: 0;
  color: #34302F;
}
@media (max-width: 767px) {
  .modal-frame .download-free-guide-form {
    padding: 80px 25px 120px;
  }
}




/* Download Form Style */
.download-free-guide-form {
  max-width: 680px;
  width: 100%;
  background: #F7F0E8;
  padding: 80px 80px 102px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 100px;
}
.download-free-guide-form h3 {
  color: #34302F;
  margin:0 20px 35px;
  font-size: 20px;
  line-height: 1.25;
}
.download-free-guide-form form {
  margin: 0;
}
.download-free-guide-form  .hs-custom-form .hs-form-booleancheckbox-display > span {
  padding-left: 30px;
}
.download-free-guide-form fieldset {
  max-width: 100% !important;
}
.download-free-guide-form label {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 8px;
}
.download-free-guide-form label span.hs-form-required {
  color: #FF5C5C;
  float: left;
}
.download-free-guide-form .hs-form-field {
  padding: 0 20px;
}
.download-free-guide-form .input {
  margin: 0px !important;
}
.download-free-guide-form .hs-input {
  padding: 11px 20px;
  height: 40px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  border-radius: 2px;
}
/*
.download-free-guide-form .hs-input::-webkit-input-placeholder { 
color: #828282;
}

.download-free-guide-form .hs-input:-ms-input-placeholder { 
color: #828282;
}

.download-free-guide-form .hs-input::placeholder {
color: #828282;
}*/



.download-free-guide-form .nice-select:after {
    top: 39%;
    right: 20px;
    transform: translateY(-50%);
    border: solid transparent;
    content: "\f078";
    font-family: "FontAwesome";
    height: 0;
    width: 0;
    margin-top: 0;
    position: absolute;
    transition: all .25s ease-in-out;
}
.download-free-guide-form .nice-select.hs-input {
  font-size: 13px;
  line-height: 16px;
  color: #828282;
  padding: 11px 19px;
  border-radius: 2px;
  width: 100% !important;
  border: 1px solid #bdbdbd;
}
.download-free-guide-form .nice-select.hs-input span {
  color: #828282;
}

.download-free-guide-form .nice-select .list {
  left: -1px;
  right: -1px;
  width: calc(100% + 2px) !important;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border: 0.65px solid #BDBDBD;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.1);
  padding:5px 18px;
  margin:0px;
}
.download-free-guide-form .nice-select:active, 
.download-free-guide-form .nice-select.open {
  border-color: #BDBDBD;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
/* .download-free-guide-form .nice-select .option {
  font-weight: 500;
  font-size: 12.5px;
  color: #828282;
  border-bottom: 1px solid #BDBDBD;
/*   padding:0px; */
}
.download-free-guide-form .nice-select .option:last-child {
  border-bottom: 0px;
}
.download-free-guide-form .nice-select .option:hover, 
.download-free-guide-form .nice-select .option.focus, 
.download-free-guide-form .nice-select .option.selected.focus {
  background: none;
} */

.download-free-guide-form ul.inputs-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.download-free-guide-form input[type="checkbox"] {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: auto !important;
  height: auto !important;
  margin-right: 14px;
  margin-top: 7px;
}
.download-free-guide-form span {
  color: #34302F;
}
.download-free-guide-form .hs_submit.hs-submit {
  padding: 0;
}
.download-free-guide-form .hs-button.primary.large {
  border-radius: 4px;
  width: 100%;
  outline: none;
  cursor: pointer;
  margin-bottom:0;
  background: #bc762a;
  color: #fff;
  border: 0;
  box-shadow: none;
  border-radius: 4px;
  font: 700 16.5px/20px "DM Sans",Arial;
  padding: 19px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  min-width: 223px;
  text-decoration: none;
}
.download-free-guide-form p {
  margin: 0;
}
/*
.download-free-guide-form .hs-button.primary.large:hover, 
.download-free-guide-form .hs-button.primary.large:focus {
background: #73ba70;
border-color: #73ba70;
}*/
.download-free-guide-form .hs-custom-form .hs-error-msgs li {
  padding: 0;
}
.download-free-guide-form .hs-custom-form .hs-error-msgs li + li {
  display: none;
}
.download-free-guide-form .hs-custom-form .hs-phone .hs-error-msgs li:not(:only-child):first-child {
  display: none;
}
.download-free-guide-form .hs-custom-form .hs-phone .hs-error-msgs li:nth-child(2) {
  display: block
}
.download-free-guide-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.download-free-guide-form ul.no-list.hs-error-msgs.inputs-list label {
  font-size:12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FF5C5C;
}
.download-free-guide-form .terms-conditions-text {
  height: 30px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -107px;
  padding: 0 15px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #828282;
}
.download-free-guide-form .terms-conditions-text p {
  margin:0px;
}
.download-free-guide-form .submitted-message {
  margin-top: -15px;
}
.download-free-guide-form h3.form-title {
  display: none !important;
}
.download-free-guide-form ul.hs-error-msgs {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
}
.download-free-guide-form .hs_error_rollup  {
  display: none;
}
@media (max-width: 1199px) {

.ser_pilr .see-our-process {
    position: relative;
    color: #fff;
    margin-bottom: 75px !important;
}
}

@media (max-width: 1023px) {
  .download-free-guide-form {
    margin: 0 0 50px;
  }
  .download-free-guide-form ul.hs-error-msgs {
    bottom: 3px;
  }
}

@media (max-width: 767px){
  .ser_pilr .see-our-process {
    margin-bottom: 90px !important;
}

  .download-free-guide-form {
    padding: 56px 25px 120px;
    display: block;
    width: auto;
    max-width: inherit;
    clear: both;
    margin: 0 -25px 60px;
  }
  .download-free-guide-form .submitted-message {
    margin-top: 0;
  }
  .download-free-guide-form .nice-select.hs-input {
    width: 100% !important;
  }
  .download-free-guide-form h3 {
    margin-bottom: 20px;
  }
}






