/* Banner & header css start */
.categorybannerV3 .top-banner .bannerHeading {
    display: flex;
    align-items: center;
    gap: 15px;
}
.categorybannerV3 .top-banner .bannerHeading p {
    padding: 10px;
    color: #005E9E;
    font-size: 14px;
	background-color: #D9F4FF;
	border-radius: 5px;
	font-weight: 700;
}
.categorybannerV3 .ReadMore,
.categorybannerV3 .ReadLess {
    color: #233253 !important;
    font-weight: 400 !important;
	text-decoration: underline;
}

.categorybannerV3  h1 {
	margin-bottom: 0.9rem;
}

.categorybannerV3 .top-banner {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto auto 1fr;
	grid-template-columns: 48% 50%; 
	grid-template-areas: "head form" "desc form" "subtitle form" "subdescription form" "subheading form" "list form" "image form" "button form" "link form";
	/* gap: 2%; */
	column-gap: 2%;
}

.categorybannerV3 .inline-element .top-banner {
	grid-template-areas:
        "head form"
        "planBoxList form"
        "subtitle form"
        "subdescription form"
        "list form"
        "button link";
}


.categorybannerV3 .inline-element .bannerLink.ban-left{
	margin: 30px auto 0px;
	grid-row-start: unset;
}

@media screen and (max-width:767px) {
	.categorybannerV3 .inline-element .bannerList {
		margin-bottom: 0px !important;
	}
	.categorybannerV3 .inline-element .bannerLink.ban-left{
	margin: 10px auto 20px;
}
}


.categorybannerV3 .bannerHead {
	grid-area: head;
}

.categorybannerV3 .bannerDesc {
	grid-area: desc;
}
.categorybannerV3 .bannerSubtitle {
	grid-area: subtitle;
}
.categorybannerV3 .bannerSubdescription {
	grid-area: subdescription;
}
.categorybannerV3 .bannerSubheading {
	grid-area: subheading;
}

.categorybannerV3 .bannerList{
	grid-area: list;
}

.categorybannerV3 .bannerImg {
	grid-area: image;
}

.categorybannerV3 .catBannerBtn{
	grid-area: button;
	grid-row-start: 7;
    grid-row-end: 8;
}

.categorybannerV3 .bannerLink {
	grid-area: link;
	grid-row-start: 8;
    grid-row-end: 8;
}

.categorybannerV3 .bannerForm {
	grid-area: form;
}

@media screen and (max-width: 768px) {
	.categorybannerV3 .top-banner .bannerHeading {
		gap: 12px;
	}
	.categorybannerV3 .top-banner .bannerHeading p {
		font-size: 12px;
	}
	.categorybannerV3 .top-banner {
		/* display: grid;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-template-areas: "head" "form" "link"; */
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.categorybannerV3 .bannerDesc,
	.categorybannerV3 .bannerSubtitle,
	.categorybannerV3 .bansubtitle,
	.categorybannerV3 .bannerSubdescription{
		text-align: center;
	}
	.categorybannerV3 .changeOrderForm .bannerSubtitle {
		margin-top: 10px;
	}

	.categorybannerV3 .changeOrderForm .bannerHead {
		order: 1;
	}

	.categorybannerV3 .changeOrderForm .bannerForm {
		order: 2;
	}
	
	.categorybannerV3 .changeOrderForm .bannerDesc {
		order: 3;
		margin-top: 10px;
	}

	.categorybannerV3 .changeOrderForm .bannerSubtitle {
		order: 4;
	}

	.categorybannerV3 .changeOrderForm .bannerSubdescription {
		order: 5;
	}
	.categorybannerV3 .changeOrderForm .bannerSubheading {
		order: 6;
	}

	.categorybannerV3 .changeOrderForm .bannerList{
		display: none;
	}
	
	.categorybannerV3 .changeOrderForm .catBannerBtn{
		order: 7;
	}
	
	.categorybannerV3 .changeOrderForm .bannerLink {
		order: 8;
	}
	
	.categorybannerV3 .changeOrderForm .bannerLink .contact-info {
		display: block;
	}
	
	.categorybannerV3 .changeOrderForm .bannerForm .mob-only {
		display: none;
	}
}

.categorybannerV3 .page-heading {
	font-size: 48px;
	font-weight: 700;
	color: #233253;
	margin-bottom: 15px;
}

.categorybannerV3 .bannerHead .redText {
	color: #ed1c24;
}

.categorybannerV3 .bannerHead .blueText {
	color: #005e9c;
}

.categorybannerV3 .top-banner .desclaimer p {
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 300;
}

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

.categorybannerV3 .top-banner .desclaimer h2 {
	color: rgb(35, 50, 83);
	font-weight: 700;
}

.categorybannerV3 .sec-spc-top {
	padding-top: 50px;
}

.categorybannerV3 .sec-spc-btm {
	padding-bottom: 70px;
}

.categorybannerV3 header {
	background-color: #fff;
}

.categorybannerV3  .bannerList {
	list-style: none;
	padding-left: 0;
}

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

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

.categorybannerV3 .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 .3s ease;
	border-radius: 0.25rem;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	display: inline-block;
}

