.banner-form-otp-v2{
  position: relative;
}

.banner-form-otp-v2 .flex{
  display: flex;
  align-items: center;
}

.banner-form-otp-v2 .relative{
  position: relative;
}

.banner-form-otp-v2 .absolute{
  position: absolute;
}


.banner-form-otp-v2 .form-holder {
  display: block;
  background-color: #fff;
  padding: 10px 30px 20px;
  position: relative;
  box-shadow: 0 0 18px 0 #458BD14D;
  border-radius: 10px;
}

.error-txt1 {
  padding-top: 5px;
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  color: #ed1c24;
}

.form-holder1 {
  position: relative;
}

.banner-form-otp-v2 .form-holder h4 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #233253;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-holder h4 + p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 12px;
}

.banner-form-otp-v2 .form-group > label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 8px;
  color: #233253;
}

.banner-form-otp-v2 .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-form-otp-v2 .form-holder1 .form-control:focus {
  color: #495057;
  background-color: #fff;
  border:1px solid #80bdff;
}

.banner-form-otp-v2 .form-control{
  opacity: 0.8 !important;
  width: 98% !important;
}

.banner-form-otp-v2 input[type="text"].isd {
  width: 26% !important;
  padding: 0 7px;
  text-align: center;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.banner-form-otp-v2 .form-holder1 .form-control {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  color: #59595b;
  height: 41px !important;
  border: 1px solid#dbdddd;
  background-color: #f4f4f4;
}

.banner-form-otp-v2 .international-number{
  border-left: none !important;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.banner-form-otp-v2 .label-holder {
  display: grid;
  grid-template: auto auto/1fr 1fr;
  grid-column-gap: 10px;
}

.label-holder input {
  display: none;
}

.banner-form-otp-v2 .label-holder input:checked + label {
  border: 1px solid#005e9e;
  margin-top: 0px !important;
  background-color: #fff;
  color: #005e9e;
  font-weight: 500;
}

.label-holder.gender input#male:checked + label .male {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/male-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.gender label .male {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/male-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.label-holder label span {
  line-height: 27px;
}

.label-holder label {
  display: block;
  border-radius: 4px;
  border: 1px solid #dbdddd;
  background-color: #f4f4f4;
  padding: 6px 14px;
}

.label-holder label {
  font-size: 12px;
  font-weight: 400;
  color: #59595b;
  margin-top: 0px !important;
  text-align: center;
  line-height: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.label-holder.gender input#female:checked + label .female {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/female-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.gender label .female {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/female-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.label-holder.nri input#nriyes:checked + label .nriyes {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/nri-yes-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.nri label .nriyes {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/nri-yes-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.label-holder.ageRadioButton label .ageValidationyes {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/age-NO.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.label-holder.ageRadioButton label .ageValidationno {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/age-YES.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.label-holder.nri input#nrino:checked + label .nrino {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/nri-no-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.nri label .nrino {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/nri-no-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.label-holder.smoker input#smokeryes:checked + label .smokeryes {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/smoker-yes-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.smoker label .smokeryes {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/smoker-yes-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.label-holder.smoker input#smokerno:checked + label .smokerno {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/smoker-no-active.png)
    no-repeat !important;
  background-size: 100% 100% !important;
}

.label-holder.smoker label .smokerno {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/smoker-no-inactive.png)
    no-repeat;
  background-size: 100% 100% !important;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.date {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/date.png)
    no-repeat 93% 10px;
}

.code {
  position: relative;
}

.banner-form-otp-v2 .code::before {
  content: "+91";
  position: absolute;
  left: 12px;
  top: 12px;
  border-right: 1px solid rgba(89, 89, 91, 0.3);
  height: 17px;
  width: 35px;
  z-index: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #59595b;
}

.code input {
  position: relative;
  padding-left: 55px;
}

.cmpcheck {
  position: relative;
  padding-top: 0;
  padding-left: 0px;
}

.chk-break {
  border: none;
  width: 100%;
  font-size: 10px;
  color: #666;
  text-align: left;
  line-height: 14px;
}

.chk-break input {
  float: left;
  margin-top: 14px;
  width: unset !important;
}

.chkdes {
  visibility: hidden;
}

.banner-form-otp-v2 .chkdes + label {
  position: absolute;
  top: 5px;
  z-index: 10;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid#233253;
  border-radius: 2px;
}

