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

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

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

.newBannerFormV2 .catBannerBtn .dataLayerBtnClick {
	width: auto;
	font-size: 12px;
	font-weight: 600;
	background: #ed1c24;
	border: 1px solid #ed1c24;
	color: #fff;
	padding: 5px 20px;
	text-transform: uppercase;
	margin: 1rem 1rem 1rem 0;
	transition: all 0.3s ease;
	border-radius: 0.25rem;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	display: inline-block;
}

.newBannerFormV2 .catBannerBtn .dataLayerBtnClick:hover {
	box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
	background: #ff3038;
}

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

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

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

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

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

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

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

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

.newBannerFormV2 .newForm .mobile_block #mobile {
	width: 70%;
	padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.newBannerFormV2 input {
	position: unset;
}

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

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

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

.newBannerFormV2 .newForm .inputFieldsContainer.d_flex {
	justify-content: space-between;
}

.newBannerFormV2 .newForm .radio_buttons {
	color: #797979;
	position: relative;
	padding: 0;
	width: 46%;
	margin: 5px 10px 5px 10px;
}

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

.newBannerFormV2 .newForm .formData .radio_buttons h3 {
	top: -14px;
}

@media screen and (max-width: 767px) {
	.newBannerFormV2 .newForm .form-field .form-control[name="phone"] {
		padding-left: 8px;
	}

	.newBannerFormV2 .newForm .d_flex.inputFieldsContainer {
		justify-content: space-between;
		row-gap: 15px;
		margin-top: 10px;
	}
	.newBannerFormV2 .newForm .formData .radio_buttons h3 {
		text-align: left !important;
	}

	.newBannerFormV2 .newForm .form-field .form-control#fnameBannerForm {
		width: 100% !important;
	}

	.newBannerFormV2 .newForm .form-field .form-control {
		width: 100% !important;
		font-size: 10px;
	}

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

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

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

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

	.newBannerFormV2 .newForm .form-field label,
	.newBannerFormV2 .newForm .radio_buttons label {
		font-size: 10px;
	}
}

.newBannerFormV2 .newForm .radio_buttons h3,
.newBannerFormV2 .newForm .input_section span,
.newBannerFormV2 .newForm .spanTxt {
	margin: 0px 0px 5px;
	font-size: 14px;
	display: inline-block;
	color: #005e9e;
	top: -8px;
	font-weight: 500;
	left: 0;
}

.newBannerFormV2 .newForm .spanTxt {
	top: -19px !important;
}

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

.newBannerFormV2 .newForm #maleBannerForm,
.newBannerFormV2 .newForm #femaleBannerForm,
.newBannerFormV2 .newForm #yesBannerForm,
.newBannerFormV2 .newForm #noBannerForm,
.newBannerFormV2 .newForm #yes_nriBannerForm,
.newBannerFormV2 .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;
}

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

.newBannerFormV2 .newForm .valid {
	color: unset !important;
	border-color: unset !important;
	background-color: unset !important;
}

.newBannerFormV2 .newForm span.valid {
	background: #ffffff !important;
	color: #005e9e !important;
	border-color: #005e9e !important;
}

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

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

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

.newBannerFormV2 .newForm .hidden-dob {
	position: absolute;
	right: 0;
	width: 20px;
	cursor: pointer;
	height: 20px;
	z-index: 10000;
	opacity: 0;
}

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

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

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

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

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

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

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

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

	.newBannerFormV2 .newForm #maleBannerForm img,
	.newBannerFormV2 .newForm #femaleBannerForm img,
	.newBannerFormV2 .newForm #yesBannerForm img,
	.newBannerFormV2 .newForm #noBannerForm img,
	.newBannerFormV2 .newForm #yes_nriBannerForm img,
	.newBannerFormV2 .newForm #no_nriBannerForm img {
		width: 18px;
		height: 18px;
	}

	.newBannerFormV2 .newForm #maleBannerForm,
	.newBannerFormV2 .newForm #femaleBannerForm,
	.newBannerFormV2 .newForm #yesBannerForm,
	.newBannerFormV2 .newForm #noBannerForm,
	.newBannerFormV2 .newForm #yes_nriBannerForm,
	.newBannerFormV2 .newForm #no_nriBannerForm {
		font-size: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 47%;
		height: 36px;
		padding: 6px;
	}
}

