
/* -------------------------- Base HTML tags --------------------------
---------------------------------------------------------------- */

.asp .clearfix {
	clear: both;
}
.asp .dHide {
	display: none !important;
}
.asp p,
.asp button,
.asp a {
	line-height: 150%;
	font-size: 16px;
	font-weight: 600;
}


/* -------------------------- Typography --------------------------
---------------------------------------------------------------- */
.asp h1,
.asp h2,
.asp h3,
.asp h4,
.asp h5,
.asp h6 {
	margin: 0;
	padding: 0.55vw 0vw;
	line-height: 140%;
	font-weight: 700;
}
.asp h1 {
	font-size: 40px;
	font-weight: 800;
}
.asp h2 {
	font-size: 30px;
	font-weight: 800;
}
.asp h3 {
	font-size: 28px;
	font-weight: 800;
}
.asp h4 {
	font-size: 18px;
	font-weight: 800;
}
.asp h5 {
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	text-transform: none;

}

.asp .seo {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	text-transform: none;

}

.asp h6 {
	font-size: 12px;font-weight: 600;
	text-transform: uppercase;
}
.asp p {
	margin: 0;
	line-height: 165%;
	font-weight: 600;
}
.asp p:last-child {
	margin-bottom: 0;
}
.asp .smallTxt {
	font-size: 10px;
}
.asp small {
	font-size: 12px;
}
.asp .lableLine {
	width: 60px;
	height: 3px;
	margin: 0px auto 10px auto;
	background-color: #eb7827;
}
.asp .h2LikeH1 {
	text-align: center;
	display: block;	
	font-size: 33px;	
}
.asp .h2LikeH1 span {
	background-color: #eb7827;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	display: inline-block;
	padding: 0px 18px 5px 18px;
	line-height: 43px;
	color: #fff;
}
.asp .txtCenter,
.asp .txtCenterD {
	text-align: center;
}
.asp .txtLeft {
	text-align: left;
}
.asp .txtJustify {
	text-align: justify;
}
.asp .txtCenterJustify {
	text-align: justify;
	text-align-last: center;
}
.asp .txtWhite {
	color: #fff;
}
.asp .txtUppercase {
	text-transform: uppercase;
}
/* Links ---------------------------- */
.asp a {
	color: #333333;
	text-decoration: none;
}
.asp a:hover,
.asp a:focus {
	color: #b61000;
}
.asp a:focus {
	text-decoration: none;
}

.asp a.primeryLink {
	color: #ad2728;
	font-weight: 600;
	font-size: 14px;
}
.asp a.primeryLinkBig {
	font-size: 16px;
}
.asp a.primeryLink:after {
	content: url(/content/dam/icicipru/wcr/gpp/img/sideArrow.png);
	width: 58px;
	background-position: left;
	display: inline-block;
	position: absolute;
	padding-top: 2px;
	padding-left: 6px;
}
.asp a.primeryLink:hover:after {
	animation: arrowAnim 0.6s infinite ease-in-out;
	transition: all 0.2s ease-in-out;
}
@keyframes arrowAnim {
	from {
		margin-left: 0px;
	}
	to {
		margin-left: 15px;
	}
}
.asp a,
.asp a:link,
.asp a:hover,
.asp a:active {
	outline: none;
}
.asp .fancybox.a {
	background-color: transparent;
}

