@import url(https://fonts.googleapis.com/css2?family=Satisfy&display=swap);
@charset "UTF-8";
.customlayout {
  margin-top: 10vh;
}
.customlayout h1 {
  font-weight: 600;
  color: #f15778;
}
.customlayout h2, .customlayout h3, .customlayout h4, .customlayout h5, .customlayout h6 {
  font-weight: 600;
}

.text-pink {
  color: #f15778;
}

.text-script {
  font-family: "Satisfy";
  font-size: 26px;
}

.text-purple {
  color: #5778F1;
}

.text-blue {
  color: #57F1D0;
}

.bg-purple {
  background-color: #64608e !important;
}

.get_started {
  margin-top: 10vh;
}
.get_started h1 {
  font-weight: 600;
  color: #f15778;
  padding-left: 2vw;
}
.get_started h5 {
  padding-left: 2vw;
}
.get_started img {
  margin-top: 10vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 2%;
}
.get_started .row {
  margin-bottom: 10vh;
}

.appointment p {
  text-align: center;
  padding: 2%;
}
.appointment p a {
  padding: 2%;
  border: #f15778 5px solid;
  color: black;
  font-weight: 600;
}

.mission p {
  font-size: 24px;
  color: #f15778;
  text-align: center;
}

.help-section {
  background-color: #64608e;
}
.help-section h2 {
  color: white;
  font-weight: 600;
  font-size: 34px;
}
.help-section h1 {
  font-weight: 600;
}
.help-section h1 a {
  color: #57F1D0;
}
.help-section h1:hover {
  text-decoration: underline;
}

footer h2 {
  color: #f15778 !important;
  font-weight: 550;
  font-size: 24px !important;
}
footer ul li i {
  font-size: 24px;
  color: #5778F1;
  padding-right: 1vw;
}

.suboxone .healing {
  height: 80vh;
  margin-top: -10vh;
}
.suboxone .healing img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.suboxone .healing::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  background-color: #64608e;
  opacity: 0.4;
}
.suboxone .image_1 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.suboxone #is_right img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.suboxone #treatment img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.buprenorphine .image {
  background: url(/images/1.webp?d15b27f32f17d4e28175deae74c62ea7);
  background-size: cover;
  background-clip: padding-box;
  border-radius: 15px;
}

.left {
  border-right: 8px solid #57F1D0;
}

.shadow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 20px;
  padding: 4rem;
}

.col_1 {
  border-right: solid 5px #ff9671;
}

.col_2 {
  border-left: 5px solid #57F1D0;
  padding: 2%;
  background-color: #f06986;
  border-radius: 5px;
}

.vivitrol-section {
  background-color: #64608e;
  padding: 6%;
  text-align: center;
}
.vivitrol-section h1 {
  font-size: 48px;
}
.vivitrol-section span {
  color: #57F1D0 !important;
}
.vivitrol-section span:before {
  content: "";
  -webkit-animation: animate1 infinite 8s;
          animation: animate1 infinite 8s;
}
@-webkit-keyframes animate1 {
  0% {
    content: "Help You Need";
  }
  25% {
    content: "Respect You Deserve";
  }
  50% {
    content: "Help You Need";
  }
  75% {
    content: "Respect You Deserve";
  }
  100% {
    content: "Help You Need";
  }
}
@keyframes animate1 {
  0% {
    content: "Help You Need";
  }
  25% {
    content: "Respect You Deserve";
  }
  50% {
    content: "Help You Need";
  }
  75% {
    content: "Respect You Deserve";
  }
  100% {
    content: "Help You Need";
  }
}

.vivitrol-effects {
  border-left: 5px solid #ff9671;
  padding: 2%;
}
.vivitrol-effects .lefty {
  border-right: 2px solid #f8f2f2;
}
.vivitrol-effects .lefty ul {
  list-style: none;
}
.vivitrol-effects .lefty ul i {
  color: #ff9671;
}

.gotop {
  position: fixed;
  height: 50px;
  width: 50px;
  background-color: #f15778;
  bottom: 40px;
  right: 50px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 24px;
  border-radius: 10px;
  z-index: 1000;
}

.gotop:hover {
  color: white;
}

.opioid img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.opioid .statistics {
  padding: 2%;
  margin: 2%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: #64608e;
  border-radius: 20px;
  color: white;
}
.opioid .check ul {
  list-style: none;
}
.opioid .check ul i {
  color: #ff9671;
}
.opioid .call {
  padding: 5%;
  background-color: #ff9671;
  color: white;
  text-align: center;
}
.opioid .call h2 {
  font-size: 28px;
}
.opioid .call a {
  color: white;
  border: 2px solid white;
  border-radius: 20px;
}

.servicearea .maps {
  height: 50vh;
  padding: 3%;
  border: 4px solid #ff9671;
  border-radius: 10px;
}

