
.contact-details{ display: block; width: 100%; max-height: 100%; 
	border:2px solid #172B4D50; box-shadow: 1px 2px 4px 2px #172B4D80;margin-top: 30px}
.contact-details .contact-inner{position: relative;  padding: 30px 20px 10px 20px;}	

.contact-details .contact-inner img{width: 30px; padding: 10px; box-shadow: 1px 2px 4px 2px #d3d3d3;float: left;
	margin-right: 20px}
.contact-item{display: flex; margin-bottom: 30px; font-size: 18px;}


.geo-alt-icon:before{background-image: url(../img/svg/geo-alt.svg);background-size: 30px 30px; 
	background-repeat: no-repeat;background-position: center; box-shadow: 1px 2px 4px 2px #172B4D;
	min-width: 50px; height: 50px; display: inline-block; content: ""; margin-right: 15px;}

.email-icon:before{background-image: url(../img/svg/envelope.svg);background-size: 30px 30px; 
	background-repeat: no-repeat;background-position: center; box-shadow: 1px 2px 4px 2px #172B4D;
	min-width: 50px; height: 50px; display: inline-block; content: ""; margin-right: 15px}

.phone-icon:before{background-image: url(../img/svg/phone.svg);background-size: 30px 30px; 
	background-repeat: no-repeat;background-position: center; box-shadow: 1px 2px 4px 2px #172B4D;
	min-width: 50px; height: 50px; display: inline-block; content: ""; margin-right: 15px}

.phone-numbers{display: block;line-height: 16px;}
.phone-numbers span{display:inline-block;}	

.ci-map{margin-top: 30px;border:0.5px solid #172B4Db0; width:100%; min-height: 350px;}