.nfo-fund-promotion {
	width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: linear-gradient(90deg, #1A3E6E 32.08%, #456BB3 96.54%);
  position: fixed;
  bottom: 0;
  z-index: 99;
}

.nfo-fund-promotion .nfo-fund-promotion_inner {
	max-width: 1350px;
	margin: 0 auto;
	padding: 5px 14px 5px;
	display: flex;
	align-items: center;
	gap: 36px;
	color: #ffffff;
}

.nfo-fund-promotion .nfo-fund-promotion_title h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
}

.nfo-fund-promotion .divider{
  height: 45px;
  border: 1px dashed #B3E8FF;
}

.nfo-fund-promotion .nfo-fund-promotion_benchmark {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 220px;
}

.nfo-fund-promotion .nfo-fund-promotion_icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #ffffff;
	flex-shrink: 0;
}

.nfo-fund-promotion .nfo-fund-promotion_benchmark p.benchmark-para {
	font-size: 16px;
	font-weight: 600;
  color: #FFFFFF;
}

.nfo-fund-promotion .nfo-fund-promotion_form {
	flex: 1;
	display: flex;
  align-items: center;
	gap: 28px;
}
.nfo-fund-promotion .nfo-fund-promotion_form .field,
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap{
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nfo-fund-promotion .nfo-fund-promotion_form .field .name-label,
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .mobile-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: unset;
}
.nfo-fund-promotion .nfo-fund-promotion_form .field .nfo-fund-promotion_input{
  font-size: 14px;
  font-weight: 400;
  font-style: normal !important;
  color: #000000;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  height: 28px;
  padding: 0 10px;
}
.nfo-fund-promotion .nfo-fund-promotion_form .field .nfo-fund-promotion_input:focus,
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .mobile-number-input:focus {
  outline: none;
}
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .mobile-wrapper{
  position: relative;
  height: 28px;
  border: 1px solid #BCBCBC;
  border-radius: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .country-code {
  position: absolute;
  left: 3%;
  bottom: 45%;
  transform: translateY(50%);
  color: #D5D5D5;
  font-size: 14px;
  font-weight: 400;
}
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .code-divider {
  position: absolute;
  left: 16%;
  bottom: 50%;
  transform: translateY(50%);
  width: 1px;
  height: 80%;
  background-color: #D5D5D5;
}
.nfo-fund-promotion .nfo-fund-promotion_form .nfo-fund-promotion_mobile-wrap .mobile-number-input{
  border: none;
  height: 28px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 40px;
  width: 100%;
}
.nfo-fund-promotion .nfo-submitBtn {
  height: 35px;
  border: 0;
  border-radius: 3px;
  background: #ED1B24;
  color: #FFFFFF;
  padding: 5px 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.nfo-fund-promotion .field-error {
  font-size: 12px;
  color: #ED1B24;
  line-height: 14px;
  min-height: 14px;
  visibility: hidden;
}

.nfo-fund-promotion .field-error.is-visible {
  visibility: visible;
}

.nfo-fund-promotion .field.has-error .nfo-fund-promotion_input,
.nfo-fund-promotion .nfo-fund-promotion_mobile-wrap.has-error .mobile-wrapper {
  border-color: #ED1B24;
}

@media (max-width: 767px) {
  .nfo-fund-promotion {
    display: none;
  }
}
