/* Banner & header css start */

@media screen and (max-width:767px) {
	.categorybannerv2 .mob-mb-10 {
		margin-bottom: 10px;
	}
}

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

.categorybannerv2 h2 {
	font-weight: 700;
	margin-bottom: 12px;
}

.categorybannerv2 .contentUnderForm h2 {
	margin-top: 50px;
}

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

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

.categorybannerv2 .bannerDesc {
	grid-area: desc;
}

.categorybannerv2 .bannerSubtitle {
	grid-area: subtitle;
}

.categorybannerv2 .bannerSubdescription {
	grid-area: subdescription;
}

.categorybannerv2 .bannerSubheading {
	grid-area: subheading;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
	.categorybannerv2 .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;
	}

	.categorybannerv2 .bannerDesc,
	.categorybannerv2 .bannerSubtitle,
	.categorybannerv2 .bansubtitle,
	.categorybannerv2 .bannerSubdescription {
		text-align: center;
	}

	.categorybannerv2 .bannerSubtitle {
		margin-bottom: 20px;
	}

	.categorybannerv2 .changeOrderForm .bannerSubtitle {
		margin-top: 10px;
	}

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

	.categorybannerv2 .changeOrderForm .bannerForm {
		order: 2;
	}

	.categorybannerv2 .changeOrderForm .bannerDesc {
		order: 3;
		margin-top: 10px;
	}

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

	.categorybannerv2 .changeOrderForm .bannerSubdescription {
		order: 5;
	}

	.categorybannerv2 .changeOrderForm .bannerSubheading {
		order: 6;
	}

	.categorybannerv2 .changeOrderForm .bannerList {
		display: none;
	}

	.categorybannerv2 .changeOrderForm .catBannerBtn {
		order: 7;
	}

	.categorybannerv2 .changeOrderForm .bannerLink {
		order: 8;
	}

	.categorybannerv2 .changeOrderForm .bannerLink .contact-info {
		display: block;
	}

	.categorybannerv2 .changeOrderForm .bannerForm .mob-only {
		display: none;
	}
}

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

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

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

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

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

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

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

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

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

.categorybannerv2 ul {
	list-style: none;
	padding-left: 0;
}

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

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

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

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

/* .categorybannerv2 ul li {
	margin-right: 52px;
	margin-top: 15px;
	font-size: 14px;
	float: left;
	width: 36%;
}

.categorybannerv2 ul li a {
	color: #8a93a5;
	display: flex;
	text-decoration: none;
}

.categorybannerv2 ul li img {
	margin-right: 6px;
} */

.categorybannerv2 .clearfix {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 50px;
	padding-top: 20px;
}

.categorybannerv2 .clearfix::before,
.categorybannerv2 .clearfix::after {
	content: unset;
}

.categorybannerv2 .clearfix > div {
	width: 36%;
	display: flex;
	gap: 25px;
}

.categorybannerv2 .li-text h3 {
	color: #454545;
    float: left;
    text-decoration: none;
    min-height: 42px;
    font-size: 14px;
    font-weight: 500;
}

.categorybannerv2 .bannerList .li-text p {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px){
	.categorybannerv2 .clearfix {
		flex-wrap: nowrap;
	}

	.categorybannerv2 .clearfix > div {
		flex: 0 0 60%;
	}
}

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

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



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

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

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

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

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

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

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

.categorybannerv2 .ban-right .desk-dflex .btn-outline-danger,
.categorybannerv2 .ban-left .desktop-only .btn-outline-danger {
	background: transparent;
	color: #ed1c24;
	border-radius: 4px;
	border: 1px solid #ed1c24;
	height: 30px;
	padding: 5px 18px 26px 18px;
}

.categorybannerv2 .btn-outline-danger:focus {
	box-shadow: none;
}

.categorybannerv2 .ban-left .desktop-only .btn-outline-danger {
	display: block;
	width: max-content;
}

.categorybannerv2 .desk-dflex .buyingGuideBtnIcon,
.categorybannerv2 .ban-left .desktop-only .buyingGuideBtnIcon {
	width: 18px;
	margin-right: 4px;
}

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

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

	/* .categorybannerv2 ul li {
		margin-right: 52px;
		margin-bottom: 15px;
		font-size: 14px;
		text-align: left;
		width: 36%;
	} */

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

	/* .categorybannerv2 ul li img {
		width: 45px;
		margin-right: 0px;
	} */
}


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

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

	/* .categorybannerv2 ul li {
		width: 100%;
		margin-bottom: 25px;
		text-align: left;
	}

	.categorybannerv2 ul li img {
		width: 34px;
		margin-right: 0px;
		height: auto;
	}

	.categorybannerv2 ul li a {
		align-items: center;
		justify-content: flex-start;
	}

	.categorybannerv2 ul li {
		margin-left: 0px;
		margin-right: 0px;
	} */
}

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

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

}



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

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


}



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

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