.newBannerFormV2 #error5 {
	font-size: 12px;
	color: rgb(255, 0, 0);
	display: none;
	margin-left: 5px;
	margin-bottom: -7px;
}

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

.newBannerFormV2 #callToActionSurvey1 {
	margin-top: 10px;
}

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

.newBannerFormV2 button:hover {
	box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
}

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

.hdfcBreadcrumb .breadcrumbSection.cat {
	position: unset;
}

.hdfcBreadcrumb .breadcrumbSection {
	background: linear-gradient(0, #ebf5f9, rgba(235, 245, 249, 0));
	padding: 8px 0 8px 35px;
	width: 100%;
}

.hdfcBreadcrumb .breadcrumbSection label {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	color: #7b8498;
	margin: 0;
	display: inline-flex;
	margin-right: 4px;
}

.hdfcBreadcrumb .breadcrumbSection .arrowCaret {
	margin-right: 5px;
}

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

.newBannerFormV2 .desk-dflex {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

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

.newBannerFormV2 .modal-content {
	padding: 40px 20px 0;
}

.newBannerFormV2 .modal.sac .modal-dialog.modal-lg {
	margin: 20px auto;
}

.newBannerFormV2 .modal-body.info-form {
	padding: 1rem 0;
}

.newBannerFormV2 .modal .subtext p {
	font-style: normal;
	font-size: 16px;
	padding-top: 10px;
}

.newBannerFormV2 .modal .geta-callback-component-popup .inputGroup input {
	height: 40px;
	border: 0;
	font-size: 12px;
	line-height: 23px;
	color: #767676;
	font-weight: 300;
	padding: 0.375rem 0.75rem;
}

.newBannerFormV2 .modal .modal-dialog .modal-content .info-form .geta-callback-component-popup .geta-callback-inner .schedule-a-call-back input::placeholder {
	font-size: 12px;
	color: #767676 !important;
	opacity: 1;
}

.newBannerFormV2 .modal input.first-name {
	width: 100% !important;
}

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

	.hdfcBreadcrumb .breadcrumbSection {
		order: 0;
		background: #fcfcfc;
	}

	.hdfcBreadcrumb .breadcrumbSection {
		padding: 8px 0 8px 15px;
	}
}

@media screen and (max-width: 580px) {
	.newBannerFormV2 .top-banner .row {
		text-align: center;
	}

	.newBannerFormV2 .top-banner .geta-callback-inner .row {
		text-align: left;
	}

	.newBannerFormV2 .prvc.subtext p {
		margin-left: 0;
	}
}

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

.newBannerFormV2 .ey {
	position: relative;
	right: 4px;
	bottom: 2px;
}

.newBannerFormV2 .leadform .row {
	justify-content: space-around;
}

.newBannerFormV2 .pset.col-sm-12 p {
	font-size: 13px !important;
	line-height: 20px;
	color: #454545;
	font-weight: 400;
}

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

.newBannerFormV2 .btnred {
	background: #ed1c24;
}



.newBannerFormV2 .f-disclaimer.terms-list {
	width: auto;
	display: grid;
	padding: 22px;
}

.newBannerFormV2 .btnred:active,
.newBannerFormV2 .btnred:focus,
.newBannerFormV2 .btnred:hover,
.newBannerFormV2 .btnred:not(:disabled):not(.disabled).active:focus,
.newBannerFormV2 .btnred:not(:disabled):not(.disabled):active:focus,
.newBannerFormV2 .show>.btnred.dropdown-toggle:focus,
.newBannerFormV2 .show>.btnred.dropdown-toggle:focus:not(:disabled):not(.disabled).active:focus {
	background: #ff3038 !important;
	outline: none;
	outline-style: none;
	outline-width: 0;
}

.newBannerFormV2 .btnred:active,
.newBannerFormV2 .btnred:focus,
.newBannerFormV2 .btnred:hover {
	box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
}

.newBannerFormV2 .f-disclaimer.terms-list p {
	font-size: 12px;
	padding: 0px 12px;
	color: #424242;
}

.newBannerFormV2 #leadBannerForm {
	margin-top: -15px;
}

