a:focus,
a:hover {
	color: #23527c;
	text-decoration: none;
}

.header {
	border-bottom: 2px solid #000;
	background-color: #fff;
	margin-bottom: 20px;
}

.header .header-text {
	color: #ae2b30;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 1px 0;
}

.section1 {
	width: 45%;
}

.section1 .nav-sec .anchor {
	padding: 15px;
	background: #dedede;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	border: 1px solid #ccc;
	border-bottom: none;
	border-radius: 0;
}

.section1 .nav-sec .anchor.f-anchor {
	border-top-left-radius: 4px;
	border-right: none;
}

.section1 .nav-sec .anchor.l-anchor {
	border-top-right-radius: 4px;
	border-left: none;
}

.section1 .nav-sec .active.anchor {
	background-color: #eee;
}

.section1 .m-sec {
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 20px 20px 0 20px;
	border-top: none;
}

.section1 .loan-tenure {
	float: left;
	min-width: 81px;
}

.section1 .m-sec-f {
	width: 100%;
}

.section2 {
	width: 25%;
	text-align: center;
}

.section2 .lbl-sec {
	font-size: 16px;
	margin: 12px 0;
}

.section2 .amt-sec {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 2px dashed #ccc;
	padding: 0 0 12px 0;
	margin: 0 30px;
}

.section2 .amt-sec.loan-emi {
	font-size: 24px;
}

.section3 {
	width: 30%;
}

.highcharts-credits {
	display: none;
}

.label-sec {
	width: 35%;
	margin-top: 6px;
}

.slidecontainer {
	width: 100%;
	margin-top: 15px;
}

.slider:focus {
	outline: 0;
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	padding: 0;
	cursor: pointer;
}

.slider::-webkit-slider-runnable-track {
	width: 100%;
	height: 7px;
	background: #d3d3d3;
	border: none;
	border-radius: 5px;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	background: #f5821f;
	margin-top: -6px;
	cursor: pointer;
	z-index: 99;
}

.slider::-moz-range-track {
	width: 100%;
	height: 7px;
	background: #d3d3d3;
	border: none;
	border-radius: 5px;
}

.slider::-moz-range-thumb {
	border: none;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	background: #f5821f;
	cursor: pointer;
}

.slider:-moz-focusring {
	outline: 1px solid #fff;
	outline-offset: -1px;
}

.slider::-ms-track {
	width: 100%;
	height: 7px;
	background: 0 0;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent;
}

.slider::-ms-fill-lower {
	background: #d3d3d3;
	border-radius: 5px;
}

.slider::-ms-fill-upper {
	background: #d3d3d3;
	border-radius: 5px;
}

.slider::-ms-thumb {
	border: none;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	background: #f5821f;
	cursor: pointer;
}

.slider:focus::-ms-fill-lower {
	background: #d3d3d3;
}

.slider:focus::-ms-fill-upper {
	background: #d3d3d3;
}

.steps {
	border-color: transparent;
	border-style: none solid;
	border-width: 0 1px;
	margin: 0 0 35px !important;
	position: relative;
	width: 100%;
}

.tick {
	color: #ccc;
	font-size: 11px;
	height: 11px;
	left: 0;
	line-height: 11px;
	margin-left: -24px;
	position: absolute;
	text-align: center;
	width: 48px;
}

