/* popup style */
.popup-box__layer{
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(22, 43, 79, .5);
	text-align: left;
}
.popup-box__layer.act{
	display: none;
}
.popup-box__container{
	background-color: #173153;
	padding: 100px;
	position: relative;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 150px;
    text-align: center;
}
.popup-box__container h2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
color: #fff;
}
.popup-box__container p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	max-width: 900px;
	font-weight: 500;
       line-height: 1.6;
}
.popup-box__container p a{
	font-size: 16px;
	color: #aec63d;
	margin-bottom: 20px;
	max-width: 900px;
}
.close_popup p{
	background-color: #ed7ea2;
	color: #FFF;
	font-weight: 700;
	width: 200px;
	margin: 0 auto;
    padding: 1rem 0;
	padding-top: 20px;
cursor: pointer;
}
/* end popup style*/

/* Homepage Background Images*/

section.new-home .home-grid .grid-item.grid-item--width1.get-in-touch-2 {
    background: url(../images/new-images/Contact-Us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;


.map-dl{
width:100% !important;
}

.nrw-bg {
    background: url('http://www.thehenrycecilopenweekend.co.uk/content/uploads/2023/05/Stacked-Logo42.jpg') !important;
}