.newBannerFormV2 .prvc {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #6d6d6d;
	font-size: 13px;
	font-style: italic;
}

.newBannerFormV2 img.bg-Life_Protection-img {
	margin-bottom: 10px;
}

.newBannerFormV2 .features-icon-text {
	width: 33.3%;
	text-align: center;
}

.newBannerFormV2 .download-brcr {
	width: 95%;
	display: block;
	text-align: center;
	margin: 20px auto;
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
}

.newBannerFormV2 .error-txt-name {
	display: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 32px;
	color: #ed1c24;
}

.newBannerFormV2 .error-txt-mob {
	display: none;
	font-size: 11px;
	font-weight: 400;
	line-height: 32px;
	color: #ed1c24;
}

.newBannerFormV2 .product-title.left-text.hide-for-mob.textAboveHeading::before {
	content: "";
	z-index: 0;
	width: 95px;
	top: 20px;
	left: 43px;
	height: 95px;
	background: transparent;
	background: url(../../../../../content/dam/hdfclifeinsurancecompany/lead-product-banner/h1-small-bg.png);
	position: absolute;
	background-size: cover;
	transform: translateZ(-1px);
}

.newBannerFormV2 .product-title.left-text.hide-for-mob::before {
	content: "";
	z-index: 0;
	width: 95px;
	height: 95px;
	top: 15px;
	left: 43px;
	background: transparent;
	background: url(../../../../../content/dam/hdfclifeinsurancecompany/lead-product-banner/h1-small-bg.png);
	position: absolute;
	background-size: cover;
	transform: translateZ(-1px);
}

.newBannerFormV2 .product-title.left-text.hide-for-mob::after {
	content: "+";
	position: absolute;
	left: 67px;
	top: 18px;
	color: #ed1c24;
	font-size: 26px;
	font-weight: 400;
}

.newBannerFormV2 .product-title.left-text.hide-for-mob.textAboveHeading::after {
	content: "+";
	position: absolute;
	left: 67px;
	top: 33px;
	color: #ed1c24;
	font-size: 26px;
	font-weight: 400;
}

.newBannerFormV2 div.heading_p {
	margin-left: 63px;
	margin-top: 15px;
	margin-right: 5px;
}

.newBannerFormV2 .banner-icons-wrapper {
	display: flex;
	margin-left: 40px;
}

.newBannerFormV2 .bg-Life_Protection-p {
	padding: 0px 8px;
	font-size: 14px;
	margin-top: 0;
}

.newBannerFormV2 .product-title.left-text.hide-for-mob {
	display: block;
	color: #ed1c24;
}

.newBannerFormV2 .product-title {
	margin: 60px auto 8px;
	text-align: left;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	max-width: 75%;
}

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

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

.newBannerFormV2 .rating-wrapper {
	display: none;
}

.newBannerFormV2 input.leadBannerFirstName {
	width: 100% !important;
}

.newBannerFormV2 div.disclaimerTxt {
	font-size: 13px;
	font-weight: bold;
	z-index: 1;
	position: relative;
	margin-bottom: -19px !important;
	line-height: 15px;
	left: 101px;
	top: 36px;
	color: #233253;
}

.newBannerFormV2 .grey-txt {
	color: #8a93a5;
	left: 100px;
	position: relative;
}

