.tip--cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  max-width: 285px;
  width: 100%;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 15px 30px -11px rgba(28, 74, 56, 0.2);
  border-radius: 16px;
}

@media (min-width: 300px) and (max-width: 575px) {
  /* Styles for small devices */
  .tip--head {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
  }
  .tip--cards {
    width: 100%;
    padding-bottom: 0px;
    font-size: 13px;
  }
}

.vjs-poster {

  border-radius: 8px;
}

.price--card--footerbtn-outline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  max-width: 340px;
  width: 100%;
  height: 48px;
  border: 1px solid #3E8E6F;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2d6851;
  border-radius: 16px;
}

.price--card--footerbtn-outline:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  max-width: 340px;
  width: 100%;
  height: 48px;
  border: 1px solid #3E8E6F;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  background-color: #3E8E6F;
  border-radius: 16px;
}

.price--card--footerbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    max-width: 340px;
    width: 100%;
    height: 48px;
    border: 1px solid #3E8E6F;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    background-color: #3E8E6F;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -2px #2251654D;
}

.price--card--footerbtn:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 10px;
  max-width: 340px;
  width: 100%;
  height: 48px;
  border: 1px solid #2d6851;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #2d6851;
  border-radius: 16px;
}

.popularRegion--para a{
  color: #2d6851;
  text-decoration: underline;
}

.blog--post--desc a{
  color: #2d6851 !important;
  text-decoration: underline;
}

.vc-desc a{
  color: #2d6851;
  text-decoration: underline;
}

div.testimonial--card {
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  gap: 16px;
  height: 396px;
  background: #edf7f3;
  box-shadow: none;
  border-radius: 16px;
}

div.testimonial--user-review {
  display: flex;
  align-items: center;
  gap: 10px;
}

div.testimonial--message > p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #343635;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
  height:225px;
}

.accordion {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.xxl {
  width:1000px;
  margin-left: auto;
  margin-right: auto;
}

.magazine--card--small--heading {

  padding-left: 10px;
  padding-right: 10px;
  color: #1f4738;
  padding-top: 15px;
  font-size: 16px;
}


.magazine--card--small {
  background: #ffffff;
  box-shadow: 0px 8px 16px -5px #0D23331A;
  border-radius: 16px;
  transition: all 0.5s;
  padding-bottom: 10px;
  margin-bottom: 20px;
}


.navbar-toggler {
  color: white;
  borders: none;
  border-width: 0px;

  border-color: white;
}

.navbar-toggler-icon {
  color: white;
  border-color: white;
}
.custom-toggler.navbar-toggler {

}

a.price--tags-btn {
  border: 1px solid #29abe2;
  border-radius: 8px;
}

.category--box {
  padding: 4px;
}

.dropdown-item-sidebar {
  color: white;
  margin-left: 20px;
  margin-bottom: 5px;
}

.dropdown-item:hover {
  color: white;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}



