.wpcf7-form-control-wrap {
  width: 100%;
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx .chkList label {
  width: 100% !important;
}

.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.chkbx
  .chkList
  label
  .wpcf7-list-item {
  width: 50%;
}

.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.sgChkbx
  .wpcf7-list-item {
  width: 100%;
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* interactive section */
.interactive-section .interactive-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interactive-section .interactive-grid .lft {
  background-color: #f3faf5;
  width: 56%;
  padding: 30px;
  border-radius: 20px;
}

.interactive-section .interactive-grid .lft .lftTp {
  padding: 0 0 30px;
  border-bottom: 1px solid #dae1dc;
}

.interactive-section .interactive-grid .lft .lftMid h3 {
  padding: 30px 0;
}

.interactive-section .interactive-grid .lft .lftMid .timeline-steps {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 100px;
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  > span {
  background-color: #59be83;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  > span::before {
  position: absolute;
  content: "";
  background: url(../images/stepArrow.svg) no-repeat center right 0;
  width: 130px;
  height: 13px;
  left: 29px;
  top: 9px;
  background-size: contain;
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  .step-icon-box {
  text-align: center;
  padding: 30px 0;
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  .step-icon-box
  b {
  color: #172b4d;
  display: block;
  font: 20px/30px "Outfit-SemiBold";
}

.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  .step-icon-box
  p {
  font: 15px/24px "Mulish-Medium";
}

.interactive-section .interactive-grid .lft .delivery-highlight-box {
  display: flex;
  background-color: #e5f4e9;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  gap: 20px;
}

.interactive-section .interactive-grid .lft .delivery-highlight-box .icon img {
  min-width: 64px;
  width: 64px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.interactive-section .interactive-grid .lft .delivery-highlight-box .content b {
  font: 18px/26px "Outfit-SemiBold";
}

.interactive-section .interactive-grid .rgt {
  width: 42%;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  border: 1px solid #d9d9d9;
}
.interactive-section .interactive-grid .rgt .wpcf7-spinner {
  position: absolute !important;
  bottom: 10px !important;
  left: 20px !important;
}

.interactive-section .interactive-grid .rgt form .inpRw {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
}

.interactive-section .interactive-grid .rgt form .inpRw label {
  width: 48%;
}

.interactive-section .interactive-grid .rgt form .inpRw label b {
  display: block;
  color: #172b4d;
  margin-bottom: 5px;
  font: 18px/26px "Mulish-SemiBold";
}

.interactive-section .interactive-grid .rgt form .inpRw label input,
.interactive-section .interactive-grid .rgt form .inpRw select,
.interactive-section .interactive-grid .rgt form .inpRw.txtarea textarea {
  border-radius: 5px;
  padding: 11px 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.interactive-section .interactive-grid .rgt form .inpRw input[type="checkbox"] {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  line-height: 24px !important;
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx {
  gap: 10px;
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx span {
  color: #333333;
  font: 15px/24px "Mulish-Light";
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx span a {
  font-family: "Mulish-SemiBold";
  color: #00ff00;
  text-decoration: underline;
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx span a:hover {
  cursor: pointer;
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx {
  flex-direction: column;
  align-items: start;
  gap: 0;
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx b {
  display: block;
  color: #172b4d;
  margin-bottom: 8px;
  font: 18px/26px "Mulish-Black";
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx .chkList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx .chkList label {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.interactive-section .interactive-grid .rgt form .inpRw.txtarea textarea {
  height: 90px;
  border-radius: 5px;
  padding: 11px 20px;
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}

.interactive-section .interactive-grid .rgt form .MBtn {
  color: #fff;
  border-radius: 10px;
  background-color: #66ba82;
  font: 16px/24px "Mulish-Bold";
  padding: 13px 20px;
  width: 100%;
}

.interactive-section .interactive-grid .rgt form .imgLst {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 10px 0;
}

.interactive-section .interactive-grid .rgt form .imgLst img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

.interactive-section .interactive-grid .rgt form .imgLst p {
  color: #333333;
  font: 15px/24px "Mulish-Light";
  position: relative;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.interactive-section .interactive-grid .rgt form .inpRw.chkbx .chkList label {
  width: 100% !important;
}
.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.chkbx
  .chkList
  label
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.chkbx
  .chkList
  label
  .wpcf7-list-item {
  width: 50%;
}

.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.sgChkbx
  .wpcf7-list-item {
  width: 100%;
}
.interactive-section
  .interactive-grid
  .rgt
  form
  .inpRw.chkbx
  .chkList
  label
  span {
  font: 16px/25px "Mulish-Regular";
}

.interactive-section .interactive-grid .rgt form .inpRw.sgChkbx label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.interactive-section .interactive-grid .rgt form input[type="sumit"] {
  color: #fff;
  border-radius: 10px;
  background-color: #66ba82;
  font: 16px / 24px "Mulish-Bold";
  padding: 13px 20px;
  width: 100%;
}

.interactive-section .interactive-grid .rgt form .imgLst p::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  z-index: 1;
  background: url(../images/lock.svg);
  background-size: 15px;
  height: 20px;
  width: 15px;
}

.frc-captcha {
  margin: 0 auto;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.interactive-section
  .interactive-grid
  .lft
  .lftMid
  .timeline-steps
  .timeline-step
  .step-icon-box
  img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.interactive-section .interactive-grid .rgt h2 {
  padding-top: 0;
}
.frc-captcha {
  display: none;
}
@media screen and (max-width: 1600px) {
  .interactive-section .interactive-grid .rgt form .inpRw label b,
  .interactive-section .interactive-grid .rgt form .inpRw.chkbx b {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1500px) {
  .interactive-section .interactive-grid .rgt {
    width: 42%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #d9d9d9;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    b {
    font-size: 18px;
    line-height: 26px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    img {
    width: 55px;
    height: 55px;
  }
}

@media screen and (max-width: 1400px) {
  .interactive-section
    .interactive-grid
    .lft
    .delivery-highlight-box
    .content
    b {
    font-size: 17px;
    line-height: 24px;
  }
  .interactive-section .interactive-grid .lft {
    width: 56%;
    padding: 22px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    p {
    font-size: 14px;
    line-height: 23px;
  }
}

@media screen and (max-width: 1300px) {
  .interactive-section .interactive-grid .rgt form .inpRw label b,
  .interactive-section .interactive-grid .rgt form .inpRw.chkbx b {
    font-size: 16px;
    line-height: 24px;
  }
  .interactive-section .interactive-grid .lft {
    width: 57%;
    padding: 16px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    > span::before {
    position: absolute;
    content: "";
    background: url(../images/stepArrow.svg) no-repeat center right 0;
    width: 110px;
    height: 13px;
    left: 29px;
    top: 9px;
    background-size: contain;
  }
}

@media screen and (max-width: 1200px) {
  .interactive-section .interactive-grid .rgt form .inpRw {
    gap: 10px;
    margin-bottom: 10px;
  }
  .interactive-section .interactive-grid .rgt form .inpRw label {
    width: 49%;
  }
  .interactive-section
    .interactive-grid
    .lft
    .delivery-highlight-box
    .content
    b {
    font-size: 16px;
    line-height: 23px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .delivery-highlight-box
    .icon
    img {
    min-width: 58px;
    width: 58px;
    height: 49px;
  }
  .interactive-section .interactive-grid .lft .lftMid .timeline-steps {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 100px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    b {
    font-size: 17px;
    line-height: 25px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    p {
    font-size: 13px;
    line-height: 22px;
  }
  .interactive-section .interactive-grid .rgt form .inpRw.sgChkbx label {
    align-items: start;
  }
}

@media screen and (max-width: 1100px) {
  .interactive-section .interactive-grid .lft .lftMid .timeline-steps {
    gap: 0px;
    margin-bottom: 100px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    > span::before {
    position: absolute;
    content: "";
    background: url(../images/stepArrow.svg) no-repeat center right 0;
    width: 99px;
    height: 13px;
    left: 29px;
    top: 9px;
    background-size: contain;
  }
}

@media screen and (max-width: 1024px) {
  .interactive-section .interactive-grid {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .interactive-section .interactive-grid .lft {
    width: 100%;
    padding: 20px;
  }
  .interactive-section .interactive-grid .rgt {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    > span::before {
    position: absolute;
    content: "";
    background: url(../images/stepArrow.svg) no-repeat center right 0;
    width: 207px;
    height: 13px;
    left: -41px;
    top: 9px;
    background-size: contain;
  }
  .interactive-section .interactive-grid .rgt form .inpRw.chkbx .chkList {
    width: 100%;
  }
  .interactive-section
    .interactive-grid
    .rgt
    form
    .inpRw.chkbx
    .chkList
    label
    .wpcf7-form-control {
    width: 100%;
  }
  .interactive-section .interactive-grid .rgt form .inpRw label b,
  .interactive-section .interactive-grid .rgt form .inpRw.chkbx b {
    font-size: 15px;
    line-height: 23px;
  }
  .interactive-section .interactive-grid .rgt form .inpRw label input,
  .interactive-section .interactive-grid .rgt form .inpRw select,
  .interactive-section .interactive-grid .rgt form .inpRw.txtarea textarea {
    border-radius: 5px;
    padding: 8px 17px;
    width: 100%;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    b {
    font-size: 16px;
    line-height: 24px;
  }
  .interactive-section .interactive-grid .rgt form .MBtn {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 880px) {
  /* .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
  .interactive-section .interactive-grid .lft .lftMid .timeline-steps {
    gap: 0px;
    margin-bottom: 100px;
    flex-direction: column;
  } */

  /* .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    > span::before {
    position: absolute;
    content: "";
    background: url(../images/stepArrow.svg) no-repeat center right 0;
    width: 133px;
    height: 12px;
    left: -51px;
    top: 81px;
    background-size: contain;
    transform: rotate(90deg);
  } */
  /* .interactive-section .interactive-grid .lft .lftMid .timeline-steps .timeline-step {
    display: flex;
    flex-direction: column;
    width: 100%;
} */

  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step {
    width: 100%;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step
    .step-icon-box
    img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 550px) {
  .interactive-section .interactive-grid .rgt form .inpRw {
    flex-wrap: wrap;
  }
  .interactive-section .interactive-grid .rgt form .inpRw label {
    width: 100%;
  }
  .interactive-section
    .interactive-grid
    .lft
    .lftMid
    .timeline-steps
    .timeline-step {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  /* .interactive-section .interactive-grid .lft .lftMid .timeline-steps .timeline-step > span::before {
        position: absolute;
        content: "";
        background: url(../images/stepArrow.svg) no-repeat center right 0;
        width: 110px;
        height: 13px;
        left: -41px;
        top: 72px;
        background-size: contain;
        transform: rotate(90deg);
    } */
}

@media screen and (max-width: 450px) {
  .interactive-section
    .interactive-grid
    .rgt
    form
    .inpRw.chkbx
    .chkList
    label
    .wpcf7-list-item {
    width: 100%;
  }
  .interactive-section .interactive-grid .rgt {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
  }
}
