@charset 'utf-8';
 /* css document */
 
 
 
 
 
 
 
 .main-content{
	 border: solid thin transparent;
	 
	 
	}	  
	
	
	
.welcome-main {
    border: solid thin transparent;
    text-align: center;
    background-image: url('../images/home-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 350px;
	margin-top: -20px;
}	
	
	
.welcome-main h1 {
    border: solid thin #f6efef;
    background-color: #f0f8ff9c;
    color: #085be5;
    vertical-align: middle;
    padding: 24px 0px;
}	
	


 @keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}





	  

 .main-main{
		  
     display: flex;
	 flex-direction: row;
	 min-height: 300px;
	 justify-content: space-between;
	  }


  .left-div{	  
	 border: solid thin transparent;
	 width: 39%;
	 padding: 24px 16px;
	 line-height: 2em;	 
	 background-image: url('/henleypharmacies/images/background_loops.png');
	 /* background-size: cover; */  
	 background-size: 206% 89%;
     background-repeat: no-repeat;
     background-position: center;
	 background-position-y: 39px;
	 
	
  }
  
  .left-div h2{
	 padding: 30px 0px 14px 0px;
  }


  .right-div{
	  border: solid thin transparent;
	  width: 60%;
	  height: 632px;
	  background-image: url('../images/index_image4.png');
	  background-size: cover;  
      background-repeat: no-repeat;
      background-position: center;      
      /* background-position-y: 66px; */
      background-position-y: 6px;	  
  }
  
  
 .main-main.show .left-div {
      animation: slideInFromLeft 1s forwards;
  }
  
 .main-main.show .right-div {
      animation: slideInFromRight 1s forwards;
  }
  
  
  
  
  
  

.index-blocks{
	  border: solid thin transparent;
	  height: 480px;
	  display: flex;
	  flex-direction: row;
	  opacity: 0; /* Hide initially */
}


.Segment-block{
	  border: solid thin transparent;
	  /* width: 23%; */
	  max-height: 24%;
	  margin: 66px 5px;	
      font-size: 15px;	
      padding: 6px;      
      color: #666;
      position: relative;	  
	
}

 .Segment-block h3{	 
	 margin: 4px 0px 10px 0px;	     
     text-align: center;	 
 }
 
 .Segment-block p{		 	     
     text-align: center;	 
 }
 
 
 
 .display_image{
	margin: 30px auto;
    border: solid thin transparent;
    position: absolute;
    left: 20%;
 }
 
 .filter{
	border: solid thin transparent;
	height: 244px;
    /* width: 311px; */
    display: block;
    z-index: 1;
    position: relative;
    top: 11px;    
    /* background-color: rgb(0 255 37 / 16%); */
    background-color: #085be575;
	border-radius: 8px;
 }
   
  a.contact-us{
	  color: #fff;
	  text-decoration: none;
	  padding: 6px;
	  border: solid thin #1850e1;
	  background-color: #1850e1;
      position: absolute;
	  bottom: 4px;
	  width: 28%;
	  left: 32%;
      z-index: 2;	
      border-radius: 5px;	  
  } 
  
  
  
 @media (min-width: 768px) and (max-width: 1199px) {
    /* Styles for medium devices */
   }
   
   /* Styles for small devices */
/*  @media (min-width: 576px) and (max-width: 767px) { */
 @media (max-width: 767px) {
	 
 .welcome-main h1 { 
	 padding: 45px 0px; 
  	
  }
	 
 .main-main {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    width: 100%;
    }
	
.left-div {	  
     width: 100%;
     padding: 24px -2px;	 
		
	}
	
 .right-div {
	 width: 100%;
	}
	
 .left-div h2 {
    padding-bottom: 41px;
    text-align: center;
  }

  .index-blocks {
    border: solid thin transparent;
    min-height: 1200px;
    display: flex;
    flex-direction: column;
	margin: 2px auto 990px auto;
   }   
   
  .Segment-block {
    /* border: solid thin #27d20a; */
    border: solid thin transparent;
    width: 100%;
    min-height: 510px;
    margin: 9px auto;
    font-size: 15px;
    padding: 6px;
    color: #666;
    position: relative;
	 
   }

	
    .display_image img {        
        width: 300px;
        height: 390px;
        border: solid thin transparent;
        position: relative;
    
   }	
	
	.filter {
		height: 432px;
		width: 100%;
		background-color: rgb(0 255 37 / 9%);
		
	}
    
 }


  @media (max-width: 575px) {
      /* Styles for extra small devices */
  }
