/* Banner & header css start */
.ulipForm .absolute{
    position: absolute;
}

.ulipForm .relative{
    position: relative;
}

.ulipForm .dr-none{
	display: none;
}

.ulipForm .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.ulipForm #error, .ulipForm #error2, .ulipForm #error3 {
    font-size: 12px;
    color: #ff000b;
    text-align: right;
    position: absolute;
    display: block;
    top: -22px;
    left: 0;
    right: 0;
}

.ulipForm .inputSection #error{
	top: -7px;
}

.ulipForm .newForm .formView .previewFieldBlock {
	margin-top: 10px;
    box-sizing: border-box;
    position: relative;
    width: 45%;
    height: auto;
    border-radius: 3px;
	background-color: transparent !important;
	align-items: center;
	justify-content: flex-start;
}

.ulipForm .newForm .formView .previewFieldBlock select{
	width: 100%;
    background: #fff;
    padding: 8.5px 11px;
    font-weight: bold;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    color: #04386c;
    border: 1px solid #005e9d;
	border-radius: 5px;
}

.ulipForm .newForm .mobileNo_wrap label {
	width: 100%;
}
.ulipForm .newForm #code {
    width: 42px;
    margin-left: -31px;
    text-align: center;
    border-right: 1px solid #005e9e;
	border-radius: 0;
}
.ulipForm .newForm .mobile_block #mobile {
    width: 70%;
    padding-left: 10px;
}
/* Chrome, Safari, Edge, Opera */
.ulipForm .newForm .form-field input::-webkit-outer-spin-button,
.ulipForm .newForm .form-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.ulipForm .newForm .form-field input[type=number] {
  -moz-appearance: textfield;
}
.ulipForm .newForm .form-field [type=text]::placeholder{
color: #005e9e;
}
.ulipForm .newForm .formData .mobile_block label {
    left: 57px;
}
.ulipForm .newForm .form-field .form-control {
    color: #000 !important;
	-webkit-text-fill-color : #000;
    width: 100% !important;
    padding: 0px 3px 0px 5px;
    box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #005e9e;
    height: 40px;
	font-style: normal !important;
	opacity: 1;
}

.ulipForm .error-txt, .ulipForm .error-txt1{
	line-height: 14px;
	padding-top: 5px;
	font-size: 11px;
    font-weight: 400;
    color: #ed1c24;
}

.ulipForm .newForm .form-field .form-control.hasDatepicker{
	background: url(../../../../../content/dam/hdfclifeinsurancecompany/campaign/red-date-icon.png) no-repeat 93% 10px;
	background-size: 26px;
    background-position-y: center;
	height: 38px;
	cursor: pointer;
}

.ulipForm .newForm .form-field .form-control[name="phone"]{
	width: 77% !important;
	border-radius: 0 5px 5px 0;
	border-left: none;
}
.ulipForm .newForm .form-field .form-control:focus {
    outline: none;
}


.ulipForm .newForm .formView .previewFieldBlock.mobile_block #code{
	width: 23% !important;
    margin-left: 0;
	color: #005e9e;
	border-radius: 5px 0 0 5px;
}


.ulipForm .newForm label {
    left: 10px;
    font-size: 14px;
    background: #fff;
    display: inline-block;
    color: #005e9e;
	font-weight: 500;
}

