
.efficiencyList {
			padding-top: 0px;
			margin-bottom: 30px;
		}

		.efficiencyList li {
			position: relative;
			padding: 0 0 35px 95px;
			margin-bottom: 30px;
			float: left;
			width: 48%;
			min-height: 70px;
			color: #295646;
			border-bottom: 1px solid #f3f3f3;
		}
		.efficiencyList li.effi2_1:before {
			background: url(../images/icon-efficiency2.png) no-repeat 0 0;
		}

		.efficiencyList li strong {
			display: block;
			font-size: 20px;
			font-weight: 600;
		}
		.efficiencyList li:nth-last-of-type(even) {
			float: right;
		}
		.efficiencyList li {
			position: relative;
			padding: 0 0 35px 95px;
			margin-bottom: 15px;
			float: left;
			width: 48%;
			min-height: 70px;
			color: #295646;
			border-bottom: 1px solid #f3f3f3;
		}
		.efficiencyList li.effi2_2:before {
			background: url(../images/icon-efficiency2.png) no-repeat -70px 0;
		}
		.efficiencyList li:before {
			content: '';
			width: 70px;
			height: 70px;
			position: absolute;
			left: 0;
			top: 0;
		}
		.efficiencyList li.effi2_3:before {
			background: url(../images/icon-efficiency2.png) no-repeat -140px 0;
		}
		.efficiencyList li.effi2_4:before {
			background: url(../images/icon-efficiency2.png) no-repeat -210px 0;
		}
		.efficiencyList li.effi2_5:before {
			background: url(../images/icon-efficiency2.png) no-repeat -280px 0;
		}

		.serampore_affordable ul.efficiencyList li {
		width: 100%;
		height: auto;
		display: block;
		padding: 10px 0 10px 90px;
		border-bottom: 1px solid #e5e5e5;
		}


