@media (min-width: 300px) {
  .social-media {
    width: 24px;
  }
}

@media (min-width: 300px) {
  #small-card {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #subscription-display {
    text-align: left !important;
    flex-direction: row !important;
  }
}

@media (min-width: 300px) {
  #subscription-display {
    flex-direction: column;
    text-align: center;
    margin: 0px;
    font-family: Helvetica;
  }
}

@media (min-width: 768px) {
  .Sriranga_footer {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .Sriranga_footer {
    display: flex;
  }
}

#wp {
  cursor: pointer;
}

#srifooter1 {
  bottom: 0px;
  z-index: 11;
  box-shadow: 0px -1px 1px rgb(13,34,8);
  background: #173b2d;
  color: rgb(253,253,253);
  position: sticky;
}

.btn:hover {
  background-color: #0D2208 !important;
  color: white !important;
  box-shadow: 0px 2px 4px 0px rgb(182,255,164);
  border-radius: 5px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0px 0px 4px rgb(7,55,0);
}

.bottomfooter:hover {
  background: #387e63;
  height: 67.2px;
}

@media (min-width: 768px) {
  .wetreatpara {
    display: flex !important;
  }
}

@media (min-width: 300px) {
  .wetreatpara {
    display: block;
  }
}

@media (min-width: 768px) {
  .elementborder {
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-bottom-width: 0.8px;
    border-bottom-style: none !important;
  }
}

@media (min-width: 300px) {
  .elementborder {
    border-right-width: 1px;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

.nav-link:focus, .nav-link:hover {
  color: #55987e;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: #ababab;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

li.nav-item.dropdown:hover {
  background-color: #387e63;
}

li.nav-item:hover {
  background-color: #387e63;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
  -webkit-text-stroke: 1px #0e7300;
}

.card-body-height {
  height: auto;
}

@media (min-width: 1400px) {
  .card-body-height {
    height: 260px !important;
  }
}

@media (min-width: 992px) {
  .card-body-height {
    height: 320px;
  }
}

@media (min-width: 768px) {
  .h6, h6 {
    font-size: 1rem !important;
  }
}

.h6, h6 {
  font-size: 3.5vw;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #75c868 !important;
}

.card-header-tabs .nav-link.active {
  background-color: #60a057;
  border-bottom-color: #0b5b00;
}

.image-display {
      width: 100%;
      padding: 20px;
      position: sticky;
      top: 80px; /* Adjust this if you have a header */
      height: fit-content;
    }
