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

/* INTRO CSS */

.features-page .intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 80px;
  max-width: 1440px;
  background-image: url(/wp-content/themes/iheartvet/images/images/features-hero-desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

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

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

@media only screen and (max-width: 600px) {
  .features-page .intro {
    padding: 80px 0 100vw;
  }
}

@media only screen and (max-width: 450px) {
  .features-page .intro {
    padding: 80px 0 150vw;
  }
}

/* ICONS */

.features-page .feature-pro-tag {
  width: 37px;
  height: 20px;
  margin: 0 0 0 10px;
}

.features-page .clinical-briefs-small-icon {
  width: 31px;
  height: 29px;
  margin: 0 10px 0 0;
}

.features-page .ddx-small-icon {
    width: 24px;
    height: 36px;
    margin: 0 10px 0 0;
}

.features-page .algorithms-small-icon {
  width: 32px;
  height: 28px;
  margin: 0 10px 0 0;
}

.features-page .drug-monographs-small-icon {
  width: 26px;
  height: 28px;
  margin: 0 10px 0 0;
}

.features-page .drug-interaction-checker-small-icon {
  width: 31px;
  height: 29px;
  margin: 0 10px 0 0;
}

.features-page .medication-guides-small-icon {
  width: 31px;
  height: 29px;
  margin: 0 10px 0 0;
}

.features-page .patient-guides-small-icon {
  width: 31px;
  height: 33px;
  margin: 0 10px 0 0;
}

/* FEATURES SECTIONS */

.features-page .feature-blocks-container {
  width: 100%;
  max-width: 1440px;
}

.features-page .feature-blocks-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 0px;
}

@media only screen and (max-width: 1200px) {
  .features-page .feature-blocks-gradient {
    padding: 60px 0px 0px;
  }

}

.features-page .feature-blocks-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 30px 30px;
}

@media only screen and (max-width: 1200px) {
  .features-page .feature-blocks-wrapper {
    padding: 0 15px 15px;
  }
}

.features-page .feature-blocks-header {
  max-width: 700px;
}

.features-page .feature-blocks-copy {
  max-width: 580px;
}

.features-page .feature-block-padding {
  padding: 30px;
  width: 33.33%;
}

@media only screen and (max-width: 1200px) {
  .features-page .feature-block-padding {
    padding: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .features-page .feature-block-padding {
    padding: 15px;
    width: 100%;
  }
}

.features-page .feature-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 30px 60px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: all 250ms;
}

.features-page .feature-block:hover {
  background-color: #F4F6FC;
  box-shadow: rgb(23 40 94 / 8%) 0px 4px 24px;
}

.features-page .feature-block-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 30px 10px;
}

.features-page .feature-block-copy {
  padding: 0 30px 10px;
  max-width: 305px;
}

.features-page .features-drug-monographs-icon {
  width: 65px;
  height: 71px;
  margin: 0 0 20px;
}

.features-page .features-drug-interaction-checker-icon {
  width: 79px;
  height: 73px;
  margin: 0 0 20px;
}

.features-page .features-medication-guides-icon {
  width: 78px;
  height: 70px;
  margin: 0 0 20px;
}

.features-page .features-clinical-briefs-icon {
  width: 88px;
  height: 83px;
  margin: 0 0 20px;
}

.features-page .features-ddx-icon {
  width: 59px;
  height: 88px;
  margin: 0 0 20px;
}

.features-page .features-algorithms-icon {
  width: 81px;
  height: 69px;
  margin: 0 0 20px;
}

.features-page .features-patient-guides-icon {
  width: 77px;
  height: 83px;
  margin: 10px 0 10px;
}

.features-page .feature-pro-tag {
  width: 37px;
  height: 20px;
  margin: 0 0 0 10px;
}

/* CAROUSEL */

.features-page .tools-container {
  width: 100%;
  max-width: 1440px;
}

.features-page .tools-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0px 30px;
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-wrapper {
    padding: 0px;
  }
}