.newBannerFormV2 .blu-c {
	color: #005e9e;
}

.newBannerFormV2 .tandc {
	width: auto;
	margin: 0 0 15px;
	text-align: left;
}

.newBannerFormV2 .sml-tx p {
	line-height: 18px;
	font-size: 11px !important;
	font-weight: 400;
	color: #5a5a5a;
	top: 13px;
	position: relative;
}

.newBannerFormV2 .arn-b p {
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.newBannerFormV2 .popuptext {
	font-weight: 500;
	font-size: 14px !important;
	line-height: 20px;
	color: #0056b3;
	display: inline-block !important;
	margin-left: 42px;
	text-decoration: none;
	width: auto !important;
}

.newBannerFormV2 #scheduleCallBtnCP {
	padding: 7px 16px !important;
	text-transform: none;
}

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

.newBannerFormV2 .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) {
	.newBannerFormV2 .relative {
		position: relative;
		min-height: 680px;
	}

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

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

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

	.newBannerFormV2 .grey-txt {
		left: 49px;
	}

	.newBannerFormV2 .rating-wrapper {
		display: block;
	}

	.newBannerFormV2 .f-disclaimer.terms-list {
		display: none;
	}

	.newBannerFormV2 #leadBannerForm {
		margin-top: 0;
	}

	.newBannerFormV2 .download-brcr span {
		color: #5a5a5a;
		font-weight: normal;
		padding: 0px 8px;
		display: table-cell;
		width: auto;
	}

	.newBannerFormV2 .product-title.left-text.hide-for-mob::after {
		content: "+";
		position: absolute;
		left: 31px;
		top: 21px;
		color: #ed1c24;
		font-size: 24px;
		font-weight: 400;
	}

	.newBannerFormV2 .product-title.left-text.hide-for-mob.textAboveHeading::after {
		content: "+";
		position: absolute;
		left: 31px;
		top: 48px;
		color: #ed1c24;
		font-size: 24px;
		font-weight: 400;
	}

	.newBannerFormV2 .product-title.left-text.hide-for-mob::before {
		content: "";
		z-index: 0;
		width: 64px;
		top: 16px;
		left: 15px;
		height: 65px;
	}

	.newBannerFormV2 .product-title.left-text.hide-for-mob.textAboveHeading::before {
		content: "";
		z-index: 0;
		width: 64px;
		top: 42px;
		left: 15px;
		height: 65px;
	}

	.newBannerFormV2 .banner-icons-wrapper {
		display: none;
		margin-left: 40px;
	}

	.newBannerFormV2 div.heading_p {
		margin-left: 49px;
		margin-top: 9px;
		margin-right: 50px;
		font-size: 14px;
		margin-bottom: 30px;
	}

	.newBannerFormV2 .product-title {
		margin: 35px auto 8px 47px;
		text-align: left;
		font-size: 27px;
		line-height: 37px;
		font-weight: 700;
		max-width: 75%;
	}

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

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

	.newBannerFormV2 .ey {
		right: 0;
		bottom: 3px;
	}

	.newBannerFormV2 .ribbon span {
		width: 265px;
		box-shadow: 0 5px 10px rgb(0 0 0 / 3%);
		font-size: 10px;
		text-shadow: 0 1px 1px rgb(0 0 0 / 3%);
	}

	.newBannerFormV2 .ribbon-top-right span {
		left: -24px;
		top: 19px;
		transform: rotate(45deg);
		z-index: 99;
	}

	.newBannerFormV2 .ribbon-top-right::before {
		top: 0;
		left: 48px;
	}

	.newBannerFormV2 .ribbon-top-right::after {
		bottom: 49px;
		right: 0;
	}

	.newBannerFormV2 .tandc {
		margin: 15px 0 0;
		text-align: center;
	}

	.newBannerFormV2 .download-brcr button {
		color: #005e9e;
		margin-left: 0;
		font-size: 10px;
		border: none;
		background: none;
		padding: 0;
	}

	.newBannerFormV2 .download-brcr a {
		width: 48%;
		display: table-cell;
		font-size: 10px;
	}

	.newBannerFormV2 .download-brcr {
		width: 95%;
		text-align: center;
		margin: 20px auto;
		border-top: 1px solid #e1e1e1;
		padding-top: 20px;
	}

	.newBannerFormV2 div.disclaimerTxt {
		font-size: 10px;
		font-weight: bold;
		z-index: 1;
		position: relative;
		line-height: 13px;
		left: 4px;
		top: -12px;
		color: #233253;
		width: 78%;
		margin: 11px;
		padding-top: 19px;
	}

	.newBannerFormV2 .sub-tx {
		font-size: 12px;
		position: relative;
		text-align: center;
		padding: 0;
		margin: 0;
		top: -22px;
		font-weight: 700;
	}

	.newBannerFormV2 .sub-tx p {
		margin-bottom: 0 !important;
		top: unset !important;
	}

	.newBannerFormV2 #scheduleCallBtnCP {
		margin-top: 0 !important;
		padding: 0 16px !important;
	}



	.newBannerFormV2 .sml-tx p {
		line-height: 16px;
		font-size: 10px !important;
		font-weight: 400;
		color: #5a5a5a;
		position: relative;
		padding: 14px 0px 10px;
	}

	.newBannerFormV2 .rating-wrapper {
		padding-bottom: 10px;
	}

	.newBannerFormV2 .popuptext {
		text-align: center;
		margin: unset;
	}

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

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

	.newBannerFormV2 .catBannerBtn .btn-outline-danger,
	.newBannerFormV2 .catBannerBtn .dataLayerBtnClick {
		padding: 5px 18px;
		height: fit-content;
		margin-right: 0;
	}

	.newBannerFormV2 .sec-spc-btm {
		padding-bottom: 10px;
	}

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