.categorybannerV3 .catBannerBtn .dataLayerBtnClick:hover {
	background: #fff !important;
    box-shadow: 0 5px 7px rgb(228 24 32 / 40%) !important;
}

.categorybannerV3  .bannerList li {
	margin-right: 52px;
	margin-top: 15px;
	font-size: 14px;
	float: left;
	width: 36%;
}

/*  .bannerList li:nth-child(3n+0){clear: left;} */
.categorybannerV3  .bannerList li a {
	color: #8a93a5;
	display: flex;
	text-decoration: none;
}

.categorybannerV3  .bannerList li img {
	/* width: 46px; */
	margin-right: 6px;
    width: auto;
    height: auto;
    max-width: 46px;
}

.categorybannerV3 .ban-1 {
	margin-bottom: 15px;
}

.categorybannerV3 .ban-1 img {
	width: 100%;
}



.categorybannerV3 .ban-right>div>a,
.categorybannerV3 .ban-right>div>a:hover {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #005e9e;
	text-decoration: none;
}

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

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

.categorybannerV3 .circle-blue-150 {
	width: 150px;
	height: 150px;
	background: #bddcf8;
	padding: 12px;
	border-radius: 100%;
	border: 15px solid #d6e9fa;
	position: absolute;
	top: 68px;
	left: 458px;
	z-index: 1;
	-webkit-animation: move-1 2s infinite alternate;
	animation: move-1 2s infinite alternate;
}

@-webkit-keyframes move-1 {
	0% {
		top: 68px;
	}

	100% {
		top: 25px;
	}
}

@keyframes move-1 {
	0% {
		top: 68px;
	}

	100% {
		top: 25px;
	}
}

.categorybannerV3 .circle-red-70 {
	width: 70px;
	height: 70px;
	background: #f8bdbd;
	padding: 12px;
	border-radius: 50%;
	border: 10px solid #fad6d6;
	position: absolute;
	top: 225px;
	left: 505px;
	z-index: 1;
	-webkit-animation: move-4 2s infinite alternate;
	animation: move-4 2s infinite alternate;
}