.features-page .tools-carousel {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  height: 500px;
  min-height: 800px;
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-carousel {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 60px 0 0;
  }
}

.features-page .tools-carousel .owl-stage-outer {
  order: 2;
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  .features-page .tools-carousel .owl-stage-outer {
    width: 50%;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-carousel .owl-stage-outer {
    order: 0;
    width: unset;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-carousel .tool-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.features-page .tools-carousel .owl-nav {
  order: 1;
}

.features-page .tools-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  order: 0;
  width: 10%;
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-carousel .owl-dots {
    order: 1;
    width: 100%;
    flex-direction: row;
  }
}

.features-page .tools-information {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  order: 1;
  padding: 80px 30px 50px;
}

@media only screen and (max-width: 1200px) {
  .features-page .tools-information {
    width: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-information {
    padding: 40px 0px 60px;
    width: 100%;
    order: 3;
  }
}

.features-page .tools-copy {
  padding: 0 30px 10px;
}

.features-page .tools-header,
.features-page .tools-copy,
.features-page .tools-button {
  width: 100%;
  max-width: 600px;
}

.features-page .tools-carousel.owl-carousel .owl-stage {
  height: 100%;
  display: flex;
  align-items: center;
}

.features-page .tools-container {
  width: 100%
}

.features-page .tools-image-calculator {
  width: 100%;
  max-width: 350px;
}

@media only screen and (max-width: 1440px) {
  .features-page .tools-image-calculator {
    max-width: 32.5vw;
  }
}

@media only screen and (max-width: 1200px) {
  .features-page .tools-image-calculator {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-image-calculator {
    max-width: 350px;
  }
}

.features-page .tools-image-favorites {
  width: 100%;
  max-width: 552px;
}

@media only screen and (max-width: 1440px) {
  .features-page .tools-image-favorites {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 1200px) {
  .features-page .tools-image-favorites {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-image-favorites {
    max-width: 552px;
  }
}

.features-page .tools-image-notes {
  width: 100%;
  max-width: 562.5px;
}

@media only screen and (max-width: 1440px) {
  .features-page .tools-image-notes {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 1200px) {
  .features-page .tools-image-notes {
    max-width: 50vw;
  }
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-image-notes {
    max-width: 562.5px;
  }
}

.features-page .carousel-slide-out-down {
  -webkit-animation: slide-out-bottom .5s cubic-bezier(.5,.08,.68,.53) both;
  animation: slide-out-bottom .5s cubic-bezier(.25,.46,.45,.94) both;
}

@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}

.features-page .carousel-slide-in-down {
  -webkit-animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
  animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.features-page .tools-carousel .owl-dot span {
  display: none !important;
}

.features-page .tools-carousel .owl-dot {
  width: 64px !important;
  height: 64px !important;
  margin: 0 0 30px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  transition: all 250ms;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 1000px) {
  .features-page .tools-carousel .owl-dot {
    margin: 0 30px 0 0;
  }
}

.features-page .tools-carousel .owl-dot.active {
  transform: scale(1.25);
  transition: all 250ms;
}

.features-page .tools-carousel .owl-dot:nth-child(1) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-stroked-background/white/calculator_large.svg) !important;
}

.features-page .tools-carousel .active.owl-dot:nth-child(1) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-filled-background/royal-blue/calculator_large.svg) !important;
}

.features-page .tools-carousel .owl-dot:nth-child(2) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-stroked-background/white/favorites_large.svg) !important;
}

.features-page .tools-carousel .active.owl-dot:nth-child(2) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-filled-background/royal-blue/favorites_large.svg) !important;
}

.features-page .tools-carousel .owl-dot:nth-child(3) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-stroked-background/white/notes_large.svg) !important;
}

.features-page .tools-carousel .active.owl-dot:nth-child(3) {
  background-image: url(/wp-content/themes/iheartvet/images/icons/circle-filled-background/royal-blue/notes_large.svg) !important;
}
