* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }

   body {
    font-family: sans-serif;
    background-color: aqua;
   }

   .main-container {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
  }

  .container-fluid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-auto-rows: auto;
  }

.mySlides {display:none;}

img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.centre{
display: block;
text-align: center;
}

.headname {
    text-align: center;
    color: blue;
}

.marqueeAlign {
  text-align: center;
}
/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: auto;
  text-align: center;
  z-index: -1;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.pharmacy {
  padding: 20px;
}

.logistics {
  padding: 20px;
}

.waste {
  padding: 20px;
}

.facility {
  padding: 20px;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

.active {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 900px) {
    .text {font-size: 11px}
    .container-fluid {
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
    }
    .main-container {
      width: 100%;
      height: auto;
    }
    .slideshow-container {
      width: 100%;
      height: auto;
    }

    .headbanner {
      width: 100%;
      height: auto;
    }
  }

  .banner1{
    display: block;
  }

  .banner2{
    background-color: darkgreen;
    color: white;
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
  }
  
  .banner3 {
    padding: 10px;
  }
.pagelinks {
    text-align: justify;
    padding: 15px;
    font-size: 12px;
}
.contentext{
  font-size: 15px;
}

.bottons {
  text-align: center;
}
p {
  padding: 10px;
}

  button {
    background-color: yellow; /* Green */
    border: none;
    border-radius: 24px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
  }

  a {
    text-decoration: none;
  }
  

  .socials {
    display: flex;
  }
h3{
  padding: 15px;
}

marquee {
  
}