.phone-btn:hover{
	text-decoration: none;
	opacity: 0.8;
}

.contact_btn {
	background-color: #17a2b8;
	color: white;
}

.contact_btn:hover {
	box-shadow: 2px 2px 2px 2px #ccc;
	opacity: 0.8;
	text-decoration: none;
}

@media (min-width: 992px) {
	
	.contact-border{
		border-right: 1px solid;
	}
}

@media (max-width: 992px) {
	
	.contact-border{
		border-bottom: 1px solid;
	}
}

@media (min-width: 768px) {
	
	.contact-mail-layout{
		height: 80px;
		display: flex;
		justify-content: center;
	}

	.contact-mail-icon{
		position: absolute;
		width: 55px;
		height: auto;
		top: 50%;
		right: calc(50% + 120px);
		transform: translate(50%,-50%);
		-webkit-transform: translate(50%,-50%);
		-ms-transform: translate(50%,-50%);
	}

	.contact-mail-text{
		position: absolute;
		width: 400px;
		top: 50%;
		left: 57%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	
	.contact-call-icon{
		position: absolute;
		width: 40px;
		height: auto;
		top: 10px;
		right: calc(100% + 130px);
	}
}

@media (max-width: 768px) {
	
	.contact-mail-layout{
		height: 80px;
		display: flex;
		justify-content: center;
	}

	.contact-mail-icon{
		position: absolute;
		width: 40px;
		height: auto;
		top: 50%;
		left: calc(50% - 105px);
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}

	.contact-mail-text{
		position: absolute;
		width: 300px;
		top: 50%;
		left: 56%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
	}
	
	.contact-call-icon{
		position: absolute;
		width: 35px;
		height: auto;
		top: 10px;
		right: calc(100% + 110px);
	}
}