@-webkit-keyframes move-4 {
	0% {
		top: 225px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		top: 210px;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

@keyframes move-4 {
	0% {
		top: 225px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		top: 210px;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

.categorybannerV3 .circle-red-65 {
	width: 65px;
	height: 65px;
	background: #f8bdbd;
	padding: 12px;
	border-radius: 100%;
	border: 10px solid #fad6d6;
	position: absolute;
	top: 50px;
	left: -34px;
	z-index: 1;
	-webkit-animation: move-2 4s infinite alternate;
	animation: move-2 4s infinite alternate;
}

@-webkit-keyframes move-2 {
	0% {
		top: 50px;
	}

	100% {
		top: 230px;
	}
}

@keyframes move-2 {
	0% {
		top: 50px;
	}

	100% {
		top: 230px;
	}
}

.categorybannerV3 .circle-blue-35 {
	width: 35px;
	height: 35px;
	background: #bddcf8;
	padding: 12px;
	border-radius: 100%;
	border: 10px solid #d6e9fa;
	position: absolute;
	top: -2px;
	left: -22px;
	z-index: 1;
	-webkit-animation: move-3 4s infinite alternate;
	animation: move-3 4s infinite alternate;
}

@-webkit-keyframes move-3 {
	0% {
		top: 3px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		top: -17px;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}
}

@keyframes move-3 {
	0% {
		top: 3px;
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	100% {
		top: -17px;
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}
}


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

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

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

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

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

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

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

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

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

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

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

.categorybannerV3 .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: transparent;
	border: 1px solid #005e9e;
	height: 40px;
	font-style: normal !important;
	opacity: 1;
}

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

.categorybannerV3 .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: 40px;
	cursor: pointer;
}

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

.categorybannerV3 .newForm .form-field .form-control:focus {
	outline: none;
}


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


.categorybannerV3 .newForm .form-field label {
	left: 10px;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	color: #233253;
	transition: all .5s ease;
	font-weight: 600;
}

.categorybannerV3 input {
	position: unset;
}

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

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

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

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

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

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

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

.categorybannerV3 .newForm #yes_nriBannerForm,
.categorybannerV3 .newForm #no_nriBannerForm {
	font-size: 14px;
	padding: 8.5px 11px;
}

.categorybannerV3 .newForm #no_nriBannerForm,
.categorybannerV3 .newForm #maleBannerForm,
.categorybannerV3 .newForm #noBannerForm {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

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

.categorybannerV3 .newForm .valid {
	background: #005e9d !important;
	color: #f0f9ff !important;
}

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

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

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

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

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

.categorybannerV3 .newForm .buttonCenter {
	margin: auto;
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

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

.categorybannerV3 .newForm .buttonCenter button {
	font-weight: 600;
	background-color: #d51d25;
	color: #fefafa;
	border-radius: 2px;
	border: 1px solid #d51d25;
	cursor: pointer;
	display: inline-block;
	height: 37px;
	padding: 0 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}

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

/* new form CSS END*/

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

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

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

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

.categorybannerV3  .subtitle {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

	.categorybannerV3  .bannerList li {
		margin-right: 52px;
		margin-bottom: 15px;
		font-size: 14px;
		text-align: left;
		width: 36%;
	}

	.categorybannerV3  .mt-5 {
		margin-top: 10px !important;
	}

	.categorybannerV3  .bannerList li img {
		width: 45px;
		margin-right: 0px;
	}


}


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

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

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

	.categorybannerV3  .start-planning-today .disc-text {
		padding: 10px 0 10px 16px;
	}

	.categorybannerV3  .bannerList li {
		width: 100%;
		margin-bottom: 25px;
		text-align: left;
	}

	.categorybannerV3  .bannerList li img {
		/* width: 34px;
		margin-right: 0px;
		height: auto; */
		width: 50px;
        height: 50px;
        margin-bottom: 5px;
	}

	.categorybannerV3  .bannerList li a {
		align-items: center;
		justify-content: flex-start;
	}

	.categorybannerV3  .bannerList li {
		margin-left: 0px;
		margin-right: 0px;
	}

}




/* @media screen and (min-width:360px) and (max-width:479px){
    
		ban-left .bannerList li {
			margin-right: 52px;
			margin-bottom: 15px;
			font-size: 14px;
			text-align: left;
			width: 100% !important;

		}

		 .bannerList li a {
			margin-top: -20px;
			color: #8a93a5;
			display: flex;
			text-decoration: none;
			align-items: center;
			justify-content: center;
		}

	
	
			  
		} */


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

	.categorybannerV3 .top-banner button.mr-3 {
		margin-right: 0 !important;
	}

}



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

	/*  .bannerList{margin-left: 26px;} */
	.categorybannerV3  .btn-danger {
		margin: 0 auto !important;
	}


}



.categorybannerV3 .top-banner .text-gray {
	margin-bottom: 0.5rem;
	color: #8a93a5;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
}

.categorybannerV3 .top-banner p {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 16px;
	line-height: 20px;
	color: #233253;
	font-weight: 400;
}

.categorybannerV3  p.page-heading {
	font-size: 48px;
	font-weight: 700;
	color: #233253;
	margin-bottom: 15px;
	line-height: 48px;
}

@media screen and (min-width: 100px) and (max-width: 1023px) {
	.categorybannerV3 .page-heading {
		font-size: 34px !important;
	}

	.categorybannerV3  p.page-heading {
		line-height: 30px;
	}
}

/* Banner & header css end */


/*New Css Start here*/

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

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

.categorybannerV3  .start-planning-today .inpt {
	width: 43%;
	display: inline-block;
}

.categorybannerV3  .start-planning-today .onee {
	margin-right: 13px;
}

