.enquire-now-address {
	text-align: right;
	padding: 25px 0 0 0;
}
.enquire-now-address h2 {
    color: #f99e00;
    font-size: 28px;
    text-align: right;
    font-family: 'Gotham';
    max-width: 230px;
    display: block;
    position: relative;
    line-height: 32px;
    display: inline-block;
    padding: 0 0 15px 0;
    margin: 0;
}
.enquire-now-address h2::after {
	content: '';
	width: 38px;
	height: 2px;
	background-color: #f99e00;
	position: absolute;
	right: 0;
	bottom: 0;
}
.enquire-now-address .enquire-now-inner p:first-child a {
	margin-bottom: 8px;
	font-size: 24px;
}
.enquire-now-address .enquire-now-inner {
	text-align: right;
	padding-top: 50px;
}
.enquire-now-address .enquire-now-inner p {
    text-align: right;
    padding: 0;
    margin: 0;
}
.enquire-now-address .enquire-now-inner p a {
	word-break: break-all;
	font-size: 16px;
	color: #f99e00;
	display: inline-block;
	font-weight: 500;
}
.enquire-now-address .enquire-now-inner p a:hover,
.enquire-now-address .enquire-now-inner p a:focus {
	color: #072132;
	text-decoration:none;
}
body.widget-snippet .enquire-now-address {
	padding: 100px 30px;
	max-width: 500px;
	margin: 0 auto;
}