.categorybannerv2 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) {
	.categorybannerv2 .page-heading {
		font-size: 34px !important;
	}

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

.categorybannerv2 .btnred {
	background: #ed1c24;
}

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

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

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

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

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

}

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

	.categorybannerv2 h2 {
		font-size: 24px;
	}

	.categorybannerv2 .mobileOrder1 {
		order: 1;
	}

	.categorybannerv2 .mobileOrder2 {
		order: 2;
	}

	.categorybannerv2 .mobileOrder3 {
		order: 3;
	}

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

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

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

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

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

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

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

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

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

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

	.categorybannerv2 .catBannerBtn {
		display: flex;
		justify-content: center;
		gap: 5px;
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

.categorybannerv2 .setposition {
	position: relative;
}

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

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

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

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

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


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

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

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

.categorybannerv2 .catBannerBtn .btn-outline-danger {
	color: #ed1c24;
	font-weight: 600;
	height: 30px;
	padding: 5px 18px 5px 18px;
}

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

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

.categorybannerv2 .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***************** */
.categorybannerv2 .custom-pageheading {
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	color: #233253;
}

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

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

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

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

}

/* MOVE CONTACT INFO START */

.categorybannerv2 .contact-info a,
.categorybannerv2 .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) {

	.categorybannerv2 .mob-only {
		display: none !important;
	}

}

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

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

/* MOVE CONTACT INFO START */



.categorybannerv2 .bansubtitle {
	color: #000;
}

.categorybannerv2 ul {
	padding: 0;
}

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

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


.categorybannerv2 .bannerList li p {
	color: #454545;
	float: left;
	text-decoration: none;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
}

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

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


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

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

	/* .categorybannerv2 ul li {
		width: 38%;
		margin-right: 35px;
	} */

}



@media screen and (max-width:580px) {
	/* .categorybannerv2 ul li {
		margin-right: 0;
		margin-bottom: 0;
		font-size: 14px;
		float: left;
		width: 100%;
	}

	.categorybannerv2 ul li div {
		justify-content: start;
	} */

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

	.categorybannerv2 .ban-li-img {
		width: 24px;
		height: 26px;
	}

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

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

	/* .categorybannerv2 ul li a p {
		min-height: auto;
		margin-left: 0;
		margin: auto 0;
	}

	.categorybannerv2 ul.clearfix {
		margin-bottom: 20px;
	} */

}


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

}

/* LINK DESIGN CHANGES START */

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

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

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

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


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

/* subtitle font changes END*/

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

/* 29145-Term Insurance Changes END */
.categorybannerv2 .setposition .height-30 {
	height: 30px;
}

.categorybannerv2 .setposition .height-20 {
	height: 20px;
}

.categorybannerv2 .btn-outline-danger:hover {
	background: transparent;
	box-shadow: 0 5px 7px rgb(228 24 32 / 40%);
}

.categorybannerv2 .btn-outline-danger:not(:disabled):not(.disabled).active,
.categorybannerv2 .btn-outline-danger:not(:disabled):not(.disabled):active,
.categorybannerv2 .show>.btn-outline-danger.dropdown-toggle {
	color: #dc3545;
	background-color: transparent;
	border-color: #dc3545;
}