/*  Images -------------------------- */
.asp img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
	border: 0;
	-ms-interpolation-mode: bicubic;
	aspect-ratio: attr(width) / attr(height);
}
.asp .blendMode img {
	mix-blend-mode: multiply;
}
.asp ul {
	padding: 0;
	list-style: disc inside none;
	margin-bottom: 0;
	padding-left: 0;
	font-size: 15px;
}
.asp ol {
	padding: 0;
	margin-bottom: 20px;
	font-size: 15px;
}
.asp ol.timelineNumber {
	list-style: none;
	counter-reset: my-awesome-counter;
	padding-left: 40px;
	position: relative;
	margin: 25px 0px;
}
.asp ol.timelineNumber:before {
	width: 2px;
	height: 10px;
	padding: 17% 0px;
	background: rgba(248, 93, 0, 1) 0%;
	content: " ";
	position: absolute;
	left: 15px;
}
.asp ol.timelineNumber li {
	margin: 0 0 24px 0;
	counter-increment: my-awesome-counter;
	position: relative;
}
.asp ol.timelineNumber li::before {
	content: counter(my-awesome-counter);
	color: #fff;
	font-size: 15px;
	position: absolute;
	left: calc(-1 * 25px - 10px);
	line-height: 25px;
	width: 25px;
	height: 25px;
	top: 0;
	transform: rotate(0deg);
	background: rgb(248, 93, 0);
	background: linear-gradient(
		90deg,
		rgba(248, 93, 0, 1) 0%,
		rgba(168, 4, 0, 1) 100%
	);
	border-radius: 50%;
	text-align: center;
}
.asp ol.timelineNumber li::marker {
	font-size: 15px;
	text-align: center !important;
	width: 25px;
	height: 25px;
	unicode-bidi: normal !important;
	border-radius: 100%;
}
.asp button {
	border: 0px solid;
}
.asp .asp_btn {
	display: block;
	width: 100%;
	background-color: transparent;
	text-transform: uppercase;
	border: 0px solid;
	padding: 15px 0px 13px 0px;
	transition: all 0.2s;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
}
.asp .asp_btn:focus,
.asp .asp_btn:visited,
.asp .asp_btn:hover {
	transition: all 0.2s;
	outline: 0;
}
.asp .btnPrimary {
	color: #eb7827;
	background-color: transparent;
	border: 1px solid #eb7827;
	border-radius: 21px;
}
.asp .btnPrimary:hover {
	color: #eb7827;
	background-color: #333333;
}
.asp .w160Btn {
	width: 160px;
	margin: 15px auto 0px;
}
.asp .w160BtnLeft {
	width: 160px;
	margin: 15px 0px;
}
.asp .btnDownload {
	background-color: transparent;
	border: 1px solid #b61000;
	border-radius: 20px;
	background-image: url("/content/dam/icicipru/wcr/gpp/img/downArrow.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 7px;
	padding: 6px 0px 6px 12px;
	font-size: 13px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	color: #b61000;
	letter-spacing: 0 !important;
}
.asp .btnDownload:hover {
	color: #b61000;
	background-color: rgb(255, 249, 248);
}

.asp .btnSolidBorder {
	background-color: transparent;
	border: 1px solid #b61000;
	border-radius: 20px;
	padding: 6px 0px 6px 0px;
	font-size: 13px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	color: #b61000;
	letter-spacing: 0 !important;
}
.asp .btnSolidBorder:hover {
	color: #b61000;
	background-color: rgb(255, 249, 248);
}

.asp .btnRightArrow {
	border: 1px solid #eb9605;
	border-radius: 5px;
	background-color: #fcf5eb;
	padding: 15px 6px 15px 6px;
	font-size: 15px;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	color: #b61000;
}
.asp .btnRightArrow:hover {
	color: #b61000;
}
.asp .btnRightArrow:after {
	content: url(/content/dam/icicipru/wcr/gpp/img/sideArrow.png);
	width: 58px;
	background-position: left;
	display: inline-block;
	position: absolute;
}
.asp .btnRightArrow:hover:after {
	animation: arrowAnim 0.6s infinite ease-in-out;
	transition: all 0.2s ease-in-out;
}
@keyframes arrowAnim {
	from {
		margin-left: 0px;
	}
	to {
		margin-left: 15px;
	}
}

.asp .btnSecondary {
	color: #a50102;
	background-color: #fff;
	border-radius: 20px;
	padding: 6px;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #fff;
}
.asp .btnSecondary:focus,
.asp .btnSecondary:visited,
.asp .btnSecondary:hover {
	color: #a50102;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}
.asp a.btnSecondaryBgTransparent {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.asp a.btnSecondaryBgTransparent:focus,
.asp a.btnSecondaryBgTransparent:visited,
.asp a.btnSecondaryBgTransparent:hover {
	color: #a50102;
	background-color: #fff;
	border: 1px solid #fff;
	transition: all 0.2s ease-in-out;
}

.asp .PrimaryLink:focus,
.asp .PrimaryLink:visited,
.asp .PrimaryLink:hover {
	color: #eb7827;
	transition: all 0.2s ease-in-out;
}
.asp .PrimaryLink:hover::after {
	letter-spacing: -3px;
	transition: all 0.2s ease-in-out;
}

.asp .linkWhite {
	color: #fff;
	text-decoration: none;
}
.asp .linkWhite:focus,
.asp .linkWhite:visited,
.asp .linkWhite:hover {
	color: #eb7827;
}

.asp .siteMap {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 190%;
}
.asp .w-240 {
	width: 240px;
	max-width: 90%;
	margin: 0px auto 0px;
}
.asp .w-120,
.asp .w-800,
.asp .w-1000,
.asp .w-1024,
.asp .w-1200 {
	max-width: 95%;
	margin: 2% auto 0%;
}
.asp .w-1200 {
	max-width: 99%;
}
.asp .w-120 {
	width: 120px;
	max-width: 98%;
}
.asp .w-150 {
	width: 150px;
	max-width: 98%;
}
.asp .w-800 {
	width: 800px;
}
.asp .w-1000 {
	width: 1000px;
}
.asp .w-1024 {
	width: 1024px;
}
.asp .w-1200 {
	width: 1200px;
}

.asp .txt-800 {
	width: 800px;
	max-width: 96%;
	margin: 0 auto;
}
.asp .txt-1024 {
	width: 1024px;
	max-width: 96%;
	margin: 0 auto;
}
.asp .txt-1200 {
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
}
.asp .divCenter {
	margin: 0 auto;
}
.asp .paddingTopBottom {
	padding: 30px 0px;
}
.asp .paddingTop {
	padding-top: 10px;
}
.asp .paddingTop0 {
	padding-top: 0px;
}
.asp .paddingBottom {
	padding-bottom: 10px;
}
.asp .padding50 {
	padding: 0px 25px;
}
.asp .minHeignt320 {
	min-height: 320px;
}
.asp .minHeignt380 {
	min-height: 380px;
}
.asp .minHeignt {
	min-height: 400px;
}
.asp .minHeignt430 {
	min-height: 430px;
}
.asp .psRelative {
	position: relative;
}
.asp .psRelativeD {
	position: relative;
}
.asp .vCenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.asp .fontWBold {
	font-weight: 600;
}
.asp .mt_20D {
	margin-top: 30px;
}
.asp .mb_20 {
	margin-bottom: 20px;
}
.asp .mb_20Imp {
	margin-bottom: 20px !important;
}
.asp .mbmt_40Imp {
	margin: 30px auto 30px !important;
}
.asp .mb_15Mobile {
	margin-bottom: 15px !important;
}

/* Accordion */
.asp .accordionItem {
	float: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.asp .accordionItemHeading {
	cursor: pointer;
	margin: 0px 0px 10px 0px;
	line-height: 40px;
	padding: 10px;
	background: #eb7827;
	color: #fff;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	text-transform: none; /*Change - title case to sentence case-- 29/6*/
	font-size: 17px;
}
.asp .acodionWithIcons .accordionItemHeadingBgImg {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 45px;
	padding-left: 65px;
}
.asp .ForYourImmediateRetirementNeeds {
	background-image: url("/content/dam/icicipru/wcr/gpp/img/ForYourImmediateRetirementNeeds.svg");
}
.asp .ToPlanYourFutureRetirement {
	background-image: url("/content/dam/icicipru/wcr/gpp/img/ToPlanYourFutureRetirement.svg");
}
.asp .ToSecureYourFamily {
	background-image: url("/content/dam/icicipru/wcr/gpp/img/ToSecureYourFamily.svg");
}
.asp .asp_close .accordionItemContent {
	height: 0px;
	transition: height 1s ease-out;
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	float: left;
	display: block;
}
.asp .asp_open .accordionItemContent {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: block;
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
	box-sizing: border-box;
}
.asp .asp_open .accordionItemHeading {
	margin: 0px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.asp .accordionItemHeading:after {
	content: "\002B";
	color: #fff;
	font-weight: 400;
	float: right;
	margin-left: 5px;
	font-size: 24px;
}
.asp .asp_open .accordionItemHeading:after {
	content: "\2212";
}
.asp .accordionWithoutBackground {
	color: #272727 !important;
}
.asp .accordionWithoutBackground .accordionItemHeading {
	line-height: 100%;
	padding: 19px 0px;
	background: transparent;
	color: #272727;
	border-top: 1px solid #989898;
	margin: 0;
	font-size: 15px;
	text-transform: none;
}
.asp .accordionWithoutBackground .accordionItemHeading:after {
	color: #272727;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	position: absolute;
}
.asp .accordionWithoutBackground .asp_open .accordionItemContent {
	padding: 0px;
	background-color: #fff;
	border: 0px solid #ddd;
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.asp .accordionWithoutBackground .accordionItemHeading {
	position: relative;
	min-height: 50px;
}
/* --------------------------  Layout Grids  --------------------------
---------------------------------------------------------------------- */
.asp .fullWidth {
	width: 100%;
	margin: 0em auto;
}
.asp .containerAsp {
	width: 1200px;
	max-width: 85%;
	margin: 0 auto;
}
.asp .col-22,
.asp .col-3,
.asp .col-4,
.asp .col-5,
.asp .col-6,
.asp .col-7 {
	float: left;
	margin: 1%;
}
.asp .col-1 {
	width: 100%;
	margin: 1% auto;
}
.asp .col-11 {
	width: 98%;
	margin: 1% auto;
}
.asp .col-2 {
	width: 50%;
	float: left;
}
.asp .col-22 {
	width: 48%;
	float: left;
	margin: 1%;
}
.asp .col-3 {
	width: 31%;
}
.asp .col-4 {
	width: 23%;
}
.asp .col-5 {
	width: 18%;
}

/* Breadcrumbs */
.asp .breadcrumbs-list {
	color: #000;
	list-style-type: none;
	padding: 10px 0px 5px 10px;
}
.asp .breadcrumbs-items {
	max-width: 300px;
	display: inline;
	padding: 5px 0px 5px 0px;
	font-size: 13px;
}
.asp .breadcrumbs-items a {
	color: #b02a30;
	text-decoration: none;font-weight:800;
	padding: 0px 5px 0;
}
.asp .breadcrumbs-items:after {
	content: "  >";
	color: #b02a30;
}
.asp .breadcrumbs-items:last-child:after {
	content: "";
}

/* --------------------------  Header  --------------------------
----------------------------------------------------------------- */
.asp .banner {
	position: relative;
}
.asp .bannerAbs {
	position: absolute;
	width: 100%;
	color: #fff;
	top: 0;
}
.asp .bannerAbs h3 {
	font-size: 44px;
	font-size: 37px;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.959);
}
.asp .bannerAbs h4 {
	padding-top: 11%;
	color: #ffffff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.856);
}

.asp .featuresBoxesMain {
	display: flex;
	display: flex;
	justify-content: space-between;
}
.asp .featuresBoxesMain a {
	width: 14%;
	margin: 0% 3%;
	background-color: #fcf5eb;
	border: 1px solid #f0ab36;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}
.asp .featuresBox .ico {
	width: 75px;
	margin: 0 auto;
}
.asp .featuresBox h4 {
	font-size: 16px;
	padding: 0;
}

.asp .extraBenefitBox {
	border: 1px solid #b5b5b5;
	border-radius: 6px;
}
.asp .extraBenefitHead {
	background-color: #eb7827;
	padding: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.asp .extraBenefitHeadIco {
	width: 50px;
	max-width: 18%;
	float: left;
	margin: 1%;
	padding: 4px 1px 0px 1px;
}
.asp .extraBenefitHeadTxt {
	width: 76%;
	float: left;
	margin: 0% 0% 0% 2%;
	color: #fff;
	padding: 0;
	min-height: 70px;
}
.asp .extraBenefitHeadTxt h3 {
	font-size: 18px;
}
.asp .extraBenefitContent {
	padding: 12px;
}
.asp .extraBenefitContent p {
	min-height: 138px;
}
.asp .customisedForYour .extraBenefitContent p {
	min-height: 280px;
}
.asp .customisedForYour .w160Btn {
	width: 160px;
	margin: 0px auto 26px;
}

.asp .stepsLine {
	background-color: #d07877;
	width: 79%;
	margin: 0 auto;
	height: 2px;
	margin-top: 51px;
}
.asp .stepsMain {
	position: relative;
	margin-top: -49px;
	text-align: center;
}
.asp .stepsBoxes {
	width: 23%;
	float: left;
	margin: 1%;
}
.asp .stepNo {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	border-radius: 50%;
	margin: 10px auto;
	background: rgb(248, 93, 0);
	background: linear-gradient(
		90deg,
		rgba(248, 93, 0, 1) 0%,
		rgba(168, 4, 0, 1) 100%
	);
}
.asp .stepsBoxes h6 {
	font-size: 17px;
	text-transform: capitalize;
}
.asp .stepsBoxes p {
	width: 225px;
	max-width: 100%;
	margin: 0 auto;
}

.asp .textWithSaprater {
	display: block;
	border-bottom: 0px solid #ff6501;
	padding: 0px 0px 10px;
	margin-bottom: 5px;
}
.asp .textWithSaprater2 {
	display: block;
	border-bottom: 1px solid #ff6501;
	padding: 10px 0px 10px;
	margin-bottom: 10px;
}

.asp .aspFooter {
	background: rgb(248, 93, 0);
	background: linear-gradient(
		90deg,
		rgba(248, 93, 0, 1) 0%,
		rgba(168, 4, 0, 1) 100%
	);
	width: 100%;
	padding: 10px 0px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.asp .ftrFlex {
	display: flex;
	justify-content: center;
}
.asp .btnFtrDiv {
	width: 180px;
	margin: 0% 3%;
}
.asp .moreLinks {
	width: 350px;
	background-color: #fff;
	max-width: 70%;
	position: fixed;
	bottom: -300px;
	margin: 0 auto;
	left: 53%;
	border: 1px solid #ec9c13;
	border-radius: 10px;
	z-index: 9;
}
.asp .moreLinks img {
	width: 28px;
	float: left;
	margin: -4px 10px 0px 0px;
}
.asp .moreLinks ul {
	list-style: none;
}
.asp .moreLinks ul li {
	margin: 0;
	padding: 16px 10px;
	border-bottom: 1px solid #ec9c13;
}
.asp .moreLinks ul li:last-child {
	border-bottom: 0px;
}
.asp .moreLinks ul li a {
	font-size: 15px;
}
.asp .slideUp .moreLinks {
	bottom: 15px;
	padding-bottom: 50px;
	transition: all 0.3s ease-in-out;
}
.asp .nextBtnDots {
	padding: 6px 6px !important;
	position: relative;
}
.asp .nextBtnDots:after {
	content: url("/content/dam/icicipru/wcr/gpp/img/nextBtnDots.png");
	width: 30px;
}
.asp .slideUp .nextBtnDotsAbs:before {
	content: url(/content/dam/icicipru/wcr/gpp/img/moreBtnArrow.svg);
	width: 18px;
	height: 11px;
	position: absolute;
	top: -25px;
	right: 45%;
}

.asp .more {
	position: relative;
}
.asp .morecontent span {
	display: none;
}
.asp .morelink {
	display: block;
	background: rgb(255, 255, 255);
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0.753) 100%
	);

	margin-top: -22px;
	display: block;
	width: 100%;
	height: 52px;
	position: absolute;
	padding-top: 12px;
	color: #b61000;
	font-weight: 600;
	font-size: 15px;
}
.asp .morelink.less {
	background-color: transparent;
	margin-top: 0px;
	position: static;
	height: auto;
}
.asp .extraMarginTop {
	margin-top: 40px;
}

.footer_img {
	width: 100%;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1445px) {
	.asp .bannerAbs h4 {
		padding-top: 8.5%;
	}
}

@media only screen and (max-width: 1280px) {
	.asp ol.timelineNumber:before {
		padding: 19% 0px;
	}
	.asp .bannerAbs h4 {
		padding-top: 7.5%;
	}
}
@media only screen and (max-width: 1100px) {
	.asp ol.timelineNumber:before {
		padding: 24% 0px;
	}
	.asp .bannerAbs h4 {
		padding-top: 3.5%;
	}
	.asp .containerAsp {
		max-width: 99%;
	}
}
@media only screen and (max-width: 1024px) {
	.asp .minHeignt320 {
		min-height: 260px;
	}
	.asp .minHeignt380 {
		min-height: 300px;
	}
	.asp .minHeignt {
		min-height: 340px;
	}
	.asp .minHeignt430 {
		min-height: 360px;
	}
	.asp .featuresBoxesMain {
		flex-wrap: wrap;
		justify-content: center;
	}
	.asp .featuresBoxesMain a {
		width: 30%;
		margin: 5px;
		padding: 8px;
	}
	.asp .featuresBox h4 {
		font-size: 12px;
		padding: 0;
	}
	.asp .featuresBox .ico {
		width: 58px;
	}
}
@media only screen and (max-width: 980px) {
	.asp .minHeignt320 {
		min-height: auto;
	}
	.asp .minHeignt380 {
		min-height: auto;
	}
	.asp .minHeignt {
		min-height: auto;
	}
	.asp .minHeignt430 {
		min-height: auto;
	}
	.asp .psRelativeD {
		position: static;
	}
	.asp .psRelativeD .vCenter {
		position: static;
		top: 50%;
		transform: none;
	}
	.asp ol.timelineNumber:before {
		padding: 86px 0px;
	}
	.asp .dHide {
		display: block !important;
	}
	.asp .mHide {
		display: none !important;
	}
	.asp .col-2 {
		width: 100%;
		float: none;
		margin: 0% auto;
	}
	.asp .col-22 {
		width: 100%;
		float: none;
		margin: 1% auto;
	}
	.asp .col-5,
	.asp .col-6,
	.asp .col-7 {
		width: 31%;
	}
	.asp .col-4 {
		width: 48%;
	}
	.asp .padding50 {
		padding: 0px 122px;
	}
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 15px;
	}
	.asp h1,
	.asp h2,
	.asp h3,
	.asp h4,
	.asp h5,
	.asp h6 {
		padding: 1.55vw 0vw;
	}
	.asp h2 {
		font-size: 26px;
	}
	.asp h1 {
		margin-bottom: 12px;
		font-size: 28px !important;
	}
	.asp .col-3 {
		width: 95%;
		float: none;
		margin: 1% auto;
	}
	.asp .col-5,
	.asp .col-6,
	.asp .col-7 {
		width: 48%;
	}
	.asp .breadcrumbs-items a {
		padding-left: 0;
	}
	.asp .lableLine {
		height: 2px;
		margin: 0px auto 10px 10px;
	}
	.asp h5 {
		text-align: left;
		margin-left: 10px;
		font-size: 12px;
	}
	.asp .seo {
		text-align: left;
		margin-left: 10px;
		font-size: 12px;
	}
	.asp .h2LikeH1 {
		text-align: left;
		font-size: 22px;
		margin-left: 10px;
	}
	.asp .btnSecondary {
		border-radius: 20px;
		padding: 6px 2px;
		font-size: 11px;
	}
	.asp .btnFtrDiv {
		width: 33%;
		margin: 0% 1%;
	}
	.asp .moreLinks {
		left: auto;
		right: 10px;
	}
	.asp .accordionItemHeading {
		font-size: 15px;
		line-height: 142%;
		padding: 21px 10px;
	}
	.asp .accordionItemHeading:after {
		margin-top: -10px;
	}
	.asp .ToPlanYourFutureRetirement:after,
	.asp .ToSecureYourFamily::after {
		margin-top: 0px;
	}
	.asp .accordionWithoutBackground .accordionItemHeading {
		line-height: 166%;
		padding: 19px 65px 19px 4px;
	}
	.asp .accordionWithoutBackground .accordionItemHeading:after {
		color: #272727;
		top: 51%;
	}
	.asp .accordionWithoutBackground .accordionItemContent p {
		width: 88%;
		text-align: justify;
	}
	.asp .paddingTop0 {
		padding-top: 15px;
	}
	.asp .extraBenefitBox {
		width: 96%;
		margin: 3% auto;
		float: none;
	}
	.asp .extraBenefitContent p {
		min-height: auto;
		padding-bottom: 10px;
	}
	.asp .txtCenterD {
		text-align: left;
		margin-left: 10px;
	}
	.asp .stepsMain {
		position: relative;
		margin-top: 8px;
		text-align: center;
		margin-left: -16px;
	}
	.asp .stepsLine {
		width: 2px;
		float: left;
		position: relative;
		margin-left: 17px;
	}
	.asp .stepsBoxes {
		width: 100%;
		float: none;
		margin: 4% 0%;
	}
	.asp .stepNo {
		float: left;
		width: 30px;
		height: 30px;
		font-size: 16px;
		line-height: 31px;
	}
	.asp .stepContent {
		width: 85%;
		float: left;
		margin-left: 3%;
		text-align: left;
		margin-top: 0%;
	}
	.asp .stepContent p {
		margin: 0px;
		width: 98%;
	}
	.asp .stepFlexM {
		width: 600px;
		max-width: 100%;
		margin-top: -20px;
		display: flex;
		justify-content: space-between;
	}
	.asp .paddingTopBottom {
		padding: 25px 0px;
	}
	.asp .padding50 {
		padding: 0px 80px;
	}
	.asp .nextBtnDotsAbs:before {
		right: 45px;
	}
	.asp .btnRightArrow {
		padding: 15px 20px 15px 20px;
	}
}

@media only screen and (max-width: 720px) {
	#bot_circle {
		bottom: 55px !important;
		left: 0% !important;
	}
}

@media only screen and (max-width: 700px) {
	.asp .padding50 {
		padding: 0px 0px;
	}
	.asp .slideUp .nextBtnDotsAbs:before {
		top: -20px;
	}
}

@media only screen and (max-width: 420px) {
	.asp ol.timelineNumber:before {
		padding: 30% 0px;
	}
}

@media only screen and (max-width: 376px) {
	.asp ol.timelineNumber:before {
		padding: 35% 0px;
	}
}

@media only screen and (max-width: 330px) {
	.asp .stepNo {
		width: 26px;
		height: 26px;
		font-size: 15px;
		line-height: 27px;
	}
	.asp ol.timelineNumber:before {
		padding: 44% 0px;
	}
}
