/* =-=-=-=-=-=-=-=-=-= Why Choose =-=-=-=-=-=-=-=-=-=-= */
.container .sect-head{
	padding: 20px 0px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #444444;
}
#why-choose-icici{
	background: #F3F4EC;
}
#why-choose-icici .row {
    justify-content: center;
}
#why-choose-icici .row .col-6{
	max-width: 48.4%;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 5%);
    border-radius: 9px;
    margin: 0px 10px 20px 10px;
    padding: 0;
}
#why-choose-icici .why-chs-img{
	margin: 0 auto;
	width: 48px;
	margin-top: 12px;
	margin-bottom: 11px;
}
#why-choose-icici .why-choose-head{
	color: #444444;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 19.54px;
}
#why-choose-icici .why-choose-cont{
	font-size: 12px;
	line-height: 14.65px;
	text-align: center;
	color: #444444;
}

/* ipad potrait mode */
@media (min-width: 768px) { }

/* ipad landscape mode */
@media (min-width: 1020px) { 
	.container .sect-head {
		font-size: 22px;
		line-height: 40px;
	}
	#why-choose-icici .why-choose-head {
		font-size: 22px;
		line-height: 27px;
		height: 54px;
		letter-spacing: -0.4px;
	}
	#why-choose-icici .why-choose-cont {
		font-size: 16px;
		line-height: 20px;
	}
	#why-choose-icici .row .col-lg-6{
		background: #E6E8D8;
    	border-radius: 9px;
    	height: 225px;
		max-width: 200px;
	}
	#why-choose-icici .row {
		justify-content: space-around;
	}
	#why-choose-icici .btn.btn-secondary {
		height: 52px;
		line-height: 12px;
		font-size: 14px;
		font-weight: 700;
		background: linear-gradient(90.55deg, #E7873C 16.06%, #E06336 81.41%);
		box-shadow: 0px 1.00353px 6.0212px rgb(94 91 91 / 25%);
		border-radius: 4px;
		width: 225px;
		color: #ffffff;
	}
}

/* ipad landscape mode */
@media (min-width: 1020px) and (max-width: 1025px) { }

/* small laptop */
@media (min-width: 1280px) { }

/* medium laptop */
@media (min-width: 1440px) { }

/* desktops */
@media (min-width: 1980px) { }

/* =-=-=-=-=-=-=-=-=-= Why Choose Ends =-=-=-=-=-=-=-=-=-=-= */