.categorybannerV3 .leadform .row {
	/* margin: unset; */
	justify-content: space-around;
}

/* .pset.col-sm-12,
  .col-sm-12.setdisc-text{
	padding-left: 0;
  } */
.categorybannerV3 .pset.col-sm-12 p {
	font-size: 13px !important;
	line-height: 20px;
	color: #454545;
	font-weight: 400;
}

.categorybannerV3  .start-planning-today label {
	margin-top: 0;
}

.categorybannerV3  .btnred,
.categorybannerV3  .btnred:active,
.categorybannerV3  .btnred:focus,
.categorybannerV3  .btnred:hover {
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	border: 1px solid #ed1c24;
	height: 34px;
	padding: 7px 21px;
	min-width: 132px;
}

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

.categorybannerV3 .btnred {
	background: #ed1c24;
}

.categorybannerV3 .btn-spc {
	width: 100%;
	display: block;
	text-align: center;
}

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

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

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

.categorybannerV3  .btnred,
.categorybannerV3  .btnred:active,
.categorybannerV3  .btnred:focus,
.categorybannerV3  .btnred:hover {
	color: #fff;
	border-radius: 4px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	border: 1px solid #ed1c24;
	height: 34px;
	padding: 7px 21px;
	min-width: 162px;
}

.categorybannerV3  .start-planning-today .setdisc-text {
	line-height: 22px;
	font-size: 12px !important;
	font-weight: 400;
	color: #5a5a5a;
	padding: 10px 10px 10px 18px;
}

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

.categorybannerV3  .setH2 {
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	color: #233253;
	margin-bottom: 40px;
}

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

.categorybannerV3  .start-planning-today .form-control,
input[type="text"] {
	font-style: italic !important;
}

.categorybannerV3  .start-planning-today .inputGroup label {
	color: #233253;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}

.categorybannerV3  .start-planning-today .inputGroup input {
	height: 40px;
	background-color: #f4f4f4 !important;
	border: 0;
	font-size: 13px;
	line-height: 23px;
	color: #767676;
	font-weight: 300;
	padding: 0.1rem 0.75rem;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}

.categorybannerV3  .start-planning-today .form-control,
.categorybannerV3 input[type="text"].isd {
	width: 15% !important;
	-webkit-text-fill-color: #424040;
	opacity: 0.6;
	font-style: normal !important;
}

.categorybannerV3  .start-planning-today .modilewidth {
	width: 100% !important;
}

/* 
   .start-planning-today {
	width: 45%;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 2px 7px #e1e1e1;
	margin: 50px auto;
	position: relative;
  } */

.categorybannerV3  .start-planning-today .chkbx {
	padding-top: 0 !important;
	display: inline-block;
	width: 90%;
	padding-left: 16px;
	padding-top: 5px;
	/* margin-bottom: 25px; */
}

.categorybannerV3  .start-planning-today {
	width: 100%;
	padding: 30px;
	background: #fff;
	box-shadow: 0px 2px 7px #e1e1e1;
	margin: 20px auto;
	position: relative;
}

.categorybannerV3  .rightStyle .start-planning-today {
	padding: 0 30px;
	box-shadow: none;
}

/*  .start-planning-today input[type="checkbox"] {
	margin-top: 15px;
  } */

.categorybannerV3  .start-planning-today .sac input {
	font-size: 12px;
	font-style: italic;
	color: #767676;
	height: 38px;
	outline-style: none;
	outline-width: 0;
	border: 0 solid transparent;
	box-shadow: none !important;
	background-color: #f4f4f4;
}

.categorybannerV3  .start-planning-today .sac input:focus {
	background-color: #f4f4f4;
}

.categorybannerV3  .start-planning-today .setdisc-text {
	line-height: 22px;
	font-size: 12px !important;
	font-weight: 400;
	color: #5a5a5a;
}

.categorybannerV3  .start-planning-today .setdisc-text p {
	line-height: 22px;
	font-size: 12px !important;
	font-weight: 500;
	color: #5a5a5a;
	top: -2px;
	position: relative;
}

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

/*Ribbon*/

.categorybannerV3 .ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.categorybannerV3 .ribbon::before,
.categorybannerV3 .ribbon::after {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	border: 5px solid #004680;
}

.categorybannerV3 .ribbon span {
	position: absolute;
	display: block;
	width: 240px;
	padding: 10px 0;
	background-color: #0060a0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	text-align: center;
}

.categorybannerV3 .ribbon-top-right {
	top: -10px;
	right: -10px;
}

.categorybannerV3 .ribbon-top-right::before,
.categorybannerV3 .ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}