.marker {
	border: 1px solid transparent;
	color: #333;
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.bs-radio {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

.bs-radio input[type=radio]:not(old) {
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.bs-radio input[type=radio]:not(old)+.form-label {
	text-align: center;
	font-weight: 700;
	border: 1px solid #d3d3d3;
	padding: 6px 10px 0 10px;
	height: 34px;
	margin: 0;
	cursor: pointer;
	background-color: #fff;
}

.bs-radio input[type=radio]:not(old)+.form-label.form-label1 {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.bs-radio input[type=radio]:not(old)+.form-label.form-label2 {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.bs-radio input[type=radio]:not(old):checked+.form-label {
	background-color: #e6e6e6;
	border-color: #adadad;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.img-svr1 {
	width: 55px;
	height: 53px;
	background-repeat: no-repeat;
	display: inline-block;
}

.footer-img {
	margin-top: -19px;
}

.FB {
	background-position: -15px 0;
}

.Twitter {
	background-position: -73px -58px;
}

.Youtube {
	background-position: -15px -116px;
}

.LinkedIn {
	background-position: -15px -58px;
}

.Googleplus {
	background-position: -72px 0;
}

ul.footer-list.social-list li a span {
	display: inline;
	padding: 10px 5px;
	position: relative;
	top: -22px;
}

.footer {
	background-color: #97291e;
	color: #fff;
	padding: 40px 0 60px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

ol,
ul {
	list-style: none;
	margin: 0;
}

.ftmenu {
	background: url(../../../../../dam/icicipru/agnon/footer-small.html) repeat-x #97291e;
	text-align: center;
}

.ftmenu1 {
	background: url(../../../../../dam/icicipru/agnon/footer-small.html) repeat-x #97291e;
	text-align: center;
}

a {
	color: #337ab7;
	text-decoration: none;
}

p {
	margin: 0 0 10px;
}

.footer-list li a {
	color: #fff;
}

.footer-list.social-list li,
.prod-list>li {
	margin-bottom: 15px;
}

.open-list a {
	color: #fff;
}

.claim-box h4,
.mt20,
.plan-details .panel-group .panel+.panel,
.saving-category {
	margin-top: 20px;
}

.footeraddress {
	font-family: ZurichBT-Roman;
	font-size: 1.1em;
	text-align: center;
}

.prod-list .inner-footer,
.service-box.inview {
	padding-left: 10px;
}

.irdai-block {
	border: 1px solid #fff;
	display: inline-block;
	padding: 20px;
	width: 100%;
}

.txt-content {
	display: inline-block;
	font-family: ZurichBT-Roman;
	font-size: 11px;
	line-height: 18px;
	margin-right: 4%;
	vertical-align: middle;
	width: 70%;
}

.txt-content .textbeware {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.ir-btn {
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	background-color: #e77817;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	font-family: ZurichBT-Roman;
	font-size: 11px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease;
	vertical-align: middle;
	width: 24%;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

.first-header .nav>li:first-child>a {
	border-left: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar {
	background-color: #fff;
	border-bottom: 0;
	margin-bottom: 0;
	padding: 10px 0 0;
}

.navbar {
	background-color: #fff;
	padding: 10px 0 0;
	box-shadow: 0 0 9px 2px rgba(0, 0, 0, .07);
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand {
	padding: 0;
	width: 100%;
}

.navbar-brand>img {
	display: block;
}

.first-header {
	display: inline-block;
	float: right;
	font-family: ZurichBT-Roman;
	font-size: 1rem;
	margin-top: 10px;
}

#header-scrollable {
	float: right !important;
	margin-left: 0 !important;
}

.navbar-right {
	margin-right: 0;
}

.nav>li {
	position: relative;
	display: block;
}

.first-header li {
	padding: 3px 0 10px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

.first-header .nav>li>a {
	font-size: 13px;
	cursor: pointer;
}

.first-header .nav>li>a {
	border-left: 1px solid #cdcdcd;
	color: #7c7c7c;
	font-size: 1.8em;
	padding: 0 15px;
	text-transform: capitalize;
}

.first-header .nav>li:first-child>a {
	border-left: 0;
}

.collapse {
	display: none;
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

.second-nav {
	background-color: none;
	display: inline-block;
	float: left;
	font-family: ZurichBT-Roman;
	width: 100%;
	height: auto;
}

.second-nav li {
	display: block;
	padding: 10px 0;
	position: static;
}

.customer-type .radio input,
.disclosure-content,
.first-header li.login-dropdown.logout,
.highcharts-button,
.letter-filter input[type=radio],
.list-content-hold li,
.mobile-login,
.mobile-menu,
.mobile-search,
.second-mobile,
.second-nav li.only-mobile,
.timeperiod {
	display: none;
}

.second-nav .secondary-navigation>li>a {
	border-left: 1px solid #97291e;
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	padding: 0 30px;
	text-transform: uppercase;
}

.second-nav .secondary-navigation>li.only-mobile>a {
	background-image: none;
}

.header-text {
	font-size: 35px;
	text-align: center;
}

.additional-list ul li {
	list-style: disc;
}

.additional-list ol li {
	list-style: decimal;
}

.additional-list-bold {
	font-family: ZurichBT-Bold;
	font-weight: 700;
}

@media only screen and (max-width:768px) {

	.additional-list ol,
	.additional-list ul,
	.additional-list-calworks ul {
		padding-left: 15px;
	}

	.section1 {
		width: 100%;
	}

	.section1 .nav-sec .nav-li {
		width: 33.3%;
	}

	.section1 .nav-sec .anchor {
		padding: 8px 0 0 0;
		width: 100%;
		min-height: 40px;
		text-align: center;
	}

	.section1 .loan-tenure {
		float: right;
		min-width: 0;
	}

	.section2 {
		width: 100%;
	}

	.section2 .text-sec {
		float: left;
		width: 50%;
		margin: 20px 0;
	}

	.section2 .text-sec.f-text-sec {
		float: left;
		width: 100%;
	}

	.section2 .lbl-sec {
		min-height: 44px;
	}

	.section2 .lbl-sec.f-lbl-sec {
		min-height: auto;
	}

	.section2 .amt-sec {
		margin: 0;
	}

	.section3 {
		width: 100%;
	}

	.input-sec .no-need {
		display: none;
	}

	.input-sec .term-txt {
		width: 60%;
	}

	.bs-radio input[type=radio]:not(old)+.form-label {
		padding: 6px 7px 0 7px;
	}

	.footer-list.social-list {
		padding: 0 15px 65px;
	}
}

@media (min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0;
	}

	.navbar-header {
		float: left;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}
}

@media (min-width:1200px) {
	.col-lg-12 {
		width: 100%;
	}

	.navbar-toggle {
		display: none;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.visible-lg {
		display: block !important;
	}

	.container {
		width: 1170px;
	}
}

.ipru-menu-wrap .ipru-level-third>.ipru-nav-item .ipru-nav-data .ipru-data-selection .ipru-btn-cont .ipru-btn {
	width: 150px;
}

@media only screen and (max-width:768px) {
	.mobile-structure .mob-data-cont .ipru-container.ipru-data-selection .ipru-btn-cont .ipru-btn {
		width: 150px;
	}

	.content {
		padding-top: 30px !important;
	}

	.ir-btn {
		padding: 15px 5px;
	}
}

@media screen and (min-device-width:992px) and (max-device-width:1199px) {
	.ipru-menu-wrap .ipru-nav-links {
		font-size: 14px;
	}
}

.icon-hov,
.icon-nor {
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
}

.icon-hov {
	display: none;
}

.icon-nor:hover+.icon-hov {
	display: inline-block;
}

.icon-nor:hover {
	display: none;
}

.content {
	padding-top: 70px;
}

.faq-section {
	float: left;
	width: 100%;
	margin-bottom: 2%;
}

.faq-title {
	width: 100%;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	font-size: 25px;
	margin: 0 0 20px;
	color: #004a80;
	line-height: 34px;
	border-bottom: 2px solid #cdcdcd;
}

.faq-question {
	float: left;
	width: 100%;
	font-size: 16px;
}

.faq-answer {
	color: #333;
	font-size: 13px;
	line-height: 19px;
	padding: 10px;
	display: block;
}

.emi-section {
	float: left;
	width: 100%;
}

.emi-title {
	width: 100%;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	font-size: 25px;
	margin: 0 0 20px;
	color: #004a80;
	line-height: 34px;
	border-bottom: 2px solid #cdcdcd;
}

.emi-question {
	float: left;
	width: 100%;
	font-size: 16px;
}

.emi-answer {
	color: #333;
	font-size: 13px;
	line-height: 19px;
	padding: 10px;
	display: block;
	margin-bottom: 2%;
}

.bs-radio input[type=radio]:not(old):checked+.form-label {
	background-color: #e6e6e6;
	border-color: #adadad;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.bs-radio input[type=radio]:not(old)+.form-label {
	text-align: center;
	font-weight: 700;
	border: 1px solid #d3d3d3;
	padding: 6px 10px 0 10px;
	height: 34px;
	margin: 0;
	cursor: pointer;
}

@media only screen and (max-width:768px) {
	.bs-radio input[type=radio]:not(old)+.form-label {
		padding: 6px 7px 0 7px;
	}
}

.section1 {
	background-color: #00000000;
	color: #333;
}

.nav-tabs>li {
	background-color: #00000000;
	border: none;
	text-align: left;
	width: auto;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
}

.footer-list li a {
	font-size: 13px;
}

@media (max-width:991px) {
	.navbar-toggle {
		display: block;
		float: left;
		margin: 0;
		top: 10px;
	}

	.mobile-structure .mob-first-level {
		padding-top: 80px;
	}
}


/* ---------------brand-section------ */
.section-padding {
	padding: 60px 0;
}

.brand-carousel {
	background: #eee;
	/* display: flex; */
}

.owl-dots {
	text-align: center;
}

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #222222 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #FF170F !important;
}
.single-logo {
    padding: 0 21px;
}