


.servicepages{
	--services-main-color: var(--client-main-color);
	padding-top:20px;
}

.serviceListPage{
	--services-main-color: var(--client-main-color);	
	--services-link-color: var(--client-main-color);	
}

.servicepages .serviceDiv h1{
	color: var(--services-main-color);
	line-height:40px;
}

.servicepages .serviceDiv h2{
	color: var(--services-main-color);
}

.servicepages .cell {
  float:left;
  width:100%;
  background-color:#fff;
  width:100%;
  padding-right:0px;
  padding-top:0px;
  text-align:justify;
}


.servicepages .cell_left {
  float:left;
  width:45%;
  margin-bottom:0px;
  padding-right:5%;
}
.servicepages .cell_right {

  float:left;
  width:50%;
  text-align:justify;

  margin-bottom:0px;
  
}

.servicepages .cell_left2 {
  float:left;
  width:50%;
  margin-top:20px;
  margin-bottom:20px;
}
.servicepages .cell_right2 {

  float:right;
  width:50%;
  margin-left:0px;
  margin-top:20px;
  margin-bottom:20px;
  text-align:justify;
}

.servicepages .cell_grey {
  background-color:#CFCDCD;
  width:100%;
  padding-bottom:20px;
  padding-top:20px;
  text-align:center;
}

.servicepages .cell_column1 {

  float:left;
  width:33%;
  margin-left:0px;
  margin-top:10px;
  text-align:center;
  margin-bottom:10px;
}
.servicepages .cell_column2 {

  float:left;
  width:34%;
  margin-left:0px;
  margin-top:10px;
  text-align:center;
  margin-bottom:10px;
}
.servicepages .cell_column3 {

  float:left;
  width:33%;
  margin-left:0px;
  margin-top:10px;
  text-align:center;
  margin-bottom:10px;
}

@media only screen and (max-width:1000px) {
  /* For mobile phones: */
  .servicepages .cell_grey, .servicepages .cell_left, .servicepages .cell_right {
    width:100%;
	margin-left:0px;  
	margin-right:0px;
  padding-right:0px;
  }
  .servicepages .cell_padding_10
  {
	padding-left:0px;
  }
}


.servicepages .serviceDiv { 
	width:92%;
	clear: both;
	display: inline-block;  
	text-align:left;
	line-height:26px;
}

.servicepages .serviceFaqDiv{
	margin-top:20px;
	padding-top:20px;
	padding-bottom:40px;
	border-top: 1px solid #dbd8d8;
}

.servicepages li{
	line-height: 28px;
}

.servicepages .ServicesList li{
	list-style-position: outside;
	padding-bottom:10px;
}

.servicepages .ServiceRequestAppointmentButton{
	margin-top:30px;
}

.servicepages .ServiceRequestAppointmentButton a:link, .ServiceRequestAppointmentButton a:visited, .ServiceRequestAppointmentButton a:active {
    background-color:var(--services-main-color);
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 22px;
    font-weight: 700;
    text-align:center;
    padding:10px;

    text-decoration:none;
    transition:all .3s ease;
}

.servicepages .ServiceRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:var(--services-main-color);
    border:2px solid var(--services-main-color);
}


.serviceListPage{
	font-size: 18px;
    text-align: left;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    border-bottom: 2px solid #000000;
    width: 80%;
    box-sizing: border-box;
}

.serviceListPage .serviceListContent{
	display: table;
    min-width: 350px;
}

.serviceListPage .headerImage{
	float: left;
    width: 20%;
    min-width: 250px;
    margin-right: 50px;
    margin-bottom: 50px;
    border: 1px solid #6b6868;
}

.serviceListPage .clientHeader{
	text-align:left;
	font-size:36px;
	color:var(--services-main-color);
	font-weight:700;
}

.serviceListPage .servicesHeader{
	text-align:left;
	font-size:36px;
	color:var(--services-main-color);
	font-weight:500;
}

.serviceListPage .serviceTypeHeader{
	text-align:left;
	font-size:22px;
	color:var(--services-main-color);
	font-weight:700;
}

.serviceListPage .serviceItemList{
	list-style-position: inside;
    display: table;
}

.serviceListPage .serviceItemList li{    
	list-style-position: outside;
    padding-bottom: 10px;
	line-height: 26px;
}

@media only screen and (max-width:600px) {
	
	.serviceListPage{
		width:100%;
	}
	
	.serviceListPage .serviceListContent{
		min-width: 250px;
	}
	
	.serviceListPage .headerImage {
		width:80%;
		margin: 0px 10% 50px 10%;		
	}
	
}


.serviceListPage2{	
	display:flex;
	flex-wrap:wrap;
	align-items: top;
	justify-content: center;
	
	text-align:left;
}

.serviceListPage2 div{	
	max-width:500px;
	width:100%;
	box-sizing:border-box;
	padding:40px 20px 20px 20px;
	
	border-top:2px solid #dbd8d8;
}

.serviceListPage2 .serviceTypeHeader{
	text-align:left;
	font-size:22px;
	color:var(--services-main-color);
	font-weight:700;
}

.serviceListPage2 .serviceItemList li{    
	list-style-position: outside;
    padding-bottom: 10px;
	line-height: 20px;
	margin-left:-20px;
}

.serviceListPage2 .serviceItemList li a{  
	font-weight:700;
}