
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
.ms-layout .header-container-wrapper {
    display: none;
}
.ms-survey-from {
    padding: 20px 20px;
}
.ms-survey-from textarea{
  height: 70px;
}
.ms-survey-from .input input, .ms-survey-from select, .ms-survey-from textarea {
    max-width: 100%;
}
.ms-survey-from h1,
.ms-survey-from h2, 
.ms-survey-from h3, 
.ms-survey-from h4,
.ms-survey-from h5,
.ms-survey-from h6 {
    color: #303133;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 1.5em;
}
.ms-survey-from .hs-form-field {
    margin-bottom: 20px;
}
.ms-survey-from h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 27px 0 0;
    font-weight: 500;
    text-transform: uppercase;
}
.ms-survey-from h2 {
    font-size: 30px;
}
.ms-survey-from h3 {
    font-size: 29px;
    line-height: 1.5em;
    font-weight: 300;
}
.ms-survey-from h4 {
    line-height: 1.2;
    margin: 27px 0 0;
    font-size: 20px;
    font-weight: normal;
}
.ms-survey-from h5 {
    font-size: 16px;
}
.ms-survey-from h6 {
  font-size:14px;
}



/*Form Default Style*/


.ms-survey-from .hs-form-field > label {
/*     display: block; */
    display: none;
    font-weight: 600;
}

.ms-survey-from .hs-fieldtype-radio > label{
  display: block;
}

.hs-fieldtype-radio ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-survey-from input[type="text"], 
.ms-survey-from input[type="password"], 
.ms-survey-from input[type="datetime"], 
.ms-survey-from input[type="datetime-local"], 
.ms-survey-from input[type="date"], 
.ms-survey-from input[type="month"], 
.ms-survey-from input[type="time"], 
.ms-survey-from input[type="week"], 
.ms-survey-from input[type="number"], 
.ms-survey-from input[type="email"], 
.ms-survey-from input[type="url"],
.ms-survey-from input[type="search"], 
.ms-survey-from input[type="tel"], 
.ms-survey-from input[type="color"], 
.ms-survey-from input[type="file"], 
.ms-survey-from textarea, 
.ms-survey-from select {
    display: block;
    font-size: 18px;
    line-height: initial;
    font-family: inherit;
    margin: 9px 0px 0px 0px;
    padding: 10px 15px 10px 15px;
    border-style: solid;
    border-radius: 2px;
    font-weight: normal;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
    -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border: 1px solid #eaeaea;
    width: 100%;
    max-width: 767px;
}

.form-privacy-policy{
  margin-bottom: -25px;
  text-align: right;
}
.form-privacy-policy a {
  color: #989898 !important;
  font-size: 10px;
}

