.col-sm-10{
	padding: 0;
}
.value{
	margin-top:15px;
}
.contact-bady{
	width: 600px;
	color: #8c8c8c;
}
.contact-sel{
	padding: 0;
	float: left;
	width: 100%;
}
.contact-t{
	color: #333333;
}
.contact-title a{
	position: relative;
    display: block;
    color: #00923F;
    padding-right: 7%;
	margin-top: 40px;
} 
.contact-title a:after{
	border-color: #00923F;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0;
    padding: 3px;
    transform: rotate(135deg);
    width: 0;
    right: 15%;
    position: absolute;
    top: 5px;
    z-index: 0;
}
.contact-title a.collapsed {
    color: #666;
}
.contact--title a:active, .contact-title a:hover, .contact-title a:focus{
    text-decoration: none;
}
.contact-title a.collapsed:after {
    border-color: #666;
    transform: rotate(45deg);
}
.container-fluid .common-question-panel .box-content .content-left .panel-default .panel-body{
	padding:0;
}
.width-all{
	width: 100%;
}
.width-50{
	width: 50%;
}
.contact-email{
	width: 90%;
	border: 1px solid #00923F;
	float: left;
	color: #000;
	margin-top: 20px;
}
.contact-img{
	width: 40%;
	float: left;
}
.contact-img h4{
	color: #333333;
}
.logo{
	width: 80px;
}
.contact-e-text{
	width: 60%;
	float: left;
	padding-top: 40px;
	text-align: left;
}
.contact-e-text h5{
	line-height: 25px;
	color: #8c8c8c; 
}
.contact-e-email{
	color: #8c8c8c;
	word-break:keep-all;
	word-wrap:break-word;
}
.contact-e-img{
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 35%;
	width: 60px;
	height: 38px;
	background: url("../images/contactUnismart/263049-1.png") no-repeat;
}
.contact-img h4{
	margin-bottom: 40px;
}
.contact-back{
	width: 90%;
	border: 1px solid #00923F;
	float: left;
	color: #000;
	margin-top: 20px;
}
.contact-back-img{
	width: 45%;
	float: left;
}
.contact-b-text{
	width: 45%;
	float: left;
	padding-top: 20px;
	text-align: left;
}
.contact-b-text h5{
	line-height: 25px;
	color: #8c8c8c; 
}
.contact-b-img{
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 35%;
	width: 60px;
	height: 48px;
	background: url("../images/contactUnismart/263051-1.png") no-repeat;
}
.contact-back-img{
	margin-bottom: 30px;
}
.contact-email:hover{
	border: 3px solid #00923F;
	margin-bottom:  -4px;
}
.contact-email:hover .contact-e-img{
	background: url("../images/contactUnismart/263049.png") no-repeat;
}
.contact-email:hover .contact-img h4{
	color: #00923F;
}
.contact-back:hover{
	border: 3px solid #00923F;
	margin-bottom:  -4px;
}
.contact-back:hover .contact-b-img{
	background: url("../images/contactUnismart/263051.png") no-repeat;
}
.contact-back:hover .contact-back-img h4{
	color: #00923F;
}

@media screen and (max-width: 767px){
	.contact-bady{
		width: 100%;
		color: #8c8c8c;
	}
	.contact-email{
		width: 90%;
		border: 1px solid #00923F;
		float: left;
		color: #000;
		margin-top: 20px;
		margin-left: 20px;
	}
	
	.contact-e-email{
		color: #8c8c8c;
	}
	
	.contact-back{
		width: 90%;
		border: 1px solid #00923F;
		float: left;
		color: #000;
		margin-top: 20px;
		margin-left: 20px;
	}
	.contact-title a:after{
		border-color: #00923F;
		border-style: solid;
		border-width: 2px 2px 0 0;
		content: "";
		display: inline-block;
		height: 0;
		padding: 3px;
		transform: rotate(135deg);
		width: 0;
		right: 30%;
		position: absolute;
		top: 5px;
		z-index: 0;
	}
	.common-question-panel .text-center .contact-b-text a,
	.common-question-panel .text-center .contact-b-text h5,
	.common-question-panel .text-center .contact-e-text h5,
	.common-question-panel .text-center .contact-e-text a{
		font-size:14px;
	}
	.common-question-panel .text-center .contact-img{
		width:35%;
	}
	.common-question-panel .text-center .contact-back-img{
		width: 40%;
	}
	.common-question-panel .text-center .contact-e-text{
		width: 63%;
	}
	.common-question-panel .text-center .contact-b-text{
		width: 59%;
	}
}
a{
	color: #8c8c8c;
}
.contact-e-text a:first-child{
	text-decoration: none;
	cursor:text;
}