.site-step-section-main-wrap .site-common-section {
  padding: 50px 0;
  background: #F7F9FC;
}
.site-step-section-main-wrap .site-common-section.site-first-step .hs_error_rollup {
  display: none;
}
.site-step-section-main-wrap .site-common-section.site-first-step .hs_submit.hs-submit {
  display: none;
}
.site-step-section-main-wrap .site-first-step h3:empty {
  display: none;
}
.site-step-section-main-wrap .site-first-step form .is-emptys {
  display: none;
}
.site-step-section-main-wrap .site-common-section.site-five-step .oneyearsaving, 
.site-step-section-main-wrap .site-common-section.site-five-step .threeyearsaving {
  display: none;
}
/* form */

.site-step-section-main-wrap .site-first-step  form input[type=email], 
.site-step-section-main-wrap .site-first-step  form input[type=file], 
.site-step-section-main-wrap .site-first-step  form input[type=number], 
.site-step-section-main-wrap .site-first-step  form input[type=password], 
.site-step-section-main-wrap .site-first-step  form input[type=search], 
.site-step-section-main-wrap .site-first-step  form input[type=tel], 
.site-step-section-main-wrap .site-first-step  form input[type=text], 
.site-step-section-main-wrap .site-first-step  form select, 
.site-step-section-main-wrap .site-first-step form textarea {
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-step-section-main-wrap .site-first-step form .hs-form-field {
  margin-bottom: 20px;
}

.site-step-section-main-wrap .site-first-step form fieldset .hs-form-field > label {
  margin-bottom: 20px;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #575757;
}

.site-step-section-main-wrap .site-first-step form fieldset .hs-form-field > label .hs-form-required {
  color: #1c75bc;
}

.site-step-section-main-wrap .site-first-step ::-webkit-input-placeholder {
  opacity: 0.4;
  color: #6c757d;
}

.site-step-section-main-wrap .site-first-step  form input[type=email]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=file]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=number]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=password]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=search]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=tel]:focus, 
.site-step-section-main-wrap .site-first-step  form input[type=text]:focus, 
.site-step-section-main-wrap .site-first-step  form select, form textarea:focus{
  border-color: #1C75BB;
  box-shadow: 0 0 0 0.2rem rgba(28, 117, 187, .25);
  color: #495057;
  background-color: #fff;
  outline:none;
}

.site-step-section-main-wrap .site-first-step  form .input {
  margin-right: 30px !important;
}

/* end */

.site-step-section-main-wrap .site-second-step,
.site-step-section-main-wrap .site-fourth-step{
  background-color: #fff;
}

.site-first-step .site-common-title {
  margin-bottom: 50px;
}

.site-step-section-main-wrap .site-common-section .title p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 15px 0;
  color: #575757;
}

.site-step-section-main-wrap .site-common-section.site-first-step {
  padding-top: 25px;
}
.site-step-section-main-wrap .site-common-section .common-container {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 20px;
  width: 100%;
}
.site-step-section-main-wrap .site-common-section .title {
  text-align: center;
  margin-bottom: 75px;
}
.site-step-section-main-wrap .site-common-section .section-progress-img {
  text-align: center;
  margin-bottom: 15px;
}
.site-step-section-main-wrap .site-first-step form,
.site-step-section-main-wrap .site-first-step .form-title {
  background: transparent;
}
.site-step-section-main-wrap .site-first-step form fieldset 
.hs-form-field > label {
  min-height: 24px;
}

/* step-two */

.site-second-form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px 50px 0px;
}

.site-second-form-wrap .checkwrp {
  width: 25%;
  padding: 0px 15px;
  margin-top:30px;
  cursor: pointer;
}

.site-second-form-wrap .checkwrp .form-radio {
  height: 100%;
  position:relative;
}

.site-second-form-wrap .form-radio-label {
  display: block;
  margin: 0 !important;
  height: 100%;
}

.site-second-form-wrap input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.site-second-form-wrap input[type=checkbox], 
.site-second-form-wrap input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.site-second-form-wrap .form-radio-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  padding: 100px 15px 30px 15px;
  margin-bottom: 0 !important;
  border: solid 1px transparent;
  text-align: center;
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
  font-size: 18px;
  font-weight: 400;
  color: #575757;
}

.site-second-form-wrap .form-radio-card img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.site-second-form-wrap .form-radio-card img.unchecked {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 46px;
  z-index: 1;
}

