.form-sec .form-note {
  font-size: 14px;
  font-weight: 300;
  margin-top: 19px;
  line-height: 2;
  color: #373737;
  padding-left: 83px;
  padding-right: 185px;
  margin-bottom: 30px;
}

.ec-blue-circle-sm .claim-amount-wh-ht{
  width: auto;
  height: auto;
}

.form-sec .form-wrapper {
  display: flex;
  margin: 0 auto;
  padding-left: 83px;
  padding-right: 150px;
}

.form-sec .form-wrapper .form-lhs {
  width: 50%;
  padding: 15px;
}

.form-sec .form-wrapper .form-lhs img {
  max-width: 437px;
  max-height: 370px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.form-sec .form-wrapper .form-lhs .section-title {
  margin-left: 30px;
  max-width: 250px;
}

.form-sec .form-wrapper .form-rhs {
  width: 488px;
  padding: 15px;
  padding-bottom: 29px;
}

.form-sec .form-wrapper .form-rhs .floating-form .number-input {
  padding-left: 45px;
}

.form-sec .form-wrapper .form-rhs .form-group label {
  color: #333333;
  font-size: 18px;
  font-family: "HelveticaNeueLTStd-Lt";
}

.form-sec .form-wrapper .form-rhs .form-group .mob-prifix {
  position: absolute;
  bottom: 35px;
  font-size: 24px;
  left: 0;
}

.form-sec .form-wrapper .form-rhs .btn {
  margin-top: 10px;
  display: inline-block;
  font-family: "HelveticaNeueLTStd-Md";
}

.form-sec .form-wrapper .form-rhs .section-title {
  margin-bottom: 50px;
}

.form-sec .form-wrapper .form-rhs .form-footer-btn button:nth-child(1) {
  margin-right: 7px;
}

.margin-top-57px {
  margin-top: 57px;
}

.ec-thirty-three {
  width: 33%;
}

.ec-rel-full {
  position: relative;
  width: 100%;
}

.ec-blue-circle-sm {
  width: 82px;
  height: 81px;
  border-radius: 50%;
  background-color: #f2f7fb;
  text-align: center;
}

.ec-small-01 {
  width: 56px;
  height: 54px;
}

.ec-va-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ec-blue-circle-sm::after {
  content: "";
  border-bottom: dashed 2px #4197d3;
  position: absolute;
  opacity: 0.81;
  width: 80%;
  top: 40px;
  left: 81px;
}

.ec-resp-icon-adj {
  padding-right: 50px;
}
.howToclaim .ec-resp-icon-adj .ec-steps{
  text-align: start;
}
.ec-steps {
  margin-top: 33px;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
}

.red-btn {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.67px;
  text-align: center;
  color: #ffffff;
  padding: 10px 16px 11px 17px;
  border-radius: 8.3px;
  box-shadow: 0 0 8px 0 rgba(214, 32, 73, 0.1);
  border: solid 0.8px #d62049;
  background-color: #d62049;
  min-width: 183px;
  display: block;
  width: 183px;
  height: 40px;
  margin-top: 60px;
}

.ec-resp-icon-adj h4 {
  line-height: 45px;
}

.ec-thirty-three:last-child > .ec-rel-full > .ec-blue-circle-sm::after {
  border-bottom: dashed 0px #4197d3;
}

.margin-bottom-120px {
  margin-bottom: 120px;
}

.margin-top-40px {
  margin-top: 40px;
}
.howToclaim .ec-blue-circle-sm picture {
  display: unset;
}


.howClaimDesc p {
  font-family: "helveticaregular";
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.ec-blue-circle-sm picture img{
  width: auto;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
  .reduce-margin-tp-btm .margin-bottom-120px{
  margin-bottom: 100px;
}
  .reduce-margin-tp-btm .margin-top-40px {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .form-sec .form-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-sec .form-wrapper .form-rhs .form-footer-btn {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991.98px) {
  .form-sec .form-wrapper .form-lhs img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .howClaimDesc p {
    width: 100%;
  }

  .form-sec .form-wrapper .form-rhs .form-group .mob-prifix {
    bottom: 32px;
    font-size: 16px;
  }

  .form-group {
    margin-bottom: 10px;
    margin-top: 25px;
  }

  .form-group:last-child {
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .form-sec .form-note {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e6e7e8;
    padding-top: 19px;
    font-size: 12px;
    line-height: 1.67;
  }

  .form-sec .form-wrapper {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
  }

  .form-sec .form-wrapper .form-lhs {
    width: 100%;
    padding: 15px 0;
    position: relative;
  }

  .form-sec .form-wrapper .form-lhs img {
    width: 50%;
    float: right;
  }

  .form-sec .form-wrapper .form-rhs {
    width: 100%;
    padding: 15px 0;
    position: relative;
    margin-top: 30px;
  }

  .form-sec .form-wrapper .form-rhs .form-group label {
    font-size: 12px;
  }

  .form-sec .form-wrapper .form-rhs div .btn {
    float: none;
    margin-right: 0;
    margin-top: 6px;
    padding: 10px 29px;
  }

  .form-sec .form-wrapper .form-rhs .section-title {
    margin-left: 0;
    max-width: 100%;
    position: absolute;
    top: -80px;
  }

  .form-sec .form-wrapper .form-rhs .section-title h2 {
    font-size: 36px;
  }

  .form-sec .form-wrapper .form-rhs .form-control {
    font-size: 16px;
    padding-left: 0px;
  }

  .form-sec .form-wrapper .form-rhs .form-footer-btn {
    justify-content: center;
  }

  .form-sec .form-wrapper .form-rhs .form-footer-btn a {
    font-size: 16px;
    margin-top: 0;
  }

  .form-sec .form-wrapper .form-rhs .form-footer-btn a:nth-child(2) {
    font-size: 16px;
  }

  .margin-top-57px {
    margin-top: 24px;
  }

  .ec-resp-margin-top-20px {
    margin-top: 20px;
  }

  .ec-resp-margin-bottom-60px {
    margin-bottom: 60px;
  }

  .resp-flex-direction {
    flex-direction: column;
  }

  .resp-flex-direction > .ec-thirty-three {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
  }

  .ec-rel-full {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .ec-blue-circle-sm {
    width: 50px;
    height: 50px;
  }

  .ec-small-01 {
    width: 26px;
    height: 24px;
  }

  .ec-blue-circle-sm::after {
    content: "";
    border-bottom: dashed 2px #4197d3;
    position: absolute;
    opacity: 0.81;
    width: 135%;
    top: 160%;
    left: -8px;
    transform: rotate(90deg);
  }

  .ec-resp-icon-adj {
    padding-right: 0px;
    margin-left: 8px;
    width: 100%;
  }

  .ec-steps {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.71;
  }

  .howToclaim .ec-resp-icon-adj .ec-steps{
    text-align: start;
  }
  .ec-resp-icon-adj > h4 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .red-btn {
    max-width: 148px;
    min-width: 148px;
    width: 148px;
    margin-top: 0px;
  }

  .ec-thirty-three:last-child {
    margin-bottom: 42px;
  }
  .reduce-margin-tp-btm .margin-bottom-120px{
    margin-bottom: 0;
  }
}