@charset 'utf-8';


. Daboutus-main{
	border: solid thin blue;
	text-align: center;
	background-image: url('../images/pill_bottle.png');
	background-size: cover;  
    background-repeat: no-repeat;
    background-position: center;
}

.aboutus-main {
   /*  border: solid thin transparent; */
    text-align: center;
    background-image: url('../images/about-us.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0px;;
    height: 350px;
	margin-top: -20px;
}


.aboutus-main h1{
	border: solid thin #f6efef;
    background-color: #f0f8ff9c;    
    color: #085be5;
    vertical-align: middle;
    padding: 24px 0px;
}

.aboutus-center{
	border: solid thin transparent;
	margin: 15px auto; 
	min-height: 300px;
	padding: 16px 26px;
	font-size: 18px;
}

.location-images {
	display: flex;
	flex-direction: row;
}
	
.about-us-locations{
	border: solid thin #79ced380;
	width: 320px;
	height: 200px;
	margin: 2px auto 40px auto;
	border-radius: 5px;
	background-color: #79ced361;
}

.about-us-locations img{
	width: 98%;
    height: 98%;
    padding: 2px 3px;
	
}

.  locations-span{
    border: solid thin;
    text-align: center;
    margin: 2px auto;
    position: relative;
    left: 30%;
}

.locations-span {
    border: solid thin #79ced350;
    text-align: center;
    margin: 16px auto;
    position: relative;
    left: 1%;
    font-weight: bold;
    bottom: 43px;
    padding: 1px;
    width: 97%;
    display: inline-block;
    /*background-color: #ffffff63;*/
     background-color: #79ced361; 
    color: #0e0a0a;
}


  @media  (max-width: 767px) {
  	 .aboutus-main h1 {
		padding: 45px 0px;   	 	
  	 }
  	 
  .location-images {
  	   display: none; 
  	 }

   .locations {
	   border: solid thin #111ae4;    
       position: relative;
       display: block;       
       width: 100%;
		 
	 }
	 
  .location-image {
        width: 100%;
        height: 254px;
        top: 7px;
        border: solid thin red;
        position: relative;
    }
	 
  	
  }