.banner-form-otp-v2 .checktxt {
  display: inline-block;
  width: 92%;
  line-height: 14px;
  position: relative;
  padding-left: 30px !important;
  bottom: -2px;
}

.banner-form-otp-v2 .label-holder {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  padding-top: unset;
  transform: unset;
}

.banner-form-otp-v2 #dateBirth {
  cursor: pointer;
}

.it-text {
  font-size: 10px;
  color: #666;
  text-align: center;
  line-height: 14px;
  margin-top: 30px;
}

.mob-off {
  display: block;
}

.mob-on {
  display: none;
}

.chkdes:checked + label:before {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ed1c24;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99999;
  position: absolute;
  content: "";
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
  .form-holder {
    top: 0px;
    padding: 38px 4px;
    margin-top: 0 px !important;
  }
}

@media (max-width: 767px) {
  .banner-form-otp-v2 .form-holder {
    max-width: unset;
    top: 0px;
    padding: 20px;
    margin-top: 0px !important;
  }

  .form-holder {
    box-shadow: 0px 0px 25px -65px #fff;
    margin-top: 40px;
  }

  .banner-form-otp-v2 .form-holder h4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .form-holder h4 + p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 18px;
  }

  .form-control {
    height: 36px;
  }

  .banner-form-otp-v2 .label-holder {
    grid-column-gap: 6px;
  }

  .label-holder label {
    padding: 6px 7px;
  }

  .label-holder.gender label .male,
  .label-holder.gender label .female,
  .label-holder.nri label .nriyes,
  .label-holder.nri label .nrino,
  .label-holder.smoker label .smokeryes,
  .label-holder.smoker label .smokerno,
  .label-holder.corpusfield label .wantCorpus,
  .label-holder.corpusfield label .dontWantCopus,
  .label-holder.ageRadioButton label .ageValidationyes,
  .label-holder.ageRadioButton label .ageValidationno {
    width: 21px;
    height: 21px;
  }

  .label-holder label span {
    line-height: 23px;
  }

  .mob-off {
    display: none;
  }

  .mob-on {
    display: block;
  }

  .banner-form-otp-v2 .code::before {
    top: 9px;
  }

  .banner-form-otp-v2 .btnred {
    width: 174px !important;
  }

  .banner-form-otp-v2{ 
    margin-top: 0px;
  }
}

.below-60 {
  max-width: 196px;
  width: 100%;
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #ed1c24;
}

.banner-form-otp-v2 input[type="text"]{
  font-style: unset;
}

.banner-form-otp-v2 .otp-screen-container p{
  margin-bottom: unset !important;
}

.banner-form-otp-v2 .dsp-n{
  display: none;
}

.banner-form-otp-v2 .checkbox-wrapper{
  margin-bottom: 18px;
}

.banner-form-otp-v2 .agree-checkbox-error-txt{
  padding: 10px 0 0 30px;
  line-height: 1.2;
}

.banner-form-otp-v2 .checktxt p{
  margin-bottom: 0 !important;
}

.otp-head-title {
  font-size: 22px;
  font-weight: 600;
  color: #3f4c69;
  text-align: center;
}

.otp-head-title {
  position: relative;
}

.otp-head-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #ed1c24;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%);
  border-radius: 5px;
}

.number-email-wrapper {
  display: flex;
  border: 1px solid #e8e8e8;
  max-width: 75%;
  width: fit-content;
  margin: 35px auto;
  border-radius: 5px;
}

.number-wrapper {
  text-align: center;
  padding: 8px 8px;
}

.mail-wrapper {
  width: 50%;
  text-align: center;
  border-left: 1px solid #e8e8e8;
  padding: 8px 8px;
}

.mobile-Number {
  font-size: 14px;
  font-weight: 600;
  color: #3f4c69;

}

.inside-content {
  padding: 4px;
  font-size: 12px;
  text-align: center;
  color: #989898;
  overflow-wrap: break-word;
}

.error-msg {
  display: flex;
  margin: 0 auto;
  max-width: fit-content;
  gap: 6px;
  border-radius: 5px;
  padding: 6px 15px;
}

.error-msg-green {
  background-color: #edf9e8;
}

.error-msg-red {
  background-color: #fff2f3;
}