.categorybannerv2 .contentUnderForm .bannerList li h3 {
	color: #454545;
	float: left;
	text-decoration: none;
	margin-left: 20px;
	margin-bottom: 16px;
	min-height: 42px;
	font-size: 14px;
	font-weight: 500;
}

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

	.categorybannerv2 .setposition .height-30 {
		height: 0px;
	}

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

	.categorybannerv2 .form-holder {
		margin-top: 0;
	}

	.categorybannerv2 .catBannerBtn .dataLayerBtnClick,
	.categorybannerv2 .catBannerBtn .btn-outline-danger {
		flex-grow: 1;
	}

	.categorybannerv2 .formUnderHeading .bannerDesc {
		order: 1;
	}

	.categorybannerv2 .formUnderHeading .bannerSubtitle {
		order: 2;
	}

	.categorybannerv2 .formUnderHeading .bannerSubdescription {
		order: 3;
	}

	.categorybannerv2 .formUnderHeading .bannerSubheading {
		order: 4;
	}

	.categorybannerv2 .formUnderHeading .catBannerBtn {
		order: 5;
	}

	.categorybannerv2 .contentUnderForm h2 {
		margin-top: 20px;
	}

	.categorybannerv2 .contentUnderForm .termHeader {
		order: 1;
	}

	.categorybannerv2 .contentUnderForm .bannerDesc {
		order: 2;
	}

	.categorybannerv2 .contentUnderForm .bannerSubtitle {
		order: 3;
	}

	.categorybannerv2 .contentUnderForm .bannerSubdescription {
		order: 4;
	}

	.categorybannerv2 .contentUnderForm .bannerList {
		order: 5;
	}

	.categorybannerv2 .contentUnderForm .bannerList .clearfix {
		overflow: auto;
		display: flex;
		gap: 10px;
	}

	.categorybannerv2 .contentUnderForm .bannerList .clearfix::-webkit-scrollbar {
		height: 5px;
	}

	.categorybannerv2 .contentUnderForm .bannerList .clearfix::-webkit-scrollbar-track {
		background: #C4E4FF;
		border-radius: 10px;
		box-shadow: 0px 4px 4px 0px #00000040;
	}

	.categorybannerv2 .contentUnderForm .bannerList .clearfix::-webkit-scrollbar-thumb {
		background: #547ED4;
		border-radius: 10px;
	}

	.categorybannerv2 .contentUnderForm .bannerList li {
		width: 60%;
		flex: none;
	}

	.categorybannerv2 .contentUnderForm .bannerList li h3 {
		margin-left: 0px;
	}

	.categorybannerv2 .contentUnderForm .bannerSubheading {
		order: 6;
	}

	.categorybannerv2 .contentUnderForm .catBannerBtn {
		order: 7;
		display: none;
	}
}

.categorybannerv2 .font-blue {
	color: #005e9e !important;
}

.categorybannerv2 .hyperlink {
	text-decoration: underline;
}

.categorybannerv2 .bannerHead.termHeader .fontW-700 {
	font-weight: 700;
}

.categorybannerv2 .marginBtm-18 {
	margin-bottom: 18px;
}

.categorybannerv2 .whatsapp-icon img {
	width: 20px;
	height: 20px;
}

.categorybannerv2 .setposition.optileadBanner {
	max-width: 1160px;
}

.categorybannerv2 .optileadBanner .top-banner {
	display: grid;
	grid-template-rows: auto auto auto auto auto auto auto 1fr;
	grid-template-columns: 45% 45%;
	grid-template-areas: "head form" "subtitle form" "subdescription form" "subheading form" "list form" "desc form" "image form" "button form" "link form";
	column-gap: 10%;
}

.categorybannerv2 .optileadBanner .bannerDesc {
	margin-bottom: 15px;
}

.categorybannerv2 .optileadBanner .contact-info {
	width: max-content;
	padding: 15px 35px;
	background-color: #E8F8FF;
	border-radius: 35px;
}

.categorybannerv2 .optileadBanner .contact-info.desk-dflex a:first-child {
	margin-top: 10px;
}

