/* GLOBAL STYLES
-------------------------------------------------- */

.backgroundpic {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),url("../../assets/images/doctor-office.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    margin-bottom: 2rem

}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
.marketing h2 {
    font-weight: 400;
  }
  /* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
.hero-caption {
    bottom: 4rem;
    margin-bottom: 4rem;
    z-index: 10;
    height: 32rem;
    text-align: center;
    padding-top: 14vh;
    color: #ffff
  }

  .hero-caption-h1-text {
    font-size: calc(1.625rem + 3.5vw);
  }

  .hero-caption-text {
    font-size: calc(1rem + .5vw);
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: #fff;
    border-radius: .75rem;
  }
  
  .icon-link {
    display: inline-flex;
    align-items: center;
  }
  .icon-link > .bi {
    margin-top: .125rem;
    margin-left: .125rem;
    transition: transform .25s ease-in-out;
    fill: currentColor;
  }
  .icon-link:hover > .bi {
    transform: translate(.25rem);
  }
  
  .icon-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: .75rem;
  }
  
  .rounded-4 { border-radius: .5rem; }
  .rounded-5 { border-radius: 1rem; }
  
  .text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
  .text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
  .text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }
  
  .card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .jumbotron-card {

    background-color: #1B75BA; 
  }

  .weeds{

    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),url("../../assets/images/weeds.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 20rem;
  }

  @media (min-width: 576px) {
    .hero-caption {
      color: #ffff;
      padding-top: 18vh;
    }
  }

  @media (min-width: 768px) {
    .hero-caption {
      color: #ffff;
      padding-top: 18vh;
    }
  }
  
@media (min-width: 980px) {
    .backgroundpic {
        height: 85vh;
    }
    .hero-caption {
    color: #ffff;
    padding-top: 26vh;
    }
    .hero-caption-h1-text {
      font-size: 60px;
    }
}
  
    