.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  width: 100%;
}
.wrapper .button-trigger {
  margin: 0 auto;
  max-width: 244px; 
  padding-bottom: 50px;
}

.wrapper .button-trigger a {
  background: rgb(255,92,0) !important;
  border-color: rgb(255,92,0) !important;
  outline: none !important;
}
.geo-page .modal-dialog{
  pointer-events: initial;
  margin: 0 auto;
  max-width: 600px;
}

.geo-page .form-section {
  padding: 15px 30px 35px 30px;
  width: 100%;
  background: #fff;
  position: relative;
}
.geo-page .form-section img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.geo-page .form-section h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: left;
  color: #31404C;
  margin-bottom: 30px;
  padding-left: 10px;
}
{#
.geo-page .form-section .close {
    margin-top: -25px;
    margin-right: -29px;
    border: none;
    outline: none;
    color: #E3C9BE;
    width: 18px;
    height: 18px;
}
#}
.geo-page .form-section .hs-form-field {
  margin: 0; 
  padding: 0px 10px;
}
.geo-page .form-section .hs-form-field label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}
.geo-page .form-section fieldset {
  margin-left: 0px !important;
}
.geo-page .form-section .form-columns-1 {
  margin-bottom: 24px; 
}
.geo-page .form-section .form-columns-2 {

}
.geo-page .form-section fieldset.form-columns-1 .input {
  margin-right: 0px;  
}
.geo-page .form-section fieldset.form-columns-2 .input {

  margin-right: 0px;  
}

.geo-page .form-section fieldset.form-columns-1 .hs-input {
  display: inline-block;
  width: 520px !important;
  height: 54px;
  padding-left: 21px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  background: #F5F9FF;
  border: 1px solid #E3EBFA;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  outline-color:#cbd6e2;
  padding: 18px 21px 17px 23px;
  line-height: 100%;
  color: #31404C;
}
.geo-page .form-section fieldset.form-columns-2 .hs-input {
  display: inline-block;
  width: 100% !important;
  height: 54px;
  padding-left: 21px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  background: #F5F9FF;
  border: 1px solid #E3EBFA;
  outline-color:#cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  line-height: 100%;
  padding: 18px 21px 17px 23px;
  color: #31404C;
  margin-bottom: 24px;
}
.geo-page .form-section .hs-button  {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 12px;
  position: relative;
  text-align: center;
  border: 1px solid #ff7a59;
  color: #fff;
  background: #ff5c00;
  border-color: #ff5c00;
  line-height: 12px;
  font-size: 16px;
  min-width: 180px !important;
  height: 54px !important;
  border-radius: 5px;
  margin-top: 16px;
  outline: none;
}
.geo-page .form-section .actions {
  padding: 0 10px;
}
.geo-page .form-section .hs-form-radio {
  display: block;
  padding: 0;
  list-style: none;
  margin-right: 12px;
}
.geo-page .form-section .input ul {
  display: block;
  padding: 0;
  margin: 0;
}
.geo-page .form-section fieldset.form-columns-1 input[type=radio]  {
  width: auto !important;
  height: auto;
}
.geo-page .form-section .input span {
  margin-left: 24px;
}
.geo-page .form-section .hs-error-msgs {
  display: block;
  padding: 10px 0px 0px;
  list-style: none;
  color: #dc3545!important;
}
.geo-page .form-section .inputs-list {
  list-style: none;
  margin: 0;
}
.geo-page .form-section fieldset.form-columns-1 input[type=checkbox] {
  width: auto !important;
  height: auto;
}  
.geo-page .form-section .submitted-message {
  text-align: center;
  display: block;
  color: #0275d8!important;
}
.geo-page .form-section .hs-input:: placeholder {
  color: #7D8FAA;   
}
.geo-page .form-section .hs-form-field select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: transparent url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 100% center !important;
  background-origin: content-box !important;
  background-color: #f5f9ff !important;
  color: #7D8FAA;   
}

@media only screen and (min-width: 768px) and (max-width: 1024px){  
  .geo-page {
    padding: 0 !important; 
  }
  .geo-page .form-section {
    position: relative !important;
  }
  .geo-page .form-section img {
    position: absolute;
    right: 20px;
    top: 20px;
  }   
}
@media only screen and (min-width: 375px) and (max-width: 767px){
  .geo-page .form-section {
    position: relative !important;
  }
  .geo-page .form-section {
    padding: 10px 25px 30px 25px;
  }
  .geo-page .form-section fieldset.form-columns-2 .hs-input {
    width: 100% !important;
  }
  .geo-page .form-section fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
  .geo-page{
    padding: 0 !important;
  }  
  .geo-page .form-section fieldset.form-columns-1 .input {
    margin-right: 0px;
  }
  .geo-page .form-section .hs-button {
    max-width: 100% !important; 
  }
  .geo-page .modal-dialog{
    padding: 15px;
  }
}

div#form-pop {
  background: transparent;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  transform: none;
  top: 0;
  left: 0;
}

.modal:before {
  display: none !important;
}
