:root {
  --main-color: #370625;
  --light-green: #34C9B6;
  --extra-green-light: #E6F7FC;
  --green-color: #57BD5E;
  --black-color: #534D4D;
  --white-color: #ffffff;
  --orange-color: #FFA94D;
  --light-gray: #ECECEC;
  --grey-color: #F0F4F9;
}

* {
  padding: 0px;
  margin: 0px;
}

.pera_font_14 {
  line-height: 2;
}

.ul_font_14>li {
  line-height: 2;
}

/* custom class */
@font-face {
  font-family: poppins-Regular;
  src: url(../font-family/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-medium;
  src: url(../font-family/Poppins/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppins-semibold;
  src: url(../font-family/Poppins/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: poppins-bold;
  src: url(../font-family/Poppins/Poppins-Bold.ttf);
}

@font-face {
  font-family: poppins-black;
  src: url(../font-family/Poppins/Poppins-Black.ttf);
}

.font-size_p {
  font-size: 14px;
}


/* body */
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: poppins-Regular;
}

/* navbar */
.navbar-brand {
  font-size: 2rem;
  font-weight: 700;
  width: 13%;
}

.oarline_box {
  left: calc(50% - 84px);
  box-shadow: 0px 1px 10px #00000045;
}

.oarline_box_card {
  border-radius: 0px 0px 8px 8px;
}

.oarline_box_body {
  padding: 0%;
}

.oarline_box_body img {
  width: 100%;
}

.navbar {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 90px;
  z-index: 2;
  padding: 0px;
  background-color: #370625;
}

#navbar {
  background-color: #37062500;
  z-index: 2;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .navbar-nav {
  height: 90px;
  align-items: center;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-collapse {
  display: flex;
  justify-content: end;
}

.navbar-nav .nav-item {
  padding-left: 20px;
}

.navbar-nav .nav-item .nav-link {
  color: white;
  font-size: 1rem;
}

.navbar-toggler {
  background-color: var(--light-green);
  outline: none;
}

.navbar-toggler-icon:focus {
  outline: none;
  border: none;
}

ul li ul li>a:hover {
  background-color: var(--extra-green-light) !important;
}

/* offcanvas */
.offcanvas-btn {
  display: none;
}

/* navbar close */

/* gila-main banner */
.gila-main-banner-heading {
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 944px;
  color: white;
  padding-bottom: 8%;
}

.gila-main-banner {
  background-image: url(../image/ey-start-up-to-scale-up.jpg.rendition.3840.2560.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  width: 100%;
  position: relative;
  z-index: 1;
  position: relative;
}

.banner_hope {
  width: 70%;
  margin: auto;
}

.banner_hope img {
  width: 100%;
}

.banner_pera::after {
  content: "";
  background-image: url("../image/quote_bottom.png");
  height: 30px;
  width: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.gila-main-banner::after {
  content: "";
  background-color: rgba(77, 12, 53, 0.359);
  width: 100%;
  height: 353px;
  position: absolute;
  top: calc(50% - 200px);
  left: 0%;
  z-index: -1;
}

.gila-main-banner .banner-heading {
  font-size: 6rem;
}

.banner-heading .banner-heading-span {
  color: var(--light-green);
  display: block;
}

.banner-text>p {
  font-size: 1.5vw;
  font-weight: 500;
}

.banner-text>.Samuel-span {
  font-size: 1rem;
  font-weight: 100 !important;
}

.samuel {
  background-color: #4D0C35;
  border-radius: 7px 0px 0px 0px;
  color: #fff;
}

.gila-main-banner-heading .Samuel-span {
  color: rgb(235, 235, 235);
  font-weight: 700;
}

/* gila main banner close */
.drop-system-banner-card {
  display: flex;
  align-items: center;
  justify-content: center;
  top: -8em;
  position: relative;
  z-index: 1;
}

.drop-system-banner-card .row .drop-system-banner-cards {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}

.row .drop-system-banner-cards .drop-system-banner-card-body {
  width: 100%;
  background-color: white;
  height: 250px;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.row .drop-system-banner-cards .drop-system-banner-card-body-center {
  background-color: white;
}

/* .row .drop-system-banner-cards .drop-system-banner-card-body > h2{color: black;font-size: 1.3rem;} */

.row .drop-system-banner-cards .drop-system-banner-card-body>h5 {
  font-weight: 600;
  padding-bottom: 5px;
}

.row .drop-system-banner-cards .drop-system-banner-card-body>p {
  color: rgb(49, 49, 49);
  font-size: 12px;
  font-weight: 500;

}

.drop-system-banner-cards .drop-system-banner-card-body img {
  margin-bottom: 20px;
  width: 100px;
}

/* drugs basics section */

.drug_basics_secion_heading {
  color: black;
}

.drug_basics_secion_1 {
  margin-top: 3%;
}

.drug_basics .card {
  height: 260px;
  background-color: var(--extra-green-light);
  border-radius: 13px;
  box-shadow: 2px 5px 6px rgba(151, 151, 151, 0.422);
}

.card-2-row {
  margin-top: 10px;
}

.card_meth-img {
  width: 65%;
}

.meth_box_none {
  display: none;
}

.meth_card_box:hover .meth_box_show {
  display: none;
}

.meth_card_box:hover .meth_box_none {
  display: block;
}

.drug_basics:hover .small_rect_fill {
  fill: var(--orange-color);
}

.drug_basics_ancher {
  color: black;
}

.drug_basics_ancher:hover>.card {
  background-color: var(--main-color);
  color: var(--white-color);
}

.drug_basics_ancher:hover .bor_boxes {
  stroke: var(--orange-color);
}

/* contact section */
.contact-section h5 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 1rem;
  text-align: center;
}

.contact-section p {
  font-size: 12px;
  font-weight: 500;
  color: rgb(194, 194, 194);
}

.contact-section1 {
  display: flex;
  background: #4D0C35;
  padding: 25px;
  position: relative;
  color: #fff;
  top: -4em;
  border-radius: 20px;
}

.contact-content {
  padding: 0rem 2rem;
}

.email-here {
  position: relative;
}

/* footer */
.main_footer {
  background-color: var(--light-gray);
  position: relative;
  margin-top: 100px;
  height: 137px;
}
.footer_copyright{
  position: relative;
  top: -34px;
  margin-bottom: 0px;
}
.home_footer {
  margin-top: 0px;
}

.footer-col>h6 {
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-col>p,
a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

.footer-col>a:hover {
  text-decoration: none;
  color: #000;
  font-size: 13px;
}

.foot-subs-btn {
  background-color: var(--extra-green-light);
  color: var(--main-color);
}

.foot-center {
  background-color: var(--light-gray);
  text-align: start;
}

.copy-rights>h6 {
  margin: 0px;
}

/* *************************************** home page end ***************** */

/* Fentanyl page */
/* fentanyl banner section */
.fenta_banner_back {
  background-image: url("../image/drugs_background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  width: 100%;
}

.banner_head {
  width: 40%;
  margin: auto;
}

.banner_head img {
  width: 100%;
}

.meth_banner_head {
  width: 25%;
  margin: auto;
}

.meth_banner_head img {
  width: 100%;
}

.esc_banner_head {
  width: 37%;
  margin: auto;
}

.esc_banner_head img {
  width: 100%;
}

.hero_banner_head {
  width: 35%;
  margin: auto;
}

.hero_banner_head img {
  width: 100%;
}

.pre_opi_banner_head {
  width: 70%;
  margin: auto;
}

.pre_opi_banner_head img {
  width: 100%;
}

.drug_banner_head {
  width: 38%;
  margin: auto;
}

.drug_banner_head img {
  width: 100%;
}

.get_nar_banner_head {
  width: 60%;
  margin: auto;
}

.get_nar_banner_head img {
  width: 100%;
}

/* Danger of fentanyl section */
.row .danger_of_fent_image {
  height: 254px;
}

.danger_of_fent_image .tab_img {
  height: 250px;
  width: 100%;
  background-image: url("../image/card_back\(2\).png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.tab_img img {
  width: 35%;
}

.danger_of_fent_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.danger_of_fent_text_p {
  width: 100%;
  background-color: #fafafa;
  height: 200px;
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 20px;
}

.danger_of_bor_end {
  border-right: 1px solid rgba(0, 0, 0, 0.264);
}

.dange_of_fentanyl_row {
  border-bottom: 1px dashed black;
}

/* what ia fentanyl section */
.what_fenta_img {
  border: 3px solid var(--light-green);
  border-radius: 5px;
}

.what_fenta_img img {
  width: 100%;
}

span.fenta-content {
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-family: 'poppins-Regular';
}

.what_fenta_text_p {
  height: 232px;
  overflow: auto;
}

/* Who's Really using? Percentage */
.using_Per_back_img {
  /* background-image: url("../image/using_per.jpg"); */
  background-color: var(--grey-color);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.using_Per_text_div-1 {
  padding-left: 50px;
}

.using_Per_text_div-2 {
  height: 350px;
  overflow: auto;
  /* padding-right: 50px; */
  border-right: 1px solid rgba(0, 0, 0, 0.264);
}

/* the high section */
.the_high_back_img {
  background-image: url("../image/fentanyl_law.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: white;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Prescribed Legal Forms section */
.prescribed_legal {
  margin-top: 50px;
}

.prescribed_legal_row_1 {
  padding-bottom: 50px;
}

.clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 43%;
  background-image: url("../image/sticks-a-patch.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 55%;
  height: 200px;
}


.clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  background-color: #534D4D;
  width: 43%;
  background-image: url("../image/pills-isolated-on-white-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 28%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.clip_box_3 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 43%;
  background-image: url("../image/syringes-with-ampules-of-drugs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.prescribed_legal_skin_patch {
  padding: 0px 20px;
  font-size: 12px;
}



/* clip_box_2_second */

.prescribed_legal_row_2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 50%;
  background-image: url("../image/fentanyl-pill-in-white-bottle-pill.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 50%;
  background-image: url("../image/bottle-showing-medica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 15%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.prescribed_legal_skin_patch {
  background-color: rgba(255, 255, 255, 0.762);
  height: 50px;
}

.prescribed_legal_hover:hover .prescribed_legal_skin_patch {
  background-color: #370625;
  color: var(--white-color);
}
.prescribed_legal_text {
  height: 200px;
}
/* Did you know? section */
.did_know_section {
  background-color: var(--grey-color);
  margin-top: 50px;
  margin-bottom: 210px;
}

.fenta_law_did_you_video_link {
  color: blue;
  text-decoration: underline;
}

.did_img_sec {
  position: relative;
  z-index: 0;
}

.did_know_text {
  height: 390px;
  overflow: auto;
}

.did_know_text_rev {
  padding-left: 0px;
}

.did_img_sec .did_right_pic {
  width: 100%;
}

.depressed-lonely_woman {
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 40%;
  border: 3px solid #FFA94D;
}

.did_star_back {
  position: absolute;
  bottom: -40%;
  left: 0%;
  width: 100%;
  z-index: -1;
}

.fenta_law_did_you_know_btn {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 700;
}

.fenta_law_did_you_know_btn:hover {
  color: #fff;
}

/*********drug_additions*****/
.drug_addiction {
  background-color: #f0f4f9;
  margin-top: 200px;
}

.drug_additions-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.position {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #fff;
  font-size: 36px;

}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #209f8485;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 30px);
  color: #FFA94D;
  left: calc(50% - 30px);
  font-size: 20px;
  border: 1px solid #FFA94D;
}

.drug_additions-image img {
  width: 100%;
}

.drug_addiction_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-1 {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
}

.narcan_info_btn {
  margin-top: 20px;
}
.drug_addiction_content span {
  font-size: 16px;
  padding-bottom: 30px;
}

/* fentanyl +body section 2 */
.did_know_section_2 {
  margin-top: 50px;
  margin-bottom: 210px;
}

.did_know_section_2_depre {
  margin-bottom: 270px;
}

.did_img_sec_2 {
  position: relative;
  z-index: 0;
}

.did_img_sec_2 .did_right_pic_2 {
  width: 100%;
}

.scroll_none {
  overflow: unset;
}

.depressed-lonely_woman_2 {
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 40%;
  border: 3px solid var(--orange-color);
}

.did_star_back_2 {
  position: absolute;
  bottom: -40%;
  left: 0%;
  width: 100%;
  z-index: -1;
}

.fentanyl_body {
  padding-left: 50px;
}

.fentanyl_body_row ul li {
  padding: 5px 10px;
}

/* fentanyl and the law */
.fentanyl_law_back_img {
  background-image: url("../image/fenta_law_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  color: white;
  margin-top: 11%;
  margin-bottom: 50px;
  padding: 50px;
}

/* fenta_law_did_you_know */
.fenta_law_did_you_know_img img {
  width: 100%;
  border-radius: 0px;
}

.fenta_law_did_you_know_text {
  position: absolute;
  top: calc(50% - 260px);
  right: 0px;
  background-color: white;
  height: 520px;
}

.fenta_law_did_you_know_text .did_you_text {
  padding: 20px 10px;
}

.fenta_law_did_you_know_text .did_you_text ul {
  font-size: 14px;
}

.fenta_law_did_you_know_text .did_you_text>ul {
  height: 426px;
  overflow: auto;
}

.did_you_text>p {
  height: 395px;
  overflow: auto;
}

.testing_text>p {
  height: 380px;
  overflow: hidden;
}

.did_you_text ul li {
  padding: 5px 0px;
}
/* testing strips */
.testing_strips_img {
  float: right;
}

.testing_strips_img img {
  width: 100%;
  border-radius: 10px;
  /* border: 3px dotted black; */
}

.testing_strips_text {
  background-color: white;
  height: 520px;
  position: absolute;
  top: calc(50% - 260px);
  left: 0px;
}

.testing_strips_text .testing_text {
  padding: 20px 10px;
}

.testing_strips_text .testing_text ul {
  font-size: 14px;
}

.testing_strips_text .testing_text>ul {
  height: 426px;
  overflow: auto;
}

.testing_text ul li {
  padding: 5px 0px;
}

/* Signs of an opioid overdose */

/* Naloxone (aka) Narcan */
.Naloxone_sub_head {
  color: rgb(0, 0, 0);
}

/* Save me */
.save_me {
  background-color: var(--grey-color);
  padding: 50px 0px;
  margin-top: 100px;
  height: 581px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.save_me_img img {
  width: 50%;
  border: 2px solid red;
  border-radius: 30px !important;
}

.save_me_img .same_me_img_p {
  position: absolute;
  top: calc(50% - 350px);
  left: 0px;
  height: 700px;
  border-radius: 10px;
}

.save_me_text ul li {
  padding: 5px 0px;
  font-size: 14px;
}

.save_me_text {
  padding-left: 50px;
}

/* carosel section */
.slick_slider_cont {
  margin-top: 100px !important;
}

.slick-slide img {
  width: 100%;
  border: none;
}

.slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgb(171, 171, 171);
  border-radius: 10px;
  display: block;
}

.slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgb(171, 171, 171);
  border-radius: 10px;
  display: block;
}

.wrapper .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--main-color);
  display: block;
  border-radius: 10px;
  font-size: 20px;
  color: #000000;
}

.slick-initialized .slick-slide {
  color: #FFF;
  height: 200px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  width: 240px;
  left: calc(50% - 120px);
  bottom: -38px;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}

.my-class-child {
  position: absolute;
  top: 0;
  background-color: #1e9a7f85;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.5s;
}

.my-class {
  position: relative;

}

.my-class:hover .my-class-child {
  display: block;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* ************************** meth page ****************************** */
.meth_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 25%;
  background-image: url("../image/powder-different.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 55%;
  height: 200px;
}

.meth_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/coarse-grained-sea-salt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 36%;
  height: 200px;
}

.meth_clip_box_3 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/round-pills-on-white-.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 16%;
  height: 200px;
}

.meth_clip_box_4 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 25%;
  background-image: url("../image/drug-needle-syringe-drug-disease-care.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

.meth_clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 25%;
  background-image: url("../image/addict-snorting-heroin.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 71%;
  height: 200px;
}

.meth_clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/hand-of-drug-abuser.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 50%;
  height: 200px;
}

.meth_clip_box_3_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/hand-holding-pills-and-syringe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 29%;
  height: 200px;
}

.meth_clip_box_4_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 25%;
  background-image: url("../image/hand-holding-cigarette.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 13%;
  height: 200px;
}

/* ******************* prescription opioids ******************************** */
.row_reverse {
  display: flex;
  flex-direction: row-reverse;
}

.pres_opi_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 43%;
  background-image: url("../image/sticks-a-patch.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 55%;
  height: 200px;
}

.pres_opi_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  background-color: #534D4D;
  width: 43%;
  background-image: url("../image/pills-isolated-on-white-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 28%;
  height: 200px;
}

.pres_opi_clip_box_3 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 43%;
  background-image: url("../image/syringes-with-ampules-of-drugs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

.pres_opi_clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/addict-snorting-heroin.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 200px;
}

.pres_opi_clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 40%;
  background-image: url("../image/hand-of-drug-abuser.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 18%;
  height: 200px;
}

.pres_opi_clip_box_3_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 40%;
  background-image: url("../image/hand-holding-pills-and-syringe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 18%;
  height: 200px;
}

.pres_opi_clip_box_4_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/hand-holding-cigarette.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

/* *************************** prescription sedtives **************************** */
.pre_sed_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 50%;
  background-image: url("../image/seda_tab_cap.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 15%;
  height: 200px;
}

.pre_sed_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 50%;
  background-image: url("../image/seda_luquid.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0%;
  height: 200px;
}

.pre_sed_clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 50%;
  background-image: url("../image/seda_swallowed.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 200px;
}

.pre_sed_clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 50%;
  background-image: url("../image/seda_injection.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 15%;
  height: 200px;
}

/* ********************** prescription stimultants ******************************* */
.pre_stimu_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 50%;
  background-image: url("../image/seda_tab_cap.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 15%;
  height: 200px;
}

.pre_stimu_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 50%;
  background-image: url("../image/seda_luquid.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0%;
  height: 200px;
}

/* ********************* esctasy ***************************** */
.esc_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 43%;
  background-image: url("../image/what_ecstasy.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 55%;
  height: 200px;
}

.esc_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  background-color: #534D4D;
  width: 43%;
  background-image: url("../image/powder-different.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 28%;
  height: 200px;
}

.esc_clip_box_3 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 43%;
  background-image: url("../image/syringes-with-ampules-of-drugs.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

.esc_clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/addict-snorting-heroin.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 2%;
  height: 200px;
}

.esc_clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 40%;
  background-image: url("../image/hand-of-drug-abuser.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 20%;
  height: 200px;
}

.esc_clip_box_3_second {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  width: 40%;
  background-image: url("../image/hand-holding-pills-and-syringe.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 16%;
  height: 200px;
}

.esc_clip_box_4_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  width: 30%;
  background-image: url("../image/hand-holding-cigarette.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
}

/* *************************** heroin ****************************** */
.hero_clip_box_1 {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 43%;
  background-image: url("../image/addict-snorting-heroin.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 55%;
  height: 200px;
}


.hero_clip_box_2 {
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  background-color: #534D4D;
  width: 43%;
  background-image: url("../image/meth_este.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 28%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.hero_clip_box_3 {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 43%;
  background-image: url("../image/hand-holding-cigarette.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.hero_clip_box_1_second {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  width: 50%;
  background-image: url("../image/powder-different.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 15%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

.hero_clip_box_2_second {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #FFA94D;
  width: 50%;
  background-image: url("../image/what_heroin.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0%;
  height: 200px;
  overflow: hidden;
  transition: 1.1s;
}

/* *************** resources page **************************** */
/* bnnner close */
.card_sec {
  background-image: url(../image/resource_card_back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
  height: 320px !important;
  border: 1px solid orange !important;
}

.card_sec:hover {
  border: 1px solid #370625 !important;
}

.card:hover .card_hover {
  border-color: #370625;
}

.card:hover .btn {
  background-color: #370625 !important;
  color: #fff !important;
}



.card-body {
  padding: 0px !important;
  flex: unset !important;
}

.my-card {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid orange;

}

.my-card img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_content {
  text-align: center;
}

.card_content p {
  height: 50px;
  margin-top: 30px;
  font-size: 14px;
  color: #2c2c2c;
  font-weight: 500;

}

.card_content .btn {
  background-color: orange;
  display: inline-block;
  width: 170px;
  padding: 10px;
  color: #fff;

  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s;

}

/* *************************** drugs 101 page ******************** */
/* drugs basics section */
.drug_basics_secion {
  padding-top: 3%;
  padding-bottom: 3%;
}

.drug_basics_secion_heading {
  color: black;
}

.drug_basics .card {
  height: 260px;
  background-color: white;
  border-radius: 13px;
  box-shadow: 0px 0px 13px rgba(151, 151, 151, 0.422);
}

.card-2-row {
  margin-top: 25px;
}

.card-title {
  color: #370625;
  margin-bottom: 25px;
}

.drug_basics:hover .card-title {
  color: white;
}

.card_meth-img {
  width: 65%;
}

.meth_box_none {
  display: none;
}

.meth_card_box:hover .meth_box_show {
  display: none;
}

.meth_card_box:hover .meth_box_none {
  display: block;
}

.drug_basics:hover .small_rect_fill {
  fill: var(--orange-color);
}

.drug_basics_ancher {
  color: black;
}

.drug_basics_ancher:hover>.card {
  background-color: #370625;
  color: var(--white-color);
}

.drug_basics_ancher:hover .bor_boxes {
  stroke: var(--orange-color);
}

/* *********************************** depression page ************************** */
.body_background {
  background-color: #FBFBFB;
}

.depre_sec_img img {
  width: 100%;
}

/* sadness section */
.sadness-image {
  padding-top: 50px;
  width: 75%;
}

.sadness-image img {
  width: 100%;
}

/* depression section */
.depre_sec {
  background-image: url("../image/Wave_white_top_left_shape_01.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.about{
  background-image: url("../image/Wave_white_top_left_shape_01.png");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FBFBFB;
}
.meditation {
  background-color: #FBFBFB;
}
/* Depression */
.Depression {
  width: 100%;
  background-color: #F0F4F9;
}

.My-own-content {
  margin-bottom: 10px;
}

/* sadness section */
.sadness {
  background-image: url("../image/Wave_white_top_left_shape_02.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.meditation{
  background-image: url("../image/Wave_white_top_left_shape_02.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
/* we-are-alone */
.we-are-alone {
  background-image: url(../image/depression_not_alone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.we-are-content h3 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.we-are-content p {
  color: #fff;
  text-align: center;

  font-size: 14px;
}

.depression_statics-image {
  padding-top: 50px;
  width: 75%;
}

.depression_statics img {
  width: 100%;
}

/* white background */
.white_back {
  width: 100%;
  background-color: white;
}

/* ************************** stress page **************************** */
.about-content h3 {
  color: #2c2d3f;
}

.about-content p {
  color: #666;
}

.about-image img {
  width: 100%;
}

.sadness-image {
  width: 70%;
}

.sadness-image img {
  width: 100%;
}

/* talk to section */
.talk_to_section {
  background-image: url("../image/stress_talk.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  padding: 50px 0px;
}
.misuse_look_for{
  height: 533px;
}

/* ********************* misuse and addictin page ************************* */
.did_you_Look_for {
  margin-bottom: 110px;
}

.depre_sec_text {
  height: 341px;
  overflow: auto;
}

/* ************************************ grief page **************************** */
/* 5 stages section */
.stage_5 {
  background-color: #F0F4F9;
  padding: 50px 0px;
  margin-top: 50px;
}

.stage_5_span, .meditation_pera_head {
  color: #370625;
  font-weight: 600;
}

/* what is misuse */
.what_misuse {
  margin-top: 50px;
}

/* how to help section */
.how_to_help {
  background-image: url("../image/how_to_help_misuse.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
  margin-top: 50px;
}

.redirect_link {
  color: blue;
  text-decoration: underline;
}

/* Positive outlets */
.outlets_sec {
  margin: 50px auto;
}

.outlets_card_row {
  margin: 50px 0px;
}

.outlets_card {
  padding: 2% 5%;
  padding-top: 7%;
  overflow: hidden;
  border: none;
  box-shadow: 5px 5px 10px #00000014;
}

.outlets_card::after {
  content: "";
  width: 43%;
  height: 482px;
  background-color: #0073ff0c;
  position: absolute;
  top: 0%;
  right: -13%;
  transform: rotate(45deg);
}

.outlet_img {
  width: 12%;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

.outlet_img::after {
  content: "";
  background-color: #0073ff0c;
  width: 90%;
  height: 90%;
  position: absolute;
  top: -30%;
  left: 30%;
  z-index: -1;
  border-radius: 50px;
}

.outlet_img::before {
  content: "";
  background-color: #0073ff0c;
  width: 150%;
  height: 7%;
  position: absolute;
  bottom: -30%;
  left: 0%;
}

.outlet_img img {
  width: 100%;
}

.outlets_card:hover .outlet_img::after {
  content: "";
  background-color: #ffa94d10;
  position: absolute;
  top: -40%;
  left: 40%;
  transition: 0.5s;
}

.outlets_card:hover .outlet_img::before {
  background-color: #ffa94d10;
}

.outlets_card:hover::after {
  background-color: #ffa94d10;
}

.outlets_card_text {
  height: 160px;
}

.grief_quote {
  font-style: italic;
  color: rgb(227, 227, 227);
  font-size: 0.9rem;
}

/* ***************************** narcan information ***************************** */
/*   visit*/
.visit {
  background-image: url("../image/nar_naloxone.jpg");
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.visit-content {
  padding-left: 30px;
}

.visit_link {
  color: blue;
  text-decoration: underline;
}

/* work-in-the-body */
.naloxone_body_back {
  background-image: url("../image/naxolone_body_back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 312px;
  overflow: hidden;
}

.naloxone_inbody_2 {
  margin-top: 50px;
}

.font_wie_500 {
  font-weight: 600;
}

.work-in-the-body {
  background-color: #F0F4F9;
  margin-top: 50px;
}

.work-in-the-body-content {
  padding-left: 30px;
}

.my-content {
  padding-left: 0px;
  padding-right: 30px;
}

.naloxone_works_iframe {
  border-width: 0px;
  height: 315px;
}

/* get-narcan */
.get-narcan {
  background-image: url("../image/get_narcan_back.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}

.get-narcan-image img {
  width: 100%;
}

.get-narcan-content a {
  text-decoration: none;
  font-size: 16px;
}

/* *************************************** opioid dashboard page ******************************** */
.year_dash_btn {
  background-color: var(--main-color);
  border: 1px solid #34C9B6;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
}
#dash_yearl:focus-visible{outline: none;}
.year_group {
  background-color: rgb(214, 214, 214);
  padding-left: 15px;
  border-radius: 10px;
}

.year_group>i {
  color: var(--main-color);
}

.dash_num_overdose {
  padding: 15px;
  border-radius: 10px;
}

.drink_medi_img {
  background-color: #eaeaea;
}

.drink_medi_img img {
  width: 60%;
}

.dash_renge_text {
  font-size: 12px;
}

.dash_overdose_span {
  color: red;
  font-size: 28px;
  font-weight: 900;
}

.dash_num_overdose_row {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.progress-bar {
  background-color: #fd0d0d;
}

.progress {
  height: 7px;
}

.dash_renge {
  width: 100%;
}

.sex_pie_chart {
  padding: 50px;
}

/* apex chart */
.chart {
  height: 800px !important;
}

.apexcharts-bar-area {
  fill: #4D0C35;
  /* fill: #4D0C35, #910A39; */
}

.apexcharts-toolbar {
  display: none !important;
}

.apexcharts-yaxis-title-text {
  display: none;
}


/* ******dashboard card section ********/
.dash_card {
  border: 1px solid #4d0c3552;
  border-radius: 20px;
}

.dash_card_1 {
  border: 1px solid #4d0c3552;
}

.dash_card_2 {
  border: 1px solid #ffa94da2;
}

.dash_card_3 {
  border: 1px solid #ea414157;
}

.dash_card_4 {
  border: 1px solid #209f8459;
}

.dash_card_back_color img {
  width: 25%;
  margin: auto;
}

.dash_card_back_color {
  color: white;
  border-radius: 20px 20px 0px 0px;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.dash_card_back_color_1 {
  background-color: var(--main-color);
}

.dash_card:hover .dash_card_back_color_1 {
  background-color: #29051c;
}

.dash_card_back_color_2 {
  background-color: var(--orange-color);
}

.dash_card:hover .dash_card_back_color_2 {
  background-color: #ef912c;
}

.dash_card_back_color_3 {
  background-color: #EA4241;
  /*height: 10px;*/
}

.dash_card:hover .dash_card_back_color_3 {
  background-color: #de2e2e;
}

.dash_card_back_color_4 {
  background-color: #209F84;
  height: 195px;
}

.dash_card:hover .dash_card_back_color_4 {
  background-color: #16826a;
}

.dash_card_per {
  position: absolute;
  top: calc(40% - 49px);
  left: calc(50% - 24px);
}

.dash_card-body {
  background-color: white;
  color: black;
  border-radius: 0px 0px 20px 20px;
}

.dash_card_text {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  height: 100px;
  overflow: auto;
}

.dash_card:hover .dash_cir_img {
  transform: rotate(30deg);
  transition: 0.5s;
}

/* ************************ get narcan page *************************** */
.get_narcan_ul {
  list-style: none;
  padding-left: 0px;
}

.get_narcan_ul>li {
  border-left: 4px solid var(--orange-color);
  padding-left: 15px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.082);
}

.get_narcan_ul>li:hover {
  background-color: var(--grey-color);
  box-shadow: none;
}

.get_narcan_map>iframe {
  width: 100%;
  height: 100%;
}

.get_narcan_myMap {
  font-size: 10px;
  color: blue;
}

/* get narcan form */
.get_narcan_back {
  margin: 50px auto;
  padding: 50px 0px;
  background-image: url("../image/get_narcan_form_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.narcan_distri_back {
  margin: 0px auto;
  padding: 50px 0px;
  background-image: url("../image/narcan_disri_back.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.get_narcan_sub_btn {
  background-color: var(--orange-color);
  color: white;
}

.get_narcan_select option {
  padding: 20px;
}
.get_narcan_select{
  white-space: nowrap; 
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis; 
}
/* ***************************** Calander section in dashboard *********************/
.ui-datepicker-calendar {
  display: none;
}

/* input, textarea, select {
    -webkit-appearance: none;
    } */
select,
.form-control.select {
  background-color: white;
  /* inline SVG */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A") !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  background-size: auto 50% !important;
  border-radius: 2px;
  border: none;
  /* color: #ffffff; */
  /*padding: 10px 30px 10px 10px !important;*/
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select option:hover,
.form-control.select option:hover {
  background-color: #16826a !important;
}

/* ****************************************** narcan page screen ********************************* */
.nar_body {
  background-color: var(--grey-color);
}

.nar_nInfo {
  padding: 0px 10%;
}

.nar_con {
  margin: 50px auto;
}

.nar_with {
  position: relative;
}

.nar_nInfo_with {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(0% - 75px);
  width: 150px;
}

.nar_nInfo_with_2 {
  position: absolute;
  top: calc(50% - 75px);
  right: calc(0% - 75px);
  width: 150px;
}
.did_know_text, .what_fenta_text_p, .danger_of_fent_text_p>span, .using_Per_text_div-2, .ul_font_14, .save_me_text, .using_Per_text_div-1, .depre_sec_text, .about-content, .healthy_diet_p
{
	overflow: auto;
}
.did_know_text::-webkit-scrollbar-track, .what_fenta_text_p::-webkit-scrollbar-track, .danger_of_fent_text_p>span::-webkit-scrollbar-track, .using_Per_text_div-2::-webkit-scrollbar-track, .ul_font_14::-webkit-scrollbar-track, .save_me_text::-webkit-scrollbar-track, .using_Per_text_div-1::-webkit-scrollbar-track, .depre_sec_text::-webkit-scrollbar-track, .about-content::-webkit-scrollbar-track, .healthy_diet_p::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.did_know_text::-webkit-scrollbar, .what_fenta_text_p::-webkit-scrollbar, .danger_of_fent_text_p>span::-webkit-scrollbar, .using_Per_text_div-2::-webkit-scrollbar, .ul_font_14::-webkit-scrollbar, .save_me_text::-webkit-scrollbar, .using_Per_text_div-1::-webkit-scrollbar, .depre_sec_text::-webkit-scrollbar, .about-content::-webkit-scrollbar, .healthy_diet_p::-webkit-scrollbar
{
	width: 4px;
}
.did_know_text::-webkit-scrollbar-thumb, .what_fenta_text_p::-webkit-scrollbar-thumb, .danger_of_fent_text_p>span::-webkit-scrollbar-thumb, .using_Per_text_div-2::-webkit-scrollbar-thumb, .ul_font_14::-webkit-scrollbar-thumb, .save_me_text::-webkit-scrollbar-thumb, .using_Per_text_div-1::-webkit-scrollbar-thumb, .depre_sec_text::-webkit-scrollbar-thumb, .about-content::-webkit-scrollbar-thumb, .healthy_diet_p::-webkit-scrollbar-thumb
{
	background-color: var(--main-color);
}