.ulipForm input{
	position: unset;
}
.ulipForm .newForm .d_flex {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    flex-wrap: wrap;

}
.ulipForm .newForm .radio_buttons {
	margin-top: 10px;
    color: #797979;
    z-index: 1;
    padding: 0;
    width: 45%;
}
.ulipForm .newForm .radio_buttons h3, .ulipForm .newForm .input_section span, .ulipForm .newForm .spanTxt {
    font-size: 14px;
    display: inline-block;
    color: #005e9e;
    font-weight: 500;
	margin-bottom: 0.5rem;
}
.ulipForm .newForm #yes_nriBannerForm, .ulipForm .newForm #no_nriBannerForm {
    font-size: 14px;
    padding: 8.5px 11px;
}
.ulipForm .newForm #no_nriBannerForm, .ulipForm .newForm #ulipMaleBannerForm, .ulipForm .newForm #noBannerForm, .ulipForm .newForm #ulipAbove45BannerForm, .ulipForm .newForm #dontWantCorpus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.ulipForm .newForm #ulipMaleBannerForm, .ulipForm .newForm #ulipFemaleBannerForm, .ulipForm .newForm #yesBannerForm, .ulipForm .newForm #noBannerForm, .ulipForm .newForm #yes_nriBannerForm, .ulipForm .newForm #no_nriBannerForm, .ulipForm .newForm #ulipBelow45BannerForm, .ulipForm .newForm #ulipAbove45BannerForm, .ulipForm .newForm .corpus_raio  {
    background: #fff;
    padding: 8.5px 11px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #04386c;
    border: 1px solid #005e9d;
}
.ulipForm .newForm .valid {
    background: #005e9d !important;
    color: #f0f9ff !important;
}
.ulipForm .newForm input.valid{
	background-color: #fff !important;
}
.ulipForm .newForm .calIcon {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.ulipForm .newForm .hidden-dob {
    position: absolute;
    right: 0;
    width: 20px;
    cursor: pointer;
    height: 20px;
    z-index: 10000;
    opacity: 0;
}

.ulipForm .newForm .simpleLabel {
	width: 95%;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    display: block;
    padding: 0 15px 0 0;
	display: inline;
	margin-bottom: 0;
}
.ulipForm .newForm .buttonCenter {
    margin: auto;
    width: 100%;
    text-align: center;
	margin-bottom: 1rem;
}
.ulipForm .newForm .buttonCenter button {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #ed1c24;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    padding: 0 25px;
    font-size: 12px;
    border-radius: 4px;
}
.ulipForm .newForm .buttonCenter .btn:hover {
    box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
    background: #ff3038;
}
.ulipForm .newForm .bottomText {
    font-size: 12px;
    text-align: center;
    padding: 0;
    padding-top: 14px;
    border-top: 1px solid #ccc;
    display: block;
    width: 100%;
    font-weight: 400;
    color: #000;
}

.ulipForm .btn:focus{
    box-shadow: none;
}
/* new form CSS END*/

.ulipForm label.active {
	color: #233253;
	cursor: auto;
}
.daterangepicker {
	z-index: 10 !important;
}

@media screen and (max-width:767px) and (min-width:579px) {
	.ulipForm .top-banner {
		order: 1;
	}

}

/* New Css 16.06.2022 start */

@media screen and (min-width: 768px) {
	.ulipForm .ban-left ul {
		display: inline-block;
	}

	.ulipForm .top-banner .info-form .rightImg img {
		width: 90%;
		height: auto;
	}
}

/* FONT SIZE ADJUSTED TO MAKE SURE BOTH BUTTONS LOOK THE SAME */
@media screen and (min-width:768px) {

	.ulipForm .termbanner .mob-only{
		display: none;
	}

}

@media screen and (max-width:768px) {
	
	.ulipForm .selectMale, .ulipForm .selectFemale{
		text-align: center;
	}
	
	.ulipForm .newForm .formView .previewFieldBlock {
		text-align: left;
	}
	.ulipForm .newForm .radio_buttons{
		margin-bottom: 20px;
        text-align: left;    }
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    padding: 5px !important;
}


/* LINK DESIGN CHANGES END */


/* select2  */

/* .ulipForm .select2-container{
	height: 36px !important;
	border: 1px solid #DEE0E3 !important;
	background-color: #F5F6F7;
	border-right: none !important;
	font-size: 14px;
} */

/* .ulipForm .select2-container--default .select2-selection--single{
	background-color: #F5F6F7;
} */

.ulipForm .select2-results__option{
	width: 100%;
	margin: 0;
}

@media screen and (max-width:768px) {
	.ulipForm .select2-container{
		font-size: 16px;
	}
    .ulipForm .desktop-only {
		display: none !important;
	}
}

.ulipForm .disclaimer {
    width: 94%;
    max-height: 28px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    transition: all 0.5s linear;
}

.ulipForm .disclaimer.expand {
    max-height: 200px;
}

.ulipForm .disclaimer .dropDown {
    width: 12px;
    height: auto;
    margin-top: 14px;
    transition: all 0.5s linear;
    cursor: pointer;
}

.ulipForm .disclaimer .dropDown.rotate {
    transform: rotate(180deg);
}
.ulipForm .newForm .formHeading .marginLeft {
    margin-left: 0px;
}

.ulipForm .font-18 {
    font-size: 18px;
}

.ulipForm input::placeholder {
    opacity: 0.5;
    color: #005e9e;
    font-size: 15px;
}

.ulipForm .newForm .marginLeft .heading {
    margin: 0px;
}

.ulipForm .newForm .formView .inputSection .fieldsForm {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
}

.ulipForm .newForm .radio_buttons .fieldnri span {
    font-size: 10pt;
    display: flex;
}

.ulipForm .newForm .radio_buttons .fieldgen span, .ulipForm .newForm .radio_buttons .fieldAge span, .ulipForm .newForm .radio_buttons .corpusRadio span  {
    font-size: 10pt;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ulipForm .newForm .radio_buttons .smoker {
    position: relative;
    margin: 5px 0;
}

.ulipForm .newForm .radio_buttons .smoker .smokerDetails {
    font-size: 10pt;
    display: flex;
}

.ulipForm .newForm .form-field.previewFieldBlock .showAge {
    margin-bottom: -5px;
    color: #005e9e;
    text-align: right;
    font-size: 12px;
    margin-right: -10px;
    display: none;
}

/*  inline CSS  */
.ulipForm .newForm #formView {
    font-family: 'Source Sans Pro', sans-serif;
}

.ulipForm .newForm .formView {
    height: auto;
    /* width: 490px; */
    border-radius: 5px;
    border: 1px solid #d51d25;
    background-color: #ffffff;
}

.ulipForm .newForm .formField {
    padding: 0px 12px;
}

.ulipForm .newForm .formHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.ulipForm .newForm .formHeading h4 {
    color: #000;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
}

.ulipForm .newForm .formHeading h4 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.ulipForm .newForm .border {
    display: block;
    width: 70px;
    height: 5px;
    background: #d41d25;
    margin: 5px auto 0;
}

.ulipForm .newForm .formData .inputSection {
    position: relative;
    margin: 30px auto 0;
    width: 95%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.ulipForm .check-option-tab {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.ulipForm .check-option-tab input[type="checkbox"] {
    width: 5%;
    margin-top: 10px;
}

.ulipForm .check-option-tab label {
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    display: block;
    line-height: 16px;
}

.ulipForm .check-option-tab .error-txt {
    width: 100%;
}

.ulipForm .newForm #yes_nriBannerForm,
.ulipForm .newForm #ulipFemaleBannerForm,
.ulipForm .newForm #yesBannerForm,
.ulipForm .newForm #ulipBelow45BannerForm,
.ulipForm .newForm #wantCorpus {
    border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
    .ulipForm .ban-right {
        margin-top: 20px;
    }

    .ulipForm .newForm .formView {
        width: auto;
    }

    .ulipForm .newForm .radio_buttons,
    .ulipForm .newForm .formView .previewFieldBlock {
        width: 100%;
    }

    .ulipForm .newForm .formData .mobile_block label {
        left: 75px;
    }

    .ulipForm .check-option-tab label {
        text-align: left;
        padding-left: 5px;
    }
}

/* otp */
.ulipForm .otp-screen-container {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d51d25;
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #e4eef6;
}

.ulipForm .form-holder {
    border-radius: 10px;
    box-shadow: 0px 0px 8px 5px #e4eef6;
}

.ulipForm .checkbox-wrapper {
    margin-bottom: 18px;
}

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

.ulipForm .checktxt p {
    margin-bottom: 0 !important;
}

@media screen and (max-width:768px) {
    .ulipForm .form-holder {
        max-width: unset;
        padding: 0px;
    }
}

.ulipForm .otp-head-title, .ulipForm .otp-head-title p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #3f4c69;
    text-align: center;
}

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

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

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

.ulipForm .number-wrapper {
    text-align: center;
    /* width: 50%; */
    padding: 8px 8px;
}

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

.ulipForm .number-wrapper .mobile-Number {
    font-size: 14px;
    font-weight: 600;
    color: #3f4c69;
    margin-bottom: 0px;
}

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

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

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

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

.dsp-n {
    display: none !important;
}

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

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

.ulipForm .otp-input .border-red {
    border-bottom: 1px solid red;
}

.ulipForm .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  */
.ulipForm .otpoption {
    margin-bottom: 10px;
    /* position: relative;
    z-index: 10; */
}

.ulipForm .otp-input {
    margin-top: 15px;
}

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

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

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

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

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

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

.ulipForm .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fbfbfb8a;
}

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