.opioid_dependence {
  overflow: hidden;
}
.opioid_dependence .marquee {
  background-color: #64608e;
  border-radius: 25px;
  position: relative;
}
.opioid_dependence .marquee h4 {
  position: absolute;
  top: 20%;
  right: 10%;
  font-size: 28px;
}
.opioid_dependence marquee img {
  -webkit-animation: animate 4s linear infinite;
          animation: animate 4s linear infinite;
  padding: 5%;
}
@-webkit-keyframes animate {
  0% {
    transform: rotate(0);
    transition: ease-in-out;
  }
  50% {
    transform: rotate(5deg);
    transition: ease-in-out;
  }
  100% {
    transform: rotate(-5deg);
    transition: ease-in-out;
  }
}
@keyframes animate {
  0% {
    transform: rotate(0);
    transition: ease-in-out;
  }
  50% {
    transform: rotate(5deg);
    transition: ease-in-out;
  }
  100% {
    transform: rotate(-5deg);
    transition: ease-in-out;
  }
}
.opioid_dependence .dots {
  color: white;
  margin: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.opioid_dependence .dots .circle {
  background-color: #ff9671;
  padding: 5%;
  margin: 2%;
  border-radius: 20px;
}
.opioid_dependence .symptoms {
  padding: 5%;
  background-color: #64608e;
  color: white;
  position: relative;
}
.opioid_dependence .bg {
  color: white;
  position: absolute;
  text-align: center;
  top: 40%;
  left: 20%;
  z-index: 10;
  opacity: 0.1;
  font-size: 172px;
}

.js-cookie-consent {
  position: fixed;
  bottom: 0;
  margin-bottom: -5px;
  color: black;
  width: 100%;
  z-index: 1000;
}

.opioid-overdose .opioid_overdose {
  background-color: #f1f7fd;
  padding: 3%;
  border-left: 4px solid #ff9671;
}
.opioid-overdose img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.how_to_talk img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.orange_section {
  background-color: #f1f7fd;
  border-left: #ff9671 4px solid;
  padding: 3%;
}

.mini_card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 3%;
  border-radius: 10px;
}
.mini_card ul {
  list-style: none;
}
.mini_card ul li::before {
  content: "■";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff9671;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.parallax {
  min-height: 100vh;
  background: transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 5%;
}
.parallax h1 {
  color: white;
  font-size: 7em;
  font-weight: 700;
  line-height: 0.5em;
}
.parallax h1 span {
  font-size: 38px;
  font-weight: 600;
}
.parallax p {
  color: white;
}

.parallax1 {
  margin-top: -5%;
  position: relative;
  min-height: 100vh;
  background: transparent;
}
.parallax1 h2 {
  font-weight: 700;
}
.parallax1 .orange_section {
  padding: 5% 10% 5% 10%;
}

.bubbles {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: -150px;
}
.bubbles img {
  width: 50px;
  -webkit-animation: bubble 7s linear infinite;
          animation: bubble 7s linear infinite;
}
@-webkit-keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(-80vh);
    opacity: 0;
  }
}
@keyframes bubble {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(-80vh);
    opacity: 0;
  }
}
.bubbles img:nth-child(1) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  width: 25px;
}
.bubbles img:nth-child(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bubbles img:nth-child(3) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  width: 25px;
}
.bubbles img:nth-child(4) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.bubbles img:nth-child(5) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.bubbles img:nth-child(6) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  width: 20px;
}
.bubbles img:nth-child(7) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  width: 35px;
}

.faqs {
  overflow: hidden;
}
.faqs .hero {
  position: relative;
  background: transparent;
  min-height: 55vh;
}
.faqs .hero .contents {
  position: absolute;
  top: 20%;
  left: 10%;
  color: white;
}
.faqs .hero .contents h1 {
  color: #ff9671;
}
.faqs .hero .contents a {
  padding: 1%;
  border: 3px solid #ff9671;
  color: white;
  border-radius: 35px;
}
.faqs .hero1 {
  background-color: #64608e;
  padding: 2%;
  text-align: center;
}
.faqs .hero1 h1 {
  color: white;
}
.faqs .collapse_section .accordion {
  margin-top: 40px;
}
.faqs .collapse_section .accordion .card {
  border: none;
  margin-bottom: 20px;
}
.faqs .collapse_section .accordion .card .card-head {
  padding: 2%;
  background-color: #ff9671;
  color: white;
}
.faqs .collapse_section .accordion .card .card-body {
  padding: 2%;
  border: 1px solid #d8d5d5;
}
.faqs .collapse_section .accordion .card h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}
.faqs .collapse_section .accordion .card h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}
.faqs .collapse_section .accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 600px) {
  .parallax h1, .parallax1 h1 {
    font-size: 60px;
  }
}