.categorybannerV3 .ribbon-top-right::before {
	top: 0;
	left: 17px;
}

.categorybannerV3 .ribbon-top-right::after {
	bottom: 17px;
	right: 0;
}

.categorybannerV3 .ribbon-top-right span {
	left: -24px;
	top: 30px;
	transform: rotate(45deg);
	z-index: 999;
}

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

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

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

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

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

.categorybannerV3 .download-brcr button {
	color: #005e9e;
	margin-left: 5px;
	font-size: 14px;
	border: none;
	background: none;
}

.categorybannerV3 .download-brcr span {
	color: #5a5a5a;
	font-weight: normal;
	padding: 0px 20px;
}

.categorybannerV3 .ribbon::before,
.categorybannerV3 .ribbon::after {
	position: absolute;
	z-index: 9 !important;
	content: "";
	display: block;
	border: 5px solid #004680;
}

.categorybannerV3 .ribbon-top-right::before {
	top: 0;
	left: 17px;
}

.categorybannerV3 .ribbon-top-right::after {
	bottom: 17px;
	right: 0;
}

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

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

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

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

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

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

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

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

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


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

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

.categorybannerV3 .setdisc-text .scb-checkbox1[type="checkbox"] {
	margin-top: 5px;
}

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

.categorybannerV3 .btn-spc .btn-primary:disabled {
	opacity: 0.65;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

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

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

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

.categorybannerV3  .start-planning-today .sub-tx p {
	font-size: 12px;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 1rem;
	top: -35px;
	font-weight: 700;
}

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

.categorybannerV3 .tandc {
	width: auto;
	/* display: contents; */
	margin: 0 0 15px;
	text-align: left;
}

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

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

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

.categorybannerV3 #sched.bannerListeCallBtnCP {
	padding: 7px 16px !important;
	text-transform: none;
}

.categorybannerV3  .top-banner .mobileBreak a {
	display: inline-block;
	color: #0056a5;
	background-color: #e2f0fc;
	font-weight: 500;
	padding: 4px 12px;
	border-radius: 20px;
	margin-right: 40px;
	margin-bottom: 15px;
}

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

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

}

@media screen and (max-width: 768px) {
	.categorybannerV3 .termHeader {
		width: 100%;
		text-align: center;
	}

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

	.categorybannerV3 .mobileOrder1 {
		order: 1;
	}

	.categorybannerV3 .mobileOrder2 {
		order: 2;
	}

	.categorybannerV3 .mobileOrder3 {
		order: 3;
	}

	.categorybannerV3 .headerDesc {
		margin-top: 0px;
	}

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

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

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

	.categorybannerV3  .subtitle {
		font-size: 24px;
	}

	.categorybannerV3 .setdisc-text .scb-checkbox1[type="checkbox"] {
		margin-top: 1px;
	}

	.categorybannerV3  .start-planning-today .onee {
		margin-right: 0px;
		/* margin-top: 20px; */
	}

	.categorybannerV3  .start-planning-today .inpt {
		width: 95%;
		/* display: inline-block; */
	}

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

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


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

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


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

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

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

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

	.categorybannerV3  .start-planning-today .modilewidth {
		width: 100% !important;
	}

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

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

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

	.categorybannerV3  .start-planning-today {
		width: auto;
		margin: 0 5px;
		left: 0;
		position: relative;
	}

	.categorybannerV3  .setH2 {
		font-size: 20px;
		line-height: 48px;
		font-weight: 700;
		color: #233253;
		margin-bottom: 14px;
	}

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

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

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

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

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

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

	.categorybannerV3  .start-planning-today .inputGroup input {
		padding: 0.1rem 0.6rem;
	}

	.categorybannerV3  .start-planning-today .chkbx {
		padding-top: 0px !important;
		width: 92%;
		position: relative;
		top: -2px;
	}

	.categorybannerV3  .start-planning-today {
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px
	}

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

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

	.categorybannerV3 .download-brcr {
		width: 95%;

		text-align: center;
		margin: 20px auto;
		border-top: 1px solid #e1e1e1;
		padding-top: 20px;
		/* margin-left: 20px; */
	}

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

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

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

	.categorybannerV3 #sched.bannerListeCallBtnCP {
		margin-top: 0 !important;
		padding: 0 16px !important;
	}

	.categorybannerV3 .disc-text.setdisc-text,
	.categorybannerV3 .prvc {
		padding-right: 0;
	}

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

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

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

	.categorybannerV3  .catBannerBtn {
		/* display: flex;
		flex-direction: column;
		align-items: center; */
		display: flex;
        justify-content: center;
        gap: 5px;
        /* margin-top: -21px; */
		width: 100%;
	}

	.categorybannerV3 .catBannerBtn a {
		height: fit-content;
		width: fit-content;
	}

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

	.categorybannerV3 .catBannerBtn .dataLayerBtnClick {
		margin: 14px 0 5px 0;
	}

	.categorybannerV3 .sec-spc-btm {
		padding-bottom: 20px;
	}

	.categorybannerV3 .sec-spc-top {
		padding-top: 20px;
	}
}

