/* otp loader css start */
.banner-form-otp{
  position: relative;
}
.banner-form-otp .rdmore {
  width: 100%;
  left: 0;
  display: none;
  top: 0;
  height: unset;
  bottom: 0;
  position: absolute;
  background-color: #ffffffcc;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 100;
}
.rdmore-loader-text{
  margin-top: 20px;
  /* white-space: nowrap; */
  /* transform: translateX(-80%); */
  text-align: center;
}
.rdmore-inner {
  position: relative;
}
.banner-form-otp .form-holder .hiddenApiSuccessMsg {
  display: none;
}
@media screen and (max-width:768px) {
  .banner-form-otp .rdmore-inner{
    top: 30%;
  }
}
/* otp loader css end */
/* UTILITY CLASSES START */

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

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

.banner-form-otp .absolute{
  position: absolute;
}
/* UTILITY CLASSES END */


.banner-form-otp .form-holder {
  display: block;
  max-width: 86%;
  background-color: #fff;
  padding: 10px 30px 20px;
  position: relative;
  margin: 10px auto 0;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 5px #e4eef6;
}

.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 .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 .form-group > label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 8px;
  color: #233253;
}

.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;
}

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

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

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

/* .banner-form-otp input[type="text"].isd::after{
  content: '';
} */

.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 !important;
  background-color: #f4f4f4;
}

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

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

.label-holder input {
  display: none;
}

.banner-form-otp .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.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 .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 .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 .checktxt {
  display: inline-block;
  width: 92%;
  line-height: 14px;
  position: relative;
  padding-left: 19px !important;
  bottom: -2px;
}

.banner-form-otp .checktxt p {
  font-size: 10px;
  color: #666;
  line-height: 14px;
}

.label-holder {
  position: unset;
  top: unset;
  left: unset;
  width: unset;
  padding-top: unset;
  transform: unset;
}

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

.mob-off {
  display: block;
}

.mob-on {
  display: none;
}

.banner-form-otp .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: "";
}

.banner-form-otp input:focus~label, .banner-form-otp input:not(:focus):valid~label {
  top: 0px;
}

@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 .form-holder {
    top: 0px;
    padding: 20px;
    margin-top: 0px !important;
    margin-bottom: 15px;
  }

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

  .banner-form-otp .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;
  }

  .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.corpusfield label .wantCorpus,
  .label-holder.corpusfield label .dontWantCopus,
  .label-holder.smoker label .smokeryes,
  .label-holder.smoker label .smokerno {
    width: 21px;
    height: 21px;
  }

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

  .mob-off {
    display: none;
  }

  .mob-on {
    display: block;
  }

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

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

  .banner-form-otp{ 
    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;
}

/* NEW CSS START */

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

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

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

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

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

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

@media screen and (max-width:768px) {
  
  .banner-form-otp .form-holder{
    max-width: unset;
    margin-inline: 5px;
  }
}

/* OTP SCREEN CSS START */
/* desktop view css start */

/* .form-wrapper {
  padding: 20px 15px 30px;
} */

.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;
  /* width: 50%; */
  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 .otp-input .border-red{
  border-bottom: 1px solid red;
}

.banner-form-otp .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;
}

/* THIS IS OTP  */
.otpoption {
  margin-bottom: 10px;
  /* position: relative;
  z-index: 10; */
}

.banner-form-otp .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 .overlay{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fbfbfb8a;
}

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

/* desktop view css end */
/*  MOBILE VIEW CSS START*/
@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 .btn-back, .banner-form-otp .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;
}

/*  MOBILE VIEW CSS END*/

/* OTP SCREEN CSS END */


/* NEW CSS END */

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

.banner-form-otp .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 .form-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.banner-form-otp .form-groups .form-group {
  flex: none;
  width: 48%;
}

.banner-form-otp .form-groups .btn-bottom {
  flex: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* version 2 css */
.banner-form-otp .version-2.form-holder {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.banner-form-otp .version-2 .heading-description {
  background-color: #D6EEFF;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.banner-form-otp .version-2 .heading-description .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin: 0px;
}

.banner-form-otp .version-2 form[data-id="litePageSubmit"] {
  padding: 0px 20px 20px;
}

.banner-form-otp .version-2 .form-group > label {
  color: #005E9E;
}

.banner-form-otp .version-2 .form-holder1 .form-control {
  background-color: #fff;
  border: 1px solid #BEC1C8 !important;
}

.banner-form-otp .version-2 .label-holder.nri {
  grid-column-gap: 0px;
}

.banner-form-otp .version-2 .label-holder label {
  background-color: #fff;
}

.banner-form-otp .version-2 .label-holder label[data-id="nriNoRadio"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.banner-form-otp .version-2 .label-holder label[data-id="nriYesRadio"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.banner-form-otp .version-2 .label-holder input:checked+label {
  border: 1px solid #005E9E;
  background-color: #E8F8FF;
}

.banner-form-otp .version-2 .form-groups .form-group.nriField {
  width: 38%;
}

.banner-form-otp .version-2 .form-groups .form-group.fullNameField {
  width: 58%;
}

.banner-form-otp .version-2 .form-groups .form-group.mobileField,
.banner-form-otp .version-2 .form-groups .form-group.emailFeild {
  width: 100%;
}

.weDontSpam {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #7D7D7D;
	margin-left: 10px;
}

.weDontSpam img {
	width: 15px;
	height: 15px;
	margin-right: 3px;
}

.banner-form-otp .version-2 .checktxt p {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.banner-form-otp .version-2 .chkdes label {
  border: none;
}

.banner-form-otp .version-2 .chkdes:checked + label {
  background-color: #0370ff;
  border: none;
}

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

.banner-form-otp .version-2 .checkbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.banner-form-otp .version-2 .chkdes {
  width: 6% !important;
}

.banner-form-otp .version-2 .checktxt {
  width: 88%;
  padding-left: 0px !important;
  position: static;
  max-height: 18px;
  overflow: hidden;
  transition: all .5s linear;
}

.banner-form-otp .version-2 .rotate .checktxt {
  max-height: 500px;
}

.banner-form-otp .version-2 .agree-checkbox-error-txt {
  width: 100%;
  flex: none;
}

.banner-form-otp .version-2 .dropDown {
  width: 10px;
  margin-top: 6px;
  cursor: pointer;
  transition: all .5s linear;
}
.banner-form-otp .version-2 .rotate .dropDown {
  transform: rotate(180deg);
}
.banner-form-otp .form-groups .form-group.fullWidthEmailContainer{
  width: 100%;
}
.banner-form-otp .inputGroup.form-group.mobileField {
  position: relative;
}
/* select2 */

.banner-form-otp .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 .select2-container--default .select2-selection--single{
	background-color: #F5F6F7;
}

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

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

@media screen and (max-width:768px) {
	.banner-form-otp .select2-container{
		font-size: 10px;
	}
}

@media screen and (max-width: 768px) {
  .weDontSpam {
    font-size: 6px !important;
    margin-left: 0 !important;
  }

  .weDontSpam img {
    width: 10px !important;
    height: 10px !important;
  }
  .banner-form-otp .desktop-only {
		display: none !important;
	}
}