.row.no-gutters.industries-talk-card {
  gap: 70px;
}
.industries-talk-actions .blue-button {
  min-width: 185px;
}
.industries-talk-card .col-lg-6 {
  width: 50%;
}

.industries-talk-card img.img-fluid {
  width: 100%;
}
.form-control {
  border: 0;
  border-bottom: 1px solid #dedede;
  border-radius: 0;
  background-color: transparent;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(var(--black));
  font-family: var(--inter);
  padding-left: 0;
  padding-right: 0;
}
.contactForm .title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.contactForm .subTitle {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.no_focus .form-control:focus {
  border-bottom: 1px solid #dedede;
  border-top: none;
  border-left: none;
  border-right: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0d56b0;
}
#planForm {
  margin: 85px 0 0;
}

#planForm > .row {
  flex-flow: row wrap;
  gap: 35px 20px;
  align-items: self-start;
}

#planForm .row .col-md-6 {
  width: calc(50% - 10px);
}

#planForm .row .col-md-6 .form-control {
  width: 100%;
}
#planForm .row .col-md-6 .form-control.error,
.captchaWrapper .input_white_bg .form-control.error {
  margin:0px;
}
#planForm .row .col-md-6 .form-control:focus-visible,
textarea.form-control:focus-visible {
  border-bottom: 1px solid #1167e8;
  outline: none;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #707070;
  height: 42px !important;
}
textarea.form-control {
  min-height: 140px;
  max-height: 140px;
  width: 100%;
}

.col-lg-12 {
  width: 100%;
}
input#cptchaQues {
  font-weight: 700;
  font-size: 20px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.captchaWrapper input[type="text"] {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  text-align: center;
  letter-spacing: 0.5px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.row.align-items-start.captchaWrapper {
  gap: 20px;
  align-items: flex-start;
}
.captchaWrapper .input_white_bg .form-control {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
}
.captchaWrapper input[type="text"] {
  width: 100%;
  border: 0;
  border-radius: 0;
  outline: 0;
  text-align: center;
  letter-spacing: 0.5px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.industries-talk-actions {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.industries-talk-actions .industries-talk-captcha {
  width: 165px;
  min-width: 165px;
}

@media (max-width: 1199px) {
  .industries-talk-actions .industries-talk-captcha {
    width: 130px;
  }
  .row.no-gutters.industries-talk-card {
    gap: 50px;
  }
  .contactForm .title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  #planForm {
    margin: 50px 0 0;
  }
}

@media (max-width: 991px) {
  .row.no-gutters.industries-talk-card {
    gap: 40px;
  }
  .contactForm .title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .industries-talk-actions .blue-button {
    min-width: unset;
  }
  #planForm {
    margin: 50px 0 0;
  }
}
@media (max-width: 840px) {
  .row.no-gutters.industries-talk-card {
    flex-flow: row wrap;
  }
  .industries-talk-card .col-lg-6 {
    width: 1000%;
  }
}
@media (max-width: 767px) {
}

@media (max-width: 640px) {
  #planForm .row .col-md-6 {
    width: 100%;
  }
  .industries-talk-actions .industries-talk-captcha {
    width: 100px;
  }
  .industries-talk-actions {
    flex-flow: row wrap;
  }
  .industries-talk-actions {
    flex-flow: row wrap;
  }
  .industries-talk-actions .blue-button {
    min-width: 100%;
  }
  .industries-talk-submit {
    width: 100%;
  }
}