/*New Css End here*/

/* New Css 16.06.2022 start */

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

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

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

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

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

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

.categorybannerV3  .info-form .chkbx p {
	margin-bottom: 18px !important;
}


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

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

/* New Css 16.06.2022 end */


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

.categorybannerV3 .setposition {
	position: relative;
	background: transparent linear-gradient(244deg, #FFFFFF 0%, #E5EEF5 100%) 0% 0% no-repeat padding-box;
}

.categorybannerV3 .top-banner .forRecaptcha:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.categorybannerV3  .modal-body.info-form {
	padding: 0px !important;
}

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

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

.categorybannerV3 .top-banner .bannerList li .ml-2 p {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	margin-bottom: 0px;
}

.categorybannerV3  .rightStyle div:last-child {
	text-align: center;
}

.categorybannerV3 .top-banner .info-form .rightImg img {
	height: auto;
}


@media screen and (min-width: 768px) {
	.categorybannerV3  .bannerList {
		display: inline-block;
	}

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

/* FONT SIZE ADJUSTED TO MAKE SURE BOTH BUTTONS LOOK THE SAME */
.categorybannerV3  .catBannerBtn a {
	width: 195px;
	border: 1px solid #ed1c24;
	font-size: 12px;
	line-height: 20px;
}

.categorybannerV3  .catBannerBtn .btn-outline-danger {
	color: #233253;
	font-weight: 600;
	border: none;
	height: 30px;
	padding: 5px 18px 26px 18px;
}

.categorybannerV3  .catBannerBtn .dataLayerBtnClick {
	width: auto;
	font-size: 12px;
	font-weight: 600;
    color: #ED1C24;
    background: #FFFFFF;
    border: 1px solid #ED1C24;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 1rem 1rem 1rem 0;
	transition: all .3s ease;
}

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

.categorybannerV3  .catBannerBtn button:focus {
	box-shadow: none;
}

.categorybannerV3 .top-banner p.bansubtitle {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1rem;
	color: unset;
}

/* ***************FONT SIZE CHANGES FOR KC CATERGORY TERMPLATE***************** */
.categorybannerV3  .custom-pageheading {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: #233253;
}

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

	.categorybannerV3  .custom-pageheading {
		font-size: 24px;
		line-height: 26px;
	}

	.categorybannerV3  .catBannerBtn .dataLayerBtnClick {
		width: 195px;
		/* margin: unset; */
	}

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

}

/* MOVE CONTACT INFO START */

.categorybannerV3  .contact-info a,
.categorybannerV3  .contact-info a:hover {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #005e9e;
	text-decoration: none;
}

@media screen and (min-width:768px) {

	.categorybannerV3  .mob-only {
		display: none;
	}

}

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

	.categorybannerV3  .desktop-only {
		display: none;
	}
}

/* MOVE CONTACT INFO START */


.categorybannerV3 .bansubtitle {
	color: #005E9E;
	margin-top: 15px;
}

.categorybannerV3  .bannerList {
	padding: 0;
}

.categorybannerV3  .btn-wrap {
	display: inline-block;
}

.categorybannerV3 .ban-li-img {
	/* width: 34px;
	height: 32px;
	object-fit: contain; */
	width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}


.categorybannerV3 .bannerList li p {
	color: #454545;
	float: left;
	text-decoration: none;
	margin-left: 20px;
	min-height: 42px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}

