
.headercontainer .sociallinks img {
  max-height: 40px;
}


.headercontainer .payments{
color: white;
font-size: 20px;
display: block;
margin-bottom: 10px;
}

.headercontainer .callnow{
color: white;
font-size: 30px;
display: block;
margin-bottom: 15px;
}


.newservices2025 .servicerow {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  margin-top: 15px;
}
.newservices2025 .p5 {
  font-size: 22px;
}

.newservices2025 p {
  color: white;
}
.newservices2025 .servicerow {
  margin-bottom: 30px;
}



.servicesfloat	{
	position: fixed;
	margin-top: -50px;
	z-index: 999999999999;
	right:40px;
}

  
.secondary_serviceimage {
	width: 100%;
	/*height: 200px;*/
	object-fit: cover;
	max-width: 90%;
	 aspect-ratio: 1/1;
}

/*
.serviceimage{
width: 90%;
	height: 200px;
	object-fit: cover;
}
*/

.serviceimage {
  width: 90%;
  /*height: 200px;*/
  object-fit: cover;
  aspect-ratio: 1/1;
}


iframe {
  max-width: 90%;
  aspect-ratio: 1/1;
height: auto;
}


.imageborder{
/*border: 8px solid white;*/
border: 8px solid #fbface;
border-radius: 20px;
}



.standoutText{
	color: white;
margin-bottom: 20px;
}


/*stop mobile menu force regular*/
.responsive-menu{
	display: block !important;
}
nav select{
	display: none !important;
}
nav::before {
	display: none !important;
}
/*END stop mobile menu force regular*/





@media only screen and (max-width: 767px){
	nav {
	  padding: 0 !important;
	}
	
	.header_menu {
  width: 100% !important;
}
}


body {
  font-size: 18px;
}



