.newBannerFormV2 .star-ratings-main {
	display: none;
}

@media screen and (max-width: 480px) {
	.newBannerFormV2 .star-ratings-main {
		display: block;
		margin: 10px auto;
		width: 74%;
	}

	.newBannerFormV2 .star-ratings {
		display: flex;
		align-items: center;
		width: max-content;
	}

	.newBannerFormV2 .star-ratings img {
		margin: 0 2px;
	}

	.newBannerFormV2 .star-ratings .rated {
		padding-top: 2px;
		margin-left: 10px;
	}

	.newBannerFormV2 .star-ratings span {
		color: #233253;
		font-size: 11px;
	}
}

@media screen and (max-width: 1279px) {

	.newBannerFormV2 .circle-blue-150,
	.newBannerFormV2 .circle-red-70,
	.newBannerFormV2 .circle-red-65,
	.newBannerFormV2 .circle-blue-35 {
		display: none;
	}
}

.hdfcBreadcrumb .breadcrumbSection.cat {
	background: linear-gradient(0, #ebf5f9, rgba(235, 245, 249, 0));
	padding: 8px 0 8px 35px;
	width: 100%;
}

.newBannerFormV2 .setposition {
	position: relative;
}

.newBannerFormV2 .sac p {
	font-size: unset;
	line-height: unset;
	color: unset;
	font-weight: unset;
}

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

	.newBannerFormV2 .selectMale,
	.newBannerFormV2 .selectFemale {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.newBannerFormV2 .desktop-only {
		display: none !important;
	}
}

.newBannerFormV2 .bansubtitle {
	color: #000;
}

.newBannerFormV2 .ban-li-img {
	width: 34px;
	height: 32px;
}

.newBannerFormV2 .li-text {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: start;
}

.newBannerFormV2 a.knw-more-mod {
	color: #007bff !important;
	margin-top: 0px;
	text-decoration: none !important;
}

@media screen and (max-width: 580px) {
	.newBannerFormV2 .ban-li-img {
		width: 24px;
		height: 26px;
	}
}

@media screen and (max-width: 480px) {}

/* LINK DESIGN CHANGES START */

@media screen and (max-width: 768px) {
	.newBannerFormV2 .newForm .formView .previewFieldBlock {
		text-align: left;
	}

	.newBannerFormV2 .newForm .radio_buttons {
		margin-bottom: 10px;
	}
}

.newBannerFormV2 .stickyWrap {
	position: sticky;
	bottom: 0;
	background: #ffffff;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

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

.newBannerFormV2 .progressBar .bar {
	position: relative;
	display: block;
	max-width: 200px;
	width: 100%;
	height: 8px;
	border-radius: 4px;
	background: #D7D7D7;
}

.newBannerFormV2 .progressBar .blue-bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: 200px;
	width: 0%;
	height: 8px;
	border-radius: 4px;
	background: #005E9E;
}

.newBannerFormV2 .progressBar .percentage {
	color: #005E9E;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
}

.newBannerFormV2 .stickyWrap .buttonCenter {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: #E8F8FF;
	padding: 8px 0px;
}

.newBannerFormV2 .stickyWrap .buttonCenter .borderBlue {
	display: block;
	height: 50px;
	border-right: 2px dashed #005E9E;
}

.newBannerFormV2 .stickyWrap .buttonCenter a {
	cursor: pointer;
}

.newBannerFormV2 .stickyWrap .buttonCenter .redirectImg {
	width: 25px;
	height: 25px;
}

.newBannerFormV2 .stickyWrap .buttonCenter .redirectImg img {
	width: 100%;
	height: auto;
}

.newBannerFormV2 .stickyWrap button {
	max-width: 300px;
	width: 100%;
}

.newBannerFormV2 .stickyWrap button:hover {
	color: #fff;
	box-shadow: 0 8px 12px rgb(237 28 36 / 20%);
    background: #ff3038;
}

@media screen and (max-width: 768px) {
	.newBannerFormV2 .stickyWrap button {
		max-width: 200px;
	}
}

.newBannerFormV2 .newForm .form-field .form-control:disabled {
	background-color: rgb(214, 214, 214);
}

.newBannerFormV2 .previewFieldBlock .loader {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	/* background-color: rgb(255, 255, 255); */
	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;
}

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

.newBannerFormV2 .global-tooltip, 
.newBannerFormV2 .global-tooltip-mobileOtp {
	z-index: 10;
}

@media screen and (max-width: 768px) {
	.newBannerFormV2 .stickyWrap {
		z-index: 11;
	}
}
/* form hoarding starts */
.newBannerFormV2 .formHoarding {
    background-color: #233253;
    padding: 11px 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.newBannerFormV2 .formHoarding p{
    margin-bottom: 0px !important;
}
.newBannerFormV2 .newForm {
    box-shadow: 0px 0px 8px 5px #e4eef6;
    border-radius: 5px;
}
.newBannerFormV2 .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) {
    .newBannerFormV2 .formHoarding .formHoarding__title .formHoarding__title--txt {
        font-size: 16px;
        line-height: 24px;
    }
}

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

}

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

