.bg-primary1 {
  background: #32c69a;
}

.bg-light2 {
  background: #f4f8fb;
}

.text-primary1 {
  color: #32c69a;
}

.background_image {
  width: 100%;
  min-height: 86vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.listing-preview a {
  position: relative;
}

.background_image2 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overlay-bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.dark-overlay{
  background: rgba(0, 0, 0, 0.3);
}

.dark-overlay-index{
  background: rgba(0, 0, 0, 0.2);
  min-height: 86vh;
}

.image-bright {
  filter: brightness(70%);
}

.overlay-light {
  opacity: 0.8;
  filter: alpha(opacity=50);
}

.overlay-light:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}

@media (max-width: 991px) {
  .res-nav {
    background: #fff;
    color: black;
  }
  .custom-toggler.navbar-toggler {
    border-color: #32c69a;
  }
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

.background-pharmacy {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.filter {
  font-weight: 300;
}

.medicineImage {
  max-height: 250px;
}

.min-height {
  min-height: 90px;
}

.doctor-main-heading {
  padding-bottom: 0.4em;
  border-bottom-style: double;
  border-bottom-width: 4px;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 300;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

.doc-image {
  max-height: 380px;
  max-width: 370px;
  height: 100%;
}

.text-left-lg{
  text-align: center;
}

@media (min-width: 992px) {
  .text-left-lg {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .border-right-none{
    border-right: none!important;
  }
}


.contact-overlay{
  background: rgba(0, 0, 0, 0.4);
}