.patient-guides-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.patient-guides-page .intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 180px;
  max-width: 1440px;
  background-image: url(/wp-content/themes/iheartvet/images/images/doctor-with-clinical-handout-desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.patient-guides-page .intro-text-wrapper {
  width: 100%;
  max-width: 500px;
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.patient-guides-page .boxed-tag,
.patient-guides-page .boxed-tag-not-all-caps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
  margin: 0 30px 30px;
}

.patient-guides-page .pro-icon {
  width: 37px;
  height: 20px;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 1100px) {
  .patient-guides-page .intro {
    background-image: url(/wp-content/themes/iheartvet/images/images/doctor-with-clinical-handout-mobile.jpg);
    align-items: center;
    padding: 80px 0 73vw;
    background-position: bottom;
  }
  .patient-guides-page .intro-text-wrapper {
    align-items: center;
    max-width: 600px;
    padding: 0;
  }
  .patient-guides-page .intro-text {
    text-align: center !important;
  }
}

@media only screen and (max-width: 680px) {
  .patient-guides-page .intro {
    padding: 80px 0 100vw;
    background-position: bottom;
  }
}

@media only screen and (max-width: 500px) {
  .patient-guides-page .intro {
    padding: 80px 0 165vw;
    background-position: bottom;
  }
}

/* WHITE BOX ICONS */

.patient-guides-page .understand-icon {
  width: 65px;
  height: 74px;
  margin: 0 0 20px;
}

.patient-guides-page .share-icon {
  width: 55px;
  height: 74px;
  margin: 0 0 20px;
}

.patient-guides-page .experts-icon {
  width: 73px;
  height: 72px;
  margin: 1px 0 21px;
}

/* ROTATING IMAGES */

.patient-guides-page .rotating-images {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .patient-guides-page .rotating-images {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: auto;
    margin-top: -80px;
    z-index: 1;
  }
}

.patient-guides-page .rotating-images::-webkit-scrollbar {
  display: none;
}

.patient-guides-page .rotating-image-wrapper {
  width: 100vw;
  min-width: 400px;
  margin: 30px;
  box-shadow: rgb(23 40 94 / 8%) 0px 4px 24px;
}

.patient-guides-page .rotating-image {
  width: 100%;
}

/* BULLETS CSS */

@media only screen and (max-width: 1000px) {
  .patient-guides-page .bullets-wrapper {
    padding: 60px 0 40px;
  }
}

.patient-guides-page .bullets-image-desktop {
  position: absolute;
  /* top: -80px; */ /* Only needed if using the testimonial above it */
  top: 0;
  right: -180px;
  width: 100%;
  max-width: 942px;
  pointer-events: none;
}

@media only screen and (max-width: 1300px) {
  .patient-guides-page .bullets-image-desktop {
    top: auto;
    width: 60%;
  }
}

@media only screen and (max-width: 1000px) {
  .patient-guides-page .bullets-image-desktop {
    display: none;
  }
}

.patient-guides-page .bullets-image-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .patient-guides-page .bullets-image-mobile {
    display: block;
    width: 100%;
    max-width: 800px;
    /* margin-top: calc(100vw - 110vw); */ /* Only needed if using the testimonial above it */
    margin-top: 0;
    margin-left: -13%;
    z-index: 1;
    pointer-events: none;
  }
}

/* VIDEO SECTION CSS */

.patient-guides-page .video-section-container {
  width: 100%;
  max-width: 1440px;
}

@media only screen and (max-width: 1000px) {
  .patient-guides-page .video-section-container {
    margin: 80px 0 0;
  }
}

.patient-guides-page .video-section-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.patient-guides-page .video-section-header {
  max-width: 700px;
  padding: 60px 0px 20px;
}

.patient-guides-page .video-section-copy {
  max-width: 500px;
  padding: 0 0px 20px;
}

.patient-guides-page .video-section-video {
  width: 100%;
  max-width: 800px;
  margin-top: -60px;
  z-index: 2;
  box-shadow: rgba(23, 40, 94, 0.08) 0px 4px 24px;
}

/* TEMPORARY FIX */

.patient-guides-page .sticky-section-intro-container {
  padding: 0 0 100px;
}