.dsp-n {
  display: none;
}

.mainform {
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width:768px) {
  .FormJourney.width-75{
    width: 75%;
    margin: 0 auto;
  }
}

.banner-form-otp-v2 .otp-input .border-red{
  border-bottom: 1px solid red;
}

.banner-form-otp-v2 .otp-input input {
  max-width: 8%;
  height: 40px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #9d9b9b;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none;
  margin-bottom: 10px;
  text-align: center;
  font-style: unset !important;
}

.otpoption {
  margin-bottom: 10px;
}

.banner-form-otp-v2 .otp-input{
  margin-top: 15px;
}

.otpoption p {
  color: #949dad;
  font-size: 12px;
  font-weight: 600;
}

.otpoption .resend-grey {
  color: #2e3c5c;
  font-weight: 600;
  cursor: pointer;
}

.btn-main-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.btn-back {
  padding: 7px 55px;
  border: 1px solid #ed1c24;
  background-color: #fff;
  border-radius: 5px;
  color: #ed1c24;
  font-size: 15px;
  font-weight: 600;
}

.btn-verify {
  padding: 7px 55px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.success-img{
  text-align: center;
  margin-top: 20px;
}

.banner-form-otp-v2 .overlay{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb8a;
}

@media screen and (min-width:768px) {
  .banner-form-otp-v2 .error-msg-main-wrapper{
    max-width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .otp-head-title {
    font-size: 15px;
  }

  .otp-head-title::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #ed1c24;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 5px;
  }

  .number-email-wrapper {
    max-width: unset;
  }

  .mobile-Number {
    font-size: 12px;
  }

  .inside-content {
    font-size: 12px;
  }

  .banner-form-otp-v2 .btn-back, .banner-form-otp-v2 .btn-verify{
    padding: 5px 35px;
    font-size: 14px;
    font-weight: 500;
  }
}

.error-green {
  color: #4da22b;
  font-size: 10px;
  font-weight: 600;
}

.error-red {
  color: #ed2129;
  font-size: 10px;
  font-weight: 600;
}

.banner-form-otp-v2 .daterangepicker {
  top: 243px;
  left: 30px;
}

.banner-form-otp-v2 .daterangepicker select.monthselect {
  width: 45%;
}

.banner-form-otp-v2 .daterangepicker select.yearselect {
  width: 52%;
}

.banner-form-otp-v2 .select2-container{
  width: 26% !important;
	height: 41px !important;
	border: 1px solid #dbdddd !important;
	background-color: #F5F6F7;
  color: #767676 !important;
	font-size: 12px;
  font-style: normal !important;
}

.banner-form-otp-v2 .select2-container--default .select2-selection--single{
	background-color: #F5F6F7;
}


.banner-form-otp-v2 .version-2 .select2-container,
.banner-form-otp-v2 .version-2 .select2-container--default .select2-selection--single {
  background-color: #FFF;
}

.banner-form-otp-v2 .select2-results__option{
	width: 100%;
	margin: 0;
}

.banner-form-otp-v2 .select2-container .select2-selection--single .select2-selection__rendered{
  color: #767676 !important;
}
.emptymodal .banner-form-otp-v2 .select2-container:has(.select2-dropdown) {
    width: 88% !important;
}

@media screen and (max-width:768px) {
  .emptymodal .banner-form-otp-v2 .select2-container:has(.select2-dropdown) {
    width: 91% !important;
}
}

.banner-form-otp-v2 button:disabled {
  opacity: 0.65;
}


.banner-form-otp-v2 .corpusAmountField select {
  width: 100%;
  background: #59595b14;
  padding: 5px 9px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 5px;
  color: #767676;
  border: 1px solid #dbdddd;
  height: 41px;
}


.banner-form-otp-v2 .form-group [data-validation="mobileNo"],
.banner-form-otp-v2 .form-group [data-validation="mobileNo14"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none !important;
}

.banner-form-otp-v2 #dateBirth:focus,
.banner-form-otp-v2 #dateBirth.picker-active {
  color: #495057 !important;
  background-color: #fff;
  border: 1px solid #80bdff !important;
  box-shadow: 0 0 5px 2px rgba(0, 123, 255, 0.25);
}

.banner-form-otp-v2  .dobImg {
  background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/date.png) no-repeat 93% 10px;
}

