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

.newBannerForm .light-blue {
	color: #0083C3 !important;
}

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


.newBannerForm .timing {
	color: darkgray;
	font-size: 10px;
	font-weight: 500;
}

.newBannerForm .call-icon {
	width: 12px;
	height: 12px;
}

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

.newBannerForm .inputSection #error {
	top: -7px;
	margin-top: 5px;
}



.newBannerForm .newForm label[for="mobile"] {
	width: 100%;
}

.newBannerForm input[type="text"] {
	height: 40px;
	border: 1px solid #005e9e;
}

.newBannerForm input[type="text"]:focus {
	border: 1px solid #005e9e;
}

.newBannerForm .newForm #code {
	width: 42px;
	margin-left: -31px;
	text-align: center;
	border-right: 1px solid #717171;
	border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
.newBannerForm .newForm .form-field input::-webkit-outer-spin-button,
.newBannerForm .newForm .form-field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.newBannerForm .newForm .form-field input[type=number] {
	-moz-appearance: textfield;
}

.newBannerForm .newForm .form-field [type=text]::placeholder {
	color: #005e9e;
}

.newBannerForm .newForm .formData .mobile_block label {
	left: 57px;
}

.newBannerForm .newForm .form-field .form-control {
	color: #000 !important;
	-webkit-text-fill-color: #000;
	width: 100% !important;
	padding: 0px 8px;
	box-sizing: border-box;
	background-color: #F5F6F7;
	border: 1px solid #DEE0E3;
	height: 36px;
	font-style: normal !important;
	opacity: 1;
	font-size: 14px;
}

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

.newBannerForm .newForm .form-field .form-control.hasDatepicker {
	background: url(../../../../../content/dam/hdfclifeinsurancecompany/products-page/calenderBlue.png) no-repeat 93% 10px;
	background-size: 19px;
	background-position-y: center;
	height: 36px;
	cursor: pointer;
	background-color: #F5F6F7;
}

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

@media screen and (max-width:767px) {
	.newBannerForm .newForm .form-field .form-control[name="phone"] {
		width: 67% !important;
	}
}

.newBannerForm .newForm .form-field .form-control:focus {
	outline: none;
	border: 1px solid #005e9e;
}



.newBannerForm .newForm label {
	left: 10px;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	color: #005e9e;
	transition: all .5s ease;
	font-weight: 500;
	text-align: left;
}

.newBannerForm input {
	position: unset;
}

.newBannerForm input:focus~label,
.newBannerForm input:not(:focus):valid~label {
	top: -10px;
}

.newBannerForm .newForm label {
	top: -10px;
}

.newBannerForm .newForm .d_flex {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
}

.newBannerForm .newForm .radio_buttons {
	color: #797979;
	position: relative;
	z-index: 1;
	padding: 0;
	width: 46%;
	margin: 5px 10px 5px 10px;
}

.newBannerForm .newForm .radio_buttons label {
	display: flex;
	font-size: 14px;
    color: #005e9e;
    font-weight: 500;
}

.newBannerForm .newForm #yes_nriBannerForm,
.newBannerForm .newForm #no_nriBannerForm {
	font-size: 14px;
}

.newBannerForm .newForm #no_nriBannerForm,
.newBannerForm .newForm #maleBannerForm,
.newBannerForm .newForm #noBannerForm {
	border-radius: 5px;
}

.newBannerForm .newForm #maleBannerForm,
.newBannerForm .newForm #femaleBannerForm,
.newBannerForm .newForm #yesBannerForm,
.newBannerForm .newForm #noBannerForm,
.newBannerForm .newForm #yes_nriBannerForm,
.newBannerForm .newForm #no_nriBannerForm {
	background-color: #F5F6F7;
	padding: 8.5px 11px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	width: 50%;
	font-size: 14px;
	color: #717171;
	border: 1px solid #DEE0E3;
	padding: 6px 22px;
}

.newBannerForm .newForm #maleBannerForm img,
.newBannerForm .newForm #femaleBannerForm img,
.newBannerForm .newForm #yesBannerForm img,
.newBannerForm .newForm #noBannerForm img,
.newBannerForm .newForm #yes_nriBannerForm img,
.newBannerForm .newForm #no_nriBannerForm img {
	filter: grayscale(100%);
	width: 24px;
	height: 24px;
}

