@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: inherit;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-cta a {
  font-size: 12.91px;
  font-weight: 500;
  line-height: 19.36px;
  color: #286FB4;
  position: relative;
  display: inline-block;
  border-radius: 50px;
}
.button-cta a span {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #286FB4;
  right: -2px;
  top: -2px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .button-cta a span {
    width: 50px;
    height: 50px;
  }
}
.button-cta a span::after {
  content: url(../image/svg_icon/angle-down.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
.button-cta a:hover {
  border-color: #DF4C73;
  color: #DF4C73;
}
.button-cta a:hover span {
  background: #DF4C73;
  box-shadow: -2px 3px 15.7px 0px rgba(223, 76, 115, 0.4196078431);
  transition: 0.3s;
}
.button-cta.know-more a {
  height: 35.85px;
  width: 152px;
  background: #fff;
  padding: 11px 50px 11px 20px;
}
.button-cta.know-more span {
  height: 35.85px;
  width: 35.85px;
  top: 0;
  right: 0;
}
.button-cta.arrow-right a span::after {
  content: url(../image/svg_icon/angle-down.svg);
}

#main-wrapper > .layout-main.wrapper {
  background-color: #F6F8FD;
  max-width: 100%;
  padding: 0;
}

.custom_webform-wrapper {
  background: #fff;
}
.custom_webform-wrapper .custom_webform.banner-bg {
  height: 519px;
  background: #E2F0F9 !important;
  overflow: hidden;
}
.custom_webform-wrapper .custom_webform.banner-bg::after {
  content: "";
  width: 1120px;
  height: 1120px;
  position: absolute;
  background: url(../image/webform-bg.svg) no-repeat right top/contain;
  right: -15%;
  top: -45%;
  display: block;
  opacity: 1;
  will-change: transform;
  z-index: 0;
}
.custom_webform-wrapper .custom_webform.inview::after {
  animation: highlight 30s infinite;
}
.custom_webform-wrapper .custom_webform .banner-text {
  text-align: left;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom_webform .banner-text {
    padding: 0 15px;
  }
}
.custom_webform-wrapper .custom_webform .banner-text h1 {
  font-size: 30px !important;
  font-weight: 700;
  line-height: 28.5px;
  color: #286FB4;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom_webform .banner-text h1 {
    font-size: 35px !important;
    line-height: 28.5px;
  }
}
.custom_webform-wrapper .custom_webform .banner-text .banner-description {
  font-size: 70px !important;
  font-weight: 700;
  line-height: 60.58px;
  color: #286FB4;
  text-transform: uppercase;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom_webform .banner-text .banner-description {
    font-size: 90px !important;
    line-height: 89.58px;
  }
}
@media (min-width: 1200px) {
  .custom_webform-wrapper .custom_webform .banner-text .banner-description {
    font-size: 110px !important;
    line-height: 89.58px;
  }
}
.custom_webform-wrapper .custom-reg-form {
  padding: 20px 0 40px;
  margin: 0;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form {
    padding: 79px 15px 100px;
    margin: 0 auto;
  }
}
.custom_webform-wrapper .custom-reg-form .form-heading {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
}
.custom_webform-wrapper .custom-reg-form .form-heading::before {
  content: none;
}
.custom_webform-wrapper .custom-reg-form .form-heading h3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .form-heading h3 {
    text-align: left;
  }
}
.custom_webform-wrapper .custom-reg-form .form-heading h3::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  z-index: 1;
}
.custom_webform-wrapper .custom-reg-form .form-heading h3 span {
  font-size: 35px;
  font-weight: 700;
  line-height: 57.5px;
  text-align: left;
  color: #286FB4;
  position: relative;
  z-index: 2;
  background: #fff;
  text-transform: uppercase;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .form-heading h3 span {
    padding-left: 0;
    padding-right: 20px;
    font-size: 45px;
    line-height: 67.5px;
  }
}
.custom_webform-wrapper .custom-reg-form .form-heading .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2E3A45;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .form-heading .description {
    padding: 0;
  }
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form {
  border: 1px solid #A1BED1;
  box-shadow: none;
  padding: 20px;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .webform-submission-form {
    padding: 40px 35px;
    margin: 0;
  }
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form input, .custom_webform-wrapper .custom-reg-form .webform-submission-form select, .custom_webform-wrapper .custom-reg-form .webform-submission-form textarea {
  min-height: 50px;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 4px 10px 0px rgba(40, 111, 180, 0.1019607843) inset;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2E3A45;
  text-transform: capitalize;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form label.error {
  width: 300px;
  color: #DF4C73;
  padding-left: 10px;
  font-size: 14px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios {
  margin-bottom: 5px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios .option::before {
  content: "";
  width: 8px;
  height: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  position: absolute;
  left: 6px;
  top: 8px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios .option::after {
  content: "" !important;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #AAAAAA;
  transition: all 0.3s;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios input:checked ~ .option {
  color: #2E3A45;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios input:checked ~ .option::after {
  background: #DF4C73;
  border-color: transparent;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios input:checked ~ .option::before {
  opacity: 1;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios label {
  color: #AAAAAA;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-radios label.error {
  width: 300px;
  color: #DF4C73;
  padding-left: 10px;
  font-size: 14px;
  height: 38px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-checkboxes {
  margin-bottom: 0;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-checkboxes .form-type-checkbox {
  margin-bottom: 0;
  row-gap: 2px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .radios--wrapper .fieldset-legend,
.custom_webform-wrapper .custom-reg-form .webform-submission-form .checkboxes--wrapper .fieldset-legend {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2E3A45;
  text-transform: capitalize;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox input {
  min-height: auto;
  position: relative;
  width: 20px !important;
  height: 20px !important;
  margin: 0;
  opacity: 1;
  cursor: pointer;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox label {
  color: #AAAAAA;
  padding-left: 0;
  max-width: calc(100% - 30px);
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox label::after, .custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox label::before {
  content: none !important;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox label.error {
  width: 300px;
  color: #DF4C73;
  padding-left: 10px;
  font-size: 14px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox input:checked::before {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 9px;
  height: 5px;
  content: "";
  z-index: 9999;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
  opacity: 1;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox input:checked::after {
  background: #DF4C73;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  position: absolute;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-checkbox input:checked ~ label {
  color: #2E3A45;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-webform-image-file {
  margin-bottom: 20px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file .form-item:first-child {
  margin-top: 20px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file .form-item input {
  position: relative;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file:before {
  box-shadow: 0px 4px 10px 0px rgb(233, 239, 245) inset;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file .form-type-checkbox {
  margin-top: 15px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file .form-submit {
  margin: 0 0 25px 0;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form input.form-submit {
  border: 1px solid #DF4C73;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
  color: #DF4C73;
  border-radius: 31.56px;
  height: 45px;
  min-height: 45px;
  box-shadow: none;
  margin: 10px 0 0;
  width: auto;
  z-index: 1;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form input.form-submit:hover {
  color: #fff;
  background: #DF4C73;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form #edit-actions {
  margin: 0;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form #ajax-wrapper {
  margin-left: 0;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-checkboxes .form-item.form-type-checkbox label.error {
  bottom: -8px;
  left: 12px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item label.error {
  padding: 0;
  bottom: -10px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item.form-type-radio label.error {
  bottom: -22px;
  left: 12px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item.form-type-checkbox label.error {
  bottom: -22px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item.form-item-captcha-response label.error {
  bottom: -22px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item-text-area .description, .custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item-text .description {
  position: relative;
  top: -15px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item-upload-files, .custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-managed-file {
  margin-bottom: 20px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-item-upload-files input, .custom_webform-wrapper .custom-reg-form .webform-submission-form .form-type-managed-file input {
  box-shadow: 0px 4px 10px 0px rgba(40, 111, 180, 0.1019607843) inset;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .form-managed-file:before {
  box-shadow: 0px 4px 10px 0px rgba(40, 111, 180, 0.1019607843) inset;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .radios--wrapper .fieldset-wrapper .form-radios {
  display: flex;
  flex-direction: row;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha {
  margin: 10px 0 0 !important;
  display: flex;
  padding-bottom: 50px;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha {
    flex-direction: row;
    margin: 30px 0 0 !important;
  }
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha img {
  margin: 0;
  height: 50px;
  position: relative;
  top: 15px;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha .form-item {
  width: 100%;
  position: relative;
  top: 15px;
}
@media (min-width: 768px) {
  .custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha .form-item {
    width: 40%;
  }
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha .reload-captcha {
  position: relative;
  top: 28px;
  text-decoration: underline;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha input {
  margin-bottom: 0;
}
.custom_webform-wrapper .custom-reg-form .webform-submission-form .captcha .description {
  text-align: left;
}
.custom_webform-wrapper .block-investindia-breadcrumb {
  margin-bottom: 13px;
}
.custom_webform-wrapper .block-investindia-breadcrumb ul li {
  color: #2E3A45;
  -webkit-filter: none;
  font-size: 13px;
  line-height: 20.8px;
  font-weight: 500;
  text-transform: capitalize;
}
.custom_webform-wrapper .block-investindia-breadcrumb ul li a {
  color: #2E3A45 !important;
  font-weight: 500 !important;
}
.custom_webform-wrapper .block-investindia-breadcrumb ul li::after {
  content: "";
  margin-left: 5px;
  background: url(https://uat.investindia.gov.in/themes/investindia/image/new/breadcrumb-arrow-blk.png) no-repeat left center;
  background-size: 100%;
  width: 6px;
  height: 8px;
  display: inline-block;
}
.custom_webform-wrapper .block-investindia-breadcrumb ul li:last-child::after {
  content: none;
}

@keyframes highlight {
  from {
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
  }
  20% {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
  40% {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
  }
  60% {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
  }
  80% {
    transform: scale(1.1) translateZ(0);
    -webkit-transform: scale(1.1) translateZ(0);
  }
  to {
    transform: scale(1) translateZ(0);
    -webkit-transform: scale(1) translateZ(0);
  }
}
/*# sourceMappingURL=custom_webform.css.map */