.newBannerFormV2 .formHoarding .formHoarding__description .formHoarding__description--leftTxt,
.newBannerFormV2 .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) {
    .newBannerFormV2 .formHoarding .formHoarding__description .formHoarding__description--leftTxt,
    .newBannerFormV2 .formHoarding .formHoarding__description .formHoarding__description--rightTxt {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
}
/* form hoarding ends */
.newBannerFormV2 .newForm .formHeading .marginLeft {
    margin-left: 0px;
}

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

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

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

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

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

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



.newBannerFormV2 .newForm .radio_buttons .fieldnri span {
    font-size: 10pt;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

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

.newBannerFormV2 .newForm .radio_buttons .fieldgen .fieldgen__container {
    font-size: 10pt;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

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

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

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

.newBannerFormV2 .newForm .radio_buttons .smoker .smokerDetails {
    font-size: 10pt;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.newBannerFormV2 .newForm .form-field.previewFieldBlock .showAge,
.newBannerFormV2 .newForm .form-field.previewFieldBlock .cityStateTxt  {
    color: #828282;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px;
}

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

.newBannerFormV2 {
    width: 555px;
}

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


.newBannerFormV2 .input__vertical-line {
    background: #717171;
    width: 1.2px;
    height: 21px;
    position: absolute;
    left: 47px;
    top: 36px;
}

@media screen and (max-width:767px) {
    .newBannerFormV2 .input__vertical-line {
        top: 32px;
        left: 35px;
    }

    .newBannerFormV2 .newForm .radio_buttons .fieldgen span {
        font-size: 10px;
    }
}

/* #code, #phone */

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

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

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

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

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

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

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

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

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

.newBannerFormV2 .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) {
    .newBannerFormV2 .newForm .formData .inputSection {
        margin: 5px 0px 5px;
        width: 100%;
    }

    .newBannerFormV2 .check-option-tab {
        margin-left: 10px;
    }

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

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

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

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

.newBannerFormV2 .newForm #yes_nriBannerForm,
.newBannerFormV2 .newForm #femaleBannerForm,
.newBannerFormV2 .newForm #maleBannerForm,
.newBannerFormV2 .newForm #yesBannerForm,
.newBannerFormV2 .newForm #no_nriBannerForm,
.newBannerFormV2 .newForm #maleBannerForm,
.newBannerFormV2 .newForm #noBannerForm {
	border-radius: 5px;
}

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

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

    .newBannerFormV2 {
        width: auto;
    }

    .newBannerFormV2 .firstScreen {
        padding: 0px 6px;
    }

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

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

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

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

    .newBannerFormV2 .daterangepicker {
        left: 10px !important;
    }

    .newBannerFormV2 .dobField.rightAlign .daterangepicker {
        left: unset !important;
        right: 0px !important;
    }

    .newBannerFormV2 .daterangepicker.opensright:before,
    .newBannerFormV2 .daterangepicker.opensright:after {
        left: 5px !important;
    }

    .newBannerFormV2 .dobField.rightAlign .daterangepicker.opensright:before,
    .newBannerFormV2 .dobField.rightAlign .daterangepicker.opensright:after {
        left: 50% !important;
    }
}

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

.tobaccoRadioSec__tooltiptext {
    position: absolute;
    bottom: 100%;
    left: 32%;
    width: 150px;
    padding: 10px 7px;
    background-color: #FFFFFF;
    border: 1px solid #64CCFF;
    border-radius: 5px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    visibility: hidden;
}

.tobaccoRadioSec__tooltipicon {
    cursor: pointer;
}

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

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

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

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

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

.newBannerFormV2 .rhsImg img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .newBannerFormV2 .weDontSpam {
        /* display: block; */
        font-size: 6px;
        line-height: 14px;
        margin-left: 0px;
    }

    .newBannerFormV2 .weDontSpam img {
        width: 10px;
        height: 10px;
        margin-right: 0px;
    }
    
    .newBannerFormV2 .progressFieldBlock .global-tooltip{
        right: 0;
        left: unset;
        width: 155px;
    }

    .newBannerFormV2 .inputSection .progressFieldBlock .global-tooltip{
        right: unset;
        left: 0;
        width: max-content;
    }

    .newBannerFormV2 .global-tooltip::after, 
    .newBannerFormV2 .global-tooltip-mobileOtp::after {
        left: 40%;
    }

    .newBannerFormV2 .inputSection .progressFieldBlock .global-tooltip::after {
        left: 5px;
    }

    .newBannerFormV2 .mobile_block  .global-tooltip::after {
        left: 50%;
    }

    .newBannerFormV2 .newForm .radio_buttons .customFormRadioFlex span {
        gap: 5px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dsp-n {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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