 @charset, 'utf-8';

   .services-contentDDD {
	 background-image: url('/henleypharmacies/images/background_loops.png');
	 background-size: cover;  
     background-repeat: no-repeat;
     background-position: center;
 }	 
	


.services-main {
   /*  border: solid thin transparent; */
    text-align: center;
    background-image: url('../images/pills.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;	   
    margin-top: -20px;
}



.services-main h1 {
    border: solid thin #f6efef;
    background-color: #f0f8ff9c;
    color: #085be5;
    vertical-align: middle;
    padding: 24px 0px;
}



 .services-top p {
     padding: 16px 24px 36px 24px;
 }


 
 /* .services-content h1{
	 text-align: center;         
     margin: 0px auto 62px auto;
	 color: #333;
 } */
 
 
 
 @keyframes slideInFromRightSlow {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
 } 
 
 
 
 .text_right {
	 border: solid thin transparent;
	 width: 80%;	
     background-color: #fff;	 
     margin: 2px auto;
	 opacity: 0; /* Hide initially */
     transform: translateX(100%); /* Start off-screen */
 }
 
 
 .text_right.show {
    animation: slideInFromRightSlow 2s forwards; /* 2 seconds animation */
}
 
 
 
.text_right h3{ 
    padding: 16px 3px 30px 3px;
	text-align: center;
	color: #fff;
	background-color: #085be596;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
 
 
 .service_wrapper{
	 border: solid thin #f5f5f5;
	 width: 99%;
	 display: flex;
 }
 
 .text_right p{
	 border: solid thin transparent;
	 width: 50%;
	 padding-left: 3px;
	 padding-right: 10px;
	 padding-top: 9px;
    
 }
 

 
 .img_right{
	 border: solid thin transparent;
	 width: 49%;
	 display: block;
     height: 100%;	
     background-color: #fff;
     right: -20px;
     position: relative;	 
 }  

.rightoverlay{
	position: absolute;	
	//background-color: #18e1463b;
	/* background-color: #18e14621; */
	background-color: #087adc1a;
    //border: solid thin #b9b4b4;
    border: solid thin transparent;
    height: 51%;
    width: 38%;
    right: 139px;
    
} 


span.img_right img{
	position: relative;
    right: -24px;
    //width: 99%; 
	padding: 2px 4px 1px 2px;
	 
 }


  
  @keyframes slideInFromLeftSlow {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
 }
  
  



   .text_left  {
	 border: solid thin transparent;
	 width: 80%;     
     margin: 2px auto;	 
     text-align: right;
	 opacity: 0; /* Hide initially */
     transform: translateX(-100%); /* Start off-screen */
	 
 }
 
 .text_left.show {
    animation: slideInFromLeftSlow 2s forwards; /* 2 seconds animation */
}
 
 
 .text_left h3{ 
    padding: 16px 18px;
	color: #666;
}
 

 .text_left p{
	 position: absolute;
	 border: solid thin transparent;
	 width: 50%;
	 padding: 2px 1px 0px 19px;
     text-align: center;
	 right: 8px;
 }



 .img_left{
	 border: solid thin transparent;
	 width: 40%;
	 display: block;
     height: 100%;	
 }
 

span.img_left img{
	position: relative;
    left: -1px;
    width: 99%; 
	padding: 2px 4px 1px 2px;
	 
 }


.leftoverlay{
	position: absolute;	
	/* background-color: #18e14621; */    
	background-color: #087adc1a;    
    border: solid thin transparent;
    height: 82%;
    width: 39.5%;
    left: 0px;
    
} 

.additional_services_main h4{	
    padding: 40px;
    text-align: center;
    font-size: 25px;
    color: #333;
}
	
	
	
.additional_services{
	border: solid thin #e0dbdb;
	display: flex;
	flex-flow: row wrap; 
	margin-bottom: 8px;
	
}

.additional_services > .Additional_imgs{
	width: 400px;
    border: solid thin #18e14645;
    text-align: center;
    margin: 2px auto;
    border-radius: 5px;
    background-color: #18e14614; 
	opacity: 0; /* Hide initially */
    transition: opacity 5s; /* Smooth transition for fade-in effect */

}


/* Styles for medium devices */
  @media (min-width: 1200px) {
    
    .rightoverlay {
       height: 80%;
       width: 44.5%;
       right: 0px;
    }
	
	
	
   }
   




  /*  @media  (max-width: 767px) {	

     .aboutus-main h1 {
		padding: 45px 0px; 
  	 	
  	 }

   
	   .text_right {
         border: solid thin transparent;
		 width: 99%;
	   
	 } 
	 
    .service_wrapper {
        
        display: block;
		width: 100%;
		margin-bottom: 50px;
    }
	   
   .text_right p {
      border: solid thin transparent;
      width: 95%;
  	  padding: 0px 3px;
	  margin: 9px auto 35px auto;
      height: 147px;     
   }  
	  
  .img_right {
    border: solid thin transparent;
    width: 100%;
    display: block; 
    left: -3px;	
    }	  
	
   .text_right h3 {      
       text-align: center;       
    }	
	   
	   
	   
	   
  .leftoverlay {
	display: none;	  
    }	   
	
  .text_left {
    border: solid thin  transparent;
    width: 99%;
    margin: 2px auto;
    
  }

  .img_left {
    border: solid thin  transparent;
    width: 75%;
    display: block;    
    margin: 0px auto;
   }
  
 .rightoverlay {
	display: none;	  
  }
  
  .text_left p {
    border: solid thin transparent;
    width: 97%;
    text-align: center;
    padding: 4px 8px;    
    height: 143px;
	margin-bottom: -55px;
    position: relative;
  }  
  
  .text_left h3 {
    text-align: center;
    padding: 26px 0px;   
  }
	
  span.img_right img {
	 padding: 2px 4px 1px 19px; 
	  width: 95%;
  }	
	
  .additional_services > .Additional_imgs{
	width: 100%;
	background-color: #fff;
	margin: 6px auto;

  }
	
 .Additional_imgs_img img{
    width: 60%;
    
  }
  
   .add_description{
    font-size: 15px;
    font-weight: bold;
    
   }
  
  
  
	
}
 */
 
 
   @media  (max-width: 767px) {	

     .aboutus-main h1 {
		padding: 45px 0px; 
  	 	
  	 }

   
	   .text_right {
         border: solid thin transparent;
		 width: 99%;
	   
	 } 
	 
    .service_wrapper {
        
        display: block;
		width: 100%;
		margin-bottom: 50px;
    }
	   
   .text_right p {
      border: solid thin transparent;
      width: 95%;
  	  padding: 0px 3px;
	  margin: 9px auto 35px auto;
      height: 147px;
      
   }  
	  
  .img_right {
    border: solid thin transparent;
    width: 100%;
    display: block;  
    left: -3px;
    }	  
	
   .text_right h3 {      
       text-align: center;       
    }	
	   
	   
	   
	   
  .leftoverlay {
	display: none;	  
    }	   
	
  .text_left {
    border: solid thin  transparent;
    width: 99%;
    margin: 2px auto;
    
  }

  .img_left {
    border: solid thin  transparent;
    width: 75%;
    display: block;    
    margin: 0px auto;
   }
  
 .rightoverlay {
	display: none;	  
  }
  
  .text_left p {
    border: solid thin transparent;
    width: 97%;
    text-align: center;
    padding: 4px 8px;    
    height: 143px;
    margin-bottom: -55px;
    position: relative;
  }  
  
  .text_left h3 {
    text-align: center;
    padding: 26px 0px;   
  }
	
  span.img_right img {
	 /*padding: 2px 4px 1px 19px;*/
	  width: 97%;
	  margin: 0px 1px 0px -20px;
  }	
	
  .additional_services > .Additional_imgs{
	width: 100%;
	background-color: #fff;
	margin: 6px auto;

  }
	
 .Additional_imgs_img img{
    width: 60%;
    
  }
  
   .add_description{
    font-size: 15px;
    font-weight: bold;
    
   }
  
  
  
	
}