.site-second-form-wrap .form-radio-card img.checked {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.site-second-form-wrap .form-radio-input:checked + .form-radio-card {
  border-color: #0BB6EA;
  background-color: rgba(11,182,234,.1);
}

.site-second-form-wrap .form-radio-input:checked + .form-radio-card img.checked {
  opacity: 1;
}
/* end */

/* third-section */

.site-third-form-wrap .range-graphic {
  width: 25%;
  float: left;
  margin-bottom: 20px;
  opacity: 0;
  transition: opacity .15s ease-in-out,box-shadow .15s ease-in-out;
  font-size: 24px;
  color: #183E59;
  line-height: 1.6;
}

.site-third-form-wrap .range-graphic img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

.site-third-form-wrap .range-graphic.showgraphic {
  opacity: 1;
}

.site-third-form-wrap .range-slider-graphics:after {
  content: "";
  display: table;
  clear: both;
}

.site-third-form-wrap  .range-slider-wrapper {
  position: relative;
}

.site-third-form-wrap .range-slider-wrapper .notch  {
  content: "";
  width: 5px;
  height: 30px;
  position: absolute;
  top: 10px;
  background-color: #C5C6CC;
  border-radius: 15px;
  z-index: 1;
  display: block;
}

.site-third-form-wrap .range-slider-wrapper .notch-1 {
  left: 25%;
}

.site-third-form-wrap .range-slider-wrapper .notch-2 {
  left: 50%;
}

.site-third-form-wrap .range-slider-wrapper .notch-3 {
  left: 75%;
}

.site-third-form-wrap .range-slider-wrapper input[type=range] {
  width: 100%;
  margin: 20px 0 !important;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 4;
  position: relative;
  display: inline-block;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]:focus {
  outline: none;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-webkit-slider-runnable-track {
  background-color: #C5C6CC;
  border: 0;
  border-radius: 22.2px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-webkit-slider-thumb {
  margin-top: -20px;
  width: 50px;
  height: 50px;
  background-color: #1fb441;
  background-image: url('https://42269894.fs1.hubspotusercontent-na1.net/hubfs/42269894/images/Old%20SambaSafety%20Migration/image/range-slider-slots.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 19px;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-webkit-slider-thumb:active {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.15) inset;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C5C6CC;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-moz-range-track {
  background-color: #C5C6CC;
  border: 0;
  border-radius: 22.2px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background-color: #1fb441;
  background-image: url('https://42269894.fs1.hubspotusercontent-na1.net/hubfs/42269894/images/Old%20SambaSafety%20Migration/image/range-slider-slots.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 19px;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-moz-range-thumb:active {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.15) inset;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 25.4px 0;
  color: transparent;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-fill-lower {
  background: #C5C6CC;
  border: 0;
  border-radius: 44.4px;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-fill-upper {
  background-color: #C5C6CC;
  border: 0;
  border-radius: 44.4px;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-thumb {
  width: 50px;
  height: 50px;
  background-color: #1fb441;
  background-image: url('https://42269894.fs1.hubspotusercontent-na1.net/hubfs/42269894/images/Old%20SambaSafety%20Migration/image/range-slider-slots.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 19px;
  border: 0;
  border-radius: 26px;
  cursor: pointer;
  margin-top: 0px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-thumb:hover {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
}

.site-third-form-wrap .range-slider-wrapper input[type=range]::-ms-thumb:active {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20), 0 0 10px 0 rgba(0,0,0,0.15) inset;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]:focus::-ms-fill-lower {
  background-color: #C5C6CC;
}

.site-third-form-wrap .range-slider-wrapper input[type=range]:focus::-ms-fill-upper {
  background: #C5C6CC;
}

.site-third-form-wrap .boxwrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-third-form-wrap .boxwrp .col-md-4 {
  width: 33.33%;
  margin-bottom:50px;
}

.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse .form-control {
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse > label {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #575757;
}

.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse > label .text-blue {
  top: 0px;
  color: #1c75bc;
}

.site-third-form-wrap .content-section{
  margin-bottom: 50px
}
/* end */

/* fourth-section */
.site-fourth-form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-fourth-form-wrap .control-filed {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  margin-bottom: 50px;
}

.site-fourth-form-wrap .control-filed .form-control {
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-fourth-form-wrap .control-filed .form-control:focus {
  border-color: #1C75BB;
  box-shadow: 0 0 0 0.2rem rgba(28, 117, 187, .25);
  color: #495057;
  background-color: #fff;
  outline:0;
}
/* end */

/* five-section */

.site-five-form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-five-form-wrap .control-filed {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 50px;
}

.site-five-form-wrap .control-filed .cost-per-claim-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.20);
  border-radius: 10px;
  padding: 30px 15px;
  border: solid 1px transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #575757;
}

.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper {
  margin-bottom: 15px;
}

.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper span {
  display: inline;
  font-size: 48px;
  color: #1FB441;
  line-height: 48px;
}

.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #1FB441;
  font-size: 48px;
  color: #1FB441;
  line-height: 80px;
  margin-bottom: 20px;
  display: inline;
  width: 85%;
  height: 81px;
  padding: 5px 12px;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-five-form-wrap .control-filed label {
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #575757;
  font-family: proxima-nova, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper input:focus {
  border-color: #1C75BB;
  box-shadow: 0 0 0 0.2rem rgba(28, 117, 187, .25);
  color: #495057;
  background-color: #fff;
  outline: none;
}

/* end */

/* button-css */

.site-common-section .btn-outer {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
}

.site-common-section .btn-outer .commonbtn {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 30px;
}

/* .site-common-section .btn-outer .prevbtn.commonbtn { text-align: right; } 
.site-common-section .btn-outer .nextbtn.commonbtn { text-align: left; } */

.site-common-section .cta-grey {
  display: inline-block;
  color: #575757;
  font-size: 16px;
  opacity: 0.4;
  transition: opacity .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-common-section .btn-blue {
  color: #fff;
  text-decoration: none;
  background-color: #1c75bc;
  border-radius: 20px;
  padding: 12.5px 50px 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: background 1s;
  font-weight: 400;
  line-height: 1;
  border: none;
  cursor: pointer;
}

.site-common-section .btn-blue:hover, 
.site-common-section .btn-blue:active, 
.site-common-section .btn-blue:focus {
  background-color: #256aa5;
  cursor: pointer;
}

.site-common-section .chevron.up:before {
  top: 11px;
  transform: rotate(-45deg);
  margin-right: 15px;
}

.site-common-section .cta-grey:hover {
  opacity: 1;
  color: #57ac34;
  text-decoration: underline;
}

.site-common-section .btn-outer .nextbtn {
  text-align: right;
}

.site-common-section .btn-outer.btntwo {
  margin: 0px -15px;
}

.site-common-section .btn-outer .btn-wrp {
  text-align: center;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.site-common-section .btn-outer  p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  margin: 15px 0;
}

.site-common-section .btn-green {
  color: #fff;
  text-decoration: none;
  background-color: #1fb441;
  border-radius: 20px;
  padding: 12.5px 50px 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: background 1s;
  font-weight: 400;
  line-height: 1;
  border: none;
  font-size: 16px;
}

.site-common-section .chevron.down:before {
  top: 2px;
  transform: rotate(135deg);
}

.site-common-section .chevron::before{
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 7px;
  left: 7px;
  position: relative;
  top: 6px;
  vertical-align: top;
  width: 7px;
}

.site-common-section .btn-green:hover, 
.site-common-section .btn-green:active, 
.site-common-section .btn-green:focus {
  background-color: #349c4b;
  color: #fff;
}

.site-common-section .btn-green:hover, 
.site-common-section .btn-green:focus, 
.site-common-section .btn-green:active, 
.site-common-section .btn-green:active:hover, 
.site-common-section .btn-green:active:focus {
  border-color: #349c4b;
  text-decoration: none;
  box-shadow: none;
  color: #fff;
}
.site-second-form-wrap .checkwrp.error .form-radio-card {
  border: 1px solid red;
}
.site-fourth-form-wrap .control-filed .form-control::placeholder,
.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse .form-control::placeholder,
.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper input::placeholder{
  color: #dedede;
}
.site-fourth-form-wrap .control-filed .form-control.error,
.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse .form-control.error,
.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper input.error{
  border-color: red;
}
.site-fourth-form-wrap .control-filed .form-control.success,
.site-third-form-wrap .boxwrp .col-md-4 .flex-column-reverse .form-control.success,
.site-five-form-wrap .control-filed .cost-per-claim-card-wrapper input.success{
  border-color: green;
}
.hs_what_industry_do_you_work_in_.hs-what_industry_do_you_work_in_.hs-fieldtype-radio.field.hs-form-field, 
.hs_what_is_your_company_s_total_driver_count_.hs-what_is_your_company_s_total_driver_count_.hs-fieldtype-text.field.hs-form-field, 
.hs_how_many_auto_claims_or_incidents_does_your_company_have_on_average_each_year_.hs-how_many_auto_claims_or_incidents_does_your_company_have_on_average_each_year_.hs-fieldtype-text.field.hs-form-field,
.hs_what_is_your_average_cost_per_claim_.hs-what_is_your_average_cost_per_claim_.hs-fieldtype-text.field.hs-form-field {
  display: none;
}
.error-msg, .server-error-msg {
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin: 35px 0 15px;
  color: red;
}


.site-step-section-main-wrap .site-first-step form select{
  -webkit-appearance: none;
  background: url("https://42269894.fs1.hubspotusercontent-na1.net/hubfs/42269894/images/line-angle-down-icon%20(1).svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

@supports (-ms-ime-align:auto) {
  .site-third-form-wrap .range-slider-wrapper input[type=range] {
    margin: 0;
  }
}

@media(min-width:768px){
  .site-third-form-wrap .range-graphic {
    font-size: 48px;
  }
}

@media(max-width:767px){
  .site-second-form-wrap .checkwrp {
    width: 50%;
  }
  .site-third-form-wrap .boxwrp .col-md-4 {
    width: 100%;
  }

  .site-fourth-form-wrap .control-filed {
    width: 100%;
    max-width: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .site-common-section .btn-outer .commonbtn {
    padding: 0 15px;
  }

  .site-five-form-wrap .control-filed {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    -ms-flex: 100%;
  }


  .site-step-section-main-wrap .site-common-section form .hs-form-field {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .site-step-section-main-wrap .site-common-section form .input {
    margin-right: 0px !important;
  }
}


@media(min-width:576px){

div#section-5 .nextbtn.commonbtn { text-align: left; padding-left: 0; transform: translateX(-75px); }


}

@media(max-width:575px){
  .site-common-section .btn-outer.btntwo {
    margin: 0px;
  }

  .site-common-section .btn-outer .commonbtn {
    max-width: 100%;
    flex: 100%;
    text-align: center;
    padding: 0px;
  }
  .site-first-step .site-common-title {
    margin-bottom: 30px;
  }

  .site-fourth-form-wrap .control-filed {
    margin-bottom: 30px;
  }

  .site-third-form-wrap .boxwrp .col-md-4 {
    margin-bottom: 30px;
  }

  .site-second-form-wrap {
    margin: 0px -15px 30px -15px;
  }

  .site-common-section .btn-outer .btn-wrp {
    text-align: center;
  }

  .site-five-form-wrap .control-filed {
    margin-bottom: 30px;
  }
  .site-second-form-wrap .checkwrp {
    width: 100%;
  }
/*   .site-common-section .btn-outer .prevbtn.commonbtn, .site-common-section .btn-outer .nextbtn.commonbtn { text-align: center; }  */
  .site-common-section .btn-blue { margin-top: 20px; }

}



@media(max-width:767px){
  .site-step-section-main-wrap .site-first-step form input[type=email], 
  .site-step-section-main-wrap .site-first-step form input[type=file], 
  .site-step-section-main-wrap .site-first-step form input[type=number], 
  .site-step-section-main-wrap .site-first-step form input[type=password], 
  .site-step-section-main-wrap .site-first-step form input[type=search], 
  .site-step-section-main-wrap .site-first-step form input[type=tel], 
  .site-step-section-main-wrap .site-first-step form input[type=text], 
  .site-step-section-main-wrap .site-first-step form select, 
  .site-step-section-main-wrap .site-first-step form textarea {
    width: 100% !IMPORTANT;
  }
  .site-step-section-main-wrap .site-first-step form fieldset .hs-form-field > label{
    min-height: unset;
  } 
  .site-step-section-main-wrap .site-common-section .title {
    margin-bottom: 0;
  }
  .site-five-form-wrap .control-filed .cost-per-claim-card-wrapper {
    display: flex;
    align-items: center;
  }
  .site-five-form-wrap .control-filed .cost-per-claim-card-wrapper span {
    position: relative;
    top: -8px;
  }
}

/* Tooltip */
.sma-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.sma-tooltip img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.sma-tooltip-content {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0.875rem;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.sma-tooltip-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
}

/* Show tooltip on hover (desktop only) */
@media (hover: hover) {
  .sma-tooltip:hover .sma-tooltip-content {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Show tooltip if manually toggled with JS */
.sma-tooltip.show .sma-tooltip-content {
  opacity: 1;
  pointer-events: auto;
}