.newBannerForm .newForm .valid {
	background: #ffffff !important;
	color: #005E9E !important;
	border-color: #005E9E !important;
}

.newBannerForm .newForm .valid img {
	filter: grayscale(0%) !important;
}

.newBannerForm .newForm input.valid {
	background-color: #fff !important;
}

.newBannerForm .newForm .calIcon {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

.newBannerForm .disclaimer {
	width: 95%;
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

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



.newBannerForm .disclaimer .simpleLabel {
	max-height: 16px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	transition: all 0.5s linear;
}

.newBannerForm .disclaimer .simpleLabel.expand {
	max-height: 150px;
}

.newBannerForm .disclaimer .dropDown {
	width: 10px;
	margin-top: 6px;
	cursor: pointer;
	transition: all 0.5s linear;
}

.newBannerForm .disclaimer .dropDown.rotate {
	transform: rotate(180deg);
}

@media screen and (max-width:768px) {
	.newBannerForm .disclaimer {
		width: 90%;
	}

	.newBannerForm .disclaimer .simpleLabel {
		max-height: 32px;
	}
}

.newBannerForm .newForm .buttonCenter {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}


.newBannerForm .newForm .buttonCenter button {
	font-weight: 600;
	background-color: #ed1c24;
	color: #ffffff;
	border: 1px solid #ed1c24;
	cursor: pointer;
	display: inline-block;
	height: 37px;
	padding: 0 25px;
	font-size: 12px;
	border-radius: 4px;

}

.newBannerForm .newForm .buttonCenter button:hover {
	box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
	background: #ff3038;
}


.newBannerForm label.active {
	color: #233253;
	cursor: auto;
}

/* buying guide */
.newBannerForm .desk-dflex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.newBannerForm .desk-dflex a:first-child {
	margin-top: 20px;
	margin-bottom: 10px;
}

.newBannerForm .form-group :focus {
	outline: none;
	outline-width: 0;
	outline-style: none;
}

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


.newBannerForm .dp-mob {
	display: none;
}

.newBannerForm .dp-desk {
	display: block;
}


.newBannerForm .catBannerBtn .btn:last-child {
	font-size: 12px;
	font-weight: 600;
}

.newBannerForm .catBannerBtn .btn:last-child:hover {
	background-color: #ffffff;
	color: #ed1c24;
	box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
}

@media screen and (min-width: 768px) {
	.newBannerForm .relative {
		position: relative;
		min-height: 680px;
	}

	.newBannerForm .absolute {
		position: absolute;
		top: 0;
		right: 0;
	}

}

@media screen and (max-width: 768px) {
	.newBannerForm .termHeader {
		width: 100%;
	}

	.newBannerForm h2 {
		font-weight: 700;
		font-size: 24px;
	}

	.newBannerForm .mobileOrder1 {
		order: 1;
	}

	.newBannerForm .mobileOrder2 {
		order: 2;
	}

	.newBannerForm .mobileOrder3 {
		order: 3;
	}

	.newBannerForm .dp-mob {
		display: block;
	}

	.newBannerForm .dp-desk {
		display: none;
	}

	.newBannerForm .catBannerBtn a {
		height: fit-content;
		width: fit-content;
		padding: 5px !important;
	}

	.newBannerForm .catBannerBtn .btn-danger {
		margin: 0 auto !important;
	}

	.newBannerForm .catBannerBtn {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		gap: 5px;
	}

}

.newBannerForm .setposition {
	position: relative;
}

@media screen and (max-width:768px) {
	.newBannerForm .selectMale,
	.newBannerForm .selectFemale {
		text-align: center;
	}

	.newBannerForm .desktop-only {
		display: none !important;
	}

	.newBannerForm .newForm .radio_buttons {
		margin-bottom: 10px;
	}
	.newBannerForm .newForm .form-field .form-control {
		width: 90% !important;
		font-size: 10px;
	}
	.newBannerForm .newForm .form-field .form-control#fnameBannerForm,
	.newBannerForm .newForm .form-field .form-control#email {
		width: 100% !important;
	}

	.newBannerForm .newForm .form-field input::placeholder {
		font-size: 10px;
	}

	.newBannerForm .newForm .form-field input::-webkit-input-placeholder {
		font-size: 10px;
	}

	.newBannerForm .newForm .form-field input::-moz-placeholder {
		font-size: 10px;
	}

	.newBannerForm .newForm .form-field input:-ms-input-placeholder {
		font-size: 10px;
	}
	.newBannerForm .newForm #maleBannerForm img,
	.newBannerForm .newForm #femaleBannerForm img,
	.newBannerForm .newForm #yesBannerForm img,
	.newBannerForm .newForm #noBannerForm img,
	.newBannerForm .newForm #yes_nriBannerForm img,
	.newBannerForm .newForm #no_nriBannerForm img {
		width: 18px;
		height: 18px;
	}
	.newBannerForm .newForm .buttonCenter {
		margin: 0 10px 12px 10px;
	}
	.newBannerForm .newForm .buttonCenter button {
		width: 100%;
	}
}


