.header_area{
	background-color: #FFF;
}

._pp-contact-sections-page-content.pp-section {
	position: inherit;
}

.body_wrapper{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
	background-color: #fbfbfd;
}
.mapbox2{
	max-height: 30vh;
}
.contact.cursor{
	width: 250px;
	height: 250px;
	text-align: center;
}
.contact.cursor>img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.contact_info_area{
  padding-bottom: 20px;
}
.mapbox2 {
	border-top: none; 
}
._pp-contact-sections-page-content {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;

	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.contact_info_area{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
}

@media (max-width:1450px){
    .text_box textarea {
        height: 90px;
    }
}