.categorybannerV3 .li-text {
	/* display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: start; */
	/* display: flex;
    flex-direction: column;
    align-items: flex-start; */
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

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


@media screen and (min-width:581px) and (max-width:767px) {

	.categorybannerV3  .btn-wrap {
		display: inline-block;
		width: 100%;
	}

	.categorybannerV3  .bannerList li {
		width: 38%;
		margin-right: 35px;
	}

}



@media screen and (max-width:580px) {
	.categorybannerV3  .bannerList li {
		/* margin: 0 10px;
		font-size: 14px;
		float: left;
		width: 100%;
		min-width: 33.33%;
        display: flex;
        max-width: 100%; */
		margin: 0 10px;
        width: 33.33%;
        min-width: 33.33%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
	}

	.categorybannerV3  .bannerList li div {
		/* justify-content: center;
		flex-direction: column;
		align-items: center !important; */
		display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
	}

	.categorybannerV3 .top-banner .row {
		text-align: center;
	}

	/* .categorybannerV3 .ban-li-img {
		width: 24px;
		height: 26px;
	} */

	.categorybannerV3  .btn-wrap .btn {
		display: block;
		width: 100%;
	}

	.categorybannerV3  .bannerList li a {
		margin-left: 12px;
		text-align: left;
		min-height: 34px;
	}

	.categorybannerV3  .bannerList li a p {
		min-height: auto;
		margin-left: 0;
		margin: auto 0;
	}

	.categorybannerV3  .bannerList.clearfix {
		margin-bottom: 20px;
		gap: 2px;
	}

}


@media screen and (max-width:480px) {
	.categorybannerV3  .bannerList li a {
		margin-left: 12px;
		text-align: left;
		min-height: 28px;
	}

}

/* LINK DESIGN CHANGES START */

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

	.categorybannerV3  .top-banner .mobileBreak a {
		margin-right: 0;
	}

	.categorybannerV3 .newForm .formView .previewFieldBlock {
		text-align: left;
	}

	.categorybannerV3 .newForm .radio_buttons {
		margin-bottom: 20px;
	}
}


/* LINK DESIGN CHANGES END */
/* subtitle font changes START*/
.categorybannerV3  .font-18 {
	font-size: 18px;
}

/* subtitle font changes END*/

/* 29145-Term Insurance Changes START */
.categorybannerV3 .top-banner p b {
	font-weight: 700;
}

/* 29145-Term Insurance Changes END */
.categorybannerV3 .setposition .height-30{
	height: 30px;
}
.categorybannerV3 .setposition .height-20{
	height: 20px;
}
.categorybannerV3 .btn-outline-danger:hover{
	background: transparent;
	box-shadow: 0 5px 7px rgb(228 24 32 / 40%);
}
.categorybannerV3 .btn-outline-danger:not(:disabled):not(.disabled).active,
.categorybannerV3 .btn-outline-danger:not(:disabled):not(.disabled):active,
.categorybannerV3 .show>.btn-outline-danger.dropdown-toggle{
	color: #dc3545;
    background-color: transparent;
    border-color: #dc3545;
}
.categorybannerV3 .catBannerBtn .talktoAdvisorButton {
	border: none;
	text-decoration: underline;
	font-size: 14px;
}
.categorybannerV3 .keyTakeawayHyperlink {
	margin-top: 30px;
}
.categorybannerV3 .keyTakeawayHyperlink .keyTakeawayHyperlink__link,
.categorybannerV3 .keyTakeawayHyperlink .keyTakeawayHyperlink__link:hover {
	margin-top: 18px;
	color: #ed1c24;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	text-transform: unset;
}
@media screen and (max-width:768px) {

	.categorybannerV3 .setposition .height-30{
		height: 0px;
	}
	.categorybannerV3 .catBannerBtn .btn-outline-danger,
	.categorybannerV3 .catBannerBtn .dataLayerBtnClick,
	.categorybannerV3 .catBannerBtn .talktoAdvisorButton {
		height: fit-content;
		width: auto;
		margin-right: 0;
		padding: 5px;
	}
	.categorybannerV3 .form-holder {
		margin-top: 0;
	}
	.categorybannerV3 .catBannerBtn .dataLayerBtnClick,
	.categorybannerV3 .catBannerBtn .btn-outline-danger,
	.categorybannerV3 .catBannerBtn .talktoAdvisorButton {
		flex-grow: 1;
	}
		.categorybannerV3 .bannerList {
			order: 1;
			display: flex;
			overflow-x: auto;
			padding: 10px;
			list-style: none;
			margin: 0;
			align-items: flex-start;
			justify-content: flex-start;
		}
	
		.categorybannerV3 .bannerLink {
			order: 2;
		
		}
		.categorybannerV3 .bannerList li  p {
			margin: 0px;
			text-align: center;
			font-size: 12px;
			/* width: 111px; */
		}
		.categorybannerV3 .bannerList li a {
			margin-left: 0;
		}
		.categorybannerV3 .bannerList {
			scroll-behavior: smooth;
			-webkit-overflow-scrolling: touch;
		}
		.categorybannerV3 .top-banner .bannerHeading {
			justify-content: space-around;
		}
	    .categorybannerV3 .keyTakeawayHyperlink {
			margin: 5px 0 15px 0;
			text-align: center;
		}
	}
	.hdfcBreadcrumb .breadcrumbSection.appendClass.product {
		background: transparent linear-gradient(356deg, #fff 0, #E5EEF5 100%) 0 0 no-repeat padding-box;
	}
/* *******************   box item css start  ************************ */
.categorybannerV3 .planbox_list {
    list-style: none;
    display: flex;
    gap: 20px;
	grid-area: planBoxList;
	overflow: auto;
	padding: 10px 0px;
}

.categorybannerV3 .plan-item {
    background: #FCF7F7;
    border: 1px solid #ed1c24;
    border-radius: 8px;
    padding: 9px;
    width: 40%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.categorybannerV3 .plan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.2);
    border-color: #c0392b;
}

