.survey-form-section {
  display: inline-block;
  width: calc(100% + 40px);
  padding: 80px 0;
  margin: 0 0 0 -20px;
}
.survey-form-section .survey-module-inner {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 30px;
}
.survey-form-section .survey-module-inner .title {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
}
.survey-form-section .survey-module-inner .content {
    display: flex;
    padding-top: 50px;
    justify-content: space-between;
}
.survey-form-section .survey-module-inner .content .image {
    width: 45%;
}
.survey-form-section .survey-module-inner .content .image .description {
    font-size: 22px;
    text-align: center;
    font-family: Garamond,Hoefler Text,Times New Roman,Times,serif;
    max-width: 310px;
    text-align: center;
    line-height: 29px;
    margin: 20px 0 0 0;
}
.survey-form-section .survey-module-inner .content .image svg {
    float: right;
    margin: 0 45px 0 0;
    position: relative;
    top: 0;
}
.survey-form-section .survey-module-inner .content .form {
    width: 55%;
}
.survey-form-section .survey-module-inner .content .form .form-outer {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 20%);
    border-radius: 3px;
}
.survey-form-section .survey-module-inner .content .form .form-outer form {
    padding: 45px;
    margin-bottom: 0;
    background:#F8F8F8;
}
.survey-form-section .survey-module-inner .content .form .form-outer form h5 {
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 600;
    color:#000;
    line-height:33px;
    margin: 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer form label {
    font-size: 18px;
    font-weight: 400;
}
.survey-form-section .survey-module-inner .content .form .form-outer form label.hs-error-msg,
.survey-form-section .survey-module-inner .content .form .form-outer form .hs-error-msgs label{
    font-size: 15px;
    background: transparent;
    border: none;
    color: red;
    margin: 0;
    padding: 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer form ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
    padding: 10px 0 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer form .inputs-list > li {
    display: block;
    padding: 14px 0;
    margin: 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer form fieldset.form-columns-1 .hs-input{
  width: 100% !important;;
}
.survey-form-section .survey-module-inner .content .form .form-outer form  li.hs-form-radio label {
  position: relative;
  cursor:pointer;
}
.survey-form-section .survey-module-inner .content .form .form-outer form  li.hs-form-radio label span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer form  li.hs-form-radio label input {
  height: 34px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label span::before {
  content: "";
  height: 19px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 19px;
  border: 2px solid #B1B1B1;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
  border-radius: 50%;
}
.survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label.hs-form-radio-display {
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label span::after {
  content: "";
  opacity: 0;
  /* border: 5px solid; */
  border-radius: 100%;
  position: absolute;
  left: 4px;
  top: 14px;
  transition: opacity 0.2s ease-in-out;
  width: 11px;
  height: 11px;
  background: #000;
  background: #80AD03;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
}
.survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label input:checked + span::after {
  opacity: 1;
}
/* .survey-form-section .survey-module-inner .content .form .form-outer form  li.hs-form-radio label input:focus + span::after {
  box-shadow: 0 0 0 3px #4D90FE;
  outline: 3px solid transparent;
} */
.survey-form-section .survey-module-inner .form-step-content.step1 .prev-btn{
  display:none;
}
.survey-form-section .survey-module-inner .content .form .form-outer .prev-btn{
  margin: 0;
  background: #EBEBEB;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  top: 0;
}
.survey-form-section .survey-module-inner .content .form .form-outer .next-btn{
    display:none;
}
.survey-form-section .survey-module-inner .content .form .form-outer .next-btn.submit_btn{
  display:inline-block;
}
.form-step-content input[type="submit"]{
  display:none;
}
.survey-form-section .survey-module-inner .content .form .form-outer form ul.inputs-list.multi-container {
    padding: 0;
    margin: 0;
}
.survey-form-section .survey-module-inner .content .form .hs-form-field input.hs-input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    background: #fff;
}
.survey-form-section .survey-module-inner .content .form .hs-form-field select.hs-input{
    height: 40px;
    padding: 0 30px 0 15px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background-image: url(https://20655945.fs1.hubspotusercontent-na1.net/hubfs/20655945/down_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
}
.survey-form-section .survey-module-inner .content .form form .hs-form-field > label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.survey-form-section .survey-module-inner .content .form form .hs-fieldtype-intl-phone.hs-input select {
    width: 20% !important;
}
.survey-form-section .survey-module-inner .content .form form .hs-fieldtype-intl-phone.hs-input input{
    width: 75% !important;
}
.ms-form-steps-outer {
    position: relative;
    display: block;
    padding: 25px 25px 40px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.ms-form-steps {
    padding: 0;
    display: table;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
.ms-form-steps-outer .step-active-counter {
    position: absolute;
    color: #fff;
    z-index: 99;
    margin: 0 0 0 7px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: #80AD03;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    left: 18px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.ms-form-steps-outer .step-active-counter span.full-submit {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
}
.form-submit .ms-form-steps-outer .step-active-counter span.full-submit {
    display:block;
}
.form-submit .ms-form-steps-outer .step-active-counter .step-active-counter-inner {
    display: none;
}
.from-step {
    background: transparent;
    border-radius: 0;
    line-height: normal;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin: 0 auto;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
    z-index:1;
    opacity:0.5;
/*     display:none; */
}
.from-step-outer.active .from-step,
.from-step-outer.completed .from-step{
    opacity:1;
}
.from-step-outer {
    display: table-cell;
    text-align: center;
    position: relative;
}
.form-step-content {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 0;
}
.form-step-content.step1{
  padding: 0 0 0 0;
}
.form-step-content.step1 {
    display: block;
}
.from-step:before {
    content: "";
}
.completed .from-step:before{
  opacity:1;
}
.from-step-outer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f5f5f5;
    top: 100%;
    left:0
}
.ms-form-steps .from-step-outer.step1:before {
    width: 100%;
    left: 0;
}
.ms-form-steps .from-step-outer:last-child:before {
    width: 100%;
}
.from-step-outer:after {
    content: "";
    position: absolute;
    width: 0;
    height: 20px;
    background: #80AD03;
    top: 100%;
    left: 0;
    transition: all 0.3s ease;
}
.from-step-outer.complted:after {}
.from-step-outer.step1:after {
    left: 0;
}
.from-step-outer.completed:after {
    width: 100%;
}
.from-step-outer.active:after{
    width:100%;
    transition-delay: 0s;
}
.from-step-outer.active.completed:after{
    width:100%
}
.from-step-outer.step1:after {
    width: 100%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.from-step-outer:last-child:after,
.from-step-outer:last-child:before{
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
.from-step-outer.step1.completed:after {
    width: 100%;
}
.from-step-outer:last-child:after {
    max-width: 100%;
}
.ms-form-steps span.hs-form-required {
    color: red;
    margin: 0 4px;
}
.ms-form-steps .from-step-outer .from-step span {
    display: none;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    width:100%;
    font-size:14px;
}
.survey-form-section .survey-module-inner .content .image svg.mobile-image{
    display:none;
}
.survey-form-section .submitted-message {
    padding: 45px;
    color: #000;
    font-weight: 600;
    text-align: center;
    background: #f8f8f8;
}
.survey-form-section .submitted-message p{
  margin:10px 0;
}
.survey-form-section .submitted-message img {
    margin: 0 0 25px 0;
}
.form-loader {
    text-align: center;
    padding: 70px 0;
}
.form-loader-inner {
  display: flex;
  align-items: center;
  margin:0 0 20px 0;
  justify-content: center;
}
.form-loader-inner span {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 5px solid #fff;
  background: transparent;
  border-color: #fff;
  position: relative;
  box-shadow: 0px 2px 5px -5px rgba(0, 0, 0, 0.8);
}
.form-loader-inner span::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid;
  border-color: #80ad03 transparent transparent transparent;
  background: black;
  position: absolute;
  top: -5px;
  left: -5px;
  background: transparent;
  animation: rotate 1.12s cubic-bezier(0.64, 0.5, 0.01, 0.55) infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media ( max-width:767px ){
  .survey-form-section .survey-module-inner .content .image svg.mobile-image{
      display:block;
      float: none;
      margin: 35px auto;
  } 
  .survey-form-section .survey-module-inner .content .image svg.desktop-image{
      display:none;
  } 
  .survey-form-section .survey-module-inner .content{
      flex-wrap:wrap;
  }
  .survey-form-section .survey-module-inner .content .image {
      width: 100%;
      text-align: center;
  }
  .survey-form-section .survey-module-inner .content .form {
      width: 100%;
  }
  .survey-form-section .survey-module-inner .content .image .description{
      max-width:100%;
      font-size: 18px;
      line-height: 23px;
  }
  .survey-form-section .survey-module-inner .content .form .form-outer form {
      padding: 30px 20px;
  }
  .survey-form-section .survey-module-inner .content .form .form-outer form h5{
      font-size:18px;
      line-height:25px;
  }
  .survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label.hs-form-radio-display {
    padding-right: 0;
  }
}
@media ( min-width:768px ) and ( max-width:1023px ){
  .survey-form-section .survey-module-inner .content .image {
      width: 50%;
      text-align:center;
  }
  .survey-form-section .survey-module-inner .content .form {
      width: 50%;
  }
  .survey-form-section .survey-module-inner .content .image svg {
      margin: 20px 0 0 0;
  }
  .survey-form-section .survey-module-inner .content .image .description {
      font-size: 18px;
      text-align: center;
      max-width: 280px;
      line-height: 25px;
      margin: 20px auto;
  }
  .survey-form-section .survey-module-inner .content .form .form-outer form h5{
      font-size:18px;
      line-height:25px;
  }
  .survey-form-section .survey-module-inner .content .form .form-outer form li.hs-form-radio label.hs-form-radio-display {
    padding-right: 0;
  }
}
@media ( max-width:480px ){
  .survey-form-section .survey-module-inner .content .form .form-columns-2 .hs-form-field .hs-input, 
  .survey-form-section .survey-module-inner .content .form .form-columns-3 .hs-form-field .hs-input{
    width:100% !important;
  }
  .survey-form-section .survey-module-inner .content .form fieldset.form-columns-1 .input,
  .survey-form-section .survey-module-inner .content .form fieldset.form-columns-2 .input,
  .survey-form-section .survey-module-inner .content .form fieldset.form-columns-3 .input{
    margin-right:0 !important;
  }
}