.contact-details {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 60px 0;
}
.contact-column-left {
	padding-right: 9%;
}
.contatc-mini-title {
	margin-bottom: 40px;
}
.contact-info {
	margin-top: 20px;
}
.contact-info .contact-info-inner {
	display: flex;
	width: auto;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.contact-info h4 {
	color: #000;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 12px 0;
	width: 100%;
}
.visitus-today {
	width: 33.33%;
	padding: 0 15px;
}
.visitus-today li {
	margin-bottom: 30px;
	color: #000;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.visitus-today li:last-child {
	margin-bottom: 0;
}
.visitus-today span {
	color: #ED3237;
	clear: both;
	display: inline-block;
	font-weight: 400;
	text-decoration: underline;
	width: 100%;
}
.visitus-today a {
	color: #ED3237;
	font-weight: 400;
	text-decoration: underline;
}
.trading-hours {
	width: 66.66%;
	padding: 0 15px;
}
.trading-hours p {
	width: 50%;
	font-size: 16px;
	font-weight: 400;
	line-height: 28.224px;
	float: left;
	padding-right: 10px;
	margin-bottom: 0;
}
.map-container {
	margin-bottom: -90px;
}
.contact-column-top {
	margin-bottom: 40px;
}
.contact-column-top img {
	width: 100%;
}
/* Responsive */
@media only screen and (min-width: 992px) {
	.contact-column-top {
		display: none;
	}	
}
@media only screen and (max-width: 1350px) {
	.trading-hours p {
		width: 100%;
	}
	.visitus-today {
		width: 50%;
	}	
	.trading-hours {
		width: 50%;
	}	
	.contact-column-left {
		padding-right: 12px;
	}
}
@media only screen and (max-width: 1199px) {
	.trading-hours p {
		width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.contact-details {
		padding: 40px 0;
	}	
	.contact-column-left {
		margin-bottom: 40px;
	}	
	.contact-column-right .contact-media {
		display: none;
	}
	.map-container iframe {
		height: 302px;
	}
	.contact-info {
		margin-top: 0;
	}
	.map-container {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 768px) {
	.contact-column-right .visitus-today{
		width: 100%;
		margin-bottom: 40px;
	}	
	.contact-column-right .trading-hours{
		width: 100%;
	}
	.visitus-today li {
		margin-bottom: 20px;
	}	
}