/* select2  */

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

.newBannerForm .select2-container.select-2-focus{
	border: 1px solid #005e9e !important;
	border-right: none !important;
}

.newBannerForm .select2-container--default .select2-selection--single{
	background-color: #F5F6F7;
}

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

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

.newBannerForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 30%;
}

.newBannerForm .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 25px;
}

@media screen and (max-width:767px) {
	.newBannerForm .select2-container--default .select2-selection--single .select2-selection__arrow b {
		left: 50%;
	}
}

.newBannerForm .select2.select2-container--open {
	border: 1px solid #005e9e !important;
	border-right: none !important;
}

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

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

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

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


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

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

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

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


.newBannerForm .previewFieldBlock .loader {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: conic-gradient(rgb(187, 187, 187) 0deg, rgb(187, 187, 187) 90deg, rgb(230, 230, 230) 90deg);
	display: flex;
	justify-content: center;
	align-items: center;
	animation: rotate 1s linear infinite;
}

.newBannerForm .previewFieldBlock .loader::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: rgb(214, 214, 214);
	border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	0% {
		transform: rotate(-360deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.newBannerForm .newForm .form-field.previewFieldBlock .cityStateTxt {
    color: #828282;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}
/* form hoarding starts */
.newBannerForm .formHoarding {
    background-color: #233253;
    padding: 11px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.newBannerForm .formHoarding p{
    margin-bottom: 0px !important;
}
.newBannerForm .newForm {
    box-shadow: 0px 0px 8px 5px #e4eef6;
    border-radius: 5px;
}
.newBannerForm .formHoarding .formHoarding__title .formHoarding__title--txt {
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

@media screen and (max-width:767px) {
    .newBannerForm .formHoarding .formHoarding__title .formHoarding__title--txt {
        font-size: 16px;
        line-height: 24px;
    }
}

.newBannerForm .formHoarding .formHoarding__title .formHoarding__title--txt span {
    color: #69D2FF;

}

.newBannerForm .formHoarding .formHoarding__description {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    color: #fff;
}

.newBannerForm .formHoarding .formHoarding__description .formHoarding__description--leftTxt,
.newBannerForm .formHoarding .formHoarding__description .formHoarding__description--rightTxt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .newBannerForm .formHoarding .formHoarding__description .formHoarding__description--leftTxt,
    .newBannerForm .formHoarding .formHoarding__description .formHoarding__description--rightTxt {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
}
/* form hoarding ends */
.newBannerForm .newForm .formHeading .marginLeft {
    margin-left: 0px;
}

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

.newBannerForm input::placeholder {
    opacity: 0.5;
    color: #005e9e;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

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

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

.newBannerForm .newForm .formField h3 {
    color: #233253;
}

.newBannerForm .newForm .radio_buttons .fieldnri {
    position: relative;
    margin: 5px 0;
}

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

.newBannerForm .newForm .radio_buttons .fieldgen {
    position: relative;
    margin: 5px 0;
}

.newBannerForm .newForm .radio_buttons .fieldgen .fieldgen__container {
    font-size: 10pt;
    display: flex;
    gap: 10px;
}

.newBannerForm .newForm .radio_buttons .fieldgen span {
    font-size: 10pt;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.newBannerForm .mobileNo14#phone {
    display: none;
}

.newBannerForm .newForm .fieldgen .selectMale {
    font-size: 12px;
    -webkit-text-stroke: 0;
    top: -2px;
    position: relative;
    left: 2px;
}

.newBannerForm .newForm .fieldgen .selectFemale {
    font-size: 12px;
    -webkit-text-stroke: 0;
}

.newBannerForm .newForm .radio_buttons .smoker {
    position: relative;
}

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

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


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

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

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

.newBannerForm {
    width: 555px;
}

.newBannerForm .newForm .formView {
    height: auto;
    width: 555px;
    min-width: 100%;
    border-radius: 5px;
    border: 1px solid #B9E8FF;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px #458BD14D;
}


.newBannerForm .input__vertical-line {
    background: #717171;
    width: 1.2px;
    height: 18px;
    position: absolute;
    left: 57px;
    top: 38px;
}

@media screen and (max-width:767px) {
    .newBannerForm .input__vertical-line {
        top: 44px;
        left: 24.5%;
    }
    .newBannerForm .newForm .formView .previewFieldBlock {
		text-align: left;
	}
}

/* #code, #phone */

.newBannerForm #phone:focus {
    border-left: none;
}

.newBannerForm .form-control:focus {
    box-shadow: unset;
}

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

@media screen and (max-width: 767px) {
    .newBannerForm .newForm .formField {
        padding: 0;
    }
}

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

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

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

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

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

.newBannerForm .check-option-tab {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .newBannerForm .check-option-tab {
        margin-left: 10px;
    }

    .newBannerForm .check-option-tab .error-txt {
        text-align: left;
    }
}

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

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

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

.newBannerForm .newForm #yes_nriBannerForm,
.newBannerForm .newForm #femaleBannerForm,
.newBannerForm .newForm #yesBannerForm {
    border-radius: 5px;
}

/* date picker */
.newBannerForm .daterangepicker select.monthselect,
.newBannerForm .daterangepicker select.yearselect {
    padding: 5px;
}
.newBannerForm .daterangepicker {
	z-index: 10 !important;
}

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

    .newBannerForm {
        width: auto;
    }

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

    .newBannerForm .newForm .radio_buttons,
    .newBannerForm .newForm .formView .previewFieldBlock {
        width: 48%;
        margin: 0;
    }

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

    .newBannerForm .check-option-tab label {
        text-align: left;
        padding-left: 5px;
        margin-top: 0 !important;
    }
    .newBannerForm .newForm label,
	.newBannerForm .newForm .radio_buttons label {
		font-size: 11px !important;
        margin-top: 8px;
	}
    .newBannerForm .newForm .radio_buttons .fieldgen span {
        font-size: 10px;
    }
    .newBannerForm .newForm .formView .fullWidthEmailContainer, .newBannerForm .newForm .formView .fullWidthIwantToContainer {
        margin: 0 5px 0 5px;
    }
    .newBannerForm .newForm #maleBannerForm,
	.newBannerForm .newForm #femaleBannerForm,
	.newBannerForm .newForm #yesBannerForm,
	.newBannerForm .newForm #noBannerForm,
	.newBannerForm .newForm #yes_nriBannerForm,
	.newBannerForm .newForm #no_nriBannerForm {
        font-size: 10px;
        width: 45%;
        padding: 6px;
    }
    .newBannerForm .newForm #yesBannerForm,
    .newBannerForm .newForm #noBannerForm {
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .newBannerForm .daterangepicker {
        left: -114px !important;
    }
    
    .newBannerForm .daterangepicker.opensright:before {
        left: 44% !important;
    }
    
    .newBannerForm .daterangepicker.opensright:after {
        left: 44% !important;
    }
    
    .newBannerForm .global-tooltip {
        width: auto !important;
    }
}

/* tooltip */
 .newBannerForm .smoker__label {
    position: relative;
    display: flex;
    align-items: start;
    gap: 10px;
 }

 .newBannerForm .tooltipWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .newBannerForm .tobaccoRadioSec__tooltiptext {
    position: absolute;
    bottom: 36px;
    right: -50%;
    width: max-content;
    padding: 10px 7px;
    background-color: #EAF4FD;
    border: 1px solid #BDDCF8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    transform: translateX(50%);
    visibility: hidden;
    max-width: 245px;
    color: #000000;
 }

 .newBannerForm .tobaccoRadioSec__tooltiptext::before {
    content: '';
   display: block;
   width: 15px;
   height: 15px;
   position: absolute;
   bottom: -8px;
   left: 39%;
   background-color: #EAF4FD;
   border-bottom: 1px solid #BDDCF8;
   border-right: 1px solid #BDDCF8;
   transform: rotate(45deg);
   z-index: 0;
 }

 @media screen and (max-width: 768px) {
     .newBannerForm .tobaccoRadioSec__tooltiptext {
         max-width: 180px;
     }

     .newBannerForm .tobaccoRadioSec__tooltiptext::before {
         left: 35%;
     }

     .newBannerForm .tobaccoRadioSec__tooltipicon {
        margin-top: 5px;
     }
 }

 .newBannerForm .tobaccoRadioSec__tooltipicon {
     cursor: pointer;
 }


 .newBannerForm .tobaccoRadioSec__tooltipicon:hover+.tobaccoRadioSec__tooltiptext {
    visibility: visible;
}

/* buying guide */
.newBannerForm .buyingGuideHead{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #005e9e;
    text-decoration: none;
}
.newBannerForm .buyingGuidePhone .timing{
    color: darkgray;
    font-size: 10px;
    font-weight: 500;
}
/* we dont spam */
.newBannerForm .weDontSpam {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #7D7D7D;
	margin-left: 10px;
}

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


/*  i want to */
.newBannerForm #iWantTo {
    width: 98%;
}

@media screen and (max-width: 767px){
    .newBannerForm #iWantTo {
        width: 98% !important;
    }
}