.categorybannerv2 .optileadBanner .bannerList {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.categorybannerv2 .optileadBanner .bannerList>img {
	width: 45%;
	height: auto;
	object-fit: contain;
}

.categorybannerv2 .optileadBanner div.clearfix {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.categorybannerv2 .optileadBanner div.clearfix > div {
	margin-right: 0px;
	margin-top: 0px;
	width: 100%;
}

.categorybannerv2 .optileadBanner .bannerList li p {
	font-size: 16px;
	font-weight: 600;
	min-height: 0px;
}

.categorybannerv2 .optileadBanner .bannerList li a p {
	font-size: 16px;
	font-weight: 600;
}

.categorybannerv2 .readMoreLessBtn {
	display: none;
	font-weight: 700;
	font-size: 14px;
	color: #0056A5;
	border: none;
	background: transparent;
	margin-bottom: 20px;
	cursor: pointer;
}

.categorybannerv2 .redMoreLessContainer {
	max-height: 1000px;
	transition: all 0.2s linear;
}

.categorybannerv2 .redMoreLessContainer.slideUp {
	margin-bottom: 0px;
	max-height: 0px;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.categorybannerv2 .readMoreLessBtn {
		display: block;
	}

	.categorybannerv2 .optileadBanner .top-banner {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.categorybannerv2 .optileadBanner .contact-info {
		padding: 0px 15px;
	}

	.categorybannerv2 .optileadBanner .bannerList>img {
		width: 35%;
	}

	.categorybannerv2 .optileadBanner div.clearfix {
		width: 60%;
		display: flex !important;
		gap: 25px;
		margin-bottom: 0px;
	}

	.categorybannerv2 .optileadBanner .bannerList li a p {
		font-size: 12px;
		min-height: 12px;
		margin-left: 0px;
		margin-bottom: 0px;
	}

	.categorybannerv2 .optileadBanner .bannerList li a {
		margin-left: 15px;
	}
}

.categorybannerv2 h1.bannerHeading {
	font-size: 38px;
	line-height: 48px;
	color: #233253;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.categorybannerv2 h1.bannerHeading {
		font-size: 24px;
		line-height: 30px;
	}
}

.categorybannerv2 .allCategoryBanner .top-banner {
	grid-template-areas:
		"head form"
		"desc form"
		"subtitle form"
		"subdescription form"
		"subheading form"
		"image form"
		"list form"
		"button form"
		"link form";
}

.categorybannerv2 .allCategoryBanner .catBannerBtn {
    grid-row-start: unset;
    grid-row-end: unset;
}

.categorybannerv2 .allCategoryBanner .bannerLink {
    grid-row-start: unset;
    grid-row-end: unset;
}

.categorybannerv2 .allCategoryBanner div.clearfix {
	display: flex;
	flex-wrap: wrap;
}

.categorybannerv2 .allCategoryBanner div.clearfix > div {
	float: unset;
}
.categorybannerv2 .keyTakeawayHyperlink {
	margin-top: 30px;
}
.categorybannerv2 .keyTakeawayHyperlink .keyTakeawayHyperlink__link,
.categorybannerv2 .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) {
	.categorybannerv2 .allCategoryBanner .termHeader {
		order: 1;
	}

	.categorybannerv2 .allCategoryBanner .bannerSubtitle {
		order: 2;
	}

	.categorybannerv2 .allCategoryBanner .bannerSubdescription {
		order: 3;
	}

	.categorybannerv2 .allCategoryBanner .bannerSubheading {
		order: 4;
	}

	.categorybannerv2 .allCategoryBanner .bannerImg {
		order: 5;
	}

	.categorybannerv2 .allCategoryBanner .bannerList {
		order: 6;
	}

	.categorybannerv2 .allCategoryBanner .catBannerBtn {
		order: 7;
	}

	.categorybannerv2 .allCategoryBanner .bannerForm  {
		order: 8;
	}

	.categorybannerv2 .allCategoryBanner div.clearfix {
		flex-direction: column;
	}
    .categorybannerv2 .keyTakeawayHyperlink {
		margin: 5px 0 15px 0;
		text-align: center;
	}
}

.red-underscore {
	width: max-content;
	color: #0056a5;
	background-color: #E9F8FF;
	padding: 10px 10px;
	font-size: 20px;
	line-height: 24px;
	border-bottom: 3px solid #ed1c24;
}

.categorybannerv2 .termCalculator {
	max-width: 1200px;
}

.categorybannerv2 .termCalculator h2 {
	margin-top: 0px;
}

.categorybannerv2 .termCalculator .bannerSubtitle {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	border-bottom: 1px solid #0F2F76;
}

.categorybannerv2 .termCalculator .content {
	width: 60%;
}

.categorybannerv2 .termCalculator .bannerList {
	padding-bottom: 20px;
	border-bottom: 1px solid #0F2F76;
}

.categorybannerv2 .termCalculator .clearfix {
	row-gap: 20px;
	column-gap: 20px;
}

.categorybannerv2 .termCalculator .clearfix > div {
	width: 30%;
}

.categorybannerv2 .termCalculator .catBannerBtn {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
	gap: 20px;	
}

.categorybannerv2 .termCalculator .hyperlink {
	color: #007ED4;
	font-weight: 700;
}

.categorybannerv2 .termCalculator .colorred {
	color: #FF0000;
	font-weight: 700;
}

.categorybannerv2 .termCalculator .newBannerForm .newForm {
	box-shadow: none;
	border-radius: unset;
}

.categorybannerv2 .termCalculator .newBannerForm .newForm .formView {
	box-shadow: none;
	border-radius: unset;
}

@media screen and (max-width: 768px) {
	.categorybannerv2 .termCalculator .bannerList {
		border: none;
	}

	.categorybannerv2 .termCalculator .bannerSubtitle {
		flex-direction: column;
		border: none;
		margin-top: 20px;
	}

	.categorybannerv2 .termCalculator .content {
		width: 100%;
	}

	.categorybannerv2 .termCalculator .bannerSubtitle img {
		display: none;
	}

	.categorybannerv2 .termCalculator .catBannerBtn {
		flex-direction: column-reverse;
		gap: 0px;
	}
}