.form-upper-title{
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.form-upper-title span{
  color: #ed3833;
}

.lock-container {
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: center;
}
.lock-content {
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
}
.lock-content img {
    width: 16px;
    margin-right: 4px;
}

.ms-survey-from .hs-button.primary, 
.ms-survey-from input[type="submit"], 
.ms-survey-from input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: inherit;
/*     letter-spacing: 0.1em; */
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
    font-size: 21px;
    padding: 13px 31px 13px 31px;
    text-align: center !important;
    vertical-align: middle;
    background-image: none;
    border-radius: 2px;
    outline: none;
    white-space: nowrap;
    -webkit-text-stroke: 0px;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
/*     border: 1px solid; */
    color: #ffffff;
    background-color: #006cff;
/*     border-color: #006cff; */
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer; 
    background-image: linear-gradient(-180deg,#ff9729,#ca6f11 84%);
    text-shadow: 0 1px 0 #c3c3c3, 0 2px 0 #aba2a2, 0 3px 0 #464646;
}

.ms-survey-from .hs-button.primary:hover, 
.ms-survey-from input[type="submit"]:hover, 
.ms-survey-from input[type="button"]:hover {
/*     color: #006cff; */
    background-color: transparent;
    background-image: linear-gradient(-180deg,#efac66,#c37e28 84%);
/*     border-color: #006cff; */
}
.ms-form-section {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.ms-form-section .hubspot-link__container.sproket {
    display: none;
}
.ms-form-steps {
    padding: 5px 0;
    display: table;
    width: 100%;
}

.from-step {
    width: 155px;
    height: 60px;
    background: #999999;
    border-radius: 5px;
    line-height: 62px;
    text-align: center;
    font-size:18px;
    margin: 0 auto;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    font-weight: bold;
    z-index:1;
}

.from-step-outer {
    display: table-cell;
    text-align: center;
    position: relative;
}
.form-step-content {
    display: none;
}

.form-step-content.step1 {
    display: block;
}

.ms-form-section .prev-btn {
    margin-right: 20px;
}
.form-step-content.step1 .prev-btn {
    display: none;
}
.ms-form-section .hs_error_rollup {
    padding: 0;
    list-style:none;
}

.ms-form-section ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.ms-form-section ul.hs-error-msgs.inputs-list label , 
.ms-form-section .inavalid-error {
    padding: 10px;
    background: #e89f9f;
    display: inline-block;
    color: #fff;
    border: 1px solid #e61212;
}

.ms-form-section .hs_error_rollup ul.hs-error-msgs.inputs-list  label {
    display: block;
}
.ms-survey-from .invalid.error {
    border: 1px solid red;
}

.from-step:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #999999;
    left: 0;
    border-radius: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    font-size: inherit;
    opacity: 0;
    transition: all 0.3s ease;
}
.from-step-outer.active  .from-step{
  background-color: #2f5597;
}
.from-step-outer.active .from-step::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 28px solid #2f5597;
    content: "";
    height: 0;
    left: 155px;
    position: absolute;
    top: 0;
    width: 0;
    transition: all 0.3s ease;
}
.from-step-outer.completed .from-step::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 28px solid #999999;
    content: "";
    height: 0;
    left: 155px;
    position: absolute;
    top: 0;
    width: 0;
}

.slide{
  animation: slide 0.5s forwards;
}
.slide-out{
  animation: slideout 0.5s forwards;
}
@keyframes slide {
    0%   { transform:translateX(100px); }
    100% { transform:translateX(0px); }
}
@keyframes slideout {
    0%   { transform:translateX(0px); }
    100% { transform:translateX(-100px); }
}

.completed .from-step:before{
  opacity:1;
}
.ms-form-section .form-title {
    display: none;
}

.ms-form-section .submitted-message {
    text-align: center;
}

.form-step-content input[type="submit"] {
    width: 0!important;
    padding: 0!important;
    font-size: 0!important;
    opacity: 0;
    height: 0;
    border: none!important;
}



/* .from-step-outer:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ccc;
    top: 50%;
    left:0
} */
/* .ms-form-steps .from-step-outer.step1:before {
    width: 50%;
    left: 50%;
} */

/* .ms-form-steps .from-step-outer:last-child:before {
    width: 50%;
} */

.from-step-outer:after {
/*     content: "";
    position: absolute;
    width: 0;
    height: 4px;
    background: #ccc;
    top: 50%;
    left: 0;
    transition: all 0.3s ease; */
}

.from-step-outer.complted:after {}
.from-step-outer.step1:after {
    left: 50%;
}
.from-step-outer.completed:after {
    width: 100%;
}
.from-step-outer.active:after{
    width:50%;
    transition-delay: 0s;
}
.from-step-outer.active.completed:after{
    width:100%
}



.from-step-outer.step1.active:after {
    width: 0;
}

.from-step-outer.step1.completed:after {
    width: 50%;
}

.from-step-outer:last-child:after {
    max-width: 50%;
}
.ms-form-steps span.hs-form-required {
    color: red;
    margin: 0 4px;
}

@media (max-width:767px){
  .from-step {
    width: 105px;
  }
  .from-step-outer.active .from-step::after, .from-step-outer.completed .from-step::after {
    left: 105px;
  }
  .form-upper-title{
    font-size: 15px;
    color: #000;
  }
  .ms-survey-from h2{
    font-size: 28px;
  }
} 

.ms-form-section label {
  color: #333;
}
.ms-form-section select {
  height: 45px;
  line-height: 45px;
}

.prev-btn {
  display:none !important;
}

.next-btn{
  display: flex !important;
  justify-content: center;
}