/* custom radio flex  */
.newBannerForm .newForm .radio_buttons .customFormRadioFlex {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.newBannerForm .fullWidthEmailContainer, .newBannerForm  .fullWidthIwantToContainer{
    width: 100% !important;
}

.newBannerForm .rhsImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newBannerForm .rhsImg img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .newBannerForm .weDontSpam {
        font-size: 6px !important;
        margin-left: 0 !important;
    }
    
    .newBannerForm .weDontSpam img {
        width: 10px !important;
        height: 10px !important;
    }
}

/* version 2 */
.newBannerForm .version-2 .newForm {
    overflow: hidden;
}

.newBannerForm .version-2 .newForm .formField {
    padding: 0px;
}

.newBannerForm .version-2 .formHoarding {
    background-color: #FDE7E8;
    border-radius: 0px;
}

.newBannerForm .version-2 .formHoarding .formHoarding__title .formHoarding__title--txt {
    color: #233253;
    line-height: 26px;
}

.newBannerForm .version-2 .disclaimer {
    width: 93%;
}

.newBannerForm .version-2 .buyingGuideHead {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 768px) {
    .newBannerForm .version-2 .newForm .buttonCenter button {
        width: max-content;
    }

    .newBannerForm .version-2 .desk-dflex {
        display: none;
    }
}