/* desktop view css end */
/*  MOBILE VIEW CSS START*/
@media screen and (max-width: 768px) {
    .ulipForm .newForm .formData .inputSection {
        margin: 30px 0 0;
        width: 100%;
    }

    .ulipForm .otp-head-title {
        font-size: 15px;
    }

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

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

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

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

    .ulipForm .btn-back,
    .ulipForm .btn-verify {
        padding: 5px 35px;
        font-size: 14px;
        font-weight: 500;
    }
}

.ulipForm .error-msg-green .error-green {
    color: #4da22b;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}

.ulipForm .error-msg-red .error-red {
    color: #ed2129;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}

.ulipForm .dsp-n {
    display: none;
}
.ulipForm .ageImage{
    width: 20px;
    margin-right: 10px;
}

/* .ulipForm .newForm input:focus:not([type="checkbox"]), .ulipForm .newForm select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
} */

.ulipForm button:disabled {
    opacity: 0.65;
}

@media screen and (min-width:767px) {
    .ulipForm .fullWidthEmailContainer{
    width: 95% !important;
    }
}
.ulipForm .premium-screen {
	padding: 15px;
    border-radius: 5px;
    border: 1px solid #d51d25;
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #e4eef6;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.ulipForm .premium-screen p,
.ulipForm .premium-text {
	margin-bottom: 0px !important;
	font-size: 14px;
    font-weight: 600;
    color: #3f4c69;
	text-align: center;
}

.ulipForm .premium-text {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ulipForm .premium-screen .circle {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-image: conic-gradient(red 0deg, white 0deg);
    animation: fillRed 1s linear infinite;
}

@keyframes fillRed {
    0% {
        background-image: conic-gradient(red 0deg, white 0deg);
    }
    25% {
        background-image: conic-gradient(red 90deg, white 90deg);
    }
	50% {
		background-image: conic-gradient(red 180deg, white 180deg);
	}
	75% {
		background-image: conic-gradient(red 270deg, white 270deg);
	}
    100% {
        background-image: conic-gradient(red 360deg, white 0deg);
    }
}


.ulipForm .premium-screen .seconds {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #ececec;
}

.ulipForm .button-center {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ulipForm .red-btn {
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 4px;
    display: block;
    padding: 5px 20px;  
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    outline: none;
    transition: all 0.3s ease;
}

.ulipForm .red-btn:hover {
    color: #fff;
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}