.banner-form-otp-v2 form[data-id="litePageSubmit"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-form-otp-v2 .form-group {
  position: relative;
  width: 48%;
}

.banner-form-otp-v2 .form-group.w-100 {
  width: 100%;
}

.banner-form-otp-v2 .checkbox-wrapper,
.banner-form-otp-v2 .it-text {
  width: 100%;
}

.banner-form-otp-v2 .btn-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* version 2 */

.banner-form-otp-v2 .version-2.form-holder {
  box-shadow: 10px 10px 32px 10px #6061701F;
}

.banner-form-otp-v2 .version-2.form-holder .img-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-form-otp-v2 .version-2.form-holder h4 {
  color: #4B5563;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 0px;
}

.banner-form-otp-v2 .version-2 .form-group > label {
  color: #4B5563;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.banner-form-otp-v2 .version-2 input[data-id="nriyes"]:checked + .nriCheckbox {
  background-color: #ed1c24;
}

.banner-form-otp-v2 .version-2 input[data-id="nriyes"]:checked + .nriCheckbox::before {
  left: unset;
  right: 3px;
}

.banner-form-otp-v2 .version-2 .nriRadio {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-form-otp-v2 .version-2 input[type="checkbox"] {
  display: none;
}

.banner-form-otp-v2 .version-2 .nriCheckbox {
  display: inline-block;
  width: 50px;
  height: 25px;
  margin: 0px;
  background-color: #BEC3CC;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.banner-form-otp-v2 .version-2 .nriCheckbox::before {
  content: '';
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 3px;
  left: 3px;
  transition: all 0.3s ease;
}

.banner-form-otp-v2 .version-2 .fullNameWrapper {
  width: 100%;
}

.banner-form-otp-v2 .version-2 .form-holder1 .form-control {
  background-color: #ffffff;
  border: 1px solid #C9D3E9;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #0C111D0D;
  font-style: unset !important;
}

.banner-form-otp-v2 .version-2 .form-holder1 .form-control:focus {
  border: 1px solid #80bdff !important;
  box-shadow: none !important;
}

.banner-form-otp-v2 .version-2 .form-group [data-validation="mobileNo"],
.banner-form-otp-v2 .version-2 .form-group [data-validation="mobileNo14"],
.banner-form-otp-v2 .version-2 input[type="text"].isd,
.banner-form-otp-v2 .version-2 .select2-container {
  border: none;
  border-radius: 0px;
}

.banner-form-otp-v2 .version-2 .form-group [data-validation="mobileNo"]:focus,
.banner-form-otp-v2 .version-2 .form-group [data-validation="mobileNo14"]:focus,
.banner-form-otp-v2 .version-2 input[type="text"].isd:focus,
.banner-form-otp-v2 .version-2 .select2-container:focus {
  border: none !important;
  box-shadow: none !important;
}

.banner-form-otp-v2 .version-2 .form-group .mobileNo_wrap:has([data-validation="mobileNo"]:focus),
.banner-form-otp-v2 .version-2 .form-group .mobileNo_wrap:has([data-validation="mobileNo14"]:focus),
.banner-form-otp-v2 .version-2 .mobileNo_wrap:has(input[type="text"].isd:focus),
.banner-form-otp-v2 .version-2 .mobileNo_wrap:has(.select2-container:focus){
  border: 1px solid #80bdff !important;
  box-shadow: none !important;
}

.banner-form-otp-v2 .version-2 input[type="text"].isd {
  border-right: 1px solid #C9D3E9;
}

.banner-form-otp-v2 .version-2 .mobileNo_wrap {
  border: 1px solid #C9D3E9 !important;
  border-radius: 8px;
  overflow: hidden;
}

.banner-form-otp-v2 .version-2 .checktxt {
  color: #000000;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
}

.banner-form-otp-v2 .version-2 .chkdes:checked + label {
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
}

.banner-form-otp-v2 .version-2 .chkdes:checked + label:before {
  border: solid white;
  border-width: 0 2px 2px 0;
}

.banner-form-otp-v2 .version-2 .btnred {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner-form-otp-v2 .form-group {
    width: 100%;
  }

  .banner-form-otp-v2 .version-2 .btn-bottom  .btnred {
    width: 100% !important;
  }
}