
.de_count	{
	height: 260px;
}

.mt-26	{
	margin-top: -26px;
}

.underline	{
	text-decoration: underline;
}

.mainHeading	{
	font-weight: 500;
}

.bgLightBlue	{
	background-color: #edeff7 !important;
}

.bgLightBlue2	{
	background-color: #e5f6f9 !important;
}

.teamPaddingBottom	{
	padding:0px 30px 40px 30px;
}

.de-icon-how-do	{
	    width: 35px;
    text-align: center;
    height: 35px;
    font-size: 16px;
    background: rgba(85, 85, 85, .2);
    padding: 4px 0;
    border-radius: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 30px;
}

.textBlue	{
	color: var(--secondary-color) !important;
}

.textJustify	{
	text-align: justify !important;
}

.boxBlue	{
	background: #F0F9FE !important;
}

.ecoAuditBox	{
	background: #F0F9FE !important;
	height: 300px;
	border: 1px solid #94BCDD;
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.ecoAuditBoxTitle	{
	font-size: 28px;
	font-style: italic;
}

.caseStudyimage	{
	border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.teamHeading	{
	font-size: 12px;
	color: #6abdc7;
}

.teamText	{
	font-size: 15px;
	/*padding-top: 15px;*/
	text-align: justify;
	line-height: 1.4em;
}

.clientBox	{
	/*background-color: #f0f9fe;*/
	padding: 15px;
	margin-right: 15px;
	border-radius: 15px;
}

.bottomStickyIcons	{
	position: fixed;
    bottom: 6%;
    left: 3%;
    z-index: 1000;	
}

.ecoTrackrLogo	{
	text-align: center;
}

.ecoObjectivesBox	{
	padding: 20px 20px 10px 20px !important;
}

.greenwashNumbering	{
	font-size: 20px; 
	font-style: italic; 
	color: #17516c
}

.greenwashingNumberingText	{
	line-height: 50px;
}

.howDoBox div	{
	border: 1px solid #01aabf;
	border-radius: 10px;
	padding: 10px;
	height: 300px;
    margin: 15px 0px 10px 0px;
}

.whyShouldBox	{
	margin: 0px 0px 20px 0px;
}

.imageCurvedBorder	{
	border-radius: 30px;
}

.clientsBox	{
	margin-bottom: 30px;
}

.ecoAuditObjectivesBox	{
	margin: 10px 0px 10px 0px;
}

.menuActive	{
	text-decoration: underline !important;
}


@media (min-width: 768px) { 
	.deskTop {
		display:inline !important;
	}
	
	.mobile {
		display:none;
	}
	
	.boxBlue	{
		background: #F0F9FE !important;
		height: 350px;
	}
	
	.teamBoxHeight	{
		height: 950px;
		overflow: hidden;
	}
	
	.bodBoxHeight	{
		height: 1300px;
		overflow: hidden;
	}
	

}

@media (max-width: 768px) { 
	.deskTop {
		display:none !important;
	}
	
	.mobile {
		display:inline-table;
	}
	
    .p-sm-30 {
        padding: 5px !important;
    }
	
	.topbar-widget	{
		font-size: 13px;
	}
	
	.mainHeading	{
		font-size: 32px;
	}


}

@media (min-width: 980px) { 
	.bodBoxHeight	{
		height: 1000px;
		overflow: hidden;
	}
	

}