.categorybannerV3 .plan-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    border-right: 2px dashed #e74c3c;
	text-align: center;
}

.categorybannerV3 .planbox_list .plan-item .plan-text p {
    color: #005D95;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 0px;
}

.categorybannerV3 .plan-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .categorybannerV3 .plan-item {
        width: 100%;
        max-width: 400px; 
        margin: 0 auto; 
        justify-content: space-between; 
    }
    
    .categorybannerV3 .plan-left {
        width: 35%; 
        padding-right: 10px; 
        justify-content: center;
    }

    .categorybannerV3 .plan-right {
        width: 65%; 
        padding-left: 10px; 
        justify-content: center;
    }
    
    .categorybannerV3 .planbox_list .plan-item .plan-text p {
        font-size: 16px; 
    }
}
/* *******************   box item css end ************************ */


/* *******************   bannerList start ************************ */
.categorybannerV3 .inline-element .bansubtitle {
	color: #233253;
}

.categorybannerV3 .inline-element .bannerList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	background: #E2F0FC;
	padding: 25px;
	border-radius: 16px;
}

.categorybannerV3 .inline-element .bannerList::before,
.categorybannerV3 .inline-element .bannerList::after {
	all: unset;
}

.categorybannerV3 .inline-element .bannerList li {
	margin: 0;
	width: 100%;
}

.categorybannerV3 .inline-element .bannerList li p {
	min-height: 25px;
	margin-left: 16px;
	font-weight: 500;
	text-align: left;
}

.categorybannerV3 .inline-element .bannerList li img {
	width: 35px;
	height: 35px;
}



@media screen and (max-width:767px) {
	.categorybannerV3 .inline-element .bannerForm {
		order: 1;
	}

	.categorybannerV3 .inline-element .planbox_list {
		order: 3;
	}

	.categorybannerV3 .inline-element .bannerSubtitle {
		order: 4;
	}

	.categorybannerV3 .inline-element .bannerSubdescription {
		order: 5;
	}

	.categorybannerV3 .inline-element .bannerList {
		order: 6;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
		padding: 13px;
		border-radius: 8px;
	}

	.categorybannerV3 .inline-element .bannerList li {
		flex-direction: row;
	}

	.categorybannerV3 .inline-element .bannerList li div {
		flex-direction: row;
	}

	.categorybannerV3 .inline-element .bannerList li img {
		width: 20px;
		height: 20px;
	}

	.categorybannerV3 .inline-element .bannerList li p {
		margin-left: 8px;
	}

	.categorybannerV3 .inline-element .bannerList .li-text {
		min-height: 24px;
	}
}

/* *******************   bannerList end ************************ */