.newBannerForm .flatPickerContainer .global-tooltip {
    bottom: 110%;
}

/* star rating section */
.newBannerForm .cutomerRatingSection {
	background-color: #DAF2FC;
	padding: 3px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.newBannerForm .cutomerRatingSection .ratingTxt {
	margin-bottom: 0px !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #454545;
}

.newBannerForm .cutomerRatingSection .customerRatingSection__starRating--icons {
	display: flex;
	gap: 3px;
}

.newBannerForm .cutomerRatingSection .customerRatingSection__starRating--icons img {
	width: 20px;
	height: 20px;
}

.newBannerForm .cutomerRatingSection .ratingTxt span {
	color: #233253;
	font-weight: 700;
}

.newBannerForm .customerRatingSection__starRating {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.newBannerForm .cutomerRatingSection {
		row-gap: 5px;
		flex-wrap: wrap;
	}

	.newBannerForm .cutomerRatingSection .ratingTxt {
		font-size: 12px;
		line-height: 18px;
	}

	.newBannerForm .cutomerRatingSection .customerRatingSection__starRating--icons img {
		width: 14px;
		height: 14px;
	}
}
/* otp */
.newBannerForm .otp-screen-container {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #d51d25;
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #e4eef6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dsp-n {
    display: none;
}

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

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

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

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

.newBannerForm .otp-input input:focus {
    border: 1px solid #9d9b9b;
    border-top: none;
    border-right: none;
    border-left: none;
}

/* THIS IS OTP  */
.newBannerForm .otpoption {
    margin-bottom: 10px;
}

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

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

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

.newBannerForm .btn-main-wrapper {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
}

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

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

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

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

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

/* desktop view css end */
/*  MOBILE VIEW CSS START*/
@media screen and (max-width: 768px) {
    .newBannerForm .otp-head-title {
        font-size: 15px;
    }

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

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

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

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

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

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

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

.newBannerForm .dsp-n {
    display: none;
}
