.sectionSpace{
	margin: 4rem 0 5rem;
}

.promisesbannerWrap img{
	width: 100%;
	max-width: 100%;
}

.promisesbannerWrap{
	position: relative;

}

.promisesbannerWrap:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.promisesbannerWrap .bannerHeading h2{
	color: #FFFFFF;
	font-size: 7rem;
	font-weight: 900;
	line-height: 70px;
}

.promisesbannerWrap .bannerHeading{
	position: absolute;
    bottom: 47px;
    left: 0;
    
}

.promisesbannerWrap .bannerHeading.headingLogo{
	width: 162px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0.9rem 0.9rem;
}

.promisesbannerWrap .il-container{
	width: 100%;
	max-width: 1080px;
}

.promisescontentSec{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.promisescontentSec p{
	color: #282828;
	margin: 0;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 35px;
	padding: 0 0 3rem 0;
}

.promisescontentSec .csractivitySec{
	border-radius: 20px;
	background: #F6F6F6;
	padding: 2.8rem 2rem 2.4rem;
	margin-bottom: 3rem;
}

.promisescontentSec .csractivitySec li{
	color: #282828;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 35px;
	margin-bottom: 2.3rem;
	list-style: lower-alpha;
}

.promisescontentSec .csractivitySec li:last-child{
	margin-bottom: 0;
}

.promisescontentSec .csractivitySec li span{
	font-weight: 700;
}

.promisescontentSec .csractivitySec ul{
	padding-left: 2rem;
}

.keyinitiativeSec .keyinitiativeBlock{
	border-radius: 20px;
	border: 1px solid #E3E3E3;
	/*padding-bottom: 7rem;*/
}

.keyinitiativeSec h2{
	margin: 0;
	color: #282828;
	font-size: 6rem;
	font-weight: 300;
	line-height: normal;
	padding-bottom: 2rem;
}

.keyinitiativeSec .keyDetails p.keyNumber{
	color: #EC6625;
	font-size: 5rem;
	font-weight: 200;
	line-height: normal;
	padding: 0;
}

.keyinitiativeSec .keyDetails p{
	color: #282828;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
}

.keyinitiativeBlock .keyDetails{
	display: flex;
	border-bottom: 1px solid #E3E3E3;
}

.keyDetails .detailsBlock{
	border-right: 1px solid #E3E3E3;
	padding: 2rem 1.6rem 1.6rem 1.6rem;
	width: 25%;
}

.keyDetails .detailsBlock:last-child{
	border-right: none;
}

.keyinitiativeBlock .cityDetails p{
	color: #282828;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
}

.keyinitiativeBlock .cityDetails p.cityCount{
	color: #EC6625;
	font-size: 5rem;
	font-weight: 200;
	line-height: normal;
}

.keyinitiativeBlock .cityDetails p.cityName{
	font-size: 1.5rem;
	padding-bottom: 1.8rem;
}

.keyinitiativeBlock .cityDetails{
	text-align: center;
	margin: 2.7rem 3.4rem 7rem;
}

.impactDetails{
	border-radius: 20px;
	background: #EC6625;
	padding: 1.6rem 4.2rem 2rem;
	margin: -7rem 3.4rem 0;
	text-align: center;
	position: relative;
    z-index: 9;
}

.impactDetails h4{
	color: #FFFFFF;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: normal;
	padding: 0;
}

.impactDetails .impactcountBlock{
	display: flex;
	text-align: left;
	margin-top: 2.1rem;
}

.impactDetails .impactcountBlock p.impactDigit{
	color: #FFFFFF;
	font-size: 5rem;
	font-weight: 200;
	line-height: normal;
	padding: 0;
}

.impactDetails .impactcountBlock p{
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
	padding: 0;
}

.impactDetails .impactNum{
	border-right: 1px solid #FF905A;
	width: 33.33%;
    padding: 0 1rem 0 2.1rem;
}

.impactDetails .impactNum:first-child{
	padding-left: 0;
}

.impactDetails .impactNum:last-child{
	border-right: none;
}

.alignmentSec{
	margin-top: 5rem;
}

.alignmentSec p{
	color: #282828;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 1rem;
}

.alignmentSec p span{
	font-weight: 700;
}

.promisetableSec{
	margin-bottom: 5rem;
}

.promisetableSec table{
	border-radius: 20px;
    border: 1px solid #E3E3E3;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 27px;
    border-collapse: separate;
    overflow: hidden
}

.promisetableSec td,
.promisetableSec th{
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	padding: 1.7rem 1.4rem 1.7rem 1.7rem;
	vertical-align: top;
}

.promisetableSec td:last-child,
.promisetableSec th:last-child{
	border-right: none;
}

.promisetableSec tr:last-child td,
.promisetableSec tr:last-child th{
	
	border-bottom: none;
	
}

.promisetableSec th{
	background: #013767;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
}

.promisetableSec.threeColoum td:first-child,
.promisetableSec.threeColoum th:first-child{
	width: 15%;
}

.promisetableSec.threeColoum td:nth-child(2),
.promisetableSec.threeColoum th:nth-child(2){
	width: 50%;
}

.promisetableSec.threeColoum td:last-child,
.promisetableSec.threeColoum th:last-child{
	width: 35%;
}


.promisetableSec.twoColoum td:first-child,
.promisetableSec.twoColoum th:first-child{
	width: 30%;
}

.promisetableSec.twoColoum td:last-child,
.promisetableSec.twoColoum th:last-child{
	width: 70%;
}	

.promisetableSec li{
	list-style-type: disc;
	margin-bottom: 1.5rem;
}

.promisetableSec ul{
	padding-left: 1.7rem;
}

.promisetableSec .img-center{
	text-align: center;
}

.keyinitiativeBlock.twoBlock{
	display: flex;
    border: none;
    position: relative;
    padding-bottom: 0;
}

.keyinitiativeBlock.twoBlock .keyDetails {
    display: flex;
    border-bottom: none;
    flex-direction: column;
    border-radius: 20px;
	border: 1px solid #E3E3E3;
	width: 39%;
}

.twoBlock .keyDetails .detailsBlock{
	border-right: none;
	border-bottom: 1px solid #E3E3E3;
}

.twoBlock .keyDetails .detailsBlock:last-child{
	
	border-bottom: none;
}

.twoBlock .impactDetails{
	width: 64%;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 1.6rem 2rem 4rem;
    margin: 0;
    transform: translate(0%, -50%);
}

.twoBlock .keyDetails .detailsBlock {
    padding: 2rem 8rem 1.6rem 1.6rem;
    width: 100%;
}

.twoBlock .impactDetails .impactNum:first-child,
.twoBlock .impactDetails .impactNum:last-child{
	width: 30%;
}

.twoBlock .impactDetails .impactNum:nth-child(2){
	width: 40%;
}

.promisetableSec.twoequalColoum td:first-child, 
.promisetableSec.twoequalColoum th:first-child{
    width: 25%;
}

.promisetableSec.twoequalColoum td:last-child, 
.promisetableSec.twoequalColoum th:last-child{
	width: 25%;
}

.promisetableSec.twoequalColoum td:nth-child(2), 
.promisetableSec.twoequalColoum th:nth-child(2) {
    width: 50%;
}


.promisetableSec.smallequalColoum td:first-child, 
.promisetableSec.smallequalColoum th:first-child{
    width: 15%;
}

.promisetableSec.smallequalColoum td:last-child, 
.promisetableSec.smallequalColoum th:last-child{
	width: 15%;
}

.promisetableSec.smallequalColoum td:nth-child(2), 
.promisetableSec.smallequalColoum th:nth-child(2) {
    width: 70%;
}

.promisetableSec .txt-center{
	text-align: center;
}

.promisetableSec .txt-bold{
	font-weight: 700;
}

.promisetableSec.equalColoum td, 
.promisetableSec.equalColoum th{
    width: 33.33%;
}

.nocityDetails .keyinitiativeBlock .keyDetails{
	border-bottom: none;
}

.nocityDetails .keyDetails .detailsBlock{
	padding-bottom: 10rem;
}

.promisescontentSec .reportBlock{
	display: flex;
}

.promisescontentSec .reportBlock a{
	
	color: #EC6625;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 23px;
	padding-right: 2rem;
	text-decoration: underline;
}

.promisescontentSec .reportBlock a:last-child{
	padding-right: 0;
}

.promisescontentSec .reportSec h5{
	color: #282828;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 23px;
	padding-bottom: 1rem;
}

.solarpanelSec .keyinitiativeBlock.twoBlock{
	margin: 2rem 0 auto;

}

.solarpanelSec .impactDetails .impactcountBlock{
	justify-content: center;
}

.solarpanelSec .twoBlock .impactDetails .impactNum:first-child,
.solarpanelSec .twoBlock .impactDetails .impactNum:last-child{
	 width: 100%;
    text-align: center;
}

.solarpanelSec .keyinitiativeSec h2{
	text-align: center;
}

.promisescontentSec.solarpanelSec{
	max-width: 750px;
}

.solarpanelSec .twoBlock .keyDetails .detailsBlock{
	padding: 4.7rem 2rem 3rem 6rem;
}

.customeTable tr span.tableSubheading{
	display: none;
}

.healthyvillageSec .impactDetails{
	width: 100%;
    max-width: 441px;
    text-align: center;
    margin: -7rem auto 0;
}

.healthyvillageSec .impactDetails .impactcountBlock{
	justify-content: center;
}

.healthyvillageSec .impactDetails .impactNum{
	width: 100%;
    text-align: center;
}

.impactDetails{
	padding: 1.6rem 1.8rem 2rem;
}




@media screen and (max-width: 1199px){

	.promisescontentSec,
	.promisesbannerWrap .il-container {
	    width: 100%;
	    max-width: 900px;
	}

	.impactDetails .impactcountBlock p.impactDigit{
		font-size: 4rem;
	}
}


@media screen and (max-width:991px){

	.keyinitiativeSec h2{
		font-size: 3rem;
		padding-bottom: 1rem;
	}

	.keyinitiativeSec .keyDetails p.keyNumber {
	    font-size: 3rem;
	}

	.keyinitiativeSec .keyDetails p{
		font-size: 1.4rem;
		line-height: 21px;
	}

	.keyinitiativeBlock .cityDetails p.cityCount{
		font-size: 4rem;
	}
	.keyinitiativeBlock .keyDetails{
		    flex-wrap: wrap;
		    border-bottom: none;
	}
	.keyDetails .detailsBlock{
		width: 50%;
		border-bottom: 1px solid #E3E3E3;
	}
	.keyDetails .detailsBlock:nth-child(2){
		border-right: none;
	}
	.impactDetails h4{
		font-size: 1.6rem;
	}

	.impactDetails .impactcountBlock p.impactDigit{
		font-size: 4.5rem;
	}
	.impactDetails .impactcountBlock p{
		font-size: 1.5rem;
	}
	.promisesbannerWrap .bannerHeading h2{
		font-size: 4rem;
		    line-height: 40px;
	}

	.keyinitiativeBlock.twoBlock{
		flex-direction: column;
	}
	.keyinitiativeBlock.twoBlock .keyDetails{
		width: 100%;
		flex-direction: row;
	}
	.twoBlock .impactDetails {
	    width: 100%;
	    position: relative;
	    right: 0;
	    top: 0;
	    padding: 1.6rem 2rem 4rem;
	    margin: 0;
	    transform: inherit;
	    margin-top: 2rem;
	}
	.twoBlock .keyDetails .detailsBlock {
	    border-right: 1px solid #E3E3E3;
	    border-bottom: none;
	    padding: 2rem 2rem 1.6rem 1.6rem;
	}
	.twoBlock .keyDetails .detailsBlock:last-child{
		border-right: none;
	}

	.promisescontentSec, .promisesbannerWrap .il-container {
	    width: 100%;
	    max-width: 100%;
	}
	.promisesbannerWrap .bannerHeading{
		left: 15px;
	}
	.twoBlock .keyDetails .detailsBlock{
		width: 50%;
	}

	.solarpanelSec .keyinitiativeBlock.twoBlock .keyDetails{
		text-align: center;
    	justify-content: center;
	}

	.nocityDetails .keyDetails .detailsBlock {
	    padding-bottom: 3.7rem;
	}

	.keyinitiativeSec .keyinitiativeBlock{
		padding-bottom: 7rem;
	}
}

@media screen and (max-width:767px){

	.promisescontentSec{
		    margin: 2rem auto 3rem;
	}
	.promisescontentSec p{
		font-size: 1.6rem;
		    line-height: 30px;
	}
	.promisescontentSec .csractivitySec li{
		font-size: 1.6rem;
		line-height: 30px;
		margin-bottom: 1.3rem;
	}
	.promisescontentSec .csractivitySec{
		padding: 2.8rem 1.6rem 2.4rem;
	}
	.keyinitiativeBlock .cityDetails{
		    margin: 2rem 2rem;
	}
	.impactDetails{
		margin: 0 !important;
		border-radius: 0;
		padding: 1.6rem 1.6rem 2rem;
	}
	.impactDetails .impactcountBlock{
		flex-direction: column;
	}
	.impactDetails .impactNum{
		width: 100%;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #FF905A;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
		padding-left: 0;
	}

	.impactDetails .impactNum:last-child{
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.keyinitiativeSec .keyinitiativeBlock{
		border-radius: 0;
		padding-bottom: 0;
	}
	.alignmentSec {
	    margin-top: 3rem;
	}
	.promisetableSec table{
		display: block;
	    overflow-x: scroll;
	    width: 100%;
	    /*white-space: nowrap;*/
	    border-radius: 10px;
	}
	.promisetableSec {
	    margin-bottom: 3rem;
	}
	.promisesbannerWrap .bannerHeading.headingLogo {
	    bottom: 20px;
	    width: 70px;
	    height: 70px;
	}
	.twoBlock .impactDetails .impactNum:first-child,
	.twoBlock .impactDetails .impactNum:last-child {
	    width: 100%;
	}
	.twoBlock .impactDetails .impactNum:nth-child(2) {
	    width: 100%;
	}
	.keyinitiativeBlock.twoBlock .keyDetails {
	    width: 100%;
	    flex-direction: column;
	}
	.twoBlock .keyDetails .detailsBlock {
	    border-right: none;
	    border-bottom: 1px solid #E3E3E3;
	    padding: 2rem 2rem 1.6rem 1.6rem;
	    width: 100%;
	}

	.padNone{
		padding: 0 0;
	}

	.keyinitiativeSec h2 {
	    padding-left: 1.5rem;
	}

	.solarpanelSec .keyinitiativeBlock.twoBlock .keyDetails {
	    text-align: center;
	    justify-content: center;
	    border-bottom: none;
	    border-right: none;
	    border-left: none;
	    border-radius: 0;
	}

	.customeTable tr{
		display: flex;
	    flex-direction: column;
	    border-bottom: 1px solid #E3E3E3;
	}

	.customeTable tr td:first-child{
		padding-bottom: 0;
	}

	.customeTable tr:last-child{
		border-bottom: none !important;
	}

	.customeTable td,
	.customeTable th{
		width: 100% !important;
		border: none !important;
	}
	.customeTable tr:first-child{
		display: none !important;
	}
	table.customeTable{
		white-space: normal;
		overflow-x: hidden;
	}

	.customeTable tr span.tableSubheading{
		color: #282828;
	    font-size: 1.6rem;
	    font-weight: 700;
	    line-height: 23px;
	    display: block;
	    padding-bottom: 1rem;
	}
	.solarpanelSec .keyinitiativeSec h2 {
	    text-align: left;
	}

	.promisescontentSec .reportBlock {
	    display: flex;
	    flex-direction: column;
	}
	.promisescontentSec .reportBlock a {
	    width: 100%;
	    margin-bottom: 2rem;
	    padding-right: 0;
	}
	.promisescontentSec .reportBlock a:last-child{
		margin-bottom: 0;
	}


}