.choose-practice {
  background: url(../images/slide-01.jpg);
  background-size: cover;
  background-position: center;
  background-position-x: 80%;
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.choose-headline-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto 2.5rem;
}

.choose-headline-container h1 {
  font-size: 7.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.choose-headline-container .highlight-statement {
  font-size: 3rem;
  font-style: italic;
  color: #fff;
  text-align: center;
}

.choose-headline-container .highlight-statement span {
  color: #41beff;
  font-weight: 700;
}

.choose-practice .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.choose-practice .row .pain-center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.choose-practice .practice-img {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  border-top: none;
}

.address-container {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90%;
  border: 1px solid #000;
  border-bottom: none;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.practice-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.address-container img {
  margin-left: 1rem;
}

.pain-center-container h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.pain-center-container .address {
  margin: 1rem auto;
  font-size: 2rem;
  font-weight: 400;
  text-transform: inherit;
  color: #fff;
}

.pain-center-container .phone-number {
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  text-transform: inherit;
  color: #fff;
  padding-top: 10px;
  border-top: 3px solid #227ad2;
}

.pain-center-container .phone-number:hover {
  color: #41beff;
}

.location-image-container {
  position: relative;
  width: 90%;
}

.location-image-container:hover .click-overlay {
  background-color: rgba(65, 189, 255, 0.25);
}

.click-overlay {
  position: absolute;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.click-overlay img {
  width: 150px;
}

.click-overlay p {
  font-size: 2.5rem;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem auto 0;
  display: none;
}

.button {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 2.5rem;
  padding: 7.5px 50px;
  min-height: auto;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 75%);
  border: 1px solid #fff;
  letter-spacing: 2.5px;
}

.call-now-button {
  background-color: rgba(30, 153, 215, 0.75);
  color: #fff;
}

.choose-practice-button {
  background-color: rgba(34, 122, 210, 0.75);
  color: #fff;
}

.copyright-section .logo-container {
  margin: 1rem;
}

.copyright-section .logo {
  width: 150px;
}

.copyright-section {
  margin: 0 auto 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.copyright-section p {
  font-size: 1.5rem;
  color: #fff;
  margin: 1rem auto;
  text-align: center;
}

.copyright-section .social-media-container {
  padding: 0;
  margin: 1rem auto;
}

.copyright-section .icon {
  font-size: 2rem;
  color: #fff;
}

/* ===================================== */
/* DESKTOP QUERIES */
/* ===================================== */

@media (min-width: 768px) and (max-width: 1600px) {
  .choose-headline-container h1 {
    font-size: 5rem;
  }

  .pain-center-container h2 {
    font-size: 2rem;
  }

  .address-container img {
    width: 35px;
  }

  .pain-center-container .address,
  .pain-center-container .phone-number {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .mobile-br {
    display: none;
  }

  .social-media-container-mobile {
    display: none;
  }
}

/* ===================================== */
/* MOBILE QUERIES */
/* ===================================== */

@media (max-width: 768px) {
  .choose-headline-container {
    margin: 2.5rem auto;
  }

  .choose-headline-container h1 {
    font-size: 3rem;
  }

  .choose-headline-container .highlight-statement {
    font-size: 1.5rem;
  }

  .choose-practice .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .choose-practice .row .pain-center-container {
    padding: 0;
  }

  .practice-center {
    width: 100%;
    flex-direction: column;
  }

  .choose-practice .row .pain-center-container:first-of-type {
    margin-bottom: 2.5rem;
  }

  .address-container {
    padding: 10px 10px 0;
  }

  .pain-center-container h2 {
    font-size: 2rem;
    padding: 0 0 5px;
    width: 100%;
    border-bottom: 4px solid #227ad2;
  }

  .heading-divider-modern:before {
    border: none;
  }

  .address-container img {
    display: none;
  }

  .pain-center-container .address {
    font-size: 1.25rem;
    margin: 10px auto;
  }

  .pain-center-container .phone-number {
    display: none;
  }

  .click-overlay img {
    width: 75px;
  }

  .click-overlay p {
    font-size: 2rem;
  }

  .button-container {
    flex-direction: column;
  }

  .button {
    font-size: 1.5rem;
    margin: 7.5px auto;
  }

  .copyright-section {
    margin: 0 auto 2.5rem;
  }

  .copyright-section p {
    font-size: 1.25rem;
    margin-top: 0;
  }

  .copyright-section .logo {
    display: none;
    width: 50px;
  }

  .social-media-container-mobile {
    margin: 1rem auto;
  }

  .social-media-container {
    display: none;
  }
}
