:root {
  --border-radius: 15px;
  --border-radius1: 50px;
}

html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}
@font-face {
  font-family: "Helvetica";
  src: url(../font/helvetica-255/Helvetica.ttf) format("ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
.container {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
button {
  transition: 0.3s;
}
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
nav {
  margin: 0;
  padding: 0;
}
.top-bar {
  background-color: #f5f5f5;
  padding: 7px 0px;
  font-family: Helvetica, Arial, sans-serif;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.top-bar .lft-social {
  display: flex;
  gap: 25px;
}
.top-bar .lft-social > div a {
  color: #ffffff;
  padding-top: 2px;
}
.top-bar .lft-social > div {
  display: inline-block;
  background: #3a464c;
  border-radius: var(--border-radius);
  color: #cfd6ce;
  width: 24px;
  height: 24px;
  align-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.btn-outline-success:focus {
  box-shadow: none;
}
.top-bar .lft-social > div:hover {
  background-color: #f1ad42;
}
.top-bar .lft-social > div i {
  font-size: 14px;
  font-weight: 400;
}
.top-bar .taking-prday p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
header .taking-prday > p {
  background: linear-gradient(to right, #3a464c 50%, #f1ad42 60%);
  background-size: 200% auto; /* 200% wide background */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: textclip 20s linear infinite;
  display: inline-block;
}
@keyframes textclip {
  from {
    background-position: 0% center;
  }
  to {
    background-position: -200% center;
  }
}
/* @keyframes textclip {
    to{
         background-position: 200% center;
    }
  } */
.page-contactus .contact-form-sec .form-group textarea:focus {
  outline: none;
}
.page-contactus .contact-form-sec .form-group:focus-within::after {
  background-color: transparent;
}
.page-contactus .contact-form-sec .form-group.text-area:focus-within label {
  top: 20px;
}
.top-bar .taking-prday p,
.top-bar .rgt-call span {
  color: #3a464c;
}
.top-bar .rgt-call span {
  text-transform: capitalize;
  font-size: 14px;
}
.top-bar .rgt-call span a {
  text-decoration: none;
  cursor: pointer;
  color: #3a464c;
  font-weight: 400;
}
.top-bar .rgt-call span a:hover {
  color: #f1ad42;
}
.navbar .main-logo img {
  width: 210px;
  height: 90px;
  object-fit: cover;
  max-width: 100%;
}
.navbar-collapse {
  flex-grow: 0;
}
.navbar .verify-btnn {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #f1ad42;
  padding: 13px 32px;
  border: none;
  outline: none;
  color: #fff;
  border-radius: var(--border-radius1);
  text-transform: capitalize;
  font-size: 16px;
  margin-left: 30px;
  /* animation: 18s linear 0s infinite animate;     */
  /* background: linear-gradient(90deg, rgb(241 173 66), rgb(255, 255, 255), rgb(241 173 66), rgb(241 173 66), rgb(255, 255, 255), rgb(241 173 66)) 0% 0% / 400%; */
  /* background: linear-gradient(90deg, rgb(241 173 66), rgb(245, 160, 23), rgb(241 173 66), rgb(241 173 66), rgb(245, 160, 23), rgb(241 173 66)) 0% 0% / 400%; */
  overflow: hidden;
}
.navbar .verify-btnn:hover {
  background-color: #94c29d;
}
@keyframes animate {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 400% 0%;
  }
}
.top-to-bottom {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius1);
  background-color: #94c29d;
  color: #fff;
  text-align: center;
  z-index: 999;
  right: 40px;
  bottom: 10%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: 0.3s;
}
.top-to-bottom:hover {
  opacity: 0.8;
}
.top-to-bottom a {
  color: #fff;
  font-size: 20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in;
}
.navbar-main.sticky .navbar .main-logo img {
  width: 170px;
  height: auto;
}
.navbar-main.sticky {
  padding: 0px 0px;
}
.navbar-main.sticky .navbar .verify-btnn {
  padding: 10px 28px;
}
.sticky + .content {
  padding-top: 102px;
}
nav .navbar-nav li a {
  color: #3a464c;
  margin: 0px 12px;
  text-transform: capitalize;
  font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
  color: #3a464c;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #f1ad42;
}
.dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  margin: 0;
}
nav .navbar-brand,
nav {
  padding: 0 0px;
}
.dropdown-toggle::after {
  border-left: 0em solid transparent;
  border-top: 0em solid;
  border-right: 0em solid transparent;
}
.navbar-nav .nav-item .down-arrow i {
  font-size: 20px;
  margin-left: 2px;
}
/* banner */
.banner {
  position: relative;
  height: 76vh;
}
.banner .play-icon {
  height: 100%;
}
.banner::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #3a464c;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}
.banner .play-icon video {
  object-fit: unset;
  width: 100%;
  height: 100%;
}
.banner .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 15%;
  bottom: 20%;
}
.banner-contnt {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 9;
  gap: 180px;
}
.banner-contnt h1 {
  font-size: 52px;
  line-height: 70px;
  max-width: 790px;
  text-align: center;
  /* margin-bottom: 36px; */
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.banner-contnt p {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  max-width: 874px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.banner-contnt .btn-group a {
  padding: 13px 25px 13px 25px;
  font-family: Helvetica, Arial, sans-serif;
  border-radius: var(--border-radius1);
  font-size: 16px;
  background-color: #fff;
  color: #3a464c;
  font-weight: 400;
  margin: 0px 30px;
  display: inline-block;
  text-align: center;
  align-content: center;
}
.banner-contnt .btn-group a:hover,
.popup-content .btn-submit:hover {
  background: #94c29d;
  color: #fff;
}
.banner-contnt .btn-group .enqury-btn {
  background: #f1ad42;
  color: #fff;
  position: relative;
}
.banner-contnt .btn-group a:hover {
  opacity: 0.9;
}
.banner-contnt .btn-group .enqury-btn span {
  margin-left: 10px;
  display: inline-block;
}
.play-icon img {
  width: 110px;
  height: 110px;
  position: absolute;
  margin: 0 auto;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  z-index: 1;
}
.alegreyaSans-comn-para,
.admsion-box-info p {
  font-family: "Alegreya Sans", sans-serif;
}
.banner-arrow-down {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.arrow-icon {
  background: #fff;
  z-index: 99;
  height: 58px;
  position: relative;
  width: 58px;
  border-radius: var(--border-radius1);
  box-shadow: 0px 16px 26px #c3af933b;
}
.banner-arrow-down .arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9999;
  padding-left: 20px;
  padding: 8px 8px;
}
.banner-arrow-down .arrow-first {
  animation: arrow-movement 2s ease-in-out infinite;
  top: 42px;
}
.banner-arrow-down .arrow-second {
  animation: arrow-movement 2s 1s ease-in-out infinite;
  top: 42px;
}
.banner-arrow-down .arrow:before,
.banner-arrow-down .arrow:after {
  background: #000000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
}
.banner-arrow-down .arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}
.banner-arrow-down .arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }
  50% {
    opacity: 1;
    top: 55%;
  }
  100% {
    opacity: 0;
    top: 65%;
  }
}
/* welcome-sec */
.welcome-sec {
  background-color: #fef6eb;
  padding: 85px 0px 0px 0px;
  background-image: url(../images/welcome-bg-wave.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wlcome-contnt {
  padding-right: 30px;
}
.wlcome-contnt span {
  font-size: 20px;
  color: #f1ad42;
  margin-bottom: 20px;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
}
.wlcome-contnt h2 {
  margin-bottom: 30px;
}
.comn-h2,
.detox .detox-head h2 {
  color: #3a464c;
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
}
.expert .expert-details h3 {
  font-family: "Alegreya Sans", sans-serif;
}
.wlcome-contnt p {
  color: #3a464c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 60px;
}
.wlcome-contnt .welcome-btn {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 13px 22px;
  background-color: #f1ad42;
  border-radius: var(--border-radius1);
  font-size: 16px;
  letter-spacing: 0.2px;
  display: inline-block;
}
.welcome-sec .wlcome-imge {
  padding: 0px 15px;
}
.welcome-sec .wlcome-imge img {
  border-radius: var(--border-radius);
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom-left-radius: 300px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
/* admsion-box */
.admission-box {
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(254, 246, 235, 1) 100%
  );
}
.admsion-box-container {
  padding-top: 100px;
}
.admsion-box-info {
  /* height: 278px; */
  border-radius: var(--border-radius) 14px;
  background-color: #333d46;
  padding: 30px 70px 30px 70px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  background-image: url(../images/wave-dark-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.admsion-box-info p {
  font-size: 28px;
  max-width: 732px;
  line-height: 44px;
  color: #fff;
}
.admsion-box-info .button {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 13px 54px;
  background-color: #f1ad42;
  border-radius: var(--border-radius1);
  font-size: 16px;
  letter-spacing: 0.2px;
  display: inline-block;
  text-transform: capitalize;
  border: none;
  outline: none;
  cursor: pointer;
}
.admsion-box-info .button:hover {
  background-color: #94c29d;
}
button:hover {
  opacity: 0.9;
}
/* .wht-we-treat  */
.wht-we-treat {
  padding: 75px 0px 85px 0px;
}
.wht-we-treat .card .view-more {
  font-family: Helvetica, Arial, sans-serif;
}
.wht-we-treat .comn-h2 {
  text-align: center;
  text-transform: capitalize;
}
.card.view-all-addiction {
  height: 100%;
}
.wht-we-treat h3 {
  font-size: 30px;
}
.wht-we-treat .card-text {
  font-size: 18px;
}
.whatWe-top-para {
  margin: 24px 0px 0px 0px;
  padding: 0 10%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
/* card Styling*/
.intro-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
}
.cards-container {
  display: flex;
  justify-content: space-between;
  /* gap: 25px;  */
  /* padding: 0 20px; */
}
.cards-container.row .card {
  padding: 0px 0px;
  height: 100%;
}
.cards-container.row .card:hover .card-title {
  color: #f2ad42;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1920px) {
  .cards-container.row .custm-col {
    width: 31.5%;
  }
}
.cards-container.row .custm-col {
  margin-top: 60px;
}
.card {
  /* flex: 1;     
    max-width: calc(33.333% - 17px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
    max-width: calc(33.333% - 40px); */
  background-color: #fff;
  border: 1px solid #a1a7ab;
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card-image-wrapper {
  height: 250px;
  overflow: hidden;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-content {
  padding: 26px 18px;
  text-align: center;
}
.card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #3a464c;
  margin-top: 10px;
}
.card-text {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  margin-bottom: 20px;
  min-height: 140px;
}
.card-content .view-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #f1ad42;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 10px;
}
.view-more:hover {
  color: #f1ad42;
}
.card-content .view-more:hover .arrow,
.view-all-ad-info .view-more:hover .arrow,
.blog-box-contn .view-more:hover .arrow,
.main-blog-lft .view-more:hover .arrow {
  background: #f1ad42;
  transform: translateX(4px);
  color: #fff;
}
.wht-we-treat .card .view-more:hover::before,
.view-more:hover::before {
  width: 40%;
  transition: 0.3s ease-out;
}
.card.view-all-addiction .view-more {
  align-items: center;
  text-decoration: none;
  color: #f1ad42;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 10px;
}
.view-more .arrow {
  transition: 0.3s ease;
  width: 26px;
  height: 26px;
  border-radius: var(--border-radius1);
  border: 2px solid #f1ad42;
  align-items: center;
  text-align: center;
  margin-left: 12px;
  transition: 0.3s ease-in;
  display: inline-block;
}
.page-home .view-more .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-more:hover .arrow i {
  color: #fff;
}
.view-more .arrow i {
  transform: translateY(-5px);
  color: #f1ad42;
  font-size: 16px;
}
.view-more::before {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #f1ad42;
  height: 2px;
  width: 100%;
}
.blank-card-connt {
  visibility: hidden;
}
.view-all-ad-info {
  position: absolute;
  content: "";
  inset: 0;
  margin: 0 auto;
  z-index: 9;
  text-align: center;
  transform: translateY(40%);
}
.view-all-ad-info .view-more {
  font-size: 17px;
  margin-top: 30px;
}
.view-all-ad-info .view-more .arrow i {
  transform: translateY(-2px);
}
.view-all-ad-info h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  margin-top: 10px;
  text-transform: capitalize;
}
.wht-we-treat .view-all-addiction {
  position: relative;
}
.wht-we-treat .view-all-addiction::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: #3b464c;
}
/* our-mission */
.our-mission {
  background-color: #cfd6ce;
  padding: 85px 0px;
}
.our-mission-imge {
  padding-right: 40px;
}
.our-mission-imge img {
  border-radius: var(--border-radius);
  width: 100%;
  /* height: 700px; */
  object-fit: cover;
  border-bottom-right-radius: 300px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.mission-contnt {
  padding-left: 30px;
  text-align: right;
}
.our-mission .comn-h2 {
  margin-bottom: 34px;
  text-align: right;
  font-size: 50px;
  line-height: 40px;
}
.our-mission p {
  color: #3a464c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: right;
  font-family: "Alegreya Sans", sans-serif;
}
.mission-btn,
.brandsec-butt {
  color: #fff;
  padding: 13px 22px;
  background-color: #f1ad42;
  border-radius: var(--border-radius1);
  font-size: 16px;
  letter-spacing: 0.2px;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
}
.mission-btn:hover {
  color: #fff;
  opacity: 0.9;
}
/* why-chosse */
.why-choose {
  padding: 75px 0px 45px 0px;
  background-image: url(../../assets/images/why-choose-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.why-choose-inner {
  text-align: center;
  padding: 0px 15%;
}
.why-choose-inner .p-one {
  margin: 40px 0px;
}
.why-choose-inner p {
  color: #2a3135;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
/* our-exp */
.our-exp {
  padding: 40px 0px 110px 0px;
  text-align: center;
}
.our-exp .comn-h2 {
  font-weight: 500;
  margin-bottom: 60px;
}
.our-exp .count-box {
  padding: 0px 15%;
}
.our-exp .count-box .count-num {
  color: #3a464c;
  font-size: 116px;
  line-height: 134px;
  letter-spacing: 1px;
}
.our-exp .count-box .count-num sup {
  font-size: 90px;
  letter-spacing: 0px;
}
.our-exp .count-box .count-para {
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
/* our-brand */
.our-brand {
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.our-brand .brand-logo img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
/* admission-procs */
.admission-procs {
  background-image: url(../images/wave-bg-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(255 255 255 / 87%);
  border-radius: var(--border-radius1);
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
  text-align: center;
  padding: 40px 15% 50px 15%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.admission-procs h5 {
  color: #666;
  font-size: 22px;
  line-height: 64px;
  font-weight: 500;
}
.admission-procs .admission-subtitle {
  font-size: 22px;
  text-transform: capitalize;
  color: #2a3135;
  margin-bottom: 14px;
  font-weight: 400;
}
.admission-procs p:nth-child(2) {
  color: #3a464c;
  font-size: 48px;
  line-height: 64px;
  margin: 4px 0px;
  font-weight: 500;
}
.admission-procs p:nth-child(2) a {
  color: #666;
}
.admission-procs h3 a:hover {
  color: #94c29d;
}
.admission-procs .admission-desp {
  color: #666;
  font-size: 22px;
  line-height: 64px;
  font-weight: 400;
}
/* our-blogs-sec */
.our-blogs {
  padding: 75px 0px 70px 0px;
}
.our-blogs .comn-h2 {
  text-align: center;
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.blog-box-img {
  position: relative;
  /* height: calc(100% - 40%); */
  height: 180px;
}
.blog-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  border-bottom: 3px solid #f2ad42;
}
.blog-date {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 8px;
}
.slide-blogs-rw {
  /* display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 30px; */
  margin-top: 30px;
}
.blog-box {
  padding: 24px 27px 20px 27px;
  border-radius: var(--border-radius);
  background-color: #f0f0f2;
  margin-right: 30px;
  width: 100%;
  height: 460px;
  min-height: 100%;
}
.blog-box-img .blog-date {
  padding: 5px 6px;
  background-color: #fff;
  border-radius: 5px;
}
.blog-box-img .blog-date {
  font-size: 12px;
  font-weight: 600;
  color: #3a464c;
  text-transform: capitalize;
}
.blog-box-img .blog-date i {
  color: #f2ad42;
  font-size: 14px;
  margin-right: 4px;
}
.main-blog-lft h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  color: #3a464c;
}
.blog-box-contn h4,
.blog-box-contn h3 {
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: #3a464c;
  margin: 16px 0px 10px;
}
.blog-box-contn h4 a,
.blog-box-contn h3 a {
  color: #f1ad42;
}
.blog-box-contn p {
  font-size: 17px;
  line-height: 28px;
  color: #2a3135;
  margin-bottom: 20px;
  min-height: 90px;
}
.blog-box-contn .view-more,
.contact-from-sec .btn-submit,
.ready-to-begin-btn button,
.blog-box-contn h4 {
  font-family: "Alegreya Sans", sans-serif;
}
.contact-from-sec .btn-submit i {
  margin-left: 7px;
}
.contact-from-sec .comn-h2 {
  margin-bottom: 45px;
}
.blog-box-contn .view-more,
.main-blog-lft .view-more {
  font-size: 14px;
}
.blog-box-contn .view-more:hover .arrow i,
.main-blog-lft .view-more:hover .arrow i {
  color: #fff;
}
.main-blog-lft .view-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #f1ad42;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 10px;
}
.blog-box-contn .view-more .arrow i,
.main-blog-lft .view-more .arrow i {
  transform: translateY(-2px);
}
/* .page-home .blog-box-contn .view-more .arrow i{
  transform: translateY(0px);
} */
.blog-box-contn .view-more::before {
  bottom: 2px;
}
.main-blog-lft {
  padding-left: 55px;
}
.main-blog-lft h2 {
  color: #2a3135;
}
.main-blog-lft .comn-h2 {
  text-transform: capitalize;
}
.mega-menu-primary-menu .post_content p a {
  color: #f1ad42;
}
.mega-menu-primary-menu .post_content p > img {
  border-radius: 15px;
}
.main-blog-lft p {
  font-size: 17px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-blog-lft h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: "Alegreya Sans", sans-serif;
  color: #3a464c;
}
.main-blog-lft .main-blog-lft .blog-box-img .blog-date {
  bottom: 20px;
  left: 16px;
}
.main-blog-lft .blog-box-img img {
  border-bottom: transparent;
}
.main-blog-lft .blog-box-img {
  height: 324px;
  margin-bottom: 25px;
}
.main-blog-lft .blog-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .blog-line-slide {
  border-top: 2px solid #f0f0f2;
  position: relative;
  display: block;
  margin-top: 50px;
}
.blog-line-slide::after {
  position: absolute;
  content: "";
  left: 0;
  z-index: 1;
  background-color: #f2ad42;
  width: 80px;
  height: 2px;
  top: -2px;
} */
.main-blog-lft .view-more {
  text-transform: capitalize;
  position: relative;
}
.wht-we-treat .card .view-more {
  position: relative;
}
.wht-we-treat .card .view-more::before {
  position: absolute;
  content: "";
  bottom: 0px;
  background: #f1ad42;
  height: 2px;
  width: 100%;
}
.view-all-ad-info .view-more .arrow {
  display: inline-block;
}
.view-all-ad-info .view-more:hover .arrow {
  background: #f1ad42;
  transform: translateX(4px);
  color: #fff;
}
.view-all-ad-info .view-more:hover .arrow i {
  color: #fff;
}
.blogs-slider .owl-nav,
.blogs-slider .owl-dots {
  display: none;
}
/* contact-from */
.contact-from-sec {
  padding: 85px 0px 160px 0px;
  background-color: #cfd6ce;
  margin-bottom: 60px;
}
.contact-from-sec .left-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius) 10px;
  position: relative;
}
.contact-from-sec .image-container {
  width: 100%;
  height: 642px;
  position: relative;
  border-radius: var(--border-radius) 15px;
  overflow: hidden;
  box-shadow: 2px 6px 20px 0px rgba(0, 0, 0, 0.2);
}

.contact-from-sec .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-from-sec .contact-card {
  position: absolute;
  content: "";
  background-color: rgb(255 255 255 / 86%);
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 60px 30px 90px 50px;
  margin-top: -80px;
  z-index: 1;
  bottom: 0;
  right: 0;
  /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px) */
}
.contact-from-sec .right-panel h1 {
  color: #233030;
}
.testimonials .owl-nav {
  display: none;
}
.contact-from-sec .contact-card p {
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 500;
  color: #233030;
}

.contact-from-sec .contact-card .help-text {
  color: #888;
  font-size: 21px;
  margin-bottom: 45px;
  color: #233030;
  text-transform: uppercase;
  font-weight: 400;
}

.contact-from-sec .contact-card .help-icon i {
  color: #f2ad42;
  margin-right: 8px;
  font-weight: 600;
  font: 20px;
}
.contact-from-sec .contact-card .phone-number {
  font-size: 35px;
  font-weight: 800;
  color: #233030;
  margin-top: 10px;
}
.contact-from-sec .contact-card .phone-number:hover {
  color: #94c29d;
}
.contact-from-sec .right-panel {
  flex: 1;
  padding: 20px 40px 70px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-from-sec .right-panel h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-from-sec .right-panel p {
  font-size: 20px;
  color: #233030;
  line-height: 35px;
  line-height: 1.6;
  margin-bottom: 50px;
  font-weight: 400;
}
.contact-from-sec .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.contact-from-sec .form-group {
  position: relative;
}
.contact-from-sec .form-group label {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: all 0.2s ease;
}
.contact-from-sec .form-group input,
.contact-from-sec .form-group select,
.contact-from-sec .form-group textarea {
  width: 100%;
  padding: 18px 24px;
  border: 1px solid transparent;
  border-radius: var(--border-radius) 5px;
  font-size: 1em;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  border-radius: var(--border-radius) 29px;
  background: #fff;
  color: #6d6d6d;
  font-size: 16px;
}

.contact-from-sec .form-group input:focus,
.contact-from-sec .form-group select:focus,
.contact-from-sec .form-group textarea:focus {
  outline: none;
  border-color: #f7931e; /* Orange focus color */
}
.contact-from-sec .form-group input:focus + label,
.contact-from-sec .form-group input:not(:placeholder-shown) + label,
.contact-from-sec .form-group textarea:focus + label,
.contact-from-sec .form-group textarea:not(:placeholder-shown) + label {
  top: 5px;
  font-size: 0.75em;
  color: #f7931e;
  transform: translateY(0);
}
.contact-from-sec .form-group textarea {
  min-height: 100px;
  resize: vertical;
  border-radius: var(--border-radius) 44.5px;
}
.contact-from-sec .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-6.5%200-12.3%203.2-16.1%208.1-3.8%204.9-4.7%2011-2.7%2016.5l119.3%20165.6a17.6%2017.6%200%200%200%2027.9%200l119.3-165.6c2-5.5%201.1-11.6-2.7-16.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px;
  padding-right: 40px;
}
.contact-from-sec .btn-submit,
.page-insurance-verification .verify-cont-page button,
.page-cocaine-addiction-treatment .cmn-btn {
  background-color: #f2ad42;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
  border: none;
  border-radius: var(--border-radius1);
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
  text-align: center;
  border-radius: var(--border-radius1);
  margin-top: 10px;
}
.verify-cont-page .wpcf7-form .floating-label .flag-container {
  z-index: 11;
}
.contact-from-sec .btn-submit:hover,
.navbar .verify-btnn:hover,
.mission-btn:hover,
.ready-to-begin-btn button:hover,
.welcome-btn:hover,
.brand-sec .brandsec-butt:hover,
.team-details-sec .download-button:hover,
.contact-form-sec .btn-submit:hover,
.page-cocaine-addiction-treatment .cmn-btn:hover {
  background-color: #94c29d;
  /* box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2); */
}
.brand-sec .brandsec-butt:hover {
  color: #fff;
}
.admsion-box-info button:hover {
  background-color: #fff;
  color: #233030;
}
.contact-from-sec input::placeholder,
textarea::placeholder {
  color: transparent;
}
.contact-from-sec .form-group .text-area {
  margin-bottom: 40px;
}

/* our-expert */
.expert {
  background-image: url(../images/our-expert-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.expert h1 {
  color: #233030;
}
.expert .expert-white-box {
  background-color: #fff;
  padding: 50px;
  border-radius: var(--border-radius) 20px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  top: -125px;
  font-family: "Alegreya Sans", sans-serif;
}
.section-header .exprt-para {
  font-size: 20px;
  line-height: 35px;
  color: #233030;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: 300;
}
.expert .testimonials {
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.expert .comn-h2 {
  margin-top: 12px;
}
.expert .expert-card {
  background-color: #f8f8f8;
  border-radius: var(--border-radius) 10px;
  padding: 18px 12px 30px 18px;
  position: relative;
  border-radius: var(--border-radius) 15px;
  flex: 1;
  /* min-width: 300px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.expert .expert-info {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  height: 160px;
}
.expert .expert-info .expert-details {
  width: 170px;
}
.expert .expert-card .semiColon-icn {
  position: absolute;
  content: "";
  right: 18px;
  top: 18px;
  width: 46px;
}
.expert .expert-info .client-profile {
  width: 60px;
  height: 60px;
  border-radius: var(--border-radius1);
  object-fit: cover;
  margin-right: 15px;
}
.expert .expert-details h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  color: #233030;
  margin-top: 18px;
}
.expert-details p {
  font-size: 18px;
  color: #f2ad42;
  margin: 10px 0 0;
}
.expert-description {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #233030;
  height: 150px;
}
.expert .pagination-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.expert .right-section {
  flex: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  height: 616px;
}
.expert .main-expert-image {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius) 15px;
  object-fit: cover;
}
.testimonials .owl-dots {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.testimonials .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #6d6d6d;
  border-radius: var(--border-radius);
  display: inline-block;
}
.testimonials .owl-dots .owl-dot.active {
  background: #f3aa3d;
}
/* class="ready-to-begin-info" */
.ready-to-begin-info {
  text-align: center;
  padding-bottom: 180px;
}
.ready-to-begin-info h2 {
  color: #3a464c;
  font-weight: 800;
}
.ready-to-begin-info p {
  margin-top: 30px;
  color: #233030;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 45px;
}
.ready-to-begin-btn a {
  background-color: #f2ad42;
  border-radius: var(--border-radius1);
  padding: 13px 42px;
  font-size: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: none;
  color: #fff;
  display: inline-block;
}
.ready-to-begin-btn a:hover {
  background: #94c29d;
}
.ready-to-begin-btn span {
  font-size: 20px;
  margin: 0px 30px;
}
/* footer */
.footer {
  font-family: "Alegreya Sans", sans-serif;
}
.footer .footer-top {
  background: #3a464c;
  padding-top: 85px;
  padding-bottom: 40px;
}
.footer-top .new-useful-links {
  margin-top: 30px;
}
.footer-top .logo img {
  border-radius: var(--border-radius);
}
.footer-top .img-list .img-1 {
  width: 45px;
}
.footer-top .img-list .img-2 {
  width: 60px;
}
.footer-top .img-list .img-3 {
  padding: 5px;
  background: #ffffff;
  border-radius: var(--border-radius);
  width: 60px;
}
.footer-top .img-list .img-4 {
  width: 80px;
}
.footer-top .img-list img {
  margin-right: 30px;
}
.footer .legal li a,
.footer-top p {
  font-family: "Alegreya Sans", sans-serif;
}
.footer-top .company-map p {
  margin-top: 0px;
}
.footer-top .company-map p::before {
  display: none;
}
.footer-top p {
  margin-top: 29px;
  margin-bottom: 59px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  padding-right: 15%;
  text-align: justify;
}
.footer .legal li a {
  color: #ffffff;
  padding: 9px 0;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.footer .legal li a::before,
.footer .services li a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #f2ad42;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.footer .legal li a:hover::before,
.footer .services li a:hover::before {
  opacity: 1;
}
.footer .legal li a:hover,
.footer .services li a:hover {
  color: #f2ad42;
  transform: translateX(10px);
}
.footer .services li a {
  color: #ffffff;
  padding: 9px 0;
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.footer .services li a:hover {
  color: #f2ad42;
}
.footer-top .contact-details li a {
  color: #ffffff;
  padding: 10px 0;
  display: inline-block;
  font-size: 16px;
}
.footer-top .contact-details li a:hover {
  color: #f2ad42;
}
.footer .social {
  gap: 15px;
  margin-bottom: 30px;
}
.footer-top .social li a {
  width: 30px;
  height: 30px;
  border-radius: var(--border-radius);
  background: #ffffff;
  color: #233030;
  display: block;
  text-align: center;
  align-content: center;
}
.footer-top .social li a:hover {
  color: #f2ad42;
}
.footer h5 {
  font-size: 29px;
  color: #ffffff;
  margin-bottom: 50px;
  position: relative;
  text-transform: capitalize;
}
.footer h5::before {
  content: "";
  bottom: -30px;
  position: absolute;
  background: #f2ad42;
  height: 5px;
  width: 50px;
}
.footer form {
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer form input {
  border: none;
  max-width: 300px;
}
.footer .input-box {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: var(--border-radius) 20px;
  display: inline-block;
}
/* footer bottom */
.footer-bottom {
  background: #ced6ce;
  padding: 10px 0;
}
.footer-bottom p {
  display: inline-block;
  line-height: 24px;
  color: #1b1e1f;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}
.footer-top iframe {
  border-radius: var(--border-radius) 15px;
  height: 217px;
  width: 100%;
}
/* 13-10-25 */
.top-bar .lft-social > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-bar .lft-social > div a {
  display: inline-block;
}
.top-bar .lft-social > div a i {
  display: block;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-outline-success:active,
.btn-outline-success:active:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.footer-top .footer-menu p {
  font-size: 26px;
  color: #ffffff;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-bottom: 25px;
}
.footer-top .footer-menu p::before {
  content: "";
  bottom: -13px;
  position: absolute;
  background: #f2ad42;
  height: 3px;
  width: 40px;
}
.blog-box .view-more {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #f1ad42;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 10px;
}

/* add new sec - brand slider */
.brand-sec {
  padding: 75px 0px 85px 0px;
  background-color: #f7f7f7;
  text-align: center;
}
.brand-sec h2 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 60px;
  position: relative;
  font-size: 50px;
  line-height: 64px;
}
.brand-sec .brandsec-butt {
  margin-top: 50px;
}
.brand-sec h2::before {
  position: absolute;
  content: "";
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f1ad42;
  height: 3px;
  border-radius: var(--border-radius) 3px;
  width: 200px;
}
.brand-sec .brand-slider {
  padding: 0px 2%;
}
.brand-sec .brand-slider .owl-item .item {
  /* width: 200px; */
  height: 95px;
  border-radius: var(--border-radius);
  border: 1px solid #a1a7ab;
  padding: 20px;
  background: #fff;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-sec .brand-slider .owl-item img {
  max-width: 180px;
  object-fit: cover;
}
.brand-sec .brand-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.brand-sec .brand-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #6d6d6d;
  border-radius: var(--border-radius);
  display: inline-block;
  margin: 0px 10px;
}
.brand-sec .brand-slider .owl-dot.active {
  background-color: #f2ad42;
}
.brand-sec .brand-slider .owl-nav {
  display: none;
}
.contact-from-sec .form-group.new-em-add {
  margin-bottom: 30px;
}
/* ft-brand */
.logo-container-ft {
  padding-top: 0px;
}
.logo-container-ft .logo-list img {
  border-radius: var(--border-radius);
}
.logo-container-ft .logo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logo-container-ft .logo-list li {
  margin: 0 15px;
}
.logo-container-ft .logo-list li:nth-child(2) img,
.logo-container-ft .logo-list li:nth-child(3) img {
  background: #fff;
  padding: 4px;
  border-radius: var(--border-radius);
}
.logo-list a {
  display: block;
}
.logo-container-ft .logo-list img {
  max-height: 80px;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.logo-container-ft .logo-list img:hover {
  transform: scale(1.05);
}
/* detox */
.cmn-btn,
.residential-treatment-program,
.team-details-sec .download-button,
.about-mission-sec .cta-button,
.page-faqs .btn-primary {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background: #f2ad42;
  color: #ffffff !important;
  text-transform: capitalize;
  border-radius: var(--border-radius1);
  text-decoration: none;
  transition: 0.3s all ease;
  font-family: Helvetica, Arial, sans-serif;
  outline: none;
}
.page-faqs .btn-primary:active:focus {
  box-shadow: none;
}
.page-faqs .faq-cta {
  text-align: center;
  margin-bottom: 30px;
}
/* =========== banner ============ */
.inner-banner,
.inner-banner-img-wraper,
.contact-banner,
.contact-banner-img-wraper,
.about-banner,
.about-banner-img-wraper,
.career-banner,
.career-banner .career-banner-img-wraper,
.page-insurance-verification .verify-banner-img-wraper,
.page-insurance-verification .verify-banner,
.admission-banner-bg {
  position: relative;
}
.inner-banner-img-wraper,
.about-banner-img-wraper,
.page-insurance-verification .verify-banner-img-wraper {
  height: 100%;
}
.inner-banner,
.meet-team-banner,
.contact-banner,
.about-banner,
.career-banner,
.substance-banner,
.page-insurance-verification .verify-banner,
.admission-banner {
  height: 295px;
}
.team-banner-img-wraper,
.career-banner-img-wraper {
  height: 100%;
}
.team-banner-img-wraper img,
.career-banner-img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-banner .banner-head h1,
.contact-banner h1,
.career-banner h1 {
  padding: 0px 32%;
}
.inner-banner-img-wraper::after,
.career-banner-img-wraper::after,
.team-banner-img-wraper::after,
.contact-banner-img-wraper::after,
.about-banner-img-wraper::after,
.page-insurance-verification .verify-banner-img-wraper::after,
.admission-banner-bg::after {
  content: "";
  position: absolute;
  background: #3a464c;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.inner-banner-img-wraper img,
.contact-banner-img-wraper img,
.about-banner-img-wraper img,
.page-insurance-verification .verify-banner-img-wraper img,
.page-blog .blog-banner-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.inner-banner .container,
.contact-banner .container,
.meet-team-banner .container,
.about-banner .container,
.inner-banner .container,
.career-banner .container,
.page-insurance-verification .verify-banner .container {
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.career-banner h1 {
  margin-bottom: 20px;
}
.banner-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.banner-head .breadcrumb-wrap a,
.banner-head .breadcrumb-wrap span,
.banner-head .breadcrumb-wrap p {
  font-size: 18px;
  font-weight: 400;
  color: #ccc;
}
.banner-head .breadcrumb-wrap span {
  color: #f2ad42;
}
.banner-head h1,
.contact-banner h1,
.meet-team-banner h1,
.about-banner h1,
.career-banner h1,
.substance-banner h1,
.page-insurance-verification .verify-banner h1 {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 25%;
  line-height: 66px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
}
.detox,
.insurance-verify {
  padding: 80px 0px 100px 0px;
  position: relative;
  background: url(../../assets/images/wave-shape-background.webp) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* z-index: -1; */
}
.page-detox .detox {
  padding-bottom: 50px;
}
.insurance-verify .container {
  padding: 0 2%;
}
.insurance-verify-right img {
  border-radius: var(--border-radius);
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-bottom-left-radius: 300px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
}
.detox-head {
  padding-right: 16%;
}
.insurance-verify-lft p {
  margin-right: 20px;
}
.detox-head p,
.desert-commitmnt p,
.insurance-verify-lft p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
.detox-head .cmn-btn {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
.detox .img-list .img-1 {
  height: 440px;
  width: 420px;
  object-fit: cover;
  border-bottom-left-radius: 50px;
  border-radius: 15px;
}
.detox .img-list .img-2 {
  height: 376px;
  width: 350px;
  border-radius: 15px;
  border-top-left-radius: 50px;
  position: absolute;
  top: 45%;
  transform: translateY(-45px);
  left: 50%;
}
.detox .img-list {
  position: relative;
  padding-left: 10%;
}
.detox .img-list .align-items-end,
.detox .img-list .d-flex,
.detox .img-list .flex-column {
  align-items: flex-start;
  justify-content: flex-start !important;
  flex-direction: row !important;
  display: flex !important;
}

/* =========== safe ============ */
.safe {
  padding: 80px 0px 20px 0px;
  background-size: cover !important;
  font-family: "Alegreya Sans", sans-serif;
  position: relative;
  z-index: 1;
  background-position: center center !important;
}
.safe::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #fff6eb;
  opacity: 0.9;
  z-index: -1;
}
.safe .health {
  /* padding-top: 15px; */
}
.safe .health,
.drug-alcohol {
  margin-left: 20px;
}
.safe-head h2,
.setting-head h2,
.prog-head h2,
.withdrawl-head h2,
.recv-head h2,
.why-choose-head h2,
.faq-head h2,
.how-to-get .delamere-heading,
.about-mission-sec .tagline,
.desert-commitmnt h2,
.why-chs-desert h2,
.page-privacy-policy .mis-page h1,
.page-hipaa-policy .mis-page h1,
.page-facility-tour .facility-highlights h2,
.page-detox .detox-head h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 64px;
  color: #3a464c;
  margin-bottom: 24px;
  padding-right: 34%;
  font-family: "Alegreya Sans", sans-serif;
}
.page-detox .detox-head h2 {
  padding-right: 0%;
}
.page-hipaa-policy .mis-page h4 {
  margin-bottom: 3px;
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  text-transform: capitalize;
  color: #3a464c;
}
.page-hipaa-policy .mis-page ul > li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #3a464c;
}
.safe .row figure {
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
  width: auto;
  border-radius: 15px;
  border-top-right-radius: 150px;
  overflow: hidden;
  margin: 0;
}
.safe .safe-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.safe-head p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 80px;
}
.page-mental-health .safe-head p {
  margin-bottom: 15px;
}
.safe .safe-img {
  height: 100%;
  border-top-right-radius: 50px;
}
.safe .health h3,
.safe .drug-alcohol h3,
.page-privacy-policy .mis-page p > strong {
  font-size: 30px;
  line-height: 52px;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-weight: 700;
  color: #3a464c;
}
.safe .health h3,
.safe .health p,
.safe .drug-alcohol p,
.common-drug-head h2,
.common-drug-head p,
.cmn-drug-list li span,
.break-free-addiction h3,
.prog-card-text h3 {
  font-family: "Alegreya Sans", sans-serif;
}
.safe .health p,
.safe .drug-alcohol p,
.page-treatment .why-choose-ad p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 40px;
}
.page-treatment .why-choose-ad p {
  margin-bottom: 15px;
}
.page-treatment .why-choose-ad {
  font-family: "Alegreya Sans", sans-serif;
  padding: 30px 0px;
}
/* =========== common-drug ============ */
.common-drug {
  padding: 80px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}
.common-drug.link-text.new-what-treat {
  background: #fff !important;
  padding: 0px 0;
}
.common-drug.link-text.new-what-treat .break-free {
  margin-top: 60px;
  padding: 30px;
}
.page-addiction-treatment .common-drug.link-text.new-what-treat .break-free,
.page-treatment .common-drug.link-text.new-what-treat .break-free {
  margin: 60px 0px;
  height: unset;
}
.page-addiction-treatment .break-free-addiction p,
.page-treatment .break-free-addiction p {
  font-size: 18px;
}
.page-addiction-treatment .break-free .break-free-addiction h2,
.page-treatment .break-free .break-free-addiction h2 {
  margin-bottom: 20px;
}
.common-drug .row .col-lg-3:nth-child(3),
.common-drug .row .col-lg-3:nth-child(4) {
  display: flex;
  justify-content: flex-end;
}
.common-drug .row {
  padding-top: 35px;
}
.common-drug .row .col-lg-3:nth-child(3) {
  border-left: 1px dashed #d1cdc6;
}
.common-drug-head h2,
.health-and-hope h2 {
  font-size: 40px;
  font-weight: 700;
  color: #3a464c;
}
.common-drug-head p {
  font-size: 20px;
  color: #3a464c;
  margin-top: 14px;
  font-weight: 300;
}
.cmn-drug-list li {
  padding: 10px 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.cmn-drug-list li i {
  font-size: 8px;
  align-content: center;
}
.cmn-drug-list li span,
.page-treatment .why-choose-ad ul > li {
  margin-left: 10px;
  font-size: 22px;
  color: #3a464c;
  font-weight: 300;
}
.cmn-drug-list li i {
  color: #3a464c;
}
.page-treatment .why-choose-ad ul > li,
.page-cocaine-addiction-treatment .our-substance-cmn-part ul > li,
.page-cocaine-addiction-treatment .health-and-hope-3rd ul > li,
.page-meth-addiction-treatment .health-and-hope-3rd ul > li,
.health-and-hope-3rd ul li {
  font-size: 18px;
  list-style: disc;
  margin-left: 20px;
  color: #3a464c;
  line-height: 32px;
  font-weight: 300;
}
.break-free {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../../assets/images/wave-dark-bg.jpg);
  background-size: cover;
  background-position: center;
  font-family: "Alegreya Sans", sans-serif;
  background-repeat: no-repeat;
  padding: 30px 5% 30px 5%;
  border-radius: var(--border-radius) 20px;
  border-radius: var(--border-radius);
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
  text-align: center;
  overflow: hidden;
  margin-top: 110px;
  flex-direction: column;
}
/* .break-free::after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
  border-radius:var(--border-radius) 20px;
} */

.break-free .break-free-addiction h2 {
  color: #fff;
  text-align: center;
}

.break-free .break-free-addiction p {
  color: #fff;
}

.break-free-addiction h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: left;
  color: #2a3135;
}
.break-free-addiction p {
  font-size: 22px;
  color: #3a464c;
  font-weight: 400;
  /* margin-top: 10px; */
}
/* ============ setting ============== */
.setting {
  background: url(../../assets/images/setting-sec-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 80px 0px;
  /* background: url(../img/setting-bg.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  font-family: "Alegreya Sans", sans-serif;
}
.setting-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.setting-head h2 {
  text-align: center;
  padding-right: 0%;
}
.setting .setting-head {
  padding: 0px 5%;
}
.setting-head p,
.detox-program p,
.support-head p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 100px;
}
.setting-list {
  padding: 0;
}
.residential-treatment-program {
  margin-top: 30px;
}
.residential-treatment-program i {
  margin-left: 10px;
}
.detox-program h3,
.support-head h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #3a464c;
}
.detox-program p {
  margin-bottom: 40px;
  padding-right: 15%;
}
.setting-list i {
  font-size: 8px;
}
.setting-list span,
.page-facility-tour .facility-highlights ul > li {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  text-transform: capitalize;
  margin-left: 10px;
}
.page-facility-tour .facility-highlights ul > li {
  list-style: disc;
}
.facility-highlights .setting-list li {
  margin-bottom: 10px;
}
.setting-img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 15px;
  border-top-right-radius: 50px;
}
.setting figure {
  height: 100%;
}
/* ========== support ============== */
.support {
  padding: 80px 0;
  background: #ced6ce;
  font-family: "Alegreya Sans", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(206, 214, 206, 1) 0%,
    rgba(206, 214, 206, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-detox .support {
  padding-bottom: 0px;
}
.support-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.support-head h2 {
  margin-bottom: 20px;
}
.support-head p {
  margin-bottom: 40px;
  padding: 0px 20%;
  text-align: center;
}
.support-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  align-items: start;
  text-transform: capitalize;
  padding-left: 0;
  margin-bottom: 30px;
}
.support-list span:nth-child(2) {
  flex: 12;
}
.page-detox .support-list {
  justify-content: center;
  grid-gap: 15px;
}
.support-list li {
  position: relative;
}
.support-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(../img/support-list-check.jpg); */
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.support .container {
  padding: 0px 0%;
}
.support-list span {
  margin-left: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
}
.support-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support-btn p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 30px;
}
.support-btn .cmn-btn {
  background: #3a464c;
  color: #ffffff;
}
/* =========== program ============== */
.program {
  font-family: "Alegreya Sans", sans-serif;
  padding: 40px 0px 100px 0;
}
.prog-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prog-head h2 {
  padding-right: 0%;
  text-align: center;
}
.prog-head p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  padding: 0px 8%;
  font-family: "Alegreya Sans", sans-serif;
}
.program .row {
  row-gap: 20px;
}
.page-dual-diagnosis .program-comn-col,
.page-residential .program-comn-col {
  width: 25%;
}
.page-dual-diagnosis .withdrawl {
  display: none;
}
.prog-card-content figure img {
  height: 40px;
  max-width: 100px;
}
.prog-card-text p {
  text-align: justify;
  font-size: 16px;
  line-height: 27px;
  color: #3a464c;
  font-weight: 300;
}
.prog-card-img {
  height: auto;
  width: 35px;
}
.prog-btn {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.3s ease all;
  position: relative;
  margin-top: 15px;
}
.prog-btn::before {
  content: "";
  bottom: -20%;
  left: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  transform: translateX(0);
  transition: 0.3s ease all;
}
.prog-btn:hover::before {
  background: #f2ad42;
  width: 50%;
}
.prog-btn:hover {
  color: #f2ad42;
}
.prog-btn:hover i {
  border: 2px solid transparent;
  transform: translateX(5px);
  background: #f2ad42;
}
.prog-btn i {
  width: 22px;
  height: 22px;
  border-radius: var(--border-radius) 100px;
  border: 2px solid #fff;
  align-items: center;
  text-align: center;
  margin-left: 6px;
  transition: 0.3s ease-in;
  color: #fff;
}
.journey {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: url(../../assets/images/wave-dark-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: var(--border-radius) 20px;
  margin-top: 100px;
}
.journey,
.break-free {
  /* height: 280px; */
}
.page-cognitive-behavioral-therapy .break-free,
.page-mental-health .break-free,
.page-family-therapy .break-free,
.page-relapse-prevention-therapy .break-free,
.page-holistic-healing-therapies .break-free {
  margin-top: 0px;
}
.detox-program h3 a {
  color: #f2ad42;
}

.journey-content h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.journey-content p,
.journey-content h3 {
  font-family: "Alegreya Sans", sans-serif;
}
.journey-content p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

/* ============ withdrawl ================== */
.withdrawl {
  padding: 40px 0px 40px 0px;
  background: #fff6eb;
  font-family: "Alegreya Sans", sans-serif;
}
.withdrawl .withdrawl-head > h2 {
  text-transform: capitalize;
}
.withdrawl-head p,
.factor-head p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Alegreya Sans", sans-serif;
}
.page-mental-health .factor-head p,
.page-mental-health .minimizing-risk p {
  margin-bottom: 15px;
}
.factor-head h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #3a464c;
  line-height: 48px;
}
.risk {
  padding: 50px 50px;
  background: #3a464c;
  margin-bottom: 100px;
  border-radius: var(--border-radius) 10px;
}
.risk h4 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.page-detox .risk h4 {
  color: #fff;
}
.risk-card-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 15px;
  border-radius: var(--border-radius) 10px;
  text-transform: capitalize;
  gap: 20px;
}
.risk-card-content figure,
.why-choose-card-content figure,
.prog-card-content figure,
.our-substance-card-content figure {
  width: 67px;
  height: 67px;
  background-color: #3a464c;
  border-radius: var(--border-radius1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 0;
}
.prog-card-content {
  /* display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto; 
  gap: 14px;*/
  background: #ced6ce;
  padding: 10px;
  border-radius: var(--border-radius) 10px;
  height: 100%;
  padding: 25px 15px 20px 15px;
  border: 1px solid #3a464c;
}
.prog-card-content:hover .prog-im {
  background-color: #f1ad42;
  transition: 0.3s ease-in;
}
.prog-card-content .prog-im {
  width: 67px;
  height: 67px;
  background-color: #3a464c;
  border-radius: var(--border-radius1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 0;
}
.prog-card-content .prog-head-im {
  gap: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.prog-card-content .prog-head-im .prog-head {
  width: calc(100% - 67px);
  display: inline-block !important;
}
.prog-card-content .prog-head h3 {
  font-size: 25.03px;
  font-weight: 800;
  color: #3a464c;
  text-transform: capitalize;
}
.risk-card-content p,
.why-choose-card-content p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Alegreya Sans", sans-serif;
  color: #4a555a;
}
.risk-card-content figure img,
.why-choose-card-content figure img,
.prog-card-content figure img {
  width: 35px !important;
  transition: 0.3s ease-in;
}
.risk-card-content:hover .risk-card-content figure img,
.why-choose-card-content:hover figure img:hover,
.prog-card-content figure:hover img:hover {
  transform: scale(1);
}
.risk .row {
  row-gap: 20px;
}
.minimizing-risk h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #3a464c;
  line-height: 40px;
  margin-bottom: 30px;
}
.minimizing-risk p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Alegreya Sans", sans-serif;
}
/* ============= recovery ============== */
.recovery {
  padding: 0px 20% 50px 20%;
  background: #fff6eb;
  font-family: "Alegreya Sans", sans-serif;
}
.page-detox .recovery {
  padding-bottom: 50px;
  padding-top: 0px;
}
.recovery .accordion-button::before {
  position: absolute;
  content: "";
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: auto;
  right: 18px;
  border-radius: var(--border-radius);
  content: "";
  background-color: #3a464c;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  display: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  font-size: 18px;
  line-height: 30px;
  color: #3a464c;
  font-weight: 300;
  font-family: "Alegreya Sans", sans-serif;
  border-top: 1px solid #ddd;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-item .accordion-collapse .accordion-body a {
  color: #f1ad42;
}
.recv-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.recv-head h2 {
  padding-right: 0%;
  margin-bottom: 24px;
}
.recv-head p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Alegreya Sans", sans-serif;
}
.recovery .accordion-header button {
  color: #3a464c;
  font-size: 22px;
  font-weight: 500;
  font-family: "Alegreya Sans", sans-serif;
  padding: 28px;
}
.recovery .accordion-item {
  margin-bottom: 30px;
  border-radius: var(--border-radius) 20px;
  overflow: hidden;
}
.recovery .accordion-item:has(.accordion-collapse.show) .accordion-button,
.faq .accordion-item:has(.accordion-collapse.show) .accordion-button {
  color: #f2ad42;
  border: none;
  background: transparent;
  outline: none;
  padding-bottom: 16px;
}
/* ============ why-choose ============== */
.why-choose-second {
  padding: 50px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 80%,
    rgba(251, 245, 238, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}
.why-choose-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.why-choose-head h2 {
  padding-right: 0%;
}
.why-choose-head p,
.faq-head p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: "Alegreya Sans", sans-serif;
  padding: 0px 20%;
}
.faq .accordion .accordion-item,
.recovery .accordion-item {
  border-radius: var(--border-radius) 20px;
  overflow: hidden;
  border: 1px solid #3a464c;
}
.why-choose-card {
  padding: 50px;
  background: #3a464c;
  border-radius: var(--border-radius) 10px;
  row-gap: 20px;
}
.why-choose-card-content {
  padding: 15px;
  background: #ffffff;
  border-radius: var(--border-radius) 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.why-choose-card-content:hover p {
  color: #f2ad42;
}
.why-choose-card-content:hover figure {
  background: #f2ad42;
  transition: 0.3s ease-in;
}
/* ============= faq ============ */
.faq .accordion .accordion-header .accordion-button {
  color: #3a464c;
  font-size: 22px;
  font-weight: 500;
  font-family: "Alegreya Sans", sans-serif;
  height: 80px;
  /* padding: 28px; */
}
.faq {
  padding: 50px 20% 50px 20%;
  font-family: "Alegreya Sans", sans-serif;
  position: relative;
  z-index: 1;
}
.faq-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.faq-head h2 {
  font-size: 50px;
  font-weight: 800;
  padding-right: 0%;
}
.faq-head p {
  padding: 0px 5%;
}
.faq .accordion-item {
  margin-bottom: 20px;
}
.faq-cont .faq {
  background-color: #cfd6ce;
}
.conc-foot-new {
  background: url(../../assets/images/inner-contact-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
}
/* =========== contact =============== */
.contact-from-sec.inner-cont {
  background-color: transparent;
  margin-bottom: 0;
  font-family: "Alegreya Sans", sans-serif;
  padding: 50px 0;
}
.contact-from-sec.inner-cont .right-panel {
  padding: 0px 20%;
  text-align: center;
}
.contact-from-sec.inner-cont .form-group input,
.contact-from-sec.inner-cont .form-group textarea {
  border: 1px solid #4a555a;
}
.inner-contact h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.inner-contact .form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.inner-contact input,
select {
  width: 300px;
  padding-left: 20px;
  border-radius: var(--border-radius1);
  border: 1px solid #0f1111;
}
.inner-contact .msg {
  width: 630px;
  height: 70px;
  border: 1px solid #0f1111;
  border-radius: var(--border-radius1);
}
.inner-contact .form-part-1,
.inner-contact .form-part-2 {
  display: flex;
  gap: 30px;
}
.detox-head .cmn-btn:hover,
.page-faqs .btn-primary:hover,
.break-free .cmn-btn:hover,
.support-btn .cmn-btn:hover,
.journey .cmn-btn:hover,
.residential-treatment-program:hover,
.about-mission-sec .cta-button:hover,
.page-substance-use .abuse-treatment .abuse-treatment-contnt-info:hover,
.page-alcohol-rehab .cmn-btn:hover,
.page-fentanyl-detox-los-angeles .cmn-btn:hover {
  background-color: #94c29d;
  color: #fff;
}
/* detox-end */
.team-banner-img-wraper,
.meet-team-banner {
  position: relative;
}
.meet-team-banner h1 {
  text-transform: capitalize;
}
/*========= meet-our-teams =======*/

.team-members .profile-card {
  background-color: white;
  border-radius: var(--border-radius) 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-shrink: 0;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  transition: 0.3s ease-in;
  transform: translateY(0px);
}
.team-members .profile-card:hover {
  transform: translateY(-10px);
}
.team-members .card-header {
  padding: 0rem 0rem;
  height: 120px;
  position: relative;
}
.team-member-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: multiply;
  filter: brightness(0.9) grayscale(0.2);
}
.team-members-card .profile-avatar {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: var(--border-radius1);
  border: 4px solid white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #eee;
  background-size: cover;
  background-position: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.team-members-card .profile-avatar img {
  width: 100%;
  object-fit: cover;
}
.team-member-card-content {
  padding: 60px 20px 15px;
}
.team-member-name {
  font-size: 1.3rem;
  margin-bottom: 5px;
  color: #2a3135;
  text-transform: capitalize;
  font-weight: 600;
}
.team-member-name a {
  color: #2a3135;
}
.team-member-name a:hover {
  color: #f1ad42;
}
.team-member-role {
  font-size: 0.95rem;
  color: #f2ad42;
  margin-bottom: 25px;
  font-weight: 400;
}
.team-member-bio p {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  text-transform: unset;
  margin-bottom: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
}
.team-member-view-p-btn {
  background-color: #f2ad42;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  padding: 10px 30px;
  border-radius: var(--border-radius1);
  opacity: 0.8;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease, color 0.3s ease;
  margin-top: 10px;
  display: inline-block;
}
.team-member-view-p-btn:hover,
.healing-journey a:hover {
  background-color: #94c29d;
  opacity: 1;
  color: #fff;
}
.team-members-topbar {
  /* background: url(../../assets/images/wave-shape-background.webp) no-repeat;
  background-position: center;
  background-size: cover; */
  padding-top: 50px;
}
.team-members-topbar h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #3a464c;
}
.team-members-topbar p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
  margin-bottom: 20px;
}
.team-members {
  font-family: "Alegreya Sans", sans-serif;
}
.team-members-card
  .row
  .col-lg-3:nth-child(odd)
  .profile-card
  .team-member-bg-image {
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
}
.team-members-card
  .row
  .col-lg-3:nth-child(even)
  .profile-card
  .team-member-bg-image {
  background: linear-gradient(
    to bottom,
    rgba(206, 214, 206, 1) 0%,
    rgba(206, 214, 206, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
}
.healing-journey {
  font-family: "Alegreya Sans", sans-serif;
  background: #cfd6ce;
  text-align: center;
  padding: 80px 0px;
}
.healing-journey p {
  font-size: 18px;
  color: #233030;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
}
.healing-journey h2 {
  color: #3a464c;
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  margin-bottom: 20px;
}
.healing-journey a {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background: #f2ad42;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: var(--border-radius1);
  text-decoration: none;
  transition: 0.3s all ease;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 30px;
}
.healing-journey a i {
  margin-left: 10px;
}
.team-members .team-members-card {
  padding: 60px 0px;
}
.recovery .accordion-button:focus,
.recovery .accordion-button:not(.collapsed) {
  box-shadow: inherit !important;
  background-color: inherit !important;
}
.faq-cont .accordion-button:focus {
  background-color: transparent;
}
/* @media (max-width: 768px) {
    body {
        padding: 20px 10px;
    }

    .card-container {
        padding-bottom: 15px;
        gap: 20px;
    }

    .profile-card {
        width: 250px; 
    }

    .name {
        font-size: 1.2rem;
    }

    .role {
        font-size: 0.9rem;
    }

    .stats {
        gap: 20px;
    }
    .stat-item .number {
        font-size: 1.1rem;
    }
    .stat-item .label {
        font-size: 0.75rem;
    }

    .view-profile-btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .profile-card {
        width: 220px; 
    }
    .profile-avatar {
        width: 70px;
        height: 70px;
    }
    .card-content {
        padding-top: 50px;
    }
} */

/* team-member-details */
.team-details-sec {
  font-family: "Alegreya Sans", sans-serif;
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
}
.team-details-sec .main-layout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: flex-start;
}
.team-details-sec .image-header,
.team-details-sec .service-content-wrapper {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.team-details-sec .service-main-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.team-details-sec .service-content-wrapper {
  padding: 40px 60px;
  border-radius: var(--border-radius) 10px;
  margin-top: -1px;
}
.team-details-sec .team-name {
  font-size: 2.5em;
  color: #3a464c;
  margin-bottom: 10px;
  font-weight: 700;
}
.team-details-sec .team-role {
  font-size: 20px;
  color: #3a464c;
  margin-bottom: 25px;
  font-weight: 500;
  color: #f2ad42;
}
.team-details-sec .download-brochures-box {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: var(--border-radius) 10px;
  height: 450px;
  text-align: center;
  position: sticky;
  top: 30px;
  overflow: hidden;
}
.team-details-sec .download-brochures-box .brochure-team-member {
  height: 100%;
}
.team-details-sec .brochure-title {
  font-size: 1.8em;
  color: var(--title-color);
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
  color: #3a464c;
}
.team-details-sec .brochure-description,
.team-details-sec .main-paragraph {
  font-size: 18px;
  line-height: 29px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 20px;
}
.download-brochures-box .download-button i {
  margin-left: 7px;
}
.team-details-sec .download-button:hover i {
  transform: translateX(2px);
  transition: 0.3s;
}
.team-details-sec .download-button .fas {
  font-size: 1.1em;
}
.team-details-sec .brochure-team-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Popup Styles */
.popup-content form {
  border-radius: var(--border-radius) 15px;
  width: 100%;
  max-width: 500px;
  transition: all 0.3s ease-in-out;
}
.popup-content .form-group {
  position: relative;
  margin-bottom: 25px;
}
.popup-content .form-group span input[type="text"],
.popup-content .form-group span textarea,
.popup-content .form-group span input[type="tel"],
.popup-content .form-group span input[type="email"] {
  width: 100%;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  transition: border-bottom-color 0.3s, background-color 0.3s;
  resize: none;
}
.popup-content .form-group.text-area {
  margin-top: 5px !important;
}
.popup-content .form-group.text-area span textarea {
  height: 100px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius);
  padding: 15px;
}
.popup-content .form-group label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #6c757d;
  font-size: 16px;
  pointer-events: none; /* Allows click-through to input */
  transition: all 0.3s ease;
  z-index: 1;
}
.popup-content .form-group span input[type="text"]:focus + label,
.popup-content
  .form-group
  span
  input[type="text"]:not(:placeholder-shown)
  + label,
.popup-content .form-group.text-area span textarea:focus + label,
.popup-content
  .form-group.text-area
  span
  textarea:not(:placeholder-shown)
  + label {
  top: -10px;
  left: 0;
  font-size: 12px;
  color: #f1ad42;
  background: #ffffff;
  padding: 0 5px;
  border-radius: var(--border-radius) 4px;
}
.popup-content .form-group.text-area span textarea:focus + label,
.popup-content
  .form-group.text-area
  span
  textarea:not(:placeholder-shown)
  + label {
  top: -12px;
}
.popup-content .form-group span input[type="text"]:focus,
.popup-content .form-group span input[type="tel"]:focus,
.popup-content .form-group span input[type="email"]:focus {
  border-bottom-color: #f1ad42;
}
.popup-content .form-group.text-area span textarea:focus {
  border-color: #f1ad42;
  background-color: #f7fbff;
}
.popup-content .form-group span input[type="text"] {
  position: relative;
  z-index: 2;
}
.popup-content .form-group span {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.popup-content .btn-submit {
  width: 100%;
  padding: 15px;
  background-color: #f1ad42;
  color: white;
  border: none;
  border-radius: var(--border-radius1);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s, transform 0.2s;
  content: "Submit Request";
  font-family: Helvetica, Arial, sans-serif;
}
.popup-content .btn-submit:hover {
  transform: translateY(-2px);
}
/* style by me end */
.contact-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}
.contact-popup.active {
  display: flex;
}
.popup-content {
  background: #fff;
  padding: 20px 30px 20px;
  border-radius: var(--border-radius);
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 90%;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  max-height: 720px;
  height: auto;
}
.popup-content .close-popup {
  position: absolute;
  top: 11px;
  right: 25px;
  font-size: 36px;
  cursor: pointer;
}
.popup-content .pop-con {
  color: #3a464c;
  font-size: 26px;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 14px;
}
.popup-content .close-popup:hover,
.popup-content .close-popup:focus {
  color: #f1ad42;
}
/* contact-us */
.contact-form-sec {
  font-family: "Alegreya Sans", sans-serif;
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
}
.contact-form-sec .contact-card-container {
  background: #ffffff;
  border-radius: var(--border-radius) 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.contact-form-sec .contact-form-section {
  flex: 3;
  padding: 50px;
  border-right: 1px solid #eee;
}
.contact-form-sec .contact-form-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin: 0 0 10px;
  font-weight: 700;
}
.contact-form-sec .section-description {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 40px;
}
.contact-form-sec .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
.contact-form-sec .form-group {
  position: relative;
}
.form-group.new-em-add {
  margin-bottom: 20px !important;
}
.contact-form-sec .form-group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 0.85rem;
  color: #6c757d;
  padding: 0 5px;
  transition: all 0.2s ease;
  z-index: 1;
  pointer-events: none;
}
.contact-form-sec .form-group input:focus + label,
.contact-form-sec .form-group input:not(:placeholder-shown) + label,
.contact-form-sec .form-group textarea:focus + label,
.contact-form-sec .form-group textarea:not(:placeholder-shown) + label {
  opacity: 1;
  top: -10px;
  color: #f2ad42;
}
.contact-form-sec .form-group input[type="text"],
.contact-form-sec .form-group input[type="email"],
.contact-form-sec .form-group input[type="tel"],
.contact-form-sec .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius) 29px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.contact-form-sec .form-group input::placeholder,
.contact-form-sec .form-group textarea::placeholder {
  color: #a0a0a0;
  font-weight: 300;
}
.contact-form-sec .form-group input:focus,
.contact-form-sec .form-group textarea:focus {
  border-color: #f2ad42;
  /* box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);  */
}
.contact-form-sec .form-group textarea {
  min-height: 100px;
  resize: vertical;
  border-radius: var(--border-radius) 44.5px;
  margin-top: 0px;
}

.contact-form-sec .mobile-input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: var(--border-radius) 8px;
  overflow: hidden;
  transition: 0.3s ease, box-shadow 0.3s ease;
}
.contact-form-sec .mobile-input-wrapper:focus-within {
  border-color: #f2ad42;
}
.contact-form-sec .country-code {
  padding: 12px 10px;
  width: 40%;
  border: none;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.contact-form-sec .mobile-input-wrapper input {
  flex-grow: 1;
  border: none;
  padding: 12px 15px;
  font-size: 1rem;
  outline: none;
}
.wpcf7 form .form-group.filled textarea {
  padding-top: 12px !important;
}
/* Captcha Area */
.contact-form-sec .captcha-area {
  margin-bottom: 30px;
}
.contact-form-sec .btn-submit {
  background-color: #f2ad42;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
  text-align: center;
  border-radius: var(--border-radius) 29px;
  margin-top: 40px;
}
.contact-form-sec .submit-btn i {
  margin-left: 10px;
}
.contact-form-sec .submit-btn:hover {
  background-color: #f2ad42;
  transform: translateY(-2px);
}
.contact-form-sec .contact-info-section {
  flex: 1;
  background-color: #f9f9f9;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form-sec .contact-info-section h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 14px;
  font-weight: 600;
}
.contact-form-sec .info-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.page-contactus .contact-form-sec {
  padding-bottom: 30px;
}
.page-contactus .how-to-get {
  padding-top: 30px;
}
.contact-form-sec .icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f2ad422b;
  color: #f2ad42;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-right: 15px;
}
.contact-form-sec .info-title {
  font-size: 1rem;
  color: #6c757d;
  margin: 0;
}
.contact-form-sec .info-detail {
  font-size: 1.2rem;
  color: #3a464c;
  margin: 5px 0 0;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
.contact-form-sec .info-detail:hover {
  color: #f2ad42;
}
.contact-form-sec .info-description {
  font-size: 1rem;
  color: #3a464c;
  margin: 5px 0 0;
}
.contact-form-sec .contact-map {
  border-radius: var(--border-radius);
  overflow: hidden;
}
.contact-form-sec .contact-illustration {
  margin-top: auto;
  text-align: center;
}
.contact-form-sec .contact-illustration map {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius) 10px;
}
.contact-form-sec-top {
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
.beautiful-sitemap-section {
  font-family: "Alegreya Sans", sans-serif;
}
.contact-form-sec-top > .container {
  padding: 0px 10% 50px 10%;
}
.contact-form-sec-top p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 16px;
}
.contact-form-sec-top h5 {
  font-size: 2.2rem;
  color: #2c3e50;
  margin: 10px 0px;
  font-weight: 700;
}
.contact-form-sec .contact-sec-top-impo {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  color: #3a464c;
  margin-bottom: 24px;
  font-family: "Alegreya Sans", sans-serif;
  opacity: 0.9;
  margin-top: 70px;
  text-align: center;
}
.contact-banner .contact-banner-img-wraper {
  height: 100%;
}
.contact-banner h1 {
  padding: 0px 32%;
}
/* how-to-get */
.how-to-get {
  padding: 80px 0px;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
.page-contact-us .how-to-get {
  padding-top: 20px;
}
.how-to-get > .container {
  padding: 0px 10%;
}
.how-to-get .delamere-heading {
  margin-bottom: 10px;
  padding-right: 0%;
}
.transport-option-card {
  flex: 1;
  max-width: 350px;
  padding: 15px;
  text-align: center;
}
.how-to-get .option-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 20px;
  color: #2c3e50;
}
.how-to-get .option-description {
  font-size: 20px;
  line-height: 30px;
  color: #3a464c;
  font-weight: 300;
  margin-top: 20px;
}
.transport-options-row {
  padding-top: 30px;
  max-width: 1300px;
  margin: 0px auto;
}
.how-to-get .transport-options-row .row {
  max-width: 1070px;
  margin: 0 auto;
}
.how-to-get .transport-options-row .how-to-get-info ul {
  text-align: left;
}
.transport-options-row .how-to-get-inner strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #3a464c;
}
.how-to-get-inner .timer-loct {
  margin: 7px 0px;
  display: flex;
  gap: 13px;
  font-family: Helvetica, Arial, sans-serif;
  color: #999;
}
.how-to-get-inner {
  text-align: left;
  margin: 0;
  background: #f1f1f1;
  padding: 10px 20px;
  margin-bottom: 24px;
  border-radius: var(--border-radius);
}
.page-contactus .how-to-get-inner .map-how-to-get,
.page-contactus .how-to-get-inner .time-how-to-get {
  display: flex;
  gap: 5px;
  line-height: 24px;
}
.how-to-get-inner .timer-loct .fa {
  margin-right: 5px;
  color: #f2ad42;
  line-height: 20px;
  display: block;
}
.how-to-get-subtittle {
  font-size: 22px;
  line-height: 36px;
  color: #3a464c;
  font-weight: 300;
  text-align: center;
}
/* --- Dummy Image/Icon Placeholder Styling --- */
.transport-icon-placeholder {
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius) 50%;
  margin: 0 auto;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 5px rgba(135, 175, 100, 0.2);
  position: relative;
  overflow: hidden;
}
.transport-icon-placeholder::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 25px;
  height: 25px;
  background-color: #94c29d;
  border-radius: var(--border-radius) 50%;
  transform: rotate(45deg);
}
.breadcrumb-wrap p,
.breadcrumb-wrap a {
  font-size: 18px;
  font-weight: 400;
  color: #ccc;
}
.breadcrumb-wrap span {
  color: #f2ad42;
}
.breadcrumb-wrap {
  text-align: center;
  padding-top: 10px;
}

/* about-sec */
.about-mission-sec .cta-button {
  margin-top: 20px;
}
.about-mission-sec {
  font-family: "Alegreya Sans", sans-serif;
}
.about-mission-sec .description {
  font-size: 18px;
  line-height: 27px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 15px;
}
.about-banner-img-wraper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-mission-sec {
  position: relative;
  padding: 80px 0px;
  overflow: hidden;
}
.about-mission-sec .container {
  padding: 0px 5%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-mission-sec .content-column {
  padding-left: 20px;
}
.about-mission-sec .image-column {
  position: relative;
  height: 550px;
}
.about-mission-sec .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 60%;
  border-radius: var(--border-radius) 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-mission-sec .top-image,
.about-mission-sec .bottom-image {
  object-fit: cover;
  border-radius: var(--border-radius) 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.about-mission-sec .top-image {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-mission-sec .bottom-image {
  position: absolute;
  width: 65%;
  height: 55%;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.about-mission-sec .experience-badge {
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  top: 25%;
  left: 65%;
  width: 150px;
  height: 80px;
  background-color: #94c29d;
  color: white;
  border-radius: var(--border-radius) 8px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float 4s ease-in-out infinite;
}

/* 2. Subtle Pulse Animation for features */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

.animate-pulse:hover {
  animation: pulse 1s ease-in-out infinite;
}
.about-banner h1 {
  padding: 0px 32%;
  text-align: center;
}
.about-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-mission-sec .experience-badge .years {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1;
}
/* gallery */
.gallery-section {
  padding: 0px 0px 30px 0px;
}
.gallery-section .gallery-section {
  max-width: 1400px;
  margin: 60px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: var(--border-radius) 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.gallery-section .container-fuild {
  padding: 0px 7%;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
.gallery-section .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius) 10px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.contact-form-sec .info-detail,
.contact-form-sec .info-description {
  font-family: Helvetica, Arial, sans-serif;
}
.gallery-section .gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); */
  overflow: hidden;
  border-radius: var(--border-radius) 10px;
}
.gallery-section .gallery-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-section .gallery-item:hover .gallery-image {
  transform: scale(1.05);
}
.fancy-gallry-slide .item {
  overflow: hidden;
  border-radius: var(--border-radius) 10px;
}
.gallery-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.4s ease-out;
  opacity: 0;
  overflow: hidden;
  border-radius: var(--border-radius) 10px;
}
.gallery-section .gallery-item:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}
.gallery-section .overlay-title {
  font-size: 1.4em;
  margin-bottom: 8px;
  font-weight: 600;
}
.gallery-section .overlay-description {
  font-size: 0.9em;
  color: #e0e0e0;
  margin-bottom: 0;
}
.gallery-section .gallery-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 10px;
}
.gallery-section .dot {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: var(--border-radius) 50%;
  cursor: pointer;
  transition: 0.3s ease, transform 0.3s ease;
}
.gallery-section .dot.active,
.gallery-section .dot:hover {
  background-color: #f2ad42;
  transform: scale(1.2);
}
/* .fancy-gallry-slide .owl-nav{
  display: none;
} */
.fancy-gallry-slide .owl-dot.active {
  background-color: #f2ad42;
}
.fancy-gallry-slide .owl-dots:hover {
  background-color: #f2ad42;
  transform: scale(1.2);
}
.about-info-sec {
  padding: 70px 0px;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}
.about-info-inner p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
  padding: 0px 8%;
}
.page-about-us h2 {
  color: #3a464c;
  font-size: 51px;
  line-height: 64px;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
  text-align: center;
}
.dropdown-item:active {
  background-color: #f1ad42;
}
.page-residential .support .support-list {
  flex-wrap: wrap;
  gap: 10px;
}
.page-residential .recv-head li,
.page-dual-diagnosis .recv-head li {
  margin: 7px 0px;
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
}
.page-residential .why-choose-head p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  font-family: "Alegreya Sans", sans-serif;
  padding: 0%;
}
.page-residential .why-choose-head p a,
.page-aftercare-and-alumni .factor-head p strong a {
  font-weight: 600;
  color: #f2ad42;
}
.page-residential .safe .drug-alcohol p {
  margin-bottom: 10px;
}
.page-residential .withdrawl-head p,
.page-family-therapy .safe-head p {
  margin-bottom: 26px;
}
.page-residential .setting .col-lg-8 > p {
  font-size: 18px;
  color: #3a464c;
  font-weight: 400;
  margin-top: 10px;
}
.page-residential .recv-head p,
.page-dual-diagnosis .recv-head p {
  margin-bottom: 20px;
}
.page-residential .recv-head p {
  text-align: left;
}
.page-residential .recv-head > ul,
.page-dual-diagnosis .recv-head > ul {
  margin-bottom: 30px;
}
.page-residential .recv-head {
  display: block;
}
.desert-commitmnt {
  text-align: center;
  padding: 130px 0px 80px;
  font-family: "Alegreya Sans", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(206, 214, 206, 1) 0%,
    rgba(206, 214, 206, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
}
.desert-commitmnt h2 {
  padding-right: 0%;
}
/*-------------- substance-we-use-start-----------------*/
.substance-banner {
  position: relative;
}
.substance-banner .container {
  position: absolute;
  content: "";
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
/* health & hope */
.health-and-hope {
  /* background: url(../images/health-&-hope-bg.jpg) no-repeat; */
  background-position: center;
  background-size: cover;
  padding: 85px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.page-cocaine-addiction-treatment .health-and-hope,
.page-prescription-drug-addiction-rehab .health-and-hope,
.page-benzo-addiction-treatment .health-and-hope,
.page-meth-addiction-treatment .health-and-hope {
  padding-bottom: 30px;
}
.page-prescription-drug-addiction-rehab .health-and-hope h3 {
  padding: 0%;
}
.page-prescription-drug-addiction-rehab .some-sign-list {
  padding-left: 0%;
}
.health-and-hope-1st {
  margin-bottom: 50px;
}
.health-part-2 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}
.health-part-2 h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #3a464c;
}
.health-part-2 p:nth-child(1) {
  margin-bottom: 40px;
}
.health-part-1 img {
  border-radius: var(--border-radius);
  max-width: 100%;
}
.health-part-1 .health-and-hope-img-1 {
  position: relative;
  border-radius: var(--border-radius);
  z-index: 99;
}
.health-and-hope-1st .health-part-1 figure > img {
  max-width: 100%;
}
.health-part-1 .health-and-hope-img-1::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2ad42;
  position: absolute;
  bottom: -5%;
  left: -5%;
  border-radius: var(--border-radius);
  z-index: -1;
}
.health-part-2 {
  padding-left: 50px;
}
.health-and-hope h3,
.health-and-hope-2nd h3 {
  margin-bottom: 0;
  margin-right: 50px;
  font-size: 30px;
  line-height: 45px;
  padding: 5%;
  font-weight: 700;
  color: #3a464c;
}
.page-substance-use .health-and-hope h3,
.some-sign-list {
  padding: 0%;
  padding-left: 0%;
}
.health-and-hope-2nd {
  align-items: center;
  padding: 30px 0px 30px 0px;
}
.round-circle-health-hope > span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px dashed #f2ad42;
  border-radius: 100%;
}
.round-circle-health-hope .circle1 {
  transform: translate(80px, 20px);
  animation: rotate-cw 14s linear infinite;
  position: relative;
  top: 30px;
  left: 80px;
}
.round-circle-health-hope .circle2 {
  animation: rotate-ccw 10s linear infinite;
}
.round-circle-health-hope .circle3 {
  transform: translate(-80px, 20px);
  animation: rotate-ccw 12s linear infinite;
  position: relative;
  top: 30px;
  right: 80px;
}
@keyframes rotate-cw {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-ccw {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.round-circle-health-hope {
  position: absolute;
  right: -100px;
  content: "";
  top: 38%;
}
.some-sign-list {
  padding-left: 5%;
}
.some-sign-list li {
  list-style: disc;
}
.page-substance-use .some-sign-list {
  padding-left: 15px;
}
.page-substance-use .some-sign-list span {
  margin-left: 0px;
}
.some-sign-list li {
  margin-bottom: 10px;
}
.some-sign-list i {
  font-size: 8px;
}
.some-sign-list span {
  font-size: 18px;
  margin-left: 10px;
  font-weight: 300;
  text-transform: capitalize;
}
.some-sign-list > li span {
  margin-left: 0;
}
.some-sign-list > li {
  margin-left: 14px;
}
.health-and-hope-img-list {
  position: relative;
}
.health-and-hope-img-2 {
  text-align: left;
  width: 500px;
  height: 486px;
  border-radius: var(--border-radius) 10px;
  object-fit: cover;
}
.health-and-hope-img-3 {
  position: absolute;
  top: 60%;
  right: 0;
  width: 420px;
  height: 300px;
  border-radius: var(--border-radius) 10px;
}
.health-and-hope-3rd {
  padding: 80px 0px 0px 30px;
}
.health-and-hope-3rd h3,
.abuse-treatment-1st .cntent h3,
.our-substance-1st h3,
.page-cocaine-addiction-treatment .health-and-hope-2nd h3 {
  padding: 0;
  font-size: 30px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #3a464c;
}
.health-and-hope-3rd p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #3a464c;
}
/* =========== abuse-treatment ============ */
.abuse-treatment {
  padding: 85px 0px 50px 0px;
  font-family: "Alegreya Sans", sans-serif;
  background: linear-gradient(to bottom, #cfd6ce 0%, #cfd6ce 84%, #ffffff 100%);
}
.abuse-treatment-1st {
  align-items: center;
}
.abuse-treatment-1st .cntent {
  padding-right: 50px;
}
.abuse-treatment-1st h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 52px;
  color: #3a464c;
}
.abuse-treatment-1st p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #3a464c;
  font-weight: 300;
}
.abuse-treatment-1st-img {
  border-radius: 15px;
  border-top-left-radius: 180px;
  max-width: 100%;
}
.about-mission-sec .tagline {
  padding-right: 0;
  text-align: left;
}
/* ========== our-substance =========== */
.our-substance {
  padding: 30px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.page-cocaine-addiction-treatment .our-substance,
.page-prescription-drug-addiction-rehab .our-substance,
.page-opioid-addiction-treatment .our-substance {
  padding-top: 0px;
}
.our-substance-1st h2,
.our-substance-cmn-part h2,
.page-meth-addiction-treatment .our-substance-cmn-part h2,
.page-fentanyl-detox-los-angeles .our-substance-cmn-part h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #3a464c;
}
.page-fentanyl-detox-los-angeles .our-substance-cmn-part h3 {
  font-weight: 700;
}
.our-substance-1st p,
.our-substance-cmn-part p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 15px;
  color: #3a464c;
  font-weight: 300;
}
.our-substance-cmn-part p {
  margin-bottom: 15px !important;
}
.our-substance-cmn-part h3 {
  font-size: 30px;
  font-weight: 700;
  color: #3a464c;
}
.our-substance-row-part {
  padding: 50px 30px;
  background: #4a555a;
  border-radius: var(--border-radius);
  margin: 50px 0px 50px 0px;
}
.our-substance-row-part .row {
  row-gap: 20px;
}
.our-substance-card-content {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 15px;
  border-radius: var(--border-radius);
  text-transform: capitalize;
  gap: 20px;
}
/* ========== navigating-treatment ========= */
.navigating-treatment {
  padding: 80px 0;
  background: #fff6eb;
  font-family: "Alegreya Sans", sans-serif;
}
.navigating-treatment-1st-row {
  align-items: center;
}
.navigating-treatment-1st-row .p-0 figure > img {
  max-width: 100%;
  border-radius: 15px;
}
.page-substance-use .navigating-treatment-1st-row .p-0 figure > img {
  border-radius: 0px;
}
.navigating-treatment figure {
  margin-bottom: 0;
}
.navigating-treatment h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #3a464c;
}
.navigating-treatment p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #3a464c;
}
.navigating-treatment p strong {
  font-weight: 400;
}
.navigating-treatment-1st-col {
  padding-left: 0;
  padding-right: 50px;
}
.navigating-treatment-4th-col {
  padding-left: 50px;
  padding-right: 0;
}
/* substance-we-use-end*/
/* --------- career st  ----------- */

@keyframes lift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
.career-sec .hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  margin-bottom: 40px;
  background-color: var(--bg-light);
}
.career-sec .hero-content {
  flex: 1;
  max-width: 55%;
  padding-right: 40px;
}
.career-sec .main-heading,
.career-sec .section-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 64px;
  color: #3a464c;
  margin-bottom: 24px;
}
.career-sec .sub-text,
.career-sec .section-subtitle {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 40px;
}
.career-sec .hero-image-placeholder {
  height: 600px;
  background-color: #fff;
  border-radius: var(--border-radius) 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.career-sec .cta-button,
.admission-banner-head .get-treat-btn {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background: #f2ad42;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: var(--border-radius1);
  text-decoration: none;
  transition: 0.3s all ease;
  font-family: Helvetica, Arial, sans-serif;
}
.career-sec .cta-button:hover,
.admission-banner-head .get-treat-btn:hover,
.insurance-verify-lft .insurance-verify-bt:hover,
.ready-ur-journey a:hover {
  background-color: #94c29d;
  color: #fff;
}
.about-mission-sec .cta-button i {
  margin-right: 7px;
}
/* .career-sec .animate-pulse {
  animation: pulse 3s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(93, 142, 117, 0.5); }
  50% { box-shadow: 0 0 0 10px rgba(93, 142, 117, 0); }
  100% { box-shadow: 0 0 0 0 rgba(93, 142, 117, 0); }
} */
.hero-image-placeholder img {
  width: 100%;
  object-fit: cover;
}
.hero-image-placeholder {
  overflow: hidden;
}
.career-sec .opportunities-section {
  padding: 60px 20px;
  background-color: var(--bg-section);
  border-radius: var(--border-radius) 15px;
  text-align: center;
}
.career-sec .section-title {
  margin-bottom: 15px;
}
.career-sec .job-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.career-sec .job-card {
  background-color: #fff;
  padding: 25px;
  border-radius: var(--border-radius) 12px;
  text-align: center;
  border-bottom: 5px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.career-sec .job-card:hover {
  border-bottom: 5px solid #f2ad42;
}
.career-sec .job-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  animation: lift 0.3s forwards;
}
.job-icon {
  font-size: 2.5em;
  display: block;
  margin-bottom: 10px;
}
.career-sec .job-card h3 {
  color: #3a464c;
  font-size: 1.2em;
  margin: 8px 0px;
  font-weight: 600;
}
.career-sec .job-card p {
  font-size: 16px;
  color: #3a464c;
}
.career-sec .values-section {
  padding: 60px 0;
  text-align: center;
}
.career-sec .values-list {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 80px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.career-sec .value-item {
  text-align: center;
  max-width: 250px;
}
.career-sec .value-icon {
  font-size: 3em;
  display: block;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.career-sec .value-item:hover .value-icon {
  transform: rotate(10deg) scale(1.1);
}
.career-sec .value-item p {
  font-weight: 600;
  color: #f2ad42;
  font-size: 22px;
}
.career-sec .call-to-action-box {
  background: #cfd6ce;
  padding: 30px;
  border-radius: var(--border-radius) 12px;
  max-width: 800px;
  margin: 0 auto;
}
.career-sec .call-to-action-box p {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 20px;
}
.career-sec .email-link {
  font-size: 1.1em;
  color: var(--text-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: var(--border-radius);
  transition: 0.3s;
}
.career-sec .email-link:hover {
  background-color: #e0e0e0;
}
.career-sec .email-icon {
  font-size: 1.2em;
  margin-right: 10px;
}
.career-sec {
  padding: 40px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}

/* --------- career end ----------- */

/* About admission start */
.consult .consult-card-icon img,
.consult-row-card figure img {
  width: 100%;
}
.admission-banner {
  position: relative;
  min-height: 300px;
  font-family: Helvetica, Arial, sans-serif;
}
.admission-banner-bg {
  position: relative;
}
.admission-banner-bg img,
.admission-banner-bg {
  width: 100%;
  height: 100%;
}
.admission-banner-bg img {
  object-fit: cover;
}
.admission-banner .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.admission-banner .admission-banner-head {
  text-align: center;
}
.admission-banner-head h1,
.page-blog .blog-banner .container h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  padding: 0 25%;
  text-transform: capitalize;
}
.page-addiction-treatment .admission-banner-head h1 {
  padding: 0 0%;
}
.page-luxury-private-rehab-palm-springs .admission-banner-head h1 {
  margin-bottom: 30px;
}
.admission-banner-head p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin: 6px 0px 67px 0px;
}
.breadcrumb-wrap p {
  font-size: 18px !important;
  font-family: Helvetica, Arial, sans-serif;
}
/*============== inner treat ============*/
.inner-treat {
  padding: 50px 0;
  background: #ced6ce;
  font-family: "Alegreya Sans", sans-serif;
}
.inner-treat-slider .item {
  padding: 26px;
  background: #ffffff;
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  min-height: 100%;
  height: 100%;
}
.inner-treat .owl-nav .owl-prev span {
  position: absolute;
  font-size: 60px;
  top: 40%;
  left: -40px;
}
.inner-treat .owl-nav .owl-next span {
  font-size: 60px;
  position: absolute;
  top: 40%;
  right: -40px;
}
.inner-treat-slider .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2ad42;
  transform: translateY(-100%);
  transition: transform 0.4s ease-out;
  z-index: 0;
}
.inner-treat-slider .item:hover::after {
  transform: translateY(0);
}
.inner-treat-slider .item:hover {
  color: #ffffff;
}
.inner-treat-slider .item:hover .inner-treat-card-btn {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.inner-treat-slider .item:hover .inner-treat-card-btn i {
  border: 1px solid #ffffff;
}
.inner-treat-slider .item:hover .inner-treat-slider-icon {
  filter: invert(1) hue-rotate(180deg);
}
.inner-treat-slider .item h4,
.why-chs-desert .benefit-card h3 {
  font-size: 25px;
  font-weight: 800;
  text-transform: capitalize;
  max-width: 200px;
  line-height: 35px;
  position: relative;
  margin-bottom: 15px;
  z-index: 9;
  color: #3a464c;
}
.inner-treat-slider .item p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 30px;
  height: 200px;
}
.page-admissions .inner-treat-slider .item p {
  height: 180px;
  overflow-y: scroll;
}
.page-admissions .inner-treat-slider .item p::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius) 10px;
  width: 5px;
  visibility: hidden;
}
.page-admissions .inner-treat-slider .item p::-webkit-scrollbar-track {
  background: transparent;
}
.page-admissions .inner-treat-slider .item p::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius) 10px;
  visibility: hidden;
}
.page-admissions .inner-treat-slider .item p:hover::-webkit-scrollbar,
.page-admissions .inner-treat-slider .item p:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
/*  */
.inner-treat-slider .item p a {
  color: #3a464c;
}
.inner-treat-slider .item:hover p,
.inner-treat-slider .item:hover p a,
.inner-treat-slider .item:hover h3 a {
  color: #fff;
  position: relative;
  z-index: 5;
}
.inner-treat-slider .item:hover h4 {
  color: #fff;
}
.inner-treat-slider-icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
}
.inner-treat-card-btn {
  padding: 5px;
  display: inline-block;
  color: #0f1111;
  position: relative;
  z-index: 10;
  text-transform: capitalize;
  border-bottom: 1px solid #000;
}
.inner-treat-card-btn span {
  font-size: 20px;
  margin-right: 20px;
  font-family: Helvetica, Arial, sans-serif;
}
.inner-treat-card-btn i {
  font-size: 10px;
  /* margin-left: 20px; */
  /* margin-bottom: 0; */
  height: 30px;
  width: 30px;
  border-radius: var(--border-radius);
  border: 1px solid #000;
  text-align: center;
  align-content: center;
}
.inner-treat .owl-carousel {
  display: flex;
}
.ready-ur-journey {
  padding: 80px 0px;
  background-color: #f7f7f7;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
.ready-ur-journey h2 {
  font-size: 42px;
  font-weight: 800;
  text-transform: capitalize;
  text-align: center;
  color: #3a464c;
  margin-bottom: 0px;
}
.inner-treat-slider .item h3 {
  font-size: 28px;
  font-weight: 800;
  text-transform: capitalize;
  max-width: 200px;
  line-height: 35px;
  position: relative;
  margin-bottom: 15px;
  z-index: 9;
  color: #3a464c;
  min-height: 70px;
}
.inner-treat-slider .item h3 a {
  color: #3a464c;
  display: inline-block;
}

/* =========== consult ============ */
.consult {
  padding: 90px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.consult-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.consult-head h2,
.what-we-treat-topbar h2 {
  font-size: 50px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 0 30%;
  text-align: center;
  color: #3a464c;
  margin-bottom: 0px;
}
.consult-card-content p {
  font-size: 18px;
  line-height: 28px;
  color: #3a464c;
  font-weight: 400;
  margin-bottom: 10px;
}
.consult-head p,
.what-we-treat-topbar p,
.ready-ur-journey p {
  margin: 24px 0px 0px 0px;
  padding: 0 10%;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
}
.consult-row-card figure {
  margin-bottom: 0;
}
.page-admissions .consult-row-card figure {
  position: relative;
}

.consult-row-card {
  box-shadow: 1px 19px 26px -5px rgba(0, 0, 0, 0.5);
  /* padding: 20px 20px 25px 20px; */
  overflow: hidden;
}
.consult-card-content {
  margin-top: 20px;
  padding: 0px 20px 25px 20px;
}
.consult-row-card figure img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.consult-card-content h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #3a464c;
  line-height: 34px;
  margin-top: 34px;
  height: 110px;
}
.consult-card-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
/* .consult-card-btn {
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  color: #000;
} */
.consult-card-btn span {
  text-transform: capitalize;
  font-size: 20px;
}
.consult-card-btn i {
  margin-left: 20px;
  font-size: 20px;
}
.consult-card-btn:hover {
  color: #f2ad42;
  border-bottom: 1px solid #f2ad42;
}
.consult-row-card {
  position: relative;
  background-color: white;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.consult-card-icon {
  top: 38%;
  transform: translateY(-38%);
  width: 80px;
  position: absolute;
  left: 6%;
  background: #f2ad42;
  border-radius: 100%;
}
.page-admissions .consult-card-icon {
  top: 90%;
  width: 80px;
  position: absolute;
  left: 6%;
  background: #f2ad42;
  border-radius: 100%;
}
.page-luxury-private-rehab-palm-springs .consult-card-icon {
  top: 44%;
  transform: translateY(-44%);
}
.page-luxury-private-rehab-palm-springs .consult-card-icon {
  height: 80px;
}
.page-luxury-private-rehab-palm-springs .consult-card-icon span {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-luxury-private-rehab-palm-springs .contnt-info {
  height: 150px;
}
.page-luxury-private-rehab-palm-springs .consult a,
.page-luxury-private-rehab-palm-springs .why-choose-ad a {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background: #f2ad42;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: var(--border-radius1);
  text-decoration: none;
  transition: 0.3s all ease;
  margin-top: 25px;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad {
  padding: 50px 0px;
}
.page-luxury-private-rehab-palm-springs .consult-card-content p,
.page-luxury-private-rehab-palm-springs .consult-card-content h3 {
  text-align: left;
}
.page-luxury-private-rehab-palm-springs .consult .container {
  text-align: center;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #3a464c;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad ul > li {
  list-style: disc;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad ul > li p {
  font-size: 22px;
  line-height: 38px;
  color: #3a464c;
  font-weight: 300;
  text-transform: capitalize;
  margin-left: 10px;
  margin-bottom: 6px;
}
.page-luxury-private-rehab-palm-springs .consult a:hover,
.page-luxury-private-rehab-palm-springs .why-choose-ad a:hover {
  background-color: #94c29d;
  color: #fff;
}
.page-admissions .consult-card-icon {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-admissions .consult-card-icon span {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
.page-admissions .consult-card-content h3 {
  height: 84px;
}
.contnt-info {
  height: 200px;
  overflow-y: scroll;
}
.contnt-info::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius) 10px;
  width: 5px;
  visibility: hidden;
}
.contnt-info::-webkit-scrollbar-track {
  background: transparent;
}
.contnt-info::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius) 10px;
  visibility: hidden;
}
.contnt-info:hover::-webkit-scrollbar,
.contnt-info:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.consult-card-icon img {
  padding: 16px;
  filter: invert(1) hue-rotate(180deg);
}

/* About admission end */
/* admission-pg - we understand */
.we-under-contnt {
  background-color: #cfd6ce;
  padding: 65px 0px;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad h2,
.page-treatment .why-choose-ad h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 64px;
  color: #3a464c;
  font-family: "Alegreya Sans", sans-serif;
}
.page-treatment .why-choose-ad h2 {
  font-size: 40px;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad {
  font-family: "Alegreya Sans", sans-serif;
}
.page-luxury-private-rehab-palm-springs .why-choose-ad p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 20px;
}
.page-luxury-private-rehab-palm-springs .consult-card-content h3 {
  height: auto;
}
.we-under-contnt-info p {
  color: #3a464c;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  padding: 0px 5%;
}
.insurance-verify .insurance-verify-lft h2 {
  color: #3a464c;
  font-size: 50px;
  line-height: 64px;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 24px;
}
.insurance-verify {
  padding: 100px 0px 70px 0px;
}
.insurance-verify-lft .insurance-verify-bt,
.ready-ur-journey a {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background: #f2ad42;
  color: #ffffff;
  text-transform: capitalize;
  border-radius: var(--border-radius1);
  text-decoration: none;
  transition: 0.3s all ease;
  font-size: 16px;
}
/* faq start */
/* ========= faq-banner =========== */
.page-faqs .faq-question .faq-section-heading {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0px 14px 0px;
  line-height: 46px;
  color: #3a464c;
  opacity: 0.9;
  padding-left: 35px;
  position: relative;
}
.page-faqs .faq-question .faq-section-heading::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #3a464c;
  width: 22px;
  height: 2px;
}
.faq-banner {
  position: relative;
  height: 295px;
  font-family: "Alegreya Sans", sans-serif;
}
.faq-banner-bg {
  position: relative;
  height: 100%;
}
.faq-banner-bg::after {
  content: "";
  position: absolute;
  background: #3a464c;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.faq-banner-bg img {
  width: 100%;
  height: 100%;
}
.faq-banner .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 60%;
  transform: translateY(-60%);
}

.faq-banner-head h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 44px;
  text-align: center;
  padding: 0 25%;
  text-transform: capitalize;
}
/* ============== faq-question ========== */
.faq-question {
  font-family: "Alegreya Sans", sans-serif;
  padding: 50px 0;
  background: #f7f7f7;
}
.faq-question .container {
  padding: 0 15%;
}
.faq-question-head {
  text-align: center;
}
.faq-question-head h2 {
  font-size: 50px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3a464c;
}
.faq-question-head p {
  font-size: 18px;
  margin-bottom: 60px;
  line-height: 32px;
  color: #3a464c;
}
.faq-question-part-1 {
  box-shadow: 0px 3px 16px rgb(58 70 76 / 10%);
  padding: 30px 50px;
  border-radius: var(--border-radius);
  background: #ffffff;
  margin-bottom: 30px;
}
.faq-question-part-1 h3 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 24px;
  color: #3a464c;
}
.faq-question-part-1 p {
  font-size: 16px;
  line-height: 28px;
  color: #3a464c;
  font-weight: 300;
}
.faq-question-part-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 50px;
  /* background: #fff6eb; */
  border-radius: var(--border-radius) 20px;
  background: url(../images/wave-dark-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.faq-question-part-2 .cmn-btn:hover {
  color: #ffffff;
}
.faq-question-part-2 h4 {
  color: #3a464c;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
/* here to help */
.here-to-help {
  padding: 50px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.here-to-help-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.here-to-help-head h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #3a464c;
  padding: 0 30%;
}
.here-to-help-head p {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0 10%;
  color: #3a464c;
  font-weight: 300;
}
.here-to-help-head .cmn-btn {
  font-size: 20px;
}
.here-to-help-head .cmn-btn:hover {
  color: #ffffff;
}
/* faq end */
/* dual-diagnosis */
.page-dual-diagnosis .inner-banner .banner-head h1 {
  padding: 0 18%;
}
.page-dual-diagnosis .detox-head h2 > strong {
  color: #3a464c;
}
.page-dual-diagnosis .detox-head h2 {
  margin-bottom: 15px;
}
.page-dual-diagnosis .safe .health {
  margin-left: 0px;
}
.page-dual-diagnosis .safe .health ul > li,
.page-dual-diagnosis .setting .setting-head ul > li,
.page-relapse-prevention-therapy .setting .setting-head ul > li {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 16px;
  list-style: disc;
}
.page-relapse-prevention-therapy .setting .setting-head ul > li {
  text-align: left;
}
.page-dual-diagnosis .safe-head p,
.page-relapse-prevention-therapy .setting .setting-head ul {
  margin-bottom: 30px;
}
.page-dual-diagnosis .safe .health p,
.page-dual-diagnosis .safe .health ul {
  margin-bottom: 20px;
}
.page-dual-diagnosis .break-free-addiction p {
  text-align: center;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem transparent;
  border-color: transparent;
}
.page-residential .recovery,
.page-relapse-prevention-therapy .recovery {
  padding-top: 60px;
}
.page-dual-diagnosis .recovery,
.page-relapse-prevention-therapy .recovery {
  background-color: #f7f7f7;
}
.page-dual-diagnosis .setting-head h3,
.page-relapse-prevention-therapy .setting-head h3,
.page-group-therapy .setting-head h3,
.page-aftercare-and-alumni .setting-head h3,
.page-aftercare-and-alumni .factor-head h3,
.page-family-therapy .setting-head h3 {
  color: #3a464c;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}
.page-group-therapy .withdrawl-head h2 {
  padding-right: 0%;
}
.page-dual-diagnosis .setting-head,
.page-relapse-prevention-therapy .setting-head {
  display: block;
}
.page-dual-diagnosis .setting-head p,
.page-relapse-prevention-therapy .setting-head p {
  margin-bottom: 40px;
  text-align: left;
}
.page-dual-diagnosis .setting {
  padding-bottom: 0px;
}
.page-dual-diagnosis .setting-head h2,
.page-dual-diagnosis .setting .setting-head ul > li {
  text-align: left;
}
/* page-relapse-prevention-therapy */
.page-relapse-prevention-therapy .safe-head p {
  margin-bottom: 25px;
}
.page-relapse-prevention-therapy .safe-head {
  padding-bottom: 30px;
}
.page-relapse-prevention-therapy .safe .health h3 {
  margin-bottom: 10px;
}
.page-relapse-prevention-therapy .safe .health p {
  margin-bottom: 20px;
}
.page-relapse-prevention-therapy .safe .health > ul li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 400;
}
.page-relapse-prevention-therapy .common-drug {
  padding-top: 10px;
}
.page-relapse-prevention-therapy .setting {
  padding-bottom: 0px;
}
/* facility-tour st*/
.page-facility-tour .facility-highlights {
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}
.page-facility-tour .facility-highlights h2 {
  color: #3a464c;
  font-size: 51px;
  line-height: 64px;
  font-weight: 800;
  margin-bottom: 25px;
}
.facility-tour {
  height: 295px;
  position: relative;
}
.facility-tour-img-wraper img,
.discovr-sec .video-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.facility-tour-img-wraper {
  position: relative;
}
.facility-tour-img-wraper::after {
  content: "";
  position: absolute;
  background: #3a464c;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.facility-tour .container h1 {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 25%;
  line-height: 66px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: capitalize;
}
.facility-tour .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  height: fit-content;
}
.facility-tour .facility-tour-img-wraper {
  height: 100%;
}
.discovr-sec {
  padding: 80px 0px;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
  background-image: url(../../assets/images/wave-shape-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.discovr-sec h2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 64px;
  color: #3a464c;
  margin-bottom: 24px;
  padding: 0px 15%;
}
.discovr-sec p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 40px;
}
.discovr-top-contnt {
  padding: 0px 15%;
}
/* video */
.discovr-sec .video-player-wrapper {
  position: relative;
  padding: 10px;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: inline-block;
}
.discovr-sec .video-player {
  position: relative;
  width: 900px;
  height: 450px;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.discovr-sec .video-player::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  visibility: hidden;
}
.discovr-sec .video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.discovr-sec .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.discovr-vdo-contnt {
  position: absolute;
  inset: 0;
  content: "";
  top: 40%;
  transform: translateY(-40%);
  z-index: 4;
  visibility: hidden;
}
.discovr-vdo-contnt a::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 90px;
  height: 2px;
  bottom: -4px;
}
.discovr-vdo-contnt p,
.discovr-vdo-contnt a {
  font-size: 30px;
  font-weight: 500;
  line-height: 46px;
  color: #fff;
  margin-bottom: 24px;
  padding: 0px 10%;
}
.discovr-vdo-contnt a {
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}
.discovr-vdo-contnt a > span {
  margin-left: 10px;
}
.discovr-vdo-contnt a > span i {
  font-size: 18px;
}
.slide-facility .owl-nav {
  display: none;
}
.slide-facility .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: var(--border-radius);
  background-color: #f1ad42;
  margin: 0px 8px;
  opacity: 0.6;
  transition: 0.3s ease-in;
  margin-top: 40px;
}
.slide-facility .owl-dots .owl-dot.active {
  width: 60px;
  opacity: 1;
  border-radius: var(--border-radius) 20px;
}
.facilty-room-imge .image-box img {
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  transition: 0.3s ease;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.facilty-room-imge .image-box:hover img {
  opacity: 1;
  transform: scale(1.03);
}
.facilty-room-imge .image-box {
  overflow: hidden;
  height: 230px;
  border-radius: var(--border-radius);
}
.facilty-room-imge > .row .custm-colmn {
  padding: 0px 8px;
  margin-bottom: 15px;
}
.facilty-th-room {
  background-color: #cfd6ce;
  padding: 80px 0px;
  font-family: "Alegreya Sans", sans-serif;
}
.facilty-th-room .mission-contnt > h2 {
  margin-bottom: 24px;
  text-align: right;
}
.facilty-healing-garden .mission-contnt > h2 {
  margin-bottom: 24px;
}
.facilty-th-room .mission-contnt > p,
.facilty-healing-garden .mission-contnt > p {
  color: #3a464c;
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
  margin-bottom: 60px;
  text-align: right;
}
.facilty-healing-garden {
  padding: 80px 0;
  /* background: linear-gradient(to bottom, rgba(255, 246, 235, 1) 0%, rgba(255, 246, 235, 1) 89%, rgba(255, 255, 255, 1) 100%); */
  background-color: #cfd6ce;
  font-family: "Alegreya Sans", sans-serif;
}
.facilty-healing-garden .mission-contnt > h2,
.facilty-healing-garden .mission-contnt > p {
  text-align: left;
}
.custm-colmn-full .image-box a {
  display: block;
}
.custm-colmn-full .image-box a img {
  width: 100%;
}
.custm-colmn-full .image-box {
  height: 300px;
}
.facilty-th-room .row .col-lg-7 {
  padding-right: 30px;
}
.facilty-healing-garden .row .col-lg-7 {
  padding-left: 30px;
}
.facilty-healing-garden .mission-contnt > p,
.facilty-th-room .mission-contnt > p {
  margin-bottom: 30px;
}
.facilty-healing-garden .mission-contnt,
.facilty-th-room .mission-contnt {
  padding-left: 0px;
}
/* ======= */
/* .fancy-box .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-items: center;
  grid-gap: 0;
} */

.facilty-room-imge .fancy-box .item {
  width: 100%;
  overflow: hidden;
  background: #000;
}
.facilty-room-imge .fancy-box img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
}
.facilty-room-imge .fancy-box img:hover {
  opacity: 1;
  transform: scale(1.03);
}
/* .menu-header-menu>li .nav-link:hover .sub-menu.dropdown-menu{
  display: block !important;
} */
/* page-group-therap */
.page-group-therapy .detox {
  padding: 80px 0px 60px 0px;
}
.page-group-therapy .safe-head > ul li,
.navigating-treatment .navigating-treatment-1st-row ul > li {
  margin-left: 15px;
  font-size: 20px;
  color: #3a464c;
  font-weight: 400;
  list-style: disc;
}
.page-group-therapy .safe-head > ul,
.safe .health p {
  margin-bottom: 30px;
}
.page-group-therapy .safe-head {
  margin-bottom: 20px;
}
.page-group-therapy .safe-head p {
  margin-bottom: 15px;
}
.page-group-therapy .safe .health h3 {
  line-height: 42px;
  margin-bottom: 24px;
}
.page-group-therapy .support-head h2 {
  text-align: center;
}
.page-group-therapy .support,
.page-aftercare-and-alumni .support {
  padding-bottom: 20px;
}
.page-group-therapy .common-drug {
  padding-top: 20px;
}
.page-group-therapy .setting-head h2,
.page-aftercare-and-alumni .setting-head h2,
.page-residential .recv-head h2,
.page-dual-diagnosis .recv-head h2,
.page-family-therapy .safe-head h2 {
  text-align: left;
  margin-bottom: 10px;
}
.page-group-therapy .setting .setting-head,
.page-aftercare-and-alumni .setting-head,
.page-dual-diagnosis .recv-head,
.page-family-therapy .setting-head {
  align-items: flex-start;
}
.page-group-therapy .setting-head p,
.page-aftercare-and-alumni .setting-head p,
.page-aftercare-and-alumni .factor-head p,
.page-group-therapy .factor-head p,
.page-dual-diagnosis .factor-head p,
.page-dual-diagnosis .withdrawl-head p,
.page-family-therapy .setting-head p,
.page-family-therapy .withdrawl-head p,
.page-family-therapy .factor-head p {
  margin-bottom: 20px;
  text-align: left;
}
.page-group-therapy .setting-head > ul li,
.page-aftercare-and-alumni .health ul li,
.page-aftercare-and-alumni .setting-head ul li,
.page-aftercare-and-alumni .factor-head ul li,
.page-group-therapy .factor-head ul li,
.page-residential .recv-head li,
.page-dual-diagnosis .factor-head ul li,
.page-dual-diagnosis .recv-head li,
.page-cognitive-behavioral-therapy .health ul li,
.page-cognitive-behavioral-therapy .safe-head ul li,
.page-family-therapy .safe-head ul li,
.page-family-therapy .health ul li,
.page-family-therapy .setting-head ul li,
.page-family-therapy .withdrawl-head ul li,
.page-family-therapy .factor-head ul li,
.page-aftercare-and-alumni .recovery .recv-head ul li,
.page-aftercare-and-alumni .recovery .accordion .accordion-body ul li,
.page-dual-diagnosis .program .prog-card-text ul li,
.page-dual-diagnosis .safe-head ul li,
.page-group-therapy .safe .health ul li,
.page-group-therapy .withdrawl-head ul li,
.page-group-therapy .safe-head > ul li,
.page-heroin-addiction
  .navigating-treatment
  .navigating-treatment-1st-row
  ul
  > li {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 400;
  margin-bottom: 8px;
  margin-left: 16px;
  list-style: disc;
  text-align: left;
}
.page-aftercare-and-alumni .safe-head h2,
.page-residential .withdrawl .withdrawl-head > h2 {
  padding-right: 10%;
}
.page-aftercare-and-alumni .support-head p,
.page-group-therapy .support-head p,
.page-holistic-healing-therapies .support-head p,
.page-cognitive-behavioral-therapy .support-head p,
.page-family-therapy .support-head p {
  padding: 0px 0%;
}
.page-aftercare-and-alumni .inner-banner .banner-head h1,
.page-family-therapy .inner-banner .banner-head h1 {
  padding: 0px 10%;
}
.page-dual-diagnosis .withdrawl-head h2,
.page-family-therapy .safe-head h2 {
  padding-right: 0%;
}
.support-list {
  gap: 20px;
}
.support-list span {
  font-size: 16px;
  line-height: 30px;
}
.page-dual-diagnosis .recv-head p,
.page-family-therapy .setting-head h2 {
  text-align: left;
}
.page-cognitive-behavioral-therapy .safe-head p {
  margin-bottom: 30px;
}
.page-cognitive-behavioral-therapy .common-drug,
.page-aftercare-and-alumni .common-drug {
  padding-top: 30px;
}
.page-family-therapy .setting .setting-head {
  padding: 0px 0%;
}
.factor-head strong > a {
  color: #3a464c;
  font-weight: 600;
}
.support-list li,
.page-detox .support-list li {
  display: flex;
}
.support-list li span:first-child {
  height: 52px;
  display: inline-block;
  border-radius: 100%;
  width: calc(100% - 50px);
  text-align: start;
  align-content: flex-start;
  flex: 1;
}
.support-list li span:first-child img {
  width: 26px;
}
/* facility-end */
.why-choose-card.slide-why-choose-card .owl-item > .col-lg-4 {
  width: 100%;
}
.why-choose-card.slide-why-choose-card .owl-stage-outer {
  padding: 0;
}
.slide-why-choose-card .owl-nav {
  position: relative;
  top: -60px;
}
.slide-why-choose-card.owl-carousel .owl-nav button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  background: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius1);
  transition: 0.3s ease-in;
  opacity: 1;
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
}
.slide-why-choose-card.owl-carousel .owl-nav button:hover,
.slide-why-choose-card.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #f2ad42;
  opacity: 0.8;
}
.slide-why-choose-card.owl-carousel .owl-nav button.owl-prev {
  background: #fff;
}
.slide-why-choose-card .owl-nav.disabled {
  display: block;
}
.slide-why-choose-card .owl-nav .owl-prev {
  left: -70px;
}
.slide-why-choose-card .owl-nav .owl-next {
  right: -70px;
}
.opportunities-section .job-card span {
  width: 68px;
  height: 68px;
  border-radius: var(--border-radius);
  background: #f2ad42;
  text-align: center;
  display: inline-block;
}
/* menu-design */
.navbar-main .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}
.navbar-main nav .navbar-nav li a {
  margin: 0px 0px;
}
.navbar-nav .dropdown > button.dropdown-toggle {
  padding: 0 0px;
}
nav .navbar-nav .nav-item {
  margin: 0px 20px;
}
nav .navbar-nav .nav-item > .dropdown-menu .nav-item {
  margin: 0px 0px;
  width: 100%;
}
nav .navbar-nav .nav-item > .dropdown-menu .nav-item .nav-link {
  display: block;
  padding: 10px 20px;
}
nav .navbar-nav .nav-item > .dropdown-menu .nav-item {
  border-bottom: 1px solid #ddd;
}
nav .navbar-nav .nav-item > .dropdown-menu .nav-item:last-child {
  border-bottom: 1px solid transparent;
}
/* menu-design-end */
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  width: 280px;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--border-radius) 0.25rem;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease; /* slower */
  opacity: 0;
}
input.wpcf7-submit {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* your styles */
}
/* Navbar basic styles */
.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
}
/* Dropdown menu */
.navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: var(--border-radius) 0.25rem;
}
/* Dropdown items */
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #f1f1f1;
  color: #000;
}
/* Dropdown toggle button (arrow) */
.navbar-nav .dropdown > button.dropdown-toggle {
  background: none;
  border: none;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}
.navbar-nav .dropdown > button.dropdown-toggle i {
  font-size: 0.8rem;
  color: #333;
  font-size: 20px;
  margin-left: 2px;
}
/* Align parent link and arrow inline */
.navbar-nav .dropdown > a.nav-link {
  display: inline-block;
}
.top-bar .lft-social > .call {
  display: none;
}
/*  why-chs-desert-start*/
.benefits-section {
  font-family: "Alegreya Sans", sans-serif;
  text-align: center;
  padding: 60px 0%;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
}
.benefits-section h2 {
  padding-right: 0%;
  text-transform: capitalize;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.why-chs-desert .benefit-card {
  background: #fff;
  border-radius: var(--border-radius) 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
  text-align: left;
  transition: transform 0.3s, box-shadow 0.3s;
}
.why-chs-desert .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.benefit-card a {
  color: #f2ad42;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.benefit-card.dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: var(--border-radius) 10px;
}
.benefit-card.dark .benefit-content {
  position: relative;
  z-index: 2;
}
.benefit-card.dark a {
  color: #00baff;
}
.benefit-card.highlight {
  background: #94c29d;
  color: white;
  text-align: center;
}
.benefit-card.highlight a {
  display: inline-block;
  background: #fff;
  color: #f2ad42;
  padding: 10px 24px;
  border-radius: var(--border-radius) 25px;
  margin-top: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.why-chs-desert .benefit-card h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  max-width: 100%;
  line-height: 28px;
  margin-bottom: 0px;
}
.page-addiction-treatment .inner-treat-slider .item p {
  height: 300px;
  overflow-y: scroll;
}
.page-addiction-treatment .inner-treat-slider .item p::-webkit-scrollbar {
  /* width: 0 !important;  */
  display: none;
}
.page-addiction-treatment .inner-treat-slider .item p:hover::-webkit-scrollbar {
  overflow-y: scroll;
  cursor: grab;
  display: inline-block;
}
.page-addiction-treatment
  .inner-treat-slider
  .item
  p:hover::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: var(--border-radius) 10px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.page-addiction-treatment
  .inner-treat-slider
  .item
  p:hover::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.page-addiction-treatment .inner-treat-slider .item p::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.05);
  border-radius: var(--border-radius) 10px;
}
.page-addiction-treatment .we-under-contnt-info h2 {
  color: #3a464c;
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 16px;
}
.page-addiction-treatment .admission-banner .container {
  top: 50% !important;
  transform: translateY(-50%);
}
nav .btn-outline-success:active:focus {
  box-shadow: transparent;
}
/* .page-insurance-verification .verify-banner */
.page-insurance-verification .verify-cont-page {
  padding: 80px 25%;
  font-family: "Alegreya Sans", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(206, 214, 206, 1) 0%,
    rgba(206, 214, 206, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
}
.page-insurance-verification .verify-cont-page h2 {
  color: #3a464c;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: -1px;
}
.page-insurance-verification .verify-cont-page button {
  outline: none;
  border: none;
}
.page-insurance-verification .verify-cont-page button {
  padding: 13px 30px !important;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.page-insurance-verification .verify-cont-page button:hover {
  background-color: #94c29d;
}
.page-insurance-verification .verify-cont-page .row.mb-3 input,
.page-insurance-verification .verify-cont-page .row.mb-3 textarea,
.page-insurance-verification .verify-cont-page .row.mb-3 select {
  border: 1px solid gray;
  width: 100%;
  padding: 12px 22px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
  border-radius: var(--border-radius) 29px;
  background-color: #fff;
  color: #6d6d6d;
  font-size: 16px;
  outline: none;
}
.page-insurance-verification
  .verify-cont-page
  .wpcf7-form
  .floating-label
  .wpcf7-form-control:focus {
  box-shadow: 0 0 0 3px transparent !important;
}
.page-insurance-verification .verify-cont-page input[type="text"]:focus,
.page-insurance-verification .verify-cont-page input[type="email"]:focus,
.page-insurance-verification .verify-cont-page input[type="date"]:focus,
.page-insurance-verification .verify-cont-page .row.mb-3 select:focus,
.page-insurance-verification .verify-cont-page input[type="tel"]:focus,
.page-insurance-verification .verify-cont-page textarea:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}
.page-insurance-verification .verify-cont-page .mb-3 select {
  background-color: none !important;
}
.page-insurance-verification .verify-cont-page .row.mb-3 .col-md-6,
.page-insurance-verification .verify-cont-page .row.mb-3 .col-12 {
  position: relative;
}
.page-insurance-verification .verify-cont-page .row.mb-3 .col-md-6 label,
.page-insurance-verification .verify-cont-page .row.mb-3 .col-12 label {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 10;
}
.page-insurance-verification .verify-cont-page .row.mb-3 .col-12 label {
  top: 0;
}
.page-insurance-verification .verify-cont-page .row.mb-3 .col-md-6 label {
  top: 4%;
}
.page-insurance-verification .verify-cont-page .row.mb-3 p {
  color: #3a464c;
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
  margin: 10px 0px 10px 0px;
  opacity: 0.9;
}
.page-insurance-verification
  .verify-cont-page
  .row.mb-3
  .col-md-6
  .intl-tel-input {
  width: 100%;
}
.page-insurance-verification .verify-cont-page textarea {
  min-height: 100px;
  resize: vertical;
  border-radius: var(--border-radius) 44.5px;
}
.page-insurance-verification .verify-cont-page form .container .mb-3 {
  margin-bottom: 20px !important;
}
.page-insurance-verification .verify-cont-page button {
  margin-top: 25px;
}
.page-insurance-verification .verify-cont-page button:focus {
  box-shadow: none;
}
.page-insurance-verification .verify-cont-page .wpcf7-spinner {
  position: absolute;
  bottom: 20px;
}
/* animation-input-field */
.page-insurance-verification .verify-cont-page .row.mb-3 .col-md-6 input:focus,
.page-insurance-verification
  .verify-cont-page
  .row.mb-3
  .col-12
  textarea:focus {
  border-color: #f2ad42;
}
.page-insurance-verification
  .verify-cont-page
  .mb-3
  .col-md-6
  input:focus
  + label,
.page-insurance-verification
  .verify-cont-page
  .mb-3
  .col-md-6
  input:not(:placeholder-shown)
  + label {
  top: 0;
  font-size: 12px;
  color: #5b9bd5;
  transform: translateY(-50%);
  background-color: #fff;
  z-index: 2;
}
/* ==== */

.page-insurance-verification .verify-cont-page > .container {
  box-shadow: 0 8px 20px rgb(0 0 0 / 4%);
  border-radius: var(--border-radius) 14px;
  background-color: #fff;
  padding: 40px 10px;
  border-bottom: 5px solid #f2ad42;
}
.page-insurance-verification .verify-info-sec .frist-ifo-pge strong {
  color: #3a464c;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  font-size: 28px;
  display: block;
}
.page-insurance-verification .verify-info-sec .frist-ifo-pge p {
  font-size: 20px;
  line-height: 30px;
  color: #3a464c;
  font-weight: 300;
}
.page-insurance-verification .verify-info-sec .frist-ifo-pge ul > li,
.page-insurance-verification .verify-info-sec .frist-ifo-pge .num-list > li {
  font-size: 18px;
  line-height: 30px;
  color: #3a464c;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 16px;
  list-style: disc;
  text-align: left;
}
.page-insurance-verification .verify-info-sec .frist-ifo-pge .num-list > li {
  list-style: auto;
}
.page-insurance-verification .verify-info-sec .frist-ifo-pge {
  margin: 25px 0px;
}
.page-insurance-verification .verify-info-sec {
  padding: 0px 25% 80px 25%;
  font-family: "Alegreya Sans", sans-serif;
}
.page-insurance-verification .verify-info-sec .verify-info-sec-btn {
  background-color: #f2ad42;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
  text-align: center;
  border-radius: var(--border-radius1);
  margin-top: 20px;
  display: inline-block;
}
.page-insurance-verification .verify-info-sec .verify-info-sec-btn:hover {
  background-color: #94c29d;
}
/* why-chs-desert-end */
.page-substance-use .health-and-hope {
  overflow: hidden;
}
/*  */
.top-to-bottm-arrow .arrow {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
}

.top-to-bottm-arrow .arrow-first {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}

.top-to-bottm-arrow .arrow-second {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
.top-to-bottm-arrow .arrow:before,
.top-to-bottm-arrow .arrow:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.top-to-bottm-arrow .arrow:before {
  transform: rotate(45deg) translateX(-23%);
  transform-origin: top left;
}

.top-to-bottm-arrow .arrow:after {
  transform: rotate(-45deg) translateX(23%);
  transform-origin: top right;
}
/* blog-inner-page start */
.blog-banner {
  position: relative;
  min-height: 300px;
}
.blog-banner-bg {
  position: relative;
}
.blog-banner-bg img {
  width: 100%;
}
.blog-banner .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.blog-banner-head h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  padding: 0 25%;
  text-transform: capitalize;
}
/* =========== blog-post ============ */
.blog-post {
  padding: 50px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.blog-post-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.blog-post-head h2,
.blog-post .category-title {
  font-size: 50px;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding: 0 30%;
  text-align: center;
  color: #3a464c;
  font-weight: 700;
}
.blog-post-head p {
  padding: 0 10%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #3a464c;
  font-weight: 300;
}
.blog-post-row-part .row {
  row-gap: 30px;
}
.blog-post-row-card figure {
  margin-bottom: 0;
}
.blog-post-row-card figure img {
  object-fit: cover;
  height: 300px;
  width: 100%;
}
.blog-post-row-card {
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
  border-radius: var(--border-radius);
  height: 100%;
  transition: 0.3s ease all;
  overflow: hidden;
}
.blog-post-row-card:hover {
  transform: scale(1.05);
}
.blog-post-card-content {
  padding: 20px;
}
.blog-post-date {
  font-size: 18px;
  color: #f2ad42;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.blog-post-date span {
  margin-left: 10px;
  font-weight: 500;
}
.blog-post-card-content h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #3a464c;
  font-weight: 700;
}
.blog-post-card-content h3 > a {
  color: #3a464c;
}
.blog-post-card-content h3 > a:hover {
  color: #f1ad42;
}
.blog-post-date > a i,
.blog-post-date > a span {
  color: #f2ad42;
}
.blog-post-card-content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #666;
}
.blog-post-card-btn {
  display: inline-block;
  border-bottom: 1px solid #3a464c;
  margin-bottom: 10px;
  color: #3a464c;
}
.blog-post-card-btn span {
  text-transform: capitalize;
  font-size: 20px;
}
.blog-post-card-btn i {
  margin-left: 20px;
  font-size: 20px;
}
.blog-post-card-btn:hover {
  color: #f2ad42;
  border-bottom: 1px solid #f2ad42;
}
.page-alcohol-rehab .cmn-btn,
.page-fentanyl-detox-los-angeles .cmn-btn {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 30px;
  color: #fff !important;
  margin-top: 20px;
}
.page-alcohol-rehab .our-substance-cmn-part h3,
.page-alcohol-rehab .our-substance-1st h2 {
  margin: 0px 0px 5px 0px;
  color: #3a464c;
  font-weight: 600;
}
.page-fentanyl-detox-los-angeles .health-and-hope h3 {
  padding: 0;
  color: #3a464c;
}
.page-alcohol-rehab .our-substance-cmn-part > ul {
  margin-bottom: 15px;
}
.page-alcohol-rehab .our-substance-cmn-part h2 {
  margin: 0px 0px 5px 0px;
  color: #3a464c;
  font-size: 28px;
  font-weight: 700;
}
.page-alcohol-rehab .our-substance-cmn-part p,
.page-alcohol-rehab .our-substance-1st p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
}
.page-alcohol-rehab .our-substance-cmn-part ul > li {
  font-size: 18px;
  line-height: 38px;
  color: #3a464c;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 20px;
  list-style: disc;
}
/* our-privacy-policy */
.page-privacy-policy .mis-page,
.page-hipaa-policy .mis-page {
  padding: 60px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 246, 235, 1) 0%,
    rgba(255, 246, 235, 1) 89%,
    rgba(255, 255, 255, 1) 100%
  );
  font-family: "Alegreya Sans", sans-serif;
}
.page-privacy-policy .mis-page h1,
.page-hipaa-policy .mis-page h1 {
  margin-bottom: 12px;
  padding-right: 0%;
}
.page-privacy-policy .mis-page p > strong,
.page-hipaa-policy .mis-page p > strong {
  line-height: normal;
  font-size: 22px;
  margin-top: 7px;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-weight: 700;
  color: #3a464c;
}
.page-privacy-policy .mis-page h2,
.page-privacy-policy .mis-page h3,
.page-hipaa-policy .mis-page h3,
.page-hipaa-policy .mis-page h2 {
  font-size: 26px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 700;
  color: #3a464c;
}
.page-privacy-policy .mis-page h3 {
  margin-bottom: 4px;
}
.page-privacy-policy .mis-page p,
.page-hipaa-policy .mis-page p,
.page-privacy-policy .mis-page ul > li {
  font-size: 18px;
  line-height: 26px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 15px;
  color: #3a464c;
}
.page-privacy-policy .mis-page ul > li {
  margin-bottom: 4px;
}
.page-privacy-policy .mis-page ol > li {
  margin-left: 15px;
  padding-bottom: 7px;
  list-style: auto;
}
.page-privacy-policy .mis-page ul > li a,
.page-privacy-policy .mis-page p a,
.page-hipaa-policy .mis-page ul > li a,
.page-hipaa-policy .mis-page p a {
  color: #3a464c;
  font-weight: 600;
  cursor: pointer;
}
.page-privacy-policy .mis-page ol > li strong {
  color: #3a464c;
}
.page-privacy-policy .mis-page ul > li,
.page-hipaa-policy .mis-page ul > li {
  margin-left: 25px;
  list-style: circle;
}
.page-fentanyl-detox-los-angeles .health-and-hope-2nd h3 {
  margin-right: 50px;
  font-size: 30px;
  line-height: 45px;
  color: #3a464c;
  padding-left: 5%;
}
.page-fentanyl-detox-los-angeles .health-and-hope-2nd p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-left: 5%;
}
/* header-text-animation st*/
.taking-prday {
  text-align: center;
  padding: 0px 0;
}
.taking-prday p {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  margin: 0;
  transition: opacity 0.2s ease-in-out; /* faster fade */
}
.fade-out {
  opacity: 0;
}
.fade-in {
  opacity: 1;
}
/* header-text-animation end*/
/* resources-sec st */
.resources-sec {
  height: 295px;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}
.resources-banner-img-wraper::after {
  content: "";
  position: absolute;
  background: #3a464c;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.resources-banner-img-wraper,
.resources-sec .product-card-imge {
  position: relative;
  height: 100%;
}
.resources-banner-img-wraper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.resources-books {
  padding: 80px 0;
  /* background: #ced6ce; */
  font-family: "Alegreya Sans", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(206, 214, 206, 1) 0%,
    rgba(206, 214, 206, 1) 67%,
    rgba(255, 255, 255, 1) 100%
  );
}
.resources-books-slide .product-card {
  background: #fff;
  border-radius: var(--border-radius) 10px;
  padding: 15px 15px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e9e9e9;
  transition: 0.3s ease-in;
}
.resources-books-slide .product-card:hover .product-name {
  color: #f2ad42;
}
.resources-books-slide {
  margin-top: 50px;
}
/* .resources-books-slide .product-card:hover {
  transform: translateY(-6px);
} */
.resources-sec .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.resources-books p,
.section.intervention-process p,
.resources-hlp-families-sec p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 0px 16%;
  text-align: center;
}
.resources-sec h1 {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  line-height: 66px;
  text-align: center;
  text-transform: capitalize;
}
.resources-books-slide .product-card img {
  max-width: 100%;
  height: 250px;
  margin: 0 auto;
  border-radius: var(--border-radius) 8px;
  margin-bottom: 10px;
  object-fit: unset;
}
/* Heart icon */
.resources-books-slide .heart {
  position: absolute;
  bottom: 54px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: var(--border-radius) 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #f2ad42;
  border: 1px solid #e9e9e9;
  cursor: pointer;
}
.resources-books-slide .product-name {
  font-size: 16px;
  color: #3a464c;
  font-weight: 600;
  margin: 18px 0 8px;
  padding-top: 10px;
}
.resources-books-slide.owl-carousel .owl-dots {
  display: block;
  text-align: center;
}
.resources-books-slide.owl-carousel .owl-nav {
  display: none;
}
.resources-books-slide.owl-carousel .owl-dots .owl-dot.active {
  width: 60px;
  opacity: 1;
  border-radius: var(--border-radius) 20px;
}
.resources-books-slide.owl-carousel .owl-dots button {
  width: 11px;
  height: 11px;
  border-radius: var(--border-radius);
  background-color: #f1ad42;
  margin: 0px 8px;
  opacity: 0.6;
  transition: 0.3s ease-in;
  margin-top: 40px;
}
/* resources-hlp-families-sec */
.resources-hlp-families-sec {
  padding: 50px 0px;
  font-family: "Alegreya Sans", sans-serif;
}
.resources-hlp-families-sec h2,
.support-brand-sec h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 64px;
  color: #3a464c;
  margin-bottom: 10px;
  padding: 0px 0%;
  text-align: center;
}
.section.intervention-process {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: var(--border-radius) 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #f1ad42;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
.section.intervention-process h3 {
  font-size: 24px;
  color: #f1ad42;
  margin-left: 0px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section.intervention-process p {
  text-align: left;
  padding: 0px 0%;
  font-size: 18px;
  line-height: 30px;
}
.resources-hlp-families-sec p {
  margin-bottom: 40px;
}
.trust-accordion[open] summary::before {
  transform: rotate(90deg);
}
.support-groups-slide .brand-support {
  width: 200px;
  height: 95px;
  border-radius: var(--border-radius) 14px;
  border: 1px solid #a1a7ab;
  padding: 20px;
  background: #cfd6ce;
  height: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support-groups-slide .owl-nav,
.support-groups-slide .owl-dots {
  display: none;
}
.page-meth-addiction-treatment .health-and-hope-img-1,
.health-and-hope-img-list figure img {
  border-radius: 15px;
}
.support-brand-sec p {
  font-size: 20px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
  margin-bottom: 50px;
  padding: 0px 16%;
  text-align: center;
}
.support-groups-slide .brand-support img {
  max-width: 200px;
  object-fit: cover;
}
.support-brand-sec {
  padding: 80px 0px;
  background-color: #f7f7f7;
  text-align: center;
}
.support-groups-slide.owl-carousel .owl-item img {
  width: auto;
}
.online-resource-sec .support-groups-slide .brand-support {
  background-color: #94c29d;
  border: 1px solid transparent;
}
.form-group:focus-within label {
  /* background: transparent !important; */
  color: #f2ad42 !important;
}
.banner-contnt .btn-group .call-now-icon {
  display: none;
}
.navbar > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
/*resources sec end */
.ready-to-begin-btn a {
  font-family: Helvetica, Arial, sans-serif;
}
/* blog-inner-page end */
/* mega menu st */
/* .navbar-main nav .max-mega-menu {
  transform: translate(0px, 20px) !important;
} */
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background: #fff !important;
  transform: translateY(22px) !important;
  padding: 20px !important;
  width: 1050px !important;
  left: -60% !important;
}
.navbar-main nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu img {
  border-radius: var(--border-radius) 15px !important;
  height: 300px !important;
  object-fit: cover !important;
  width: 100% !important;
}
.navbar-main nav .mega-menu-wrap .max-mega-menu .mega-menu-item .mega-sub-menu {
  border-radius: var(--border-radius) 15px !important;
  padding: 20px;
}
.navbar-main nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu p {
  color: #3a464c;
  font-size: 30px;
  line-height: normal;
  font-weight: 800;
  font-family: "Alegreya Sans", sans-serif;
  padding-left: 8px;
}
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 18px;
  font-weight: 500;
  color: #3a464c;
  font-family: "Alegreya Sans", sans-serif;
  padding: 0 15px;
}
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  color: #3a464c !important;
  padding: 5px 14px !important;
  transition: 0.3s ease-in;
  font-weight: 500 !important;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 18px;
}
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link:hover,
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  color: #f1ad42 !important;
  font-weight: 500;
  transition: 0.3s ease-in;
  background: #8080801f !important;
  border-radius: 8px !important;
}
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item:hover,
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item:hover {
  border-radius: var(--border-radius) 8px !important;
  /* transform: translateX(5px); */
}
.navbar-main
  nav
  #mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  padding: 6px !important;
  transform: translateY(22px) !important;
  overflow: hidden;
}
.faq-cont .faq .accordion-button:not(.collapsed)::after,
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/faq-down-arrow.png);
  /* transform: scale(1.2); */
  transform: rotate(-180deg);
}
/* mega menu end */
/* 31-10-2025 */
.wpcf7 form .form-group input:focus-visible,
.wpcf7 form .form-group textarea:focus-visible {
  outline: none !important;
  outline-offset: 2px;
}
.wpcf7 form .form-group.focused input,
.wpcf7 form .form-group.focused textarea,
.wpcf7 form .form-group.filled input,
.wpcf7 form .form-group.filled textarea,
.wpcf7 form .form-group:focus-within input,
.wpcf7 form .form-group:focus-within textarea {
  border-color: #f2ad42 !important;
  border: 1px solid;
}
.page-home .home-con-new .form-grid {
  margin-bottom: 0;
}
.page-home .contact-from-sec .btn-submit,
.contact-from-sec .btn-submit {
  margin-top: 0;
}
.page-cocaine-addiction-treatment .health-and-hope-2nd p {
  font-size: 18px;
  line-height: 32px;
  color: #3a464c;
  font-weight: 300;
}
.page-cocaine-addiction-treatment .our-substance-cmn-part p {
  margin-bottom: 20px;
}
.page-about-us .owl-carousel .owl-nav {
  display: block;
  text-align: center;
}
.page-about-us .owl-carousel .owl-nav button {
  margin: 10px 20px;
  color: #3a464c;
  font-size: 40px;
  font-family: "Alegreya Sans", sans-serif;
}
.page-luxury-private-rehab-palm-springs .admission-banner-head h1,
.page-holistic-healing-therapies .inner-banner .banner-head h1,
.page-heroin-addiction .substance-banner h1,
.page-cocaine-addiction-treatment .substance-banner h1 {
  padding: 0 0%;
}
.page-admissions .admission-banner .container {
  top: 30%;
  transform: translateY(-30%);
}
.page-admissions .admission-banner-head h1 {
  padding: 0 0%;
}
.page-admissions .admission-banner-head p {
  margin-bottom: 35px;
}
.page-insurance-verification .wpcf7-form .btn-primary {
  background: #f2ad42;
}
.page-insurance-verification .wpcf7-form .btn-primary:hover {
  background: #94c29d;
  color: #fff;
}
.page-facility-tour .career-sec .job-grid {
  grid-template-columns: repeat(3, 1fr);
}
.wht-we-treat {
  background: linear-gradient(
    to bottom,
    rgba(243, 239, 236, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  );
}
@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 45%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* blog-details st */
.sidebar-block {
  background-color: #f5f5f5;
  box-shadow: 0 0 14px #c6c6c6;
  margin-bottom: 40px;
  border-radius: 15px;
}
.sidebar-block h3 {
  background-color: #3a464c;
  font-size: 20px;
  line-height: 45px;
  color: #fff;
  padding: 0 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-family: var(--font-heading);
}
.sidebar-block ul li {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
  padding: 9px 10px;
}
.sidebar-block ul li a {
  color: #000;
}
.featured-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
.faq-cont-blog-details {
  padding: 30px 0px;
}
.faq-cont-blog-details .container {
  padding: 0 0;
}
.faq-cont-blog-details .faq {
  padding: 0;
}
.faq-cont-blog-details .faq-head h2 {
  text-align: left;
}
.faq-cont-blog-details .faq-head {
  align-items: normal;
}
.why-choose .counter-section .count-box p {
  color: #2a3135;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}
.why-choose .counter-section .count-box p,
.our-exp .count-box,
.wht-we-treat {
  font-family: "Alegreya Sans", sans-serif;
}
.page-insurance-verification .verify-banner-img-wraper img {
  object-fit: initial;
}
.page-insurance-verification .verify-cont-page .row.mb-3 input[type="tel"] {
  padding-left: 50px !important;
}
.page-luxury-private-rehab-palm-springs .consult-card-content h3 {
  margin: 25px 0px 20px 0px;
  font-size: 22px;
}
.verify-cont-page .wpcf7-form .floating-label .wpcf7-form-control {
  padding: 14px 12px !important;
  border-radius: 15px !important;
}
.page-luxury-private-rehab-palm-springs .owl-carousel .owl-item img {
  height: 300px;
  object-fit: cover;
  transition: 0.4s ease;
}
.page-luxury-private-rehab-palm-springs
  .gallery-section-luxury
  .gallery-item:hover
  img {
  transform: translateY(-8px) scale(1.02);
}
.page-luxury-private-rehab-palm-springs
  .gallery-section-luxury
  .fancy-gallry-slide
  .owl-nav
  button {
  font-size: 40px;
  margin: 10px 20px;
}
.page-luxury-private-rehab-palm-springs
  .gallery-section-luxury
  .fancy-gallry-slide
  .owl-nav {
  display: block;
  text-align: center;
}
.page-luxury-private-rehab-palm-springs .gallery-section-luxury {
  padding: 50px 16px 20px 16px;
}
.form-group.text-area {
  margin-top: 0px !important;
}
/* blog-details end */
.page-luxury-private-rehab-palm-springs .why-choose-ad h3 {
  margin: 10px 0px;
}
.mega-menu-primary-menu .blogdet-title-sec {
  background: #fff6eb;
}
.mega-menu-primary-menu .blogdet-title-sec .breadcrumb-wrap p,
.mega-menu-primary-menu .blogdet-title-sec .breadcrumb-wrap p a {
  text-align: left;
  font-size: 14px !important;
  color: #3a464c;
}
.mega-menu-primary-menu .blogdet-title-sec .featured-title {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #3a464c;
  font-family: "Alegreya Sans", sans-serif;
}
.blogdet-title-sec .breadcrumb-wrap .rank-math-breadcrumb {
  padding: 10px 0px;
}
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: inline !important;
}
.page-contact-us .how-to-get-inner .timer-loct .fa {
  display: inline-block;
}
.our-substance-card-content {
  padding: 10px;
}
.page-insurance-verification .wpcf7-form .floating-label .wpcf7-form-control,
.page-insurance-verification .wpcf7-form .floating-label .wpcf7-country-code {
  border: 1px solid #d0d0d0 !important;
}
/* sourv st*/
.verify-cont-page .wpcf7-form .floating-label .wpcf7-form-control:focus,
.wpcf7-form .floating-label .wpcf7-country-code:focus {
  border-color: #f1ab3c !important;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
}
.contact-form-section .wpcf7 form .form-group,
.contact-form-section .wpcf7 form .form-group textarea {
  padding-top: 0;
  margin-bottom: 0;
  border-width: 1px;
  border-radius: var(--border-radius) !important;
}
.contact-form-section .form-group input {
  border-radius: var(--border-radius) !important;
}
.contact-form-section .btn-submit {
  border-radius: var(--border-radius1);
  margin-top: 20px;
}
.contact-from-sec .wpcf7 form .form-group input,
.contact-from-sec .wpcf7 form .form-group textarea {
  border-radius: var(--border-radius) !important;
}
.our-blogs .owl-dots {
  display: block !important;
  transition: all 0.5s;
  padding-top: 29px;
  border-bottom: 4px solid #f0f0f2;
}
.our-blogs .owl-dots button span {
  width: 100px;
  height: 3px;
  display: block !important;
  margin: 0;
  transition: all 0.5s;
  position: relative;
  top: 9px;
}
.our-blogs .owl-dots.active button span {
  background: #fff !important;
  transition: all 0.5s;
}
.our-blogs .owl-dots button.active span {
  background: #f1ad42 !important;
  transition: all 0.5s;
}
.link-text p a,
.our-substance-cmn-part h3 a,
.link-text li a {
  color: #f1ad42;
  font-weight: 500;
}
.link-text .our-substance-card-content:hover p > a,
.link-text .our-substance-card-content:hover {
  color: #f1ad42;
  cursor: pointer;
}
.our-substance-card-content > p,
.our-substance-card-content p > a {
  font-size: 18px;
  font-weight: 400;
  color: #4a555a;
}
.wpcf7 form .form-group::after {
  background: transparent !important;
}
.wpcf7 form .form-group label {
  top: 50% !important;
}
.wpcf7 form .form-group.focused label,
.wpcf7 form .form-group.filled label {
  left: 0px !important;
  top: -10px !important;
  color: #f2ad42 !important;
}
.wpcf7 .invalid .form-group label {
  top: 35% !important;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px !important;
  font-weight: normal;
  display: block;
  padding-top: 0px !important;
  text-align: left;
}
.form-group.text-area {
  margin-top: 28px;
}
.wpcf7 form .form-group textarea {
  resize: none !important;
}
.wpcf7 form .form-group {
  margin-bottom: 0px;
}

.wpcf7-spinner {
  margin: -8px 24px;
}
.home-con-new .wpcf7 form .form-group:focus-within label,
.home-con-new .wpcf7 form .form-group input:valid + label {
  top: -7% !important;
  border-radius: var(--border-radius);
  border-color: #fff !important;
  position: absolute !important;
  left: 0;
}
.home-con-new .wpcf7-form .invalid {
  top: 45% !important;
}

.fancybox-image,
.fancybox-spaceball {
  border-radius: var(--border-radius) !important;
}
.home-banner-image img {
  width: 100%;
  height: 100%;
}
.company-map p {
  padding: 0;
}
.home-con-new .wpcf7 form .form-group.filled label {
  background: #ffffff !important;
  border-radius: 30px;
}
.footer-menu .contact-details li a {
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-menu .contact-details li a i {
  background: #f2ad42;
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 100%;
  font-size: 13px;
}
.footer-menu .contact-details {
  margin-bottom: 26px;
}
.home-con-new .wpcf7 .new-inv.filled label {
  top: -8px !important;
  left: 8px !important;
  font-size: 12px !important;
  color: #000 !important;
}
.home-con-new .wpcf7 form .form-group.new-inv input:focus + label {
  top: -8px;
  left: 8px;
  font-size: 12px;
  color: #000;
}
.home-con-new .wpcf7 form .form-group.new-inv input:valid + label {
  top: -8px;
  left: 8px;
  font-size: 12px;
  color: #000;
}
.home-con-new .wpcf7 form .form-group input:not(:placeholder-shown) + label {
  top: -8px !important;
  left: 8px !important;
  font-size: 12px !important;
  color: #000 !important;
}
.popup-content .form-group span input {
  border-radius: var(--border-radius) !important;
  border: 1px solid #ccc !important;
}
.wpcf7-form.consultation-form.invalid span {
  margin-bottom: 12px;
}
.popup-content .form-group.text-area span {
  margin-bottom: 6px;
}
.popup-content .wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid #00a0d2;
}
.home-con-new .wpcf7-spinner {
  margin: 1px 25px !important;
  position: relative;
  top: 8px !important;
}
.home-con-new .form-grid {
  margin-bottom: 16px;
}
.home-con-new .form-group.text-area {
  margin-top: 21px;
}
.home-con-new .wpcf7-form.consultation-form.invalid span {
  margin-bottom: 0;
}
/* sourv end */
/* Sidebar adjustments */
.sticky-wrap {
  position: relative;
}
.sticky-spacer {
  height: 0;
  width: 100%;
  display: block;
}
#stickySidebar {
  width: 100%;
  will-change: transform, top;
  transition: transform 0.18s ease-out;
}
.page-resources .resources-hlp-families-sec .section.intervention-process {
  height: 340px;
}
.hlp-families-btnn-parent {
  text-align: center;
}
.hlp-families-btnn-parent .hlp-families-btnn.cmn-btn {
  margin-top: 15px;
}

/* about-mission-sec-new */
.about-mission-sec-new {
  position: relative;
  font-family: "Alegreya Sans", sans-serif;
}
.abt-mission-new-bg {
  position: relative;
}
.abt-mission-new-bg img {
  width: 100%;
  height: 495px;
  object-fit: cover;
}
.abt-mission-new-bg::after {
  content: "";
  position: absolute;
  background: #3a464c;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
.about-mission-sec-new .container {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.about-mission-sec-new .about-mission-sec-new-head {
  padding: 0px 21%;
}
.about-mission-sec-new-head h2 {
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px;
}
.about-mission-sec-new-head p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.about-mission-sec-new-row {
  padding: 20px;
  background: #fff6eb;
  border-radius: 20px;
  position: relative;
  top: 30%;
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
}
.abt-card-title {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}
.abt-card-title img {
  width: 10%;
  margin-top: -12px;
}
.abt-card-title h3 {
  margin-left: 15px;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-block;
}
.about-mission-sec-new-row-card {
  padding: 0 25px;
}
.about-mission-sec-new-row-card p {
  font-weight: 500;
  text-align: center;
}
.page-family-therapy .journey {
  margin-top: 0px;
}
.page-family-therapy .program {
  padding: 40px 0px;
}
.page-mental-health .minimizing-risk i {
  font-style: normal;
}

/* mental health page */
.page-mental-health .safe {
  padding: 20px 0px;
}
.safe-head p {
  font-size: 18px;
}
.safe .health p {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-mental-health .common-drug {
  padding: 20px 0px;
}
.desert-commitmnt {
  padding-bottom: 0px;
}
.desert-commitmnt p {
  margin-bottom: 0px;
}
.contact-from-sec.inner-cont {
  padding-top: 0px;
  padding-bottom: 45px !important;
}

.page-residential .support,
.page-group-therapy .support {
  padding-bottom: 0px;
}
.page-residential .recovery {
  padding-top: 0px;
}
.page-residential .why-choose-second {
  padding-top: 0px;
}
.page-dual-diagnosis .detox-head h2 a {
  color: #3a464c;
}
.page-dual-diagnosis .common-drug {
  padding-top: 0px;
}
.page-dual-diagnosis .cmn-drug-list li span {
  font-size: 18px;
}
.page-aftercare-and-alumni .support,
.page-holistic-healing-therapies .support,
.page-cognitive-behavioral-therapy .support {
  padding-bottom: 0px;
}
.page-aftercare-and-alumni .program,
.page-group-therapy .program {
  padding-top: 0px;
}
.page-family-therapy .support {
  padding-bottom: 20px;
}
.page-addiction-treatment .insurance-verify-right {
  font-family: "Alegreya Sans", sans-serif;
}
.page-addiction-treatment .insurance-verify-right h2 {
  margin-bottom: 24px;
  color: #3a464c;
  font-size: 50px;
  font-weight: 800;
}
.page-addiction-treatment .insurance-verify-right p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: 300;
}
.page-family-therapy .faq-cont .accordion-body a {
  color: #f2ad42;
}
.page-treatment .faq-cont .accordion-body a,
.page-heroin-addiction .our-substance-1st h2 a {
  color: #f1ad42;
}
.page-dual-diagnosis .support .support-list {
  justify-content: center;
  column-gap: 70px;
}
.page-dual-diagnosis .support .support-list li span:first-child {
  height: unset;
}
.page-addiction-treatment .insurance-verify .row {
  align-items: center;
}
.page-addiction-treatment .insurance-verify .insurance-verify-lft p {
  margin-bottom: 15px;
}
.page-12-step-program .common-drug .break-free {
  height: unset;
}
.page-12-step-program .common-drug .break-free-addiction p {
  text-align: center !important;
  font-size: 18px;
}
.page-12-step-program .safe-head ul {
  padding-left: 10px;
}
.page-dual-diagnosis .program .prog-card-text ul li {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 300;
}
.page-dual-diagnosis .common-drug-head h2 {
  text-align: left;
}
.page-group-therapy .safe .row figure {
  height: 100%;
}
.page-group-therapy .setting {
  padding: 40px 0px;
}
.page-group-therapy .setting-head p {
  margin-bottom: 0px;
}
.page-group-therapy .withdrawl-head p {
  margin-bottom: 15px;
}
.page-group-therapy .why-choose-second {
  padding-top: 0px;
}
.page-kratom-addiction-treatment-desert-willow-wellness .substance-banner h1,
.page-marijuana-addiction-treatment-desert-willow-wellness
  .substance-banner
  h1 {
  padding: 0px;
}
/* what we treat */

.health-and-hope-1st {
  margin-bottom: 0px;
}
.health-and-hope-1st p {
  margin-bottom: 15px;
}
.health-and-hope h2 {
  margin-bottom: 24px;
  line-height: 50px;
}
.break-free {
  justify-content: center;
}
.our-substance-1st ul li,
.our-substance-cmn-part ul li {
  font-weight: 300;
}
.page-substance-use .abuse-treatment,
.page-fentanyl-detox-los-angeles .abuse-treatment {
  padding-bottom: 0px;
}
.page-substance-use .abuse-treatment .cntent h2 {
  margin-bottom: 24px;
}
.page-substance-use .abuse-treatment .cntent p,
.page-fentanyl-detox-los-angeles .abuse-treatment-1st p {
  margin-bottom: 15px;
}
.page-substance-use .our-substance-1st h2 {
  margin-bottom: 24px;
}
.post_content .break-free {
  padding: 30px 5%;
  margin: 30px 0px;
  height: unset;
}
.post_content .break-free h3 {
  font-size: 30px !important;
  margin-bottom: 15px !important;
  color: #ffffff !important;
  padding: 0px 22%;
  line-height: 40px;
}
.post_content .break-free.cta-blog-title h3 {
  padding: 0px 0%;
}
.post_content .break-free .cmn-btn {
  padding: 5px 30px;
}
.mega-menu-primary-menu .post_content h3 a,
.mega-menu-primary-menu .post_content h2 a {
  color: #f1ad42;
}
.page-fentanyl-detox-los-angeles .cmn-btn {
  margin-top: 0px;
}
.page-fentanyl-detox-los-angeles .break-free h2 {
  margin-bottom: 24px;
}
.page-fentanyl-detox-los-angeles .break-free p {
  font-size: 18px;
}
.page-addiction-treatment .insurance-verify .insurance-verify-lft ul li,
.page-addiction-treatment .why-choose-ad ul li,
.page-meth-addiction-treatment .health-and-hope-3rd ul li {
  font-weight: 300 !important;
}
.page-meth-addiction-treatment .health-and-hope-1st {
  margin-bottom: 50px;
}
.page-meth-addiction-treatment .health-and-hope-3rd h3 a {
  color: #f1ad42;
}
.page-meth-addiction-treatment .break-free .break-free-addiction h2 {
  margin-bottom: 24px;
}
.page-meth-addiction-treatment .break-free .break-free-addiction p {
  font-size: 18px;
}
.round-circle-health-hope {
  display: none;
}
.button-wrapper {
  display: flex;
  gap: 20px;
}
.page-aftercare-and-alumni .safe {
  padding-top: 40px;
}
.page-aftercare-and-alumni .detox-head p,
.page-aftercare-and-alumni .safe-head p {
  margin-bottom: 15px;
}
.page-aftercare-and-alumni .common-drug {
  padding: 30px 0px;
}
.page-aftercare-and-alumni .break-free {
  margin-top: 0px;
  padding: 30px;
  height: unset;
}
.page-aftercare-and-alumni .setting {
  padding: 30px 0px;
}
.page-aftercare-and-alumni .setting-head h2 {
  margin-bottom: 24px;
}
.page-aftercare-and-alumni .setting-head p {
  margin-bottom: 15px;
}
.page-aftercare-and-alumni .setting-head ul li,
.page-aftercare-and-alumni .factor-head ul li,
.page-aftercare-and-alumni .health ul li,
.page-aftercare-and-alumni .recovery .recv-head ul li,
.page-family-therapy .safe-head ul li,
.page-family-therapy .safe .health ul li,
.page-family-therapy .setting-head ul li,
.page-family-therapy .withdrawl-head ul li,
.page-family-therapy .factor-head ul li,
.page-residential .recv-head ul li,
.page-dual-diagnosis .safe-head ul li,
.page-dual-diagnosis .recv-head ul li,
.page-relapse-prevention-therapy .safe .health ul li,
.page-12-step-program .safe .safe-head ul li,
.page-12-step-program .safe .health ul li,
.page-12-step-program .safe .drug-alcohol ul li,
.page-12-step-program .withdrawl .withdrawl-head ul li,
.page-group-therapy .safe .safe-head ul li,
.page-group-therapy .safe .health ul li,
.page-group-therapy .setting-head > ul li,
.page-group-therapy .withdrawl-head ul li,
.page-cognitive-behavioral-therapy .safe-head ul li {
  font-weight: 300;
}
.safe .drug-alcohol ul li {
  font-weight: 300 !important;
}
.page-aftercare-and-alumni .support {
  padding: 40px 0px;
}
.page-aftercare-and-alumni .program {
  padding-bottom: 40px;
}
.page-aftercare-and-alumni .program .journey {
  margin-top: 0px;
  height: unset;
  padding: 50px;
}
.page-aftercare-and-alumni .withdrawl-head p,
.page-family-therapy .detox-head p,
.page-family-therapy .safe-head p,
.page-family-therapy .setting-head p,
.page-family-therapy .support-head p,
.page-detox .detox-head p,
.page-detox .safe-head p,
.page-residential .safe-head p,
.page-residential .withdrawl-head p,
.page-residential .factor-head p,
.page-group-therapy .setting-head p {
  margin-bottom: 15px;
}
.page-aftercare-and-alumni .factor-head h2 {
  font-weight: 700;
  color: #3a464c;
  margin-bottom: 24px;
}
.page-aftercare-and-alumni .recv-head p,
.page-detox .safe .drug-alcohol p,
.page-residential .safe .drug-alcohol p,
.page-residential .common-drug-head p,
.page-residential .recv-head p,
.page-residential .why-choose-head p {
  margin-bottom: 15px;
  font-size: 18px;
}
.page-aftercare-and-alumni .why-choose-second {
  padding-top: 0px;
}
.page-aftercare-and-alumni .withdrawl {
  padding-bottom: 10px;
}
.page-aftercare-and-alumni .health h2 {
  font-weight: 700;
  color: #3a464c;
  margin-bottom: 24px;
}
.page-aftercare-and-alumni .common-drug .break-free h2,
.page-family-therapy .common-drug .break-free h2,
.page-residential .common-drug-head h2,
.page-residential .support-head h2,
.page-residential .recv-head h2,
.common-drug-head h2 {
  margin-bottom: 20px;
}
.page-aftercare-and-alumni .common-drug .break-free p,
.page-family-therapy .common-drug .break-free p {
  font-size: 18px;
  margin-bottom: 20px;
}
.break-free p {
  font-size: 18px;
}
.page-family-therapy .safe {
  padding: 65px 0px 30px 0px;
}
.page-family-therapy .safe .health h3,
.page-detox .safe .health h3,
.page-detox .safe .drug-alcohol h3,
.page-residential .safe .health h3,
.page-residential .safe .drug-alcohol h3,
.page-residential .factor-head h3,
.page-12-step-program .withdrawl .withdrawl-head h3,
.factor-head h3 {
  margin-bottom: 24px;
}
.page-family-therapy .common-drug {
  padding: 0px;
}
.page-family-therapy .setting-head h3 {
  margin-bottom: 24px;
}
.page-family-therapy .setting {
  padding: 30px 0px;
}
.page-family-therapy .support {
  padding: 30px 0px 0px 0px;
}
.page-family-therapy .support-head h2,
.page-detox .common-drug-head h2,
.page-residential .journey-content h2,
.page-dual-diagnosis .recv-head h2,
.setting .setting-head h2 {
  margin-bottom: 20px;
}
.page-family-therapy .break-free {
  padding: 30px;
  height: unset;
}
.page-family-therapy .withdrawl {
  padding-bottom: 10px;
}
.page-family-therapy .why-choose-second {
  padding-top: 0px;
}
.detox {
  padding: 85px 0px 65px 0px;
}
.page-detox .common-drug-head p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.page-detox .cmn-drug-list li span {
  font-size: 18px;
}
.page-detox .detox {
  padding: 85px 0px;
}
.page-detox .safe,
.page-detox .common-drug {
  padding: 65px 0px;
}
.page-detox .common-drug {
  padding-bottom: 30px;
}
.page-detox .setting {
  padding-top: 30px !important;
}
.page-detox .setting-head p,
.page-residential .setting-head p {
  margin-bottom: 50px;
}
.page-detox .program {
  padding-bottom: 50px;
}
.page-detox .withdrawl {
  padding-top: 50px;
}
.page-detox .risk {
  margin-bottom: 50px;
  margin-top: 50px;
}
.page-detox .minimizing-risk p {
  margin-bottom: 0px;
}
.page-detox .why-choose-second {
  padding-top: 0px;
}
.page-detox .break-free {
  height: unset;
  margin-top: 70px;
}
.page-detox .break-free p {
  margin-bottom: 20px;
}
.page-detox .setting {
  padding-top: 65px;
}
.conc-foot-new .right-panel h2 {
  margin: 45px 0px;
}
.page-residential .detox,
.page-relapse-prevention-therapy .detox {
  padding-bottom: 150px;
}
.page-residential .safe {
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-residential .common-drug {
  padding-top: 50px;
}
.page-residential .break-free {
  margin-top: 60px;
}
.page-residential .common-drug {
  padding-bottom: 50px;
}
.page-residential .setting {
  padding-top: 20px;
}
.page-residential .setting {
  padding-bottom: 60px;
}
.page-residential .support,
.page-residential .withdrawl {
  padding-top: 60px;
}
.page-residential .program {
  padding-bottom: 60px;
}
.page-residential .journey-content p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.safe {
  padding: 60px 0px 60px 0px;
}
.safe-head p {
  margin-bottom: 15px !important;
}
.break-free {
  margin-top: 60px;
}
.break-free-addiction p {
  margin-bottom: 20px;
}
.break-free .break-free-addiction h2 {
  margin-bottom: 20px;
}
.common-drug {
  padding: 50px 0px;
}
.common-drug .row {
  padding-top: 0px;
}
.program {
  padding-bottom: 70px;
}
.support {
  padding: 50px 0px;
}
.recovery {
  padding-top: 50px;
}
.recovery .recv-head p,
.why-choose-second .why-choose-head p {
  font-size: 18px;
  margin-bottom: 15px;
}
.safe .health h2 {
  margin-bottom: 24px;
  color: #3a464c;
  font-weight: 700;
}
.safe .health p {
  margin-bottom: 15px;
}
.safe .health ul li {
  font-weight: 300;
}
.safe .drug-alcohol h2 {
  color: #3a464c;
  font-weight: 700;
  margin-bottom: 24px;
}
.safe .drug-alcohol p {
  font-size: 18px;
}
.page-relapse-prevention-therapy .program {
  padding-top: 20px;
  padding-bottom: 60px;
}
.detox .detox-head p {
  margin-bottom: 15px;
}
.page-group-therapy .setting {
  padding: 60px 0px;
}
.withdrawl .factor-head p {
  margin-bottom: 15px;
}
.page-group-therapy .withdrawl {
  padding-top: 60px;
}
.page-holistic-healing-therapies .withdrawl-head p {
  margin-bottom: 0px;
}
.page-holistic-healing-therapies .why-choose-second {
  padding-top: 0px;
}
.why-choose-card {
  margin-top: 50px;
}
.page-holistic-healing-therapies .withdrawl {
  padding-bottom: 0px;
}
.safe .health h3 {
  margin-bottom: 24px;
}
.page-cognitive-behavioral-therapy .setting {
  padding-top: 20px;
}
.page-cognitive-behavioral-therapy .setting .setting-head p {
  margin-bottom: 50px;
}
.detox-program h3 {
  margin-bottom: 24px;
}
.page-cognitive-behavioral-therapy .setting .setting-list {
  margin-bottom: 24px;
}
.page-cognitive-behavioral-therapy .setting .col-lg-8 p {
  font-size: 18px;
  font-weight: 300;
}
.page-cognitive-behavioral-therapy .setting {
  padding-bottom: 40px;
}
.page-cognitive-behavioral-therapy .program {
  padding-bottom: 60px;
}
.page-cognitive-behavioral-therapy .recovery {
  padding-top: 40px;
}
.page-cognitive-behavioral-therapy .why-choose-second {
  padding-top: 0px;
}
.page-cognitive-behavioral-therapy .recovery {
  padding-bottom: 30px;
}
.detox .detox-head h2 {
  margin-bottom: 24px;
}
.page-mental-health .safe {
  padding-top: 50px;
}
.page-mental-health .withdrawl-head p {
  margin-bottom: 15px;
}
.page-mental-health .withdrawl .factor-head p em {
  font-style: normal;
}
.page-detox .withdrawl-head p {
  margin-bottom: 15px;
}
.page-detox .setting {
  padding-bottom: 50px;
}
.page-dual-diagnosis .program {
  padding-top: 0px;
}
.page-aftercare-and-alumni .recovery,
.page-family-therapy .recovery {
  padding-top: 20px;
}
.page-aftercare-and-alumni .why-choose-card,
.page-family-therapy .why-choose-card,
.page-group-therapy .why-choose-card {
  margin-top: 0px;
}
.wp-singular .sidebar .sidebar-block:nth-child(2) .wpcf7-form {
  padding: 15px;
}
.wp-singular
  .sidebar
  .sidebar-block:nth-child(2)
  .wpcf7
  form
  .form-group
  input {
  padding: 10px 12px;
}
.wp-singular .sidebar .sidebar-block:nth-child(2) .wpcf7 form .form-group {
  margin-bottom: 20px;
}
.health-and-hope h3,
.our-substance-cmn-part h3 {
  margin-bottom: 24px;
}
.health-and-hope-3rd p {
  margin-bottom: 15px;
}
.abuse-treatment-1st .cntent h3 {
  margin-bottom: 24px;
}
.page-fentanyl-detox-los-angeles .our-substance {
  padding-bottom: 50px;
}
.page-benzo-addiction-treatment .health-and-hope-2nd,
.page-kratom-addiction-treatment-desert-willow-wellness .health-and-hope-2nd,
.page-prescription-drug-addiction-rehab .health-and-hope-2nd,
.page-cocaine-addiction-treatment .health-and-hope-2nd,
.page-marijuana-addiction-treatment-desert-willow-wellness .health-and-hope-2nd,
.page-synthetic-drug-addiction-treatment-desert-willow-wellness
  .health-and-hope-2nd,
.page-opioid-addiction-treatment .health-and-hope-2nd {
  padding-top: 60px;
}
.page-benzo-addiction-treatment .health-and-hope-3rd ul,
.page-meth-addiction-treatment .health-and-hope-3rd ul,
.page-opioid-addiction-treatment .health-and-hope-3rd ul,
.page-opioid-addiction-treatment .our-substance-1st ul,
.page-kratom-addiction-treatment-desert-willow-wellness .our-substance ul,
.page-alcohol-rehab .our-substance-1st ul,
.page-heroin-addiction .our-substance ul,
.page-heroin-addiction .navigating-treatment ul,
.page-prescription-drug-addiction-rehab .health-and-hope ul,
.page-prescription-drug-addiction-rehab .our-substance ul,
.page-cocaine-addiction-treatment .health-and-hope ul,
.page-cocaine-addiction-treatment .our-substance ul,
.page-marijuana-addiction-treatment-desert-willow-wellness .our-substance ul,
.page-synthetic-drug-addiction-treatment-desert-willow-wellness
  .our-substance
  ul {
  margin-bottom: 15px;
}
.page-benzo-addiction-treatment .health-and-hope,
.page-meth-addiction-treatment .health-and-hope,
.page-cocaine-addiction-treatment .health-and-hope,
.page-marijuana-addiction-treatment-desert-willow-wellness .health-and-hope,
.page-synthetic-drug-addiction-treatment-desert-willow-wellness
  .health-and-hope {
  padding-bottom: 0px;
}
.page-benzo-addiction-treatment .break-free-addiction p,
.page-meth-addiction-treatment .break-free .break-free-addiction p,
.page-kratom-addiction-treatment-desert-willow-wellness
  .break-free
  .break-free-addiction
  p,
.page-cocaine-addiction-treatment .break-free .break-free-addiction p,
.page-marijuana-addiction-treatment-desert-willow-wellness
  .break-free
  .break-free-addiction
  p,
.page-synthetic-drug-addiction-treatment-desert-willow-wellness
  .break-free
  .break-free-addiction
  p {
  margin-top: 0px;
}
.page-opioid-addiction-treatment .health-and-hope,
.page-kratom-addiction-treatment-desert-willow-wellness .health-and-hope,
.page-prescription-drug-addiction-rehab .health-and-hope {
  padding-bottom: 0px;
}
.page-opioid-addiction-treatment
  .common-drug.link-text.new-what-treat
  .break-free {
  margin-bottom: 50px;
}
.page-kratom-addiction-treatment-desert-willow-wellness .our-substance {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-alcohol-rehab .common-drug.link-text.new-what-treat .break-free {
  margin-top: 0px;
}
.page-alcohol-rehab .our-substance-1st h2 {
  margin-top: 0px;
  margin-bottom: 24px;
}
.page-alcohol-rehab .our-substance h4 {
  margin-bottom: 24px;
}
.page-alcohol-rehab .our-substance,
.page-heroin-addiction .our-substance,
.page-heroin-addiction .navigating-treatment,
.page-marijuana-addiction-treatment-desert-willow-wellness .our-substance,
.page-synthetic-drug-addiction-treatment-desert-willow-wellness .our-substance {
  padding-bottom: 50px;
}
.page-alcohol-rehab .navigating-treatment,
.page-heroin-addiction .navigating-treatment,
.page-prescription-drug-addiction-rehab .navigating-treatment {
  padding-top: 50px;
}
.page-alcohol-rehab .navigating-treatment-1st-row h2 a {
  color: #f1ad42;
}
.page-alcohol-rehab .navigating-treatment,
.page-prescription-drug-addiction-rehab .our-substance,
.page-prescription-drug-addiction-rehab .navigating-treatment,
.page-cocaine-addiction-treatment .our-substance {
  padding-bottom: 50px;
}
.page-heroin-addiction
  .navigating-treatment
  .navigating-treatment-1st-row
  ul
  > li {
  font-weight: 300;
}
.page-prescription-drug-addiction-rehab
  .common-drug.link-text.new-what-treat
  .break-free,
.page-cocaine-addiction-treatment
  .common-drug.link-text.new-what-treat
  .break-free {
  margin-bottom: 60px;
}
.page-prescription-drug-addiction-rehab .navigating-treatment p,
.page-alcohol-rehab .abuse-treatment-1st p {
  margin-bottom: 15px;
}
.page-cocaine-addiction-treatment .some-sign-list span {
  font-size: 18px !important;
}
.page-marijuana-addiction-treatment-desert-willow-wellness
  .health-part-2
  p:nth-child(1) {
  margin-bottom: 15px;
}
.page-cocaine-addiction-treatment .health-and-hope-3rd {
  padding-top: 0px !important;
}
.page-treatment .break-free-addiction p:last-child {
  margin-bottom: 0px;
}
.page-dual-diagnosis .program .journey-content p:last-child,
.page-12-step-program .common-drug .break-free-addiction p:last-child,
.page-addiction-treatment .break-free .break-free-addiction p:last-child,
.page-benzo-addiction-treatment .break-free-addiction p:last-child,
.page-meth-addiction-treatment .break-free .break-free-addiction p:last-child,
.page-opioid-addiction-treatment .break-free .break-free-addiction p:last-child,
.page-kratom-addiction-treatment-desert-willow-wellness
  .break-free
  .break-free-addiction
  p:last-child,
.page-prescription-drug-addiction-rehab
  .break-free
  .break-free-addiction
  p:last-child,
.page-cocaine-addiction-treatment
  .break-free
  .break-free-addiction
  p:last-child,
.page-marijuana-addiction-treatment-desert-willow-wellness
  .break-free
  .break-free-addiction
  p:last-child {
  margin-bottom: 0px;
}
.page-substance-use .break-free-addiction p,
.page-fentanyl-detox-los-angeles .break-free p,
.page-alcohol-rehab .break-free .break-free-addiction p,
.page-heroin-addiction .break-free .break-free-addiction p {
  margin-bottom: 0px;
}
.page-insurance-verification .verify-cont-page .wpcf7-form.invalid {
  text-align: center;
}
.ez-toc-container-direction {
  padding: 0px;
}
.ez-toc-container-direction.sidebar-block {
  padding: 0px !important;
  border-radius: 15px !important;
  overflow: hidden;
  border: none !important;
  box-shadow: 0 0 14px #c6c6c6 !important;
}
.ez-toc-list.ez-toc-list-level-1 li a:hover,
.ez-toc-list.ez-toc-list-level-1 li a:hover {
  text-decoration: none !important;
  color: #f1ad42 !important;
}
.ez-toc-list.ez-toc-list-level-1 li a {
  color: #000 !important;
}
.ez-toc-list.ez-toc-list-level-1 li a:visited {
  color: #000 !important;
}
.ez-toc-list.ez-toc-list-level-1 {
  padding: 15px !important;
}
.ez-toc-container-direction.sidebar-block h3 {
  border-radius: 0px;
}
.treatment-program-listing li {
  width: 32%;
  float: left;
  /* margin-left: 0; */
}
.ez-toc-list.ez-toc-list-level-1 li a:hover {
  color: #f1ad42 !important;
}
.new-author .profile-card {
  display: flex;
  align-items: center;
  padding: 50px 10%;
  /* padding-left: 10%; */
  border-bottom: 2px solid #ddd;
  font-family: "Alegreya Sans", sans-serif;
}
.new-author .profile-image-container img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  border: 2px solid #f1ad42;
}
.new-author .profile-card .social-links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}
.new-author .profile-card .social-links li {
  /* padding: 5px 10px; */
  height: 40px;
  width: 40px;
  align-content: center;
  text-align: center;
  border-radius: 100%;
  /* background: #000; */
  border: 1px solid #ddd;
}
.new-author .profile-card .social-links li a {
  color: #000;
}
.new-author .profile-card .social-links li a:hover {
  color: #f1ad42;
}
.new-author .profile-details {
  padding-left: 50px;
  /* padding-top: 25px; */
  font-size: 18px;
  /* padding: 25px 15% 0 50px; */
}
.new-author .profile-name {
  text-transform: capitalize;
  margin-bottom: 15px;
}
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  li.mega-menu-item.mega-menu-megamenu
  ul.mega-sub-menu
  li.mega-collapse-children.mega-toggle-on
  > ul.mega-sub-menu {
  padding-left: 22px;
  margin-top: 12px;
}

#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  li.mega-menu-item.mega-menu-megamenu
  ul.mega-sub-menu
  li.mega-collapse-children.mega-toggle-on
  > ul.mega-sub-menu
  li
  a {
  font-family: "Alegreya Sans", sans-serif !important;
}
.page-marijuana-detox-center .page-marijuana-detox-center .health-and-hope-2nd h2{
  padding: 0;
  margin-right: 0;
}
.customize-support .journey .journey-content p{
  padding: 0 0%;
  text-align: center;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu li {
    margin-bottom: 9px;
}
.page-marijuana-detox-center .substance-banner>.container{
  height: fit-content;
}
/* #ez-toc-container{
  border: none;
  padding: 0;
      border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
} */
.mobile-menu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
.mobile-menu-toggle {
	display: none;
}
/* @media (max-width: 480px){
	   #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link {
		 display: flex !important;
		 justify-content: space-between !important;
		 align-items: center !important;
	   }
} */
}
/*mobile menu structue design*/
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item > ul.mega-sub-menu {
   /* visibility: visible;  */
}

/* #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu{
   width: 800px !important;
   left: -173.922px !important;
} */
#mega-menu-wrap-primary_menu #mega-menu-primary_menu a.mega-menu-link{
   font-size: 18px !important;
   /* opacity: 0.5; */
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
   padding: 5px 10px;
}
.lft-social a{
	font-size:14px;
	color: #3a464c;
}
.lft-social a:hover{
	color: #f1ad42;
}
.footer-bottom .copy{
	position:relative;
}
.footer-bottom .copy .devby{
	position: absolute;
    left: 0;
    top: 23px;
	font-size: 13px;
}
/* private detox landing  */
.head-top{
  background-color: #f5f5f5;
  padding: 10px 0;
}
.head-bottom{
  padding: 10px 0;
}
.head-top p{
  text-align: center;
  font-size: 16px;
}
.head-bottom .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-bottom .cmn-btn i{
  display: none;
}
@-webkit-keyframes blinker {
  from {
    opacity:1;
    background-color: #c1801c;
  }
  to {
    opacity: 1;
    background-color: #f2ad42;
  }
}
.dynamic-ph.cmn-btn.button{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/* banner */
.private-detox-banner{
  position: relative;
}
.private-detox-banner-bg{
    width: 100%;
    height: 750px;
    position: relative;
}
.private-detox-banner-bg::after{
    content: "";
    position: absolute;
    background: #3a464c;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
}
.private-detox-banner-bg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.private-detox-banner .private-detox-banner-treatment{
  position: absolute;
  top: 10%;
  color: #ffffff;
  z-index: 1;
  left: 5%;
  right: 5%;
}
.private-detox-banner .private-detox-banner-treatment .row{
  align-items: center;
}
.private-detox-banner h1{
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Helvetica, Arial, sans-serif;
}
.private-detox-banner p{
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "Alegreya Sans", sans-serif;
}
.private-detox-banner li{
  width: 40%;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Alegreya Sans", sans-serif;
  text-transform: capitalize;
}
.private-detox-part i{
  color: #84e5a3;
  margin-right: 5px;
}
.private-detox-banner .form-part{
  padding: 20px;
  background: #cbcece;
  color: #3a464c;
  border-radius: 15px
}
.private-detox-banner .form-part .col-lg-6 .odd{
  margin-right: 3px;
}
.private-detox-banner .form-part .col-lg-6 .even{
  margin-left: 3px;
}
.private-detox-banner .form-part-head h2{
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.private-detox-banner .form-part-head p{
  font-size: 16px;
  margin-bottom: 15px;
}
.private-detox-banner .form-part .form-group{
  margin: 0 15px;
}
.private-detox-banner .form-part .row{
  row-gap: 15px;
}
.private-detox-banner .form-part .input-box .col-lg-12,
.private-detox-banner .form-part .input-box .col-lg-6{
  padding: 0;
}
.private-detox-banner .input-box input{
  width: 100%;
  padding: 5px;
  border-radius: 8px;
}
.private-detox-banner .input-box input::placeholder,
.private-detox-banner .input-box textarea::placeholder{
  font-size: 14px;
}
.private-detox-banner .input-box textarea{
  border-radius: 8px;
}
.private-detox-banner .input-box input:focus,
.private-detox-banner .input-box textarea:focus{
  border: 1px solid #000;
  box-shadow: none;
}
.private-detox-banner .wpcf7 form .form-group textarea{
  padding: 10px;
  min-height: unset;
}
.private-detox-banner .wpcf7 form .form-group input{
  padding: 10px;
}
.private-detox-banner .wpcf7 form.invalid .wpcf7-response-output{
  margin: 10px;
  font-size: 14px;
  color: #dc3232;
}
.private-detox-banner .wpcf7 form .form-group label{
  font-size: 14px;
}
.private-detox-banner .form-part .cmn-btn{
  padding: 5px 15px;
}
/* focus care */
.focus-care{
  padding: 50px 0 120px;
  background: #ffffff;
  font-family: "Alegreya Sans", sans-serif;
}
.focus-care-head h2{
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #3a464c;
}
.focus-care-head p{
  margin-bottom: 30px;
  font-size: 18px;
  color: #3a464c;
}
.focus-care-img-list{
  position: relative;
}
.focus-care-img-list img{
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s ease-in;
}
/* .focus-care-img-list img:hover{
  z-index: 1;
  transform: scale(1.05);
} */
.focus-care-img-list .first-img{
  position: absolute; 
  border-radius: 100%;
  width: 250px;
  height: 250px;
  border: 5px solid #f1ad42;
  position: absolute;
  top: 60px;
  left: 0;
}
.focus-care-img-list .second-img{
  border-radius: 100%;
  width: 200px;
  height: 200px;
  border: 5px solid #f1ad42;
  position: absolute;
  top: 10px;
  left: 25%;
}
.focus-care-img-list .third-img{
  border-radius: 100%;
  width: 300px;
  height: 300px;
  border: 5px solid #f1ad42;
  position: absolute;
  top: 120px;
  left: 35%;
}
.focus-care-img-list .fourth-img{
  border-radius: 100%;
  width: 150px;
  height: 150px;
  border: 5px solid #f1ad42;
  position: absolute;
  top: 70px;
  left: 65%;
}
.focus-care-img-list .fifth-img{
  border-radius: 100%;
  width: 100px;
  height: 100px;
  border: 5px solid #f1ad42;
  position: absolute;
  top: 45px;
  left: 55%;
}
/* isurance plan */
.page-addiction-rehab-center-palm-springs .brand-sec{
  padding: 50px 0;
}
.page-addiction-rehab-center-palm-springs .brand-sec h2{
  font-size: 40px;
  margin-bottom: 0;
}
.page-addiction-rehab-center-palm-springs .brand-sec h2::before{
  display: none;
}
.page-addiction-rehab-center-palm-springs .brand-sec p{
  font-size: 18px;
  font-family: "Alegreya Sans", sans-serif;
  padding: 0px 5%;
  margin-bottom: 30px;
}
/* clients-families */
.clients-families{
  padding: 50px 0;
  font-family: "Alegreya Sans", sans-serif;
}
.clients-families-head{
  margin-bottom: 50px;
  color: #3a464c;
}
.clients-families-head h2{
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 700;
}
.clients-families-head p{
  font-size: 18px;
}
.clients-families figure img{
  max-width: 100%;
  border-radius: 10px;
}
.clients-families-list{
  margin-bottom: 50px;
  margin-top: 10px;
}
.clients-families-list li{
  margin-bottom: 40px;
  font-size: 18px;
  color: #3a464c;
}
.clients-families-list li i{
  color: #f1ad42;
  margin-right: 5px;
}
/* private-detox-addiction */
.private-detox-addiction{
  padding: 50px 0;
  background: linear-gradient(to bottom, rgba(255,254,254,1) 0%,rgba(251,248,246,1) 44%,rgba(248,243,239,1) 100%);
  font-family: "Alegreya Sans", sans-serif;
}
.private-detox-addiction-head h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 25px;
  text-align: center;
  color: #3a464c;
}
.private-detox-addiction-head p{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
  color: #3a464c;
}
.private-detox-addiction-card{
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
  border: 2px solid #f1ad42;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 3px 7px rgb(58 70 76 / 14%);
}
.private-detox-addiction-card figure{
  margin-bottom: 0;
    padding: 10px;
    background-color: #f1ece8;
    border-radius: 100%;
}
.private-detox-addiction-card h3{
    font-size: 20px;
    text-transform: capitalize;
    color: #3a464c;
    font-weight: 700;
    margin-right: 30px;
    line-height: 25px;
}
.private-detox-addiction .row{
  row-gap: 25px;
}
.private-detox-addiction-btn{
  text-align: center;
  margin-top: 50px;
}
/* people-shared */
.people-shared{
  padding: 50px 0;
  background: #f7f7f7;
  font-family: "Alegreya Sans", sans-serif;
}
.people-shared-head {
  text-align: center;
  color: #3a464c;
}
.people-shared-head h2{
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 40px;
}
.people-shared-head p{
  font-size: 18px;
  margin-bottom: 30px;
}
.people-shared-card{
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  min-height: 305px;
  box-shadow: 0px 3px 16px rgb(58 70 76 / 30%);
}
.people-shared-card .client-rev{
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.people-shared-card .client-rev figure{
  margin-bottom: 0;
}
.people-shared-card .client-rev figure img{
  border-radius: 100%;
}
.people-shared-card .client-rev h3{
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.people-shared-card .client-star-list i{
  color: #f1ad42;
}
.people-shared-card p{
  font-size: 14px;
  margin-bottom: 20px;
  min-height: 147px;
}
.people-shared-card .check-review{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  margin-top: auto;
}
.people-shared-card .check-review i{
  font-size: 25px;
  font-weight: bold;
  background: conic-gradient(
    #4285F4 0deg 90deg,    
    #DB4437 90deg 180deg,  
    #F4B400 180deg 270deg, 
    #0F9D58 270deg 360deg  
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.people-shared-card .check-review span{
  font-size: 16px;
  text-transform: capitalize;
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    text-align: center;
    margin: 90px 40px;
    position: relative;
    /* z-index: -1; */
}
 
.grid-item {
    background: linear-gradient(
    180deg,
    #3f4f58 0%,
    #36454f 50%,
    #2f3e46 100%
  );
    color: #fff;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px 3px 7px rgb(58 70 76 / 14%);
    position: relative;
}
 
.grid-item:nth-child(2),
.grid-item:nth-child(4) {
    background: #fff;
    color     : #39454c;
}

.grid-item.before-end::before {
    height: 130px;
}
.grid-item.before-start::after {
    height: 130px;
}
.grid-item span{
  font-size: 80px;
  line-height: 50px;
  font-weight: 300;
}
.grid-item h3{
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}
/* expect */
.expect{
  padding: 50px 0;
  background: linear-gradient(
  to top,
  rgba(255, 254, 254, 1) 0%,
  rgba(251, 248, 246, 1) 44%,
  rgba(248, 243, 239, 1) 100%);
	font-family: "Alegreya Sans", sans-serif;
	height:640px;
}
.expect-head{
  text-align: center;
  margin-bottom: 70px;
  color: #3a464c;
}
.expect-head h2{
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
}
.expect-head p{
  font-size: 18px;
}
.expect-card-temp img{
  max-width: 100%;
}
.expect-card{
  text-align: center;
  padding: 15px 20px;
  color: #3a464c;
  border-radius: 40px;
 /* box-shadow: 0px 3px 7px rgb(58 70 76 / 14%); */
  min-height: 368px;
  position: relative;
}
/* .expect .col-lg-3{
  padding: 0 20px;
} */
/* .expect .col-lg-3:nth-child(1) .expect-card::after{
  content: "";
  height: 100%;
  width: 5px;
  background-color: #f1ad42;
  position: absolute;
  left: -25px;
  top: -20px;
} */
/* .expect .col-lg-3:nth-child(1) .expect-card::before{
    content: "";
    width: 320px;
    height: 5px;
    background-color: #f1ad42;
    position: absolute;
    left: -25px;
    top: -20px;
} */
/* .expect .col-lg-3:nth-child(2) .expect-card::after{
  content: "";
  height: 100%;
  width: 5px;
  background-color: #f1ad42;
  position: absolute;
  left: -25px;
  top: -20px;
} */
/* .expect .col-lg-3:nth-child(2) .expect-card::before{
    content: "";
    width: 320px;
    height: 5px;
    background-color: #f1ad42;
    position: absolute;
    left: -25px;
    bottom: -20px;
} */
.expect .col-lg-3:nth-child(odd) .expect-card{
  /* background-color: #000; 
  background: linear-gradient(
    180deg,
    #3f4f58 0%,
    #36454f 50%,
    #2f3e46 100%
  );*/
  color: #ffffff;
  box-shadow: none;
}
.expect-card span{
	font-size: 60px;
	font-weight: 300;
	font-weight: 300;
    line-height: 70px;
}
.expect-card h3{
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.expect-card p{
  font-size: 16px;
}
/* admission-support */
.admission-support{
  padding: 50px 0;
  background: url(../../assets/images/our-expert-background.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: "Alegreya Sans", sans-serif;
}
.admission-support-head h2{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #3a464c;
}
.admission-support-head p{
  font-size: 18px;
  margin-bottom: 30px;
  padding-right: 15%;
  color: #3a464c;
}
.admission-support-img{
  height: 100%;
}
.admission-support-img img{
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 150px;
}
.reach-admission{
  background: url(../../assets/images/reach-admission-bg.jpg);
  text-align: center;
  padding: 30px;
  margin-top: 70px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.reach-admission::before{
  content: "";
  position: absolute;
  background: #c3cdc4;
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.reach-admission h3{
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #3a464c;
}
.reach-admission p{
  font-size: 22px;
  margin-bottom: 20px;
  color: #3a464c;
}
/* footer */
.private-detox-footer .footer-top{
  padding: 50px 0 20px;
  background: #3a464c;
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
.private-detox-footer .footer-logo{
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}
.private-detox-footer .footer-top p{
  padding-right: 0;
  text-align: center;
  margin: 20px 0;
}
.private-detox-footer .footer-img-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.private-detox-footer .footer-img-list img{
  border-radius: 8px;
}
.private-detox-footer .footer-img-list a:nth-child(3) img{
  background: #ffffff;
  padding: 5px;
  border-radius: 8px;
  height: 52px;
}
.private-detox-footer .policy-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}
.private-detox-footer .policy-list li{
  list-style-type: disc;
}
.private-detox-footer .policy-list li a{
  color: #ffffff;
  text-transform: uppercase;
}
.private-detox-footer .policy-list li::marker{
  color: #f1ad42;
}
.private-detox-footer .foot-copyright{
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
}
/* bottom cta button */

/* Sticky Call Bar */
.sticky-call-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #0d6efd;
  display: none; /* hidden by default */
}
 
/* Button styling */
.sticky-call-bar .call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #f1ad42;
}
 .sticky-call-bar .call-btn .fa-phone{
	background: #fff;
	color:#f1ad42;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	padding-top: 10px;
    font-size: 22px;
	text-align: center;
 }
/* Icon size */
.sticky-call-bar .call-icon {
  font-size: 20px;
}
.focus-care .focus-care-head .cmn-btn .fa-phone{
	display:none;
}
.private-detox-footer .footer-logo{
	background:#ffffff;
	padding:10px;
}
 .row.row-extend{
	 margin:0 -55px;
 }
 .row.no-extend{
	margin:0;
	transform: translateY(-98%);
	padding: 0 50px;
 }
 
/* Mobile only */
@media (max-width: 767px) {
  .sticky-call-bar {
    display: block;
  }
 
  /* Prevent overlap with footer/forms */
  body {
    padding-bottom: 64px; /* must match bar height */
  }
 .focus-care .focus-care-head .dynamic-phone.cmn-btn .fa-phone{
	display: inline-block;
	margin-right: 12px;
}
 .focus-care .focus-care-head .dynamic-phone.cmn-btn span{
	display:none;
}
}
/* Responsive adjustments */

/* ========== FIXED IMPROVED STICKY SIDEBAR (Desktop Only) ========== */

/* @media (min-width: 1024px) {
    .sticky-wrap {
        position: relative;
    }
 
    #stickySidebar {
        position: sticky;
        top: 100px;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
        padding-right: 10px;
    }
 
    /* smooth scroll inside sidebar */
/* #stickySidebar::-webkit-scrollbar {
        width: 6px;
    }
    #stickySidebar::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    } */
/* } */
/* nav menu on/off hover effect */
@media (min-width: 1500px) and (max-width: 1920px) {
  .about-mission-sec-new-row {
    top: 55%;
  }
  .private-detox-banner .private-detox-banner-treatment{
    top: 20%;
    left: 12%;
    right: 12%;
  }
  .clients-families figure img{
    height: 500px;
  }
  .box-view::before{
    width: 354px;
  }
  .grid-section::before{
    left: -139px;
  }
  .box-view.box-view2::after {
    width: 354px;
  }
  .grid-section::after{
    right: -136px;
    top: 210px;
  }
.row.no-extend{
	padding: 0 66px;
}
}
@media (min-width: 1366px) and (max-width: 1499px) {
  .about-mission-sec-new-row {
    top: 30%;
  }
 .footer-bottom .copy .devby{
	 top:26px;
 }
}
@media (min-width: 992px) and (max-width: 2400px) {
  nav .navbar-nav li a {
    position: relative;
  }
  nav .navbar-nav li .dropdown-menu {
    position: absolute;
    content: "";
    top: 40px;
    left: 0px;
    display: block;
    transition: 0.3 ease-in;
    scale: 0;
    padding: 0px 0px 0px 0px;
  }
  nav .navbar-nav li:hover .dropdown-menu {
    display: block;
    scale: 1;
  }
}

@media (max-width: 1499px) {
  /* blog-card-adjustment */
  .page-home .blog-box-contn p {
    font-size: 16px;
    line-height: 26px;
  }
  .page-home .our-blogs .owl-dots button span {
    width: 50px;
  }
  .page-home .blog-box {
    padding: 20px 20px 20px 20px;
    /* height: 500px; */
  }
  .banner-head h1,
  .contact-banner h1,
  .meet-team-banner h1,
  .about-banner h1,
  .career-banner h1,
  .substance-banner h1,
  .page-insurance-verification .verify-banner h1 {
    padding: 0 0%;
  }
  .admission-banner-head h1,
  .page-blog .blog-banner .container h1,
  .consult-head h2,
  .what-we-treat-topbar h2 {
    padding: 0 0%;
  }

  .page-luxury-private-rehab-palm-springs .admission-banner .container {
    top: 50%;
    transform: translateY(-50%);
  }
  .inner-banner .banner-head h1 {
    font-size: 34px;
    line-height: 50px;
  }
  .round-circle-health-hope > span {
    width: 80px;
    height: 80px;
  }
  .round-circle-health-hope .circle1 {
    top: 20px;
    left: 50px;
  }
  .round-circle-health-hope .circle3 {
    top: 20px;
    right: 50px;
  }
  .round-circle-health-hope {
    right: -42px;
    top: 38%;
  }
  .inner-treat-slider .item p {
    font-size: 16px;
    line-height: 27px;
    height: 210px;
  }
}
/* @media (max-width: 1399px){
  .about-mission-sec-new-row{
    top: 25%;
  }
} */
@media (max-width: 1300px) {
  .detox .img-list .img-2 {
    transform: translateY(0px);
    left: 0;
  }
  .faq {
    padding: 50px 10% 50px 10%;
  }
  /* end 31-10-2025 */
  .navigating-treatment-1st-row,
  .health-and-hope-1st {
    padding: 0px 12px;
  }
  .consult .consult-head h2,
  .consult-head h2 {
    padding: 0px 20%;
  }
  .comn-h2,
  .consult-head h2,
  .what-we-treat-topbar h2,
  .insurance-verify-lft h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .admission-banner-head h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .admission-banner .container {
    top: 50%;
    transform: translateY(-50%);
  }
  .admission-banner-head p {
    margin-bottom: 26px;
  }
}
@media (max-width: 1299px) {
  .page-resources .resources-hlp-families-sec .section.intervention-process {
    height: 380px;
  }
  .expert .expert-details h3 {
    font-size: 20px;
  }
  .expert .expert-info {
    display: inline-block;
  }
  .expert .expert-info {
    margin-top: 0px;
  }
  .expert-details p {
    margin: 5px 0px;
    font-size: 16px;
  }
  .page-home .blog-box {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .page-contact-us .contact-form-sec .form-grid {
    grid-template-columns: 1fr;
  }
  .page-resources .resources-hlp-families-sec .section.intervention-process {
    height: 420px;
  }
  /* st 31-10-2025 */
  .page-dual-diagnosis .program-comn-col {
    width: 33.333%;
  }
  /* end 31-10-2025 */
  .admission-banner {
    min-height: auto;
  }
  .admission-banner-head h1 {
    padding: 0 0%;
  }
  .footer-top .input-box input {
    padding: 0;
  }
  .navbar .verify-btnn {
    padding: 10px 20px;
  }
  .expert .expert-card {
    min-width: auto;
  }
  .expert .expert-info .client-profile {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  /* private detox landing */
  .private-detox-banner .private-detox-banner-treatment{
    top: 5%;
  }

  .private-detox-banner-bg{
    height: 1150px;
  }
  .private-detox-banner .form-part{
    margin-top: 50px;
    /* margin-right: 15%; */
  }
  /* .focus-care-img-list .first-img{
    position: static;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    border-radius: 10px;
  } */
   .focus-care{
    padding: 50px 0 100px;
  }
   .focus-care-img-list{
    min-height: 450px;
   }
   .focus-care-img-list .first-img{
      top: 35%;
      left: 10%;
      width: 300px;
      height: 300px;
   }
   .focus-care-img-list .second-img{
    top: 5%;
    left: 25%;
    width: 250px;
    height: 250px;
   }
   .focus-care-img-list .third-img{
    top: 30%;
    left: 40%;
    width: 350px;
    height: 350px;
   }
   .focus-care-img-list .fourth-img{
    top: 20%;
    left: 60%;
    width: 200px;
    height: 200px;
   }
   .focus-care-img-list .fifth-img{
    top: 10%;
    left: 50%;
    width: 150px;
    height: 150px;
   }
   .clients-families-head{
    margin-bottom: 30px;
   }
   .clients-families{
    padding: 30px 0px 0px 0px;
   }
  .clients-families figure img{
    width: 100%;
  }
  .clients-families-list,
  .clients-families .cmn-btn{
    margin-left: 0;
  }
  .clients-families-list{
    margin-bottom: 30px;
  }
  .clients-families-list li{
    margin-bottom: 20px;
  }
  .private-detox-addiction-card h3{
    margin-right: 0;
  }
  .private-detox-addiction-head h2{
    font-size: 35px;
  }
  .people-shared-head h2{
    font-size: 35px;
    margin-bottom: 30px;
    line-height: normal;
  }
  .people-shared{
    padding: 30px 0;
  }
  .people-shared-head p{
    margin-bottom: 0;
  }
  .expect{
    height: auto;
    padding: 30px 0px 0px 0px;
  }
  .expect-head{
    margin-bottom: 30px;
  }
  .expect-head h2{
    font-size: 35px;
  }
  .expect .row-extend{
    display: none;
  }
  .row.no-extend {
    margin: 0;
    transform: translateY(0);
    padding: 0px;
  }
  .expect-card{
    min-height: 260px;
  }
  .expect-card span{
    line-height: 30px;
  }
  .expect-card h3{
    margin: 20px 0;
  }
      .expect .row .col-lg-3:nth-child(odd) .expect-card {
        background: linear-gradient(180deg, #3f4f58 0%, #36454f 50%, #2f3e46 100%);
    }
        .expect .row .col-lg-3:nth-child(even) .expect-card {
        box-shadow: 0px 3px 7px rgb(58 70 76 / 14%);
    }
  .expect .row{
    row-gap: 20px;
  }
  .clients-families-head h2{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .admission-support-img img{
    margin-top: 20px;
    border-radius: 20px;
  }
  .admission-support-head h2{
    font-size: 35px;
    margin-bottom: 20px;
  }
  .admission-support-head p{
    margin-bottom: 20px;
    padding-right: 0;
  }
  .admission-support-img img{
    margin-top: 40px;
  }
  .reach-admission h3{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .reach-admission p{
    font-size: 18px;
  }
  .grid-section{
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin: 0;
  }
  .page-addiction-rehab-center-palm-springs .brand-sec{
    padding: 30px 0 50px;
  }
  .page-addiction-rehab-center-palm-springs .brand-sec h2{
    margin-bottom: 20px;
    font-size: 35px;
  }


  .page-cocaine-addiction-treatment .faq-cont .faq,
  .page-opioid-addiction-treatment .faq-cont .faq,
  .page-meth-addiction-treatment .faq-cont .faq,
  .page-heroin-addiction .faq-cont .faq,
  .page-benzo-addiction-treatment .faq-cont .faq,
  .page-fentanyl-detox-los-angeles .faq-cont .faq,
  .page-alcohol-rehab .faq-cont .faq,
  .page-substance-use .faq-cont .faq,
  .page-facility-tour .faq-cont .faq,
  .page-mental-health .faq-cont .faq {
    padding-top: 30px;
  }
  .page-cocaine-addiction-treatment .substance-banner h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .page-resources .resources-hlp-families-sec .section.intervention-process {
    height: auto;
  }
  .page-insurance-verification .wpcf7-form .btn-primary {
    font-size: 14px;
  }
  .contact-form-sec .contact-card-container {
    flex-direction: column;
  }
  .contact-form-sec .contact-map p iframe {
    width: 100%;
  }
  .expert .expert-info {
    display: flex;
  }
  .expert-description {
    height: 120px;
  }
  .expert .expert-info {
    margin-top: 0px;
  }
  .page-home .blog-box {
    height: 430px;
  }
  .page-home .our-blogs .owl-dots {
    visibility: hidden;
  }
  .health-part-1 .health-and-hope-img-1::after {
    bottom: -15px;
    left: -15px;
  }
  .health-and-hope .health-and-hope-1st .health-part-1 figure img {
    height: 100%;
    object-fit: cover;
  }
  .health-part-1 .health-and-hope-img-1 {
    height: 400px;
    margin-bottom: 30px !important;
  }
  #stickySidebar {
    position: static !important;
    top: auto !important;
    --sticky-top: 0px;
    width: 100% !important;
  }
  .detox .img-list .img-2 {
    position: static;
    margin-left: 20px;
  }
  .page-sitemap .beautiful-sitemap-section .container {
    max-width: 100%;
  }
  .page-sitemap .sitemap-item {
    display: block;
  }

  .page-insurance-verification .faq-cont .faq {
    padding-top: 30px;
  }
  .page-admissions .consult-card-content h3 {
    height: 60px;
  }
  .safe .row figure {
    height: 1000px;
  }
  .common-drug .row .col-lg-3:nth-child(3) {
    border-left: 1px dashed transparent;
  }
  .container {
    padding: 0px 16px;
  }
  .safe .health,
  .drug-alcohol {
    margin-left: 0;
  }
  .contact-from-sec .form-group.text-area {
    margin-top: 0;
  }
  .page-detox .faq {
    padding: 50px 0px;
  }
  .journey-content h2 {
    font-size: 26px;
  }
  .wpcf7 form .form-group {
    margin-bottom: 17px !important;
  }
  .page-contact-us .contact-form-section .wpcf7 form .form-group {
    margin-bottom: 0px !important;
  }
  .page-contact-us .contact-form-section .wpcf7 form .form-group.text-area {
    padding: 20px 0px 15px 0px;
  }
  .page-contact-us .contact-form-sec .form-grid {
    gap: 20px;
    margin-bottom: 20px;
  }
  /* 31-10-2025 st */
  .page-insurance-verification .verify-cont-page form .container .mb-3,
  .page-insurance-verification .verify-cont-page form .container .col-md-6 {
    margin-bottom: 20px !important;
  }
  .page-insurance-verification .verify-cont-page,
  .page-insurance-verification .verify-info-sec {
    padding: 30px 16px;
  }
  .support .container,
  .inner-banner .banner-head h1,
  .recovery,
  .substance-banner h1 {
    padding: 0px 0%;
  }
  .page-dual-diagnosis .support-list {
    flex-wrap: wrap;
  }
  .page-dual-diagnosis .program-comn-col {
    width: 50%;
  }
  .blog-box-contn .view-more .arrow i .gallery-section .gallery-image {
    height: 200px;
  }
  .page-residential .program-comn-col {
    width: 50%;
  }
  /* 31-10-2025 end */
  .support-groups-slide .brand-support,
  .support-groups-slide .brand-support img {
    width: 100%;
    max-width: 100%;
  }
  .navbar-main nav #mega-menu-wrap-primary_menu #mega-menu-primary_menu p {
    padding-left: 0px;
  }
  .facilty-healing-garden .row .col-lg-7 {
    padding-left: 12px;
  }
  .facilty-th-room .row .col-lg-7 {
    padding-right: 12px;
  }
  .navbar-main
    nav
    .max-mega-menu
    .mega-menu-item
    .mega-sub-menu
    .textwidget.custom-html-widget
    h2 {
    padding-left: 0px;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 3px 0px !important;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item
    > a.mega-menu-link {
    text-align: left !important;
    color: #fff !important;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link,
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    background: #4f6068;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0 20px;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    padding: 20px !important;
    transform: translateY(0px) !important;
    border-radius: 0px !important;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    .mega-menu-toggle
    .mega-toggle-block-1:after {
    color: #3a464c;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item:last-child {
    margin-bottom: 0px !important;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    .mega-menu-toggle
    + #mega-menu-primary_menu {
    top: 54px;
    background: #3a464c;
    padding: 10px 0px;
  }
  .navbar-main
    nav
    #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    width: 100% !important;
    transform: translateY(0px) !important;
    border-radius: 0px !important;
  }
  .inner-treat-slider .item h4 {
    max-width: 100%;
  }
  .inner-treat-slider .item p {
    height: 130px;
  }
  /* menu */
  .consult .consult-head h2,
  .consult-head h2,
  .consult-head p {
    padding: 0px 0%;
  }
  .admission-banner {
    height: 295px;
  }
  /* home-pg-responsive st*/
  .inner-treat-slider .owl-nav {
    display: block;
  }
  .inner-treat-slider .owl-dots {
    display: none;
  }
  .inner-treat .owl-nav .owl-prev span,
  .inner-treat .owl-nav .owl-next span {
    position: absolute;
    font-size: 48px;
    top: 50%;
    transform: translateY(-50%);
  }
  .inner-treat .owl-nav {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .inner-treat .owl-nav .owl-prev span {
    left: -40px;
  }
  .inner-treat .owl-nav .owl-next span {
    right: -44px;
  }
  .inner-treat .owl-nav .owl-next,
  .inner-treat .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .inner-treat .owl-nav .owl-next {
    right: 0px;
  }
  /* .inner-treat-slider .owl-dots .owl-dot{ 
  width: 8px;
  height: 8px;
  background-color: #6d6d6d;
  border-radius:var(--border-radius);
  margin: 0px 4px;
  } */
  .inner-treat-slider .owl-dots .owl-dot.active {
    background-color: #f3aa3d;
  }
  .admission-banner-head h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .admission-banner-head p {
    font-size: 16px;
  }
  .admission-banner-head .get-treat-btn {
    padding: 7px 30px;
  }
  .we-under-contnt-info p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .navbar-light .navbar-nav .nav-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .top-bar .taking-prday p {
    font-weight: 600;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* animation: textclip 20s linear infinite; */
    animation: textclip 10s linear infinite;
    display: inline-block;
  }
  .header .taking-prday > p {
    /* background: linear-gradient(to right, #cfd6ce 50%, #fff 60%) !important; */
  }
  header .taking-prday > p {
  /* background: linear-gradient(to right, #fff 50%, #f1ad42 60%); */
  }
  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }
  .top-bar .container .rgt-call {
    display: none;
  }
  .top-bar .lft-social > .call {
    display: inline-block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }
  .navbar-nav .dropdown > button.dropdown-toggle i {
    font-size: 18px;
    margin-right: 10px;
  }
  .navbar .main-logo img {
    width: 160px;
    height: auto;
  }
  .navbar .verify-btnn {
    padding: 8px 20px;
  }
  /* home-responsive end*/
  /* 23-10-25 */
  .navbar-nav .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
  }

  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: none; /* disable hover on mobile */
  }

  .navbar-nav .dropdown > button.dropdown-toggle {
    float: right;
    margin-left: auto;
  }
  /* Mobile accordion */
  .navbar-nav .dropdown-menu {
    position: static;
    border: none;
    box-shadow: none;
    max-height: 0;
    opacity: 0;
  }
  .navbar-nav .dropdown.show > .dropdown-menu {
    display: block;
    opacity: 1;
  }
  /* 23-2025 */
  /* mission st */
  .about-mission-sec .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-mission-sec .image-column {
    height: 450px;
    order: -1;
  }
  .about-mission-sec .image-wrapper {
    width: 100%;
    height: 55%;
  }
  .about-mission-sec .dummy-image.bottom-image {
    width: 55%;
    height: 50%;
  }
  .about-mission-sec .experience-badge {
    top: 40%;
    left: 5%;
  }
  .about-mission-sec .deco-element {
    display: none;
  }
  /* mission end*/
  .navbar-collapse {
    flex-grow: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: auto;
    /* padding: 5px 10px; */
    width: 100%;
    background: #ffffff;
    z-index: 99;
  }
  .banner-contnt h1 {
    font-size: 50px;
  }
  .wlcome-contnt h2 {
    font-size: 28px;
    line-height: unset;
  }
  .wlcome-contnt p {
    line-height: unset;
  }
  .admsion-box-container {
    padding-top: 100px;
  }
  .admsion-box-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .admsion-box-info p {
    text-align: center;
    margin-bottom: 10px;
  }
  .wht-we-treat {
    padding: 100px 0px;
  }
  .wht-we-treat .comn-h2 {
    font-size: 45px;
  }
  .our-mission .comn-h2 {
    font-size: 45px;
  }
  .our-mission {
    padding: 100px 0;
  }
  .why-choose {
    padding: 100px 0;
  }
  .why-choose .comn-h2 {
    font-size: 34px;
  }
  .main-blog-lft {
    padding-left: 0;
  }
  .main-blog-lft h2 {
    font-size: 45px;
    margin-top: 20px;
  }
  .contact-from-sec {
    padding: 100px 0;
  }
  .comn-h2 {
    font-size: 45px;
  }
  .ready-to-begin-info {
    padding-bottom: 100px;
  }
  /* 13-10-25 */
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar.navbar-light .navbar-toggler {
    border-color: transparent;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:focus-visible {
    outline: none;
  }
  .navbar.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
  }
  nav .navbar-nav > li a {
    padding: 14px 0px;
  }
  .discovr-top-contnt,
  .discovr-sec h2 {
    padding: 0px 0%;
  }
  .discovr-sec .video-player-wrapper,
  .discovr-sec .video-player {
    width: 100%;
  }
  .career-sec .hero-content {
    max-width: 100%;
  }
  .career-sec .hero-section {
    flex-wrap: wrap;
  }
  .contact-banner h1,
  .page-contactus .contact-banner h1 {
    padding: 0px 0% !important;
  }
  .support-list {
    grid-template-columns: auto auto auto;
  }
  .treatment-program-listing li {
    width: 47%;
  }
  .about-mission-sec-new .about-mission-sec-new-head {
    padding: 0;
  }
}




@media (min-width: 830px) and (max-width: 991px) {
  .about-mission-sec-new-row {
    top: 45%;
  }
}
@media (min-width: 768px) and (max-width: 829px) {
  .about-mission-sec-new-row {
    top: 25%;
  }
}
@media (min-width: 612px) and (max-width: 767px) {
  .about-mission-sec-new-row {
    top: 40%;
  }
}
@media (min-width: 576px) and (max-width: 610px) {
  .about-mission-sec-new-row {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .page-detox .setting .setting-list li {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .page-detox .setting .setting-list li > span {
    line-height: 24px;
  }
  .page-substance-use .common-drug.link-text.new-what-treat .break-free {
    margin-top: 0;
  }
  .page-resources .resources-hlp-families-sec p {
    margin-bottom: 15px;
  }
  .footer .footer-top {
    padding-bottom: 30px;
  }
  .contact-form-sec .contact-sec-top-impo {
    margin-top: 40px;
  }
  .contact-form-sec .info-detail {
    font-size: 1rem;
  }
  .verify-cont-page .wpcf7-form .floating-label .wpcf7-form-control,
  .contact-form-sec .form-group input[type="text"],
  .contact-form-sec .form-group input[type="email"],
  .contact-form-sec .form-group input[type="tel"],
  .contact-form-sec .form-group textarea {
    padding: 10px 12px !important;
  }
  .page-contact-us
    .contact-card-container
    .wpcf7
    form
    .form-group.text-area.focused
    label {
    top: 12px !important;
  }
  .popup-content .pop-con {
    font-size: 20px;
  }
  .popup-content .close-popup {
    top: 0px;
  }
  .popup-content {
    padding: 20px 20px 20px;
  }
  .popup-content .btn-submit {
    font-size: 16px;
    padding: 10px;
  }
  .card.view-all-addiction .view-more {
    font-size: 14px;
  }
  .view-all-addiction .view-all-ad-info {
    position: relative;
    transform: translateY(0%);
  }
  .cards-container.row .card.view-all-addiction {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-substance-row-part {
    padding: 25px 20px;
  }
  .risk-card-content figure,
  .why-choose-card-content figure,
  .prog-card-content figure,
  .our-substance-card-content figure {
    width: 55px;
    height: 55px;
  }
  .our-substance-card-content > p,
  .our-substance-card-content p > a {
    font-size: 16px;
  }
  .our-substance-card-content
    > p
    .mega-menu-primary-menu
    .blogdet-title-sec
    .featured-title {
    padding-bottom: 10px;
  }
  @media (max-width: 991px) {
  }
  @keyframes textclip {
    from {
      background-position: 0% center;
    }
    to {
      background-position: -200% center;
    }
  }
  .page-contact-us .contact-form-sec .wpcf7 form .form-group {
    margin-bottom: 0px !important;
  }
  .page-blog .blog-banner {
    height: 250px;
  }
  .page-sitemap .sitemap-wrapper {
    gap: 20px;
  }
  .resources-books-slide .product-card img {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    border-radius: var(--border-radius) 8px;
    margin-bottom: 10px;
    object-fit: unset;
  }

  .page-home .owl-carousel .owl-dots,
  .resources-books .owl-carousel .owl-dots {
    display: none !important;
  }
  .contnt-info,
  .page-luxury-private-rehab-palm-springs .contnt-info {
    height: auto;
  }
  .detox .img-list .img-2,
  #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    .mega-mega-sub-menu-custom
    > .mega-sub-menu {
    overflow-y: scroll;
    height: 450px;
  }
  /* 31-10-2025 st*/
  .page-insurance-verification
    .verify-cont-page
    form
    .container
    .mb-3:nth-child(1),
  .page-insurance-verification
    .verify-cont-page
    form
    .container
    .mb-3:nth-child(2),
  .page-insurance-verification
    .verify-cont-page
    form
    .container
    .mb-3:nth-child(4),
  .page-insurance-verification
    .verify-cont-page
    form
    .container
    .mb-3:nth-child(5) {
    margin-bottom: 0px !important;
  }
  .page-insurance-verification .verify-cont-page button {
    margin-top: 0px;
  }
  .inner-treat-slider .item h3 {
    font-size: 20px;
    max-width: 100%;
    min-height: 50px;
  }
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
  }
.consultation-form  .wpcf7-not-valid-tip{
	position:absolute;
	left:0;
}

.private-detox-banner .wpcf7 form.consultation-form.invalid .wpcf7-response-output{
	font-size:12px;
	margin: 0 -10px;
	padding:3px 0;
}
  .consult-card-icon {
    left: 2%;
  }
  .contact-from-sec .contact-card .help-text,
  .contact-from-sec .contact-card p {
    font-size: 16px;
  }
  /* .page-home .contact-from-sec{
   padding-top: 50px;
  } */
  .page-home .our-exp .count-box .count-num sup,
  .page-home .our-exp .count-box .count-num {
    font-size: 30px !important;
  }
  .page-detox .support-list {
    justify-content: start;
  }
  .page-dual-diagnosis .program-comn-col {
    width: 100%;
  }
  .journey-content h2 {
    font-size: 26px;
  }
  .page-dual-diagnosis .journey .journey-content p,
  .page-detox .journey .journey-content p {
    text-align: center;
  }
  .support-list {
    grid-template-columns: auto auto;
  }
  .health-part-2 p:nth-child(1) {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 400;
  }
  .navigating-treatment .row:last-child .col-lg-6:last-child {
    order: 1;
    margin-top: 20px;
  }
  .navigating-treatment .row:last-child .col-lg-6:first-child {
    order: 2;
  }
  .health-part-1 .health-and-hope-img-1 {
    height: 400px;
  }
  .round-circle-health-hope {
    display: none;
  }
  .health-and-hope-1st .health-part-1 figure > img,
  .page-substance-use .abuse-treatment-1st-img,
  .health-and-hope-img-list img,
  .abuse-treatment-1st-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius) 10px;
  }
  .page-substance-use .abuse-treatment-1st-img,
  .health-and-hope-img-list img,
  .abuse-treatment-1st-img {
    height: 400px;
  }
  .health-part-1 .health-and-hope-img-1::after {
    bottom: -10px;
    left: -10px;
  }
  .page-fentanyl-detox-los-angeles .cmn-btn,
  .page-fentanyl-detox-los-angeles .health-and-hope-2nd p {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .slide-why-choose-card .why-choose-card-content .owl-carousel .owl-item img {
    width: 40px;
  }
  .setting-head {
    display: inline-block;
  }
  .setting-head h2 {
    text-align: left;
  }
  .setting .setting-head,
  .recovery,
  .why-choose-head p,
  .faq-head p {
    padding: 0px 0%;
  }
  .common-drug .row .col-lg-3:nth-child(3),
  .common-drug .row .col-lg-3:nth-child(4) {
    display: inline-block;
  }
  .drug-alcohol {
    margin-left: 0px;
  }
  .page-treatment .what-we-treat-topbar p,
  .detox-program p,
  .risk h4,
  .health-part-2 h2 {
    margin: 15px 0px;
  }
  .inner-banner .banner-head h1,
  .page-cocaine-addiction-treatment .substance-banner h1,
  .substance-banner h1,
  .page-heroin-addiction .substance-banner h1,
  .mega-menu-primary-menu .blogdet-title-sec .featured-title,
  .page-sitemap .page-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .cmn-btn {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .detox .container,
  .safe .container,
  .common-drug .container,
  .setting .container,
  .support .container,
  .program .container,
  .withdrawl .container,
  .recovery .container,
  .why-choose-second .container,
  .health-and-hope .container,
  .abuse-treatment .container,
  .our-substance .container,
  .navigating-treatment .container,
  .beautiful-sitemap-section .container,
  .faq-cont .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .common-drug .row {
    padding-top: 5px;
  }
  .detox,
  .safe,
  .common-drug,
  .setting,
  .support,
  .program,
  .withdrawl,
  .why-choose-second,
  .page-group-therapy .detox,
  .health-and-hope,
  .health-and-hope-2nd,
  .blog-post {
    padding: 30px 0px;
  }
  .health-part-2 {
    padding-left: 00px;
  }
  .beautiful-sitemap-section {
    padding: 30px 0px !important;
  }
  .safe h2,
  .page-detox .detox-head h2,
  .common-drug-head h2,
  .setting-head h2,
  .support-head h2,
  .prog-head h2,
  .withdrawl .withdrawl-head > h2,
  .recv-head h2,
  .why-choose-head h2,
  .recv-head h2,
  .health-part-2 h2,
  .abuse-treatment-1st h2,
  .our-substance-1st h2,
  .page-fentanyl-detox-los-angeles .our-substance-cmn-part h2,
  .page-luxury-private-rehab-palm-springs .why-choose-ad h2,
  .page-treatment .why-choose-ad h2,
  .page-meth-addiction-treatment .our-substance-cmn-part h2,
  .comn-h2,
  .detox .detox-head h2,
  .abuse-treatment-1st h2 {
    font-size: 26px;
    line-height: 38px;
    padding-right: 0%;
    margin-bottom: 10px;
  }
  .substance-banner {
    height: 250px;
  }
  .safe .health h3,
  .safe .drug-alcohol h3,
  .break-free-addiction h3,
  .detox-program h3,
  .prog-card-content .prog-head h3,
  .journey-content h3,
  .factor-head h3,
  .risk h4,
  .minimizing-risk h3,
  .health-and-hope h3,
  .page-fentanyl-detox-los-angeles .health-and-hope-2nd h3,
  .abuse-treatment-1st h3,
  .our-substance-1st h3,
  .our-substance-1st h3,
  .page-fentanyl-detox-los-angeles .our-substance-cmn-part h3,
  .abuse-treatment-1st .cntent h3,
  .page-luxury-private-rehab-palm-springs .why-choose-ad h3,
  .page-luxury-private-rehab-palm-springs .consult-card-content h3 {
    font-size: 20px;
    line-height: 32px;
    color: #3a464c;
  }
  .page-luxury-private-rehab-palm-springs .consult-card-content h3,
  .page-luxury-private-rehab-palm-springs .why-choose-ad h3 {
    margin: 0 0;
  }
  .risk {
    padding: 20px 20px;
  }
  .health-and-hope-3rd {
    padding: 0px 0px 0px 0px;
  }
  .inner-banner .breadcrumb-wrap p,
  .inner-banner .breadcrumb-wrap a,
  .safe-head p,
  .common-drug-head p,
  .withdrawl-head p,
  .factor-head p,
  .minimizing-risk p,
  .health-part-2 p,
  .page-fentanyl-detox-los-angeles .health-and-hope-2nd p,
  .some-sign-list span,
  .health-and-hope-3rd p,
  .page-cocaine-addiction-treatment .some-sign-list span,
  .page-opioid-addiction-treatment .health-and-hope .health-and-hope-3rd ul li,
  .page-heroin-addiction .health-and-hope-3rd ul li {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
  }
  .page-fentanyl-detox-los-angeles .health-and-hope-2nd p,
  .page-fentanyl-detox-los-angeles .health-and-hope-2nd h3,
  .some-sign-list {
    padding-left: 0%;
  }
  .inner-banner {
    height: 250px;
  }
  .recovery .accordion-header button {
    font-size: 18px;
  }
  .inner-banner .banner-head h1 {
    padding: 0px 4px;
  }
  .detox .detox-head,
  .break-free-addiction h3 {
    padding-right: 0%;
    text-align: center;
  }
  .detox-head p,
  .safe .health p,
  .safe .drug-alcohol p,
  .safe-head p,
  .break-free-addiction p,
  .setting-head p,
  .detox-program p,
  .support-head p,
  .prog-head p,
  .journey-content p,
  .page-cocaine-addiction-treatment .health-and-hope-2nd p,
  .abuse-treatment-1st p,
  .recv-head p,
  .minimizing-risk p,
  .why-choose-head p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 0px 0%;
    font-weight: 400;
  }
  .page-luxury-private-rehab-palm-springs .we-under-contnt-info p,
  .page-luxury-private-rehab-palm-springs .why-choose-ad p,
  .page-luxury-private-rehab-palm-springs .why-choose-ad ul li,
  .page-luxury-private-rehab-palm-springs .why-choose-ad ul li p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .page-luxury-private-rehab-palm-springs .why-choose-ad ul li {
    margin-left: 14px;
  }
  .ready-to-begin-btn span {
    font-size: 16px;
  }
  .page-luxury-private-rehab-palm-springs .why-choose-ad ul li p {
    margin-left: 0;
  }
  .residential-treatment-program,
  .support-btn .cmn-btn,
  .page-cocaine-addiction-treatment .cmn-btn {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slide-why-choose-card .owl-nav .owl-prev {
    left: -60px;
  }
  .health-and-hope-1st {
    margin-bottom: 0;
  }
  .slide-why-choose-card .owl-nav .owl-next {
    right: -60px;
  }
  .journey,
  .break-free {
    /* flex-wrap: wrap; */
    margin-top: 30px;
    border-radius: var(--border-radius);
    height: auto;
    justify-content: center;
    text-align: center;
    padding: 20px;
    flex-direction: column;
  }
  .setting-list span {
    font-size: 16px;
  }
  .detox-head p,
  .safe-head p,
  .setting-head p,
  .support-head p,
  .prog-head p,
  .withdrawl-head p,
  .factor-head p,
  .risk,
  .minimizing-risk p,
  .page-substance-use .navigating-treatment p {
    margin-bottom: 15px;
  }
  .detox-head .cmn-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .prog-card-content .prog-im {
    width: 50px;
    height: 50px;
  }
  .safe .row figure {
    height: 600px;
  }
  .break-free .break-free-addiction p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  .break-free-addiction h2 {
    font-size: 26px;
    /* font-weight: 700;
    text-transform: capitalize;
    text-align: left;
    color: #2a3135; */
  }
  .detox .img-list .img-1,
  .setting-img {
    height: 400px;
    width: 100%;
    border-radius: var(--border-radius);
    margin-top: 15px;
    object-fit: cover;
  }
  .detox .img-list .img-1 {
    height: 400px;
  }
  .common-drug-head h2,
  .common-drug-head p {
    text-align: left;
  }
  .detox .img-list {
    padding-left: 0%;
  }
  .safe .row figure,
  .safe .safe-img {
    border-radius: var(--border-radius);
  }

  .safe .health {
    margin-left: 0px;
  }
  .page-residential .program-comn-col {
    width: auto;
  }
  .cmn-drug-list li span {
    font-size: 16px;
  }
  .cmn-drug-list li {
    padding: 5px 0;
  }
  .support-list {
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
  }
  .support-list span {
    font-size: 16px;
    margin-left: 4px;
  }
  .support-list li img {
    width: 16px;
  }
  .withdrawl .row .col-lg-4 {
    padding: 0px 10px;
  }
  .risk .row {
    row-gap: 10px;
  }
  .recovery {
    padding: 30px 0px !important;
  }
  .page-sitemap .page-title {
    padding-bottom: 0px !important;
    margin-bottom: 30px !important;
  }
  .slide-why-choose-card .owl-dots {
    display: none;
  }
  /* 31-10-2025 end*/
  .contact-form-sec .btn-submit {
    margin-top: 10px;
  }
  .inner-treat .owl-nav {
    bottom: -15px;
  }
  .contact-form-sec .contact-sec-top-impo {
    font-size: 20px;
    line-height: 30px;
  }
  .page-admissions .inner-treat .owl-nav .owl-next span,
  .page-admissions .inner-treat .owl-nav .owl-prev span {
    bottom: -30px;
    right: 15%;
    font-size: 40px;
  }
  .inner-treat .owl-nav .owl-prev span,
  .inner-treat .owl-nav .owl-next span {
    font-size: 40px;
  }
  .page-admissions .owl-carousel .owl-nav button.owl-next {
    margin: 0 20px;
  }
  .discovr-sec .video-player {
    height: 300px;
  }
  .slide-facility .owl-dots button {
    margin-top: 10px;
  }
  .contact-from-sec .form-group textarea {
    border-radius: var(--border-radius) 30px;
  }
  .banner-contnt .btn-group .call-now {
    display: none;
  }
  .banner-contnt .btn-group .enqury-btn {
    height: 50px;
  }

  .banner-contnt .btn-group .call-now-icon .fa {
    font-size: 20px;
  }
  .banner-contnt .btn-group .call-now-icon {
    border-radius: var(--border-radius1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: call-pulse 2s infinite;
  }
  @keyframes call-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  .page-home .home-banner-image > img {
    width: 100%;
    height: 100%;
  }
  .desert-commitmnt h2 {
    line-height: 41px !important;
  }
  .we-under-contnt-info p {
    text-align: justify;
  }
  .admission-banner-head h1,
  .facility-tour .container h1 {
    font-size: 24px;
    line-height: 34px;
    padding: 0px 0%;
  }
  .admission-banner-head p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .about-banner,
  .admission-banner,
  .meet-team-banner,
  .facility-tour,
  .career-banner,
  .contact-banner,
  .resources-sec,
  .page-blog .blog-banner {
    height: 250px;
  }
  .breadcrumb-wrap p {
    font-size: 16px !important;
  }
  .admission-banner {
    min-height: 250px;
  }
  .page-our-team .team-members-topbar,
  .page-our-team .contact-from-sec.inner-cont,
  .conc-foot-new {
    padding-top: 30px;
  }
  .career-banner h1 {
    margin-bottom: 0px;
  }
  .contact-from-sec .form-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom p {
    line-height: 28px;
  }
  .about-mission-sec .bottom-image {
    display: none;
  }
  .team-members-topbar h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .page-our-team .team-members-topbar .container,
  .we-under-contnt-info p,
  .abuse-treatment-1st .cntent {
    padding-left: 0;
    padding-right: 0;
  }
  .team-members-topbar p {
    margin-bottom: 10px;
  }
  .gallery-section .gallery-image {
    height: 200px;
  }
  .about-banner h1,
  .meet-team-banner h1,
  .career-banner h1,
  .contact-banner h1,
  .how-to-get .delamere-heading,
  .resources-sec h1 {
    padding: 0px 0%;
    font-size: 26px;
    line-height: 36px;
  }
  .breadcrumb-wrap p,
  .breadcrumb-wrap a {
    font-size: 16px;
  }
  .gallery-section .fancy-gallry-slide .owl-dots {
    display: none;
  }
  .page-about-us .gallery-section {
    padding: 0px 0px;
    text-align: center;
  }
  .about-info-inner p,
  .about-mission-sec .description,
  .team-members-topbar p,
  .healing-journey p,
  .insurance-verify-lft p,
  .consult-head p,
  .consult-card-content p,
  .what-we-treat-topbar p,
  .we-under-contnt-info p,
  .discovr-sec p,
  .career-sec .sub-text,
  .career-sec .section-subtitle,
  .career-sec .value-item p,
  .we-under-contnt-info p,
  .contact-form-sec-top p,
  .resources-books p,
  .resources-hlp-families-sec p,
  .section.intervention-process p,
  .page-treatment .why-choose-ad p,
  .support-brand-sec p,
  .page-treatment .why-choose-ad ul > li,
  .page-admissions .insurance-verify .insurance-verify-lft p {
    text-align: justify;
    font-size: 16px !important;
    line-height: 26px;
    padding: 0px 0%;
  }
  .page-treatment .why-choose-ad ul > li {
    text-align: left;
  }
  .page-treatment .why-choose-ad p {
    padding: 0px 16px;
  }
  .contact-form-sec-top > .container {
    padding: 0px 16px 30px 16px;
  }
  .contact-form-sec-top > .container .career-sec .value-item p,
  .resources-hlp-families-sec p,
  .support-brand-sec p {
    text-align: center;
  }
  .career-sec .email-link {
    font-size: 16px;
  }
  .career-sec .call-to-action-box {
    padding: 15px;
  }
  .career-sec .call-to-action-box p,
  .career-sec .call-to-action-box p {
    font-size: 16px;
  }
  .page-admissions .consult-head p,
  .page-luxury-private-rehab-palm-springs .consult-head p,
  .discovr-sec p {
    text-align: center;
    margin: 7px 0px 20px 0px;
    color: #3a464c;
  }
  .what-we-treat-topbar p,
  .discovr-sec p {
    text-align: center;
  }
  .page-admissions .what-we-treat-topbar p {
    margin: 0px 0px 15px 0px;
  }
  .gallery-section,
  .about-info-sec,
  .about-mission-sec,
  .desert-commitmnt,
  .page-our-team .contact-from-sec,
  .healing-journey,
  .we-under-contnt,
  .insurance-verify,
  .consult,
  .inner-treat,
  .discovr-sec,
  .page-facility-tour .facility-highlights,
  .career-sec,
  .contact-form-sec,
  .resources-books,
  .resources-hlp-families-sec,
  .support-brand-sec,
  .page-luxury-private-rehab-palm-springs .why-choose-ad {
    padding: 30px 0px 30px 0px;
  }
  .desert-commitmnt {
    padding-top: 200px;
  }
  .inner-treat-slider .item h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .inner-treat-slider .item p {
    height: 180px;
  }
  .gallery-section,
  .career-sec .values-section {
    padding-bottom: 0px;
  }
  .inner-treat {
    padding-bottom: 50px;
  }
  .career-sec .values-list {
    gap: 20px;
  }
  .support-groups-slide .brand-support {
    height: 85px;
  }
  .about-mission-sec .image-column {
    height: 200px;
    order: 2;
    margin-top: 20px;
  }
  .team-members .card-header {
    height: 90px;
  }
  .contact-form-sec-top p {
    margin-bottom: 8px;
  }
  .wpcf7-spinner {
    display: none;
  }
  .resources-books-slide {
    margin-top: 30px;
  }
  .resources-books-slide.owl-carousel .owl-dots .owl-dot.active {
    width: 20px;
  }
  .resources-books-slide.owl-carousel .owl-dots button {
    width: 8px;
    height: 8px;
    margin-top: 15px;
    margin: 0px 4px;
  }
  .about-mission-sec .image-wrapper,
  .page-home .home-banner-image {
    height: 100%;
  }
  .logo-container-ft .logo-list img {
    max-height: 35px;
  }
  .logo-container-ft .logo-list li {
    margin: 0px 10px;
  }
  .facilty-th-room .facilty-room-imge > .row {
    width: 100%;
  }
  .expert,
  .team-members-topbar,
  .healing-journey .container {
    padding: 0px 16px;
  }
  .about-mission-sec .content-column {
    padding-left: 0px;
    order: 1;
  }
  .about-mission-sec .container {
    gap: 15px;
  }
  .discovr-sec h2 {
    margin-bottom: 15px;
  }
  .facilty-th-room .row .col-lg-7 {
    padding-right: 12px;
  }
  .team-members-card .profile-avatar {
    width: 80px;
    height: 80px;
  }
  .about-mission-sec .tagline {
    margin-bottom: 0px;
  }
  .about-mission-sec,
  .about-mission-sec .tagline,
  .career-sec .section-subtitle {
    text-align: center;
  }
  .career-sec .job-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .desert-commitmnt p {
    text-align: justify;
  }
  /*responsive-home-pg st */
  .welcome-sec .container,
  .wht-we-treat .container,
  .our-mission .container,
  .why-choose .container,
  .our-blogs .container,
  .contact-from-sec .container,
  .about-info-sec .container,
  .gallery-section .container-fuild,
  .about-mission-sec .container,
  .we-under-contnt .container,
  .insurance-verify .container,
  .consult .container,
  .what-we-treat-topbar .container,
  .what-we-treat-topbar .container,
  .desert-commitmnt .container,
  .facilty-th-room .container,
  .facilty-healing-garden .container,
  .facility-highlights .container,
  .career-sec .container {
    padding: 0px 16px;
  }
  .career-sec .hero-image-placeholder {
    margin-top: 15px;
  }
  .career-sec .hero-image-placeholder {
    height: 300px;
  }
  .career-sec .opportunities-section {
    padding: 0px 0px;
  }
  .career-sec .sub-text,
  .career-sec .section-subtitle {
    margin-bottom: 15px;
  }
  .page-facility-tour .facility-highlights ul > li {
    font-size: 18px;
    margin-left: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    font-weight: 400;
  }
  .facilty-room-imge .image-box {
    height: 150px;
  }
  .welcome-sec .wlcome-imge {
    padding: 0px 0px;
    height: 300px;
  }
  .ready-to-begin-info {
    padding-bottom: 50px;
  }
  .testimonials.testimoals-slide {
    padding: 0px 4%;
  }
  .expert .expert-info {
    flex-wrap: wrap;
  }
  .our-blogs .blog-box-contn h4 {
    height: 50px;
  }
  .our-mission .comn-h2,
  .page-home .our-mission p {
    text-align: justify;
  }
  .page-home .mission-contnt {
    padding-left: 0px;
    text-align: left;
  }
  .wht-we-treat h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .wht-we-treat .card-text,
  .section-header .exprt-para {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .page-home .card-text {
    min-height: auto;
  }
  .banner-contnt .btn-group a,
  .wlcome-contnt .welcome-btn,
  .admsion-box-info .button,
  .mission-btn,
  .brandsec-butt,
  .ready-to-begin-btn a,
  .contact-from-sec .btn-submit,
  .contact-form-sec .btn-submit {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .brand-sec .brand-slider .owl-dots .owl-dot {
    margin: 0px 6px;
  }
  .brand-sec .brand-slider .owl-dots .owl-dot,
  .testimonials .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  .brand-sec .brand-slider {
    padding: 0px 1%;
  }
  .insurance-verify-lft p {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .whatWe-top-para,
  .desert-commitmnt p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .wht-we-treat,
  .our-mission,
  .why-choose,
  .brand-sec,
  .our-blogs,
  .contact-from-sec {
    padding: 50px 0px;
  }
  .wht-we-treat .comn-h2,
  .our-mission .comn-h2,
  .why-choose .comn-h2,
  .brand-sec h2,
  .our-blogs .comn-h2,
  .contact-from-sec .contact-card .phone-number,
  .about-mission-sec .tagline,
  .desert-commitmnt h2,
  .page-about-us h2,
  .healing-journey h2,
  .insurance-verify .insurance-verify-lft h2,
  .consult .consult-head h2,
  .discovr-sec h2,
  .page-admissions .what-we-treat-topbar h2,
  .page-facility-tour .facility-highlights h2,
  .career-sec .main-heading,
  .career-sec .section-title,
  .contact-form-sec .contact-form-section h2,
  .contact-form-sec .contact-info-section h2,
  .faq-head h2,
  .brand-sec h2,
  .resources-hlp-families-sec h2,
  .support-brand-sec h2,
  .page-treatment .why-choose-ad h2,
  .page-treatment .what-we-treat-topbar h2,
  .page-admissions .insurance-verify .insurance-verify-lft h2,
  .break-free .break-free-addiction h2 {
    font-size: 26px !important;
    line-height: 38px;
  }
  .how-to-get > .container {
    padding: 0px 16px;
  }
  .contact-form-sec .section-description {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .faq {
    padding: 30px 2% 30px 2%;
  }
  .page-facility-tour .facility-highlights h2 {
    margin-bottom: 10px;
    padding-right: 0%;
  }
  .insurance-verify .insurance-verify-lft h2 {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 26px;
  }
  .page-admissions .insurance-verify .insurance-verify-lft h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .page-relapse-prevention-therapy .break-free .cmn-btn {
    padding: 8px 20px;
  }
  .team-member-card-content {
    padding: 50px 20px 15px;
  }
  .consult-card-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .consult-card-content h3 {
    margin-top: 0px;
  }
  .team-member-view-p-btn,
  .healing-journey a,
  .about-mission-sec .cta-button,
  .insurance-verify-lft .insurance-verify-bt,
  .career-sec .cta-button {
    padding: 10px 30px;
    font-size: 14px;
  }
  .what-we-treat-topbar h2,
  .what-we-treat-topbar p,
  .discovr-top-contnt {
    padding: 0 0%;
  }
  .contact-form-sec .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 22px;
  }
  .team-members .team-member-bio p,
  .career-sec .main-heading,
  .career-sec .sub-text,
  .career-sec .section-title {
    margin-bottom: 5px;
  }
  .page-contactus .contact-form-sec .form-group {
    margin-bottom: 0px;
  }
  .contact-form-sec .contact-form-section,
  .contact-form-sec .contact-info-section {
    padding: 16px;
  }
  .page-contactus .contact-form-sec .form-group input[type="text"],
  .page-contactus .contact-form-sec .form-group input[type="email"],
  .page-contactus .contact-form-sec .form-group input[type="tel"],
  .page-contactus .contact-form-sec .form-group textarea {
    height: 44px;
    padding: 0px 15px;
  }
  .contact-form-sec .info-block,
  .contact-form-sec .contact-info-section h2 {
    margin-bottom: 15px;
  }
  .contact-form-sec .icon-circle {
    width: 30px;
    height: 30px;
  }
  .page-contactus .contact-form-sec .form-group textarea {
    margin-top: 20px;
    border-radius: var(--border-radius) 30px;
  }
  .career-sec .hero-section {
    padding: 0px 0;
  }
  .team-members .team-member-name,
  .contact-form-sec .contact-form-section h2 {
    margin-bottom: 0px;
  }
  .team-members .profile-card {
    margin-bottom: 15px;
  }
  .consult-card-content {
    padding: 0px 15px 8px 15px;
    overflow-y: scroll;
  }
  .page-luxury-private-rehab-palm-springs .consult-card-content {
    height: 130px;
  }
  .team-members .team-members-card {
    padding: 10px 16px;
  }
  .brand-sec .brand-slider .owl-item .item {
    width: auto;
  }
  .facilty-th-room .mission-contnt > p,
  .facilty-healing-garden .mission-contnt > p {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    text-align: justify;
  }
  .how-to-get-subtittle {
    font-size: 16px;
    line-height: 26px;
  }
  .how-to-get {
    padding-bottom: 30px;
  }
  .how-to-get-inner .timer-loct {
    margin: 5px 0px;
  }
  .transport-options-row .how-to-get-inner strong {
    font-size: 18px;
    line-height: normal;
  }
  .how-to-get-inner .timer-loct {
    font-size: 14px;
  }
  .transport-options-row .col-lg-12 .row .col-lg-6 {
    padding: 0px 0px;
  }
  .how-to-get-inner {
    margin: 0px 0px 15px 30px;
  }
  .page-contact-us .how-to-get-inner {
    margin-left: 0;
  }
  .transport-options-row {
    padding-top: 15px;
  }
  .facilty-room-imge > .row .custm-colmn {
    width: 50%;
  }
  .facilty-th-room .row .col-lg-7 {
    order: 2;
  }
  .facilty-th-room .row .col-lg-5 {
    order: 1;
  }
  .facilty-th-room,
  .facilty-healing-garden,
  .abuse-treatment,
  .our-substance {
    padding: 30px 0px;
  }
  .facilty-th-room {
    padding-bottom: 0;
  }
  .facilty-th-room .mission-contnt > h2,
  .facilty-healing-garden .mission-contnt > h2 {
    text-align: left;
    margin-bottom: 10px;
  }
  .contact-from-sec .right-panel {
    padding: 20px 0px 70px 0px;
  }
  .blog-box-contn p {
    font-size: 16px;
  }
  .contact-from-sec .comn-h2 {
    margin: 5px 0px 15px 0px;
  }
  .contact-from-sec,
  .how-to-get {
    padding-top: 0px;
  }
  .contact-from-sec .image-container {
    height: 400px;
  }
  .contact-from-sec .btn-submit,
  .about-mission-sec .cta-button {
    margin-top: 0px;
  }
  .contact-from-sec .contact-card {
    padding: 15px;
  }
  .brand-sec h2 {
    margin-bottom: 35px;
  }
  .contact-form-sec .contact-card-container {
    flex-direction: column;
  }
  .expert .right-section {
    display: none;
  }
  .contact-form-sec .contact-map iframe {
    width: 100% !important;
  }
  .expert .expert-info .expert-details {
    width: 100%;
  }
  .expert-description {
    height: auto;
  }
  .expert .expert-info {
    margin-top: 0px;
  }
  .main-blog-lft .comn-h3 {
    font-family: "Alegreya Sans", sans-serif;
    color: #3a464c;
    font-weight: 600;
    font-size: 20px;
    margin-top: 50px;
  }
  .contact-from-sec .form-grid,
  .healing-journey h2 {
    margin-bottom: 0;
    gap: 0;
  }
  .contact-from-sec .form-group input {
    height: 44px;
    padding: 0px 15px;
  }
  .form-group.text-area textarea {
    min-height: 88px;
  }
  .contact-from-sec .form-group.new-em-add {
    margin-bottom: 22px;
  }
  .main-blog-lft .blog-box-img {
    height: 280px;
  }
  .brand-sec .brandsec-butt {
    margin-top: 35px;
  }
  .brand-sec h2::before {
    top: 45px;
  }
  .why-choose-inner .p-one {
    margin: 20px 0px 30px 0px;
  }
  .admission-procs {
    padding: 20px 5%;
  }
  .page-home .wlcome-contnt {
    padding-right: 0px;
    text-align: left;
  }
  .our-blogs .comn-h2,
  .desert-commitmnt h2 {
    margin-bottom: 0px;
  }
  .page-home .blog-box {
    padding: 15px;
  }
  .blog-box .view-more {
    font-size: 14px;
  }
  .blog-line-slide {
    display: none;
  }
  .our-mission .comn-h2 {
    margin-bottom: 6px;
  }
  .admsion-box-container {
    padding: 0px 16px 0px 16px;
    margin-top: 30px;
  }
  /* .banner-contnt{
    height: 85%;
  } */
  .our-brand .brand-logo img {
    height: 30px;
  }
  .our-exp {
    padding-bottom: 40px;
  }
  .admission-procs h3 {
    font-size: 20px;
    line-height: 46px;
  }
  .brand-sec .brand-slider .owl-item .item {
    height: 74px;
  }
  .admission-procs {
    border-radius: var(--border-radius);
  }
  .resources-hlp-families-sec p {
    padding-bottom: 10px;
  }
  .admission-procs .admission-desp,
  .team-member-name,
  .career-sec .job-card h3,
  .section.intervention-process h3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .section.intervention-process {
    margin-bottom: 12px;
  }
  .section.intervention-process h3 {
    text-align: left;
    margin-bottom: 3px;
  }
  .section.intervention-process p,
  .resources-hlp-families-sec p {
    margin-bottom: 0;
  }
  .hlp-families-info section.intervention-process {
    margin-bottom: 10px;
  }
  .career-sec .job-card,
  .section.intervention-process {
    padding: 15px;
  }
  .team-members .team-members-card {
    padding-bottom: 0px;
  }
  .opportunities-section .job-card span {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
  .career-sec .job-grid {
    gap: 10px;
  }
  .contact-from-sec.inner-cont .right-panel {
    padding: 0px 14px;
  }
  .view-more .arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .card.view-all-addiction .view-more .arrow {
    width: 20px;
    height: 20px;
    margin-left: 6px;
  }
  .support-brand-sec p {
    margin-bottom: 15px;
  }
  .inner-treat-card-btn i {
    width: 24px;
    height: 24px;
  }
  .view-more .arrow i {
    transform: translateY(0px);
  }
  .contact-from-sec.inner-cont {
    padding-top: 0px;
  }
  .admission-procs .admission-subtitle {
    font-family: "Alegreya Sans", sans-serif;
    text-align: center;
    margin-bottom: 1px;
    font-size: 18px;
  }
  .wpcf7 form .form-group {
    position: relative;
    margin-bottom: 20px !important;
  }
  .our-brand {
    padding-bottom: 50px;
  }
  .page-cocaine-addiction-treatment .faq-cont .faq,
  .page-substance-use .faq-cont .faq,
  .page-prescription-drug-addiction-rehab .faq-cont .faq,
  .page-meth-addiction-treatment .faq-cont .faq,
  .page-heroin-addiction .faq-cont .faq,
  .page-benzo-addiction-treatment .faq-cont .faq,
  .page-fentanyl-detox-los-angeles .faq-cont .faq,
  .page-alcohol-rehab .faq-cont .faq,
  .page-luxury-private-rehab-palm-springs .faq-cont .faq,
  .page-opioid-addiction-treatment .faq-cont .faq {
    padding: 30px 0px;
  }
  .page-substance-use .navigating-treatment-1st-row .p-0 figure > img {
    border-radius: 15px;
  }
  .our-exp .comn-h2 {
    font-weight: 700;
    margin-bottom: 30px;
  }
  .page-home .our-mission p {
    margin-bottom: 20px;
  }
  .comn-h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .our-exp .count-box {
    padding: 0px 0%;
    margin-bottom: 20px;
  }
  .expert .expert-white-box {
    padding: 20px 16px;
  }
  .ready-to-begin-info p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .expert .expert-details h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  .expert-details p {
    font-size: 16px;
    margin: 5px 0 0;
  }
  .our-exp .count-box .count-num,
  .our-exp .count-box .count-num sup {
    font-size: 32px;
    line-height: 50px;
    font-weight: 600;
  }
  .why-choose .counter-section .count-box p {
    text-align: center;
  }
  .cards-container.row .custm-col,
  .insurance-verify-right img {
    margin-top: 20px;
  }
  .insurance-verify-right img {
    height: 200px;
    max-width: 100%;
    border-radius: var(--border-radius) 20px;
  }
  .consult-row-card figure img {
    height: 300px;
  }
  .page-admissions .consult-card-icon,
  .page-luxury-private-rehab-palm-springs .consult-card-icon {
    width: 50px;
    height: 50px;
  }
  .page-luxury-private-rehab-palm-springs .consult a {
    margin-top: 0;
  }
  .page-admissions .consult-card-icon span,
  .page-luxury-private-rehab-palm-springs .consult-card-icon span {
    font-size: 30px;
  }
  .consult-card-icon {
    top: 32%;
    transform: translateY(-32%);
  }
  .page-admissions .consult-card-icon {
    top: 93%;
    left: 2%;
    /* transform: translateY(-50%); */
  }
  .page-luxury-private-rehab-palm-springs .consult-card-icon {
    top: 65%;
    transform: translateY(-65%);
  }
  .page-admissions .consult-card-content h3,
  .page-luxury-private-rehab-palm-springs .consult-card-content h3 {
    height: auto;
    margin-bottom: 8px;
  }
  .consult-card-content h3 {
    font-size: 18px;
    line-height: initial;
  }
  .wlcome-contnt h2 {
    margin-bottom: 10px;
  }
  .top-bar .lft-social {
    gap: 20px;
  }
  .top-bar {
    padding: 4px 0px;
  }
  .navbar .main-logo img {
    height: 62px;
  }
  .contnt-info {
    overflow-y: initial;
  }
  .banner .container {
    bottom: 0%;
  }
  .insurance-verify .insurance-verify-lft {
    text-align: center;
  }
  .consult-row-part .col-lg-3 {
    margin-bottom: 15px;
  }
  .page-admissions .consult-row-part .col-lg-3 {
    margin-bottom: 0px;
  }
  .page-admissions .inner-treat-slider .item p {
    margin-bottom: 15px;
  }
  .inner-treat-slider-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }
  .banner-contnt {
    justify-content: flex-end;
    gap: 180px;
  }
  .banner .play-icon video {
    height: 100%;
  }
  .banner-contnt .btn-group {
    transform: translateY(0px);
  }
  .navbar .main-logo img {
    width: 150px;
  }
  .banner-contnt h1 {
    font-size: 30px;
    line-height: unset;
    margin-bottom: 30px;
  }
  .banner-contnt p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .welcome-sec {
    padding-top: 50px;
  }
  .wlcome-contnt h2 {
    font-size: 26px;
    line-height: normal;
  }
  .wlcome-contnt .welcome-btn {
    margin-bottom: 30px;
  }
  .wlcome-contnt p {
    margin-bottom: 15px;
  }
  .welcome-sec .wlcome-imge img {
    border-radius: var(--border-radius) 20px;
    height: 100%;
    width: 100%;
  }
  .admsion-box-info {
    padding: 0;
  }
  .admsion-box-info p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .page-home .admsion-box-info p {
    margin-bottom: 0;
  }
  .page-home .admsion-box-info {
    gap: 20px;
    padding: 20px 20px;
  }
  .whatWe-top-para {
    padding: 0px 0px;
    margin: 5px 0px;
  }
  /* 13-10-25 */
  .top-bar .container {
    text-align: center;
    display: block;
  }
  .top-bar .lft-social {
    justify-content: center;
    align-items: center;
  }
  .top-bar .taking-prday p {
    font-size: 14px;
    margin-top: 5px;
  }
  .navbar .navbar-brand.main-logo {
    width: 120px;
    overflow: hidden;
  }
  .navbar .navbar-brand img {
    transform: scale(1.2);
  }
  .navbar .verify-btnn {
    font-size: 16px;
    padding: 7px 14px;
  }
  .banner-contnt h1 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .banner-contnt p {
    font-size: 16px;
    line-height: normal;
  }
  .banner-contnt .btn-group a {
    margin: 0px 10px;
  }
  .banner {
    height: 460px;
  }
  .wlcome-contnt p,
  .our-mission p,
  .why-choose p {
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
  }
  .why-choose-inner {
    padding: 0px 0%;
  }
  .admsion-box-info p {
    line-height: 25px;
    font-size: 16px !important;
  }
  .footer-top p {
    margin-top: 30px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 32px;
    padding-right: 0;
    text-align: justify;
  }
  .home-con-new .wpcf7 form .form-group {
    margin-bottom: 11px !important;
  }
  .admsion-box-info {
    /* height: 170px; */
    padding: 0px 10px;
  }
  .our-mission-imge {
    padding-right: 0px;
  }
  .our-mission-imge img {
    border-radius: var(--border-radius);
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
    object-fit: cover;
  }
  .wlcome-contnt h5 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .wht-we-treat .card .card-image-wrapper {
    height: 200px;
  }
  .wht-we-treat .card .card-content {
    padding: 10px 10px;
  }
  .card-content .view-more,
  .inner-treat-card-btn span {
    font-size: 14px;
  }
  .card-content .view-more .arrow {
    font-size: 18px;
  }
  .admission-procs p:nth-child(2) {
    color: #3a464c;
    font-size: 24px;
    line-height: 64px;
    margin: -15px 0px 2px;
    text-align: center;
    font-weight: 600;
  }
  .form-group.text-area {
    margin-top: 0 !important;
  }
  .detox .img-list .img-2 {
    display: none;
  }
  .blogs-slider .owl-nav,
  .blogs-slider .owl-dots,
  .resources-books-slide.owl-carousel .owl-nav {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    justify-content: end;
  }
  .blogs-slider .owl-nav button {
    font-size: 28px !important;
  }
  .blogs-slider button.owl-prev {
    /* position: absolute;
    left: 0; */
    /* margin: 10px auto; */
    /* right: 0;
    margin-right: 58px; */
    display: inline-block;
  }
  /* .blogs-slider button.owl-next {
    position: absolute;
    right: -27px;
    left: 0;
    bottom: -23px;
} */
  .blogs-slider button.owl-prev i,
  .resources-books-slide.owl-carousel .owl-nav button.owl-prev span {
    background: #f0f0f2;
    color: #000000;
    width: 34px;
    border-radius: 50%;
    height: 35px;
    line-height: 34px;
  }
  .blogs-slider button.owl-prev i:hover,
  .blogs-slider button.owl-next i:hover,
  .resources-books-slide.owl-carousel .owl-nav button.owl-prev span:hover,
  .resources-books-slide.owl-carousel .owl-nav button.owl-next span:hover {
    background-color: #94c29d;
    color: #fff;
  }
  .resources-books-slide.owl-carousel .owl-nav button span {
    display: inline-block;
  }
  .blogs-slider button.owl-next i,
  .resources-books-slide.owl-carousel .owl-nav button.owl-next span {
    background: #f0f0f2;
    color: #000000;
    width: 34px;
    border-radius: 50%;
    height: 35px;
    line-height: 34px;
  }
  .resources-books-slide.owl-carousel .owl-nav button.owl-prev span,
  .resources-books-slide.owl-carousel .owl-nav button.owl-next span {
    font-size: 34px;
  }
  .our-blogs .owl-dots {
    border: none !important;
  }
  .our-blogs .owl-dots {
    padding-top: 0px !important;
  }
  .arrow-icon {
    height: 50px;
    width: 50px;
  }

  .banner-arrow-down .arrow {
    padding: 8px 6px;
  }
  .banner-arrow-down .arrow:before,
  .banner-arrow-down .arrow:after {
    height: 1px;
    width: 11px;
  }
  .banner-contnt .btn-group .call-now-icon span {
    display: none !important;
  }

  /* about mission sec-new */
  .about-mission-sec-new .container {
    top: 30%;
    transform: translateY(-30%);
  }
  .about-mission-sec-new h2 {
    margin-bottom: 15px;
  }
  .about-mission-sec-new-head p {
    line-height: 26px;
    font-size: 16px;
  }
  /* .about-mission-sec-new-row {
    top: 25%;
  } */
  .abt-mission-new-bg img {
    height: 500px;
  }
  .about-mission-sec-new-row-card {
    padding: 10px;
  }
  .page-addiction-treatment .insurance-verify-lft .insurance-verify-bt {
    margin-bottom: 20px;
  }
  .page-kratom-addiction-treatment-desert-willow-wellness
    .health-part-1
    .health-and-hope-img-1,
  .page-marijuana-addiction-treatment-desert-willow-wellness
    .health-part-1
    .health-and-hope-img-1,
  .page-synthetic-drug-addiction-treatment-desert-willow-wellness
    .health-part-1
    .health-and-hope-img-1 {
    margin-bottom: 15px !important;
  }
  .page-kratom-addiction-treatment-desert-willow-wellness
    .health-and-hope-1st
    .cmn-btn,
  .page-marijuana-addiction-treatment-desert-willow-wellness
    .health-and-hope-1st
    .cmn-btn,
  .page-synthetic-drug-addiction-treatment-desert-willow-wellnes
    .health-and-hope-1st
    .cmn-btn {
    margin-top: 0px;
  }
  .page-kratom-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free,
  .page-synthetic-drug-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free,
  .page-marijuana-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free {
    padding: 30px;
  }
  .page-synthetic-drug-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free {
    padding: 30px !important;
    margin: 0px;
  }
  .page-kratom-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free,
  .page-synthetic-drug-addiction-treatment-desert-willow-wellnes
    .common-drug.link-text
    .new-what-treat
    .break-free,
  .page-marijuana-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free {
    margin: 0px;
  }
  .faq-head h2 {
    margin: 24px 0px;
  }
  .page-marijuana-addiction-treatment-desert-willow-wellness
    .health-and-hope-img-list
    img,
  .page-synthetic-drug-addiction-treatment-desert-willow-wellnes
    .health-and-hope-img-list
    img,
  .page-kratom-addiction-treatment-desert-willow-wellness
    .health-and-hope-img-list
    img {
    height: 500px;
  }
  .button-wrapper {
    justify-content: center;
    align-items: center;
  }
  .break-free .break-free-addiction h2 {
    margin-bottom: 20px !important;
  }
  .footer-top .col-lg-3 .footer-menu p {
    margin-top: 25px;
  }
  .page-aftercare-and-alumni .program .journey {
    padding: 30px;
  }
  .page-substance-use .break-free .break-free-addiction p,
  .page-fentanyl-detox-los-angeles .break-free .break-free-addiction p {
    margin-bottom: 0px;
  }
  .new-author .profile-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-left: 0; */
    padding: 50px 0px;
  }
  .new-author .profile-details {
    padding: 0 15px;
    text-align: center;
    padding-top: 25px;
  }
  .blog-post-head .blog-author-head {
    font-size: 25px;
    padding: 0;
  }
  .profile-bio {
    font-size: 16px;
  }
  .page-addiction-rehab-center-palm-springs .grecaptcha-badge {
    bottom: 0 !important;
  }
  .head-bottom .cmn-btn i{
  display: inline-block;
}
.head-bottom .cmn-btn span{
  display: none;
}
.head-bottom .cmn-btn{
	padding: 10px 15px;
}
.head-bottom .cmn-btn i{
	margin-right: 10px;
}
.page-addiction-rehab-center-palm-springs .head-bottom .navbar-brand img{
	height:65px;
}
.focus-care .focus-care-head .cmn-btn .fa-phone{
	display:inline-block;
	margin-right:8px;
}
.focus-care .focus-care-head .cmn-btn span{
	display:none;
}
 .expect .grid-section{
  margin: 0;
 }
 .expect-head h2{
  font-size: 30px;
 }
 .expect-head p{
  font-size: 16px;
 }
 .expect .expect-card{
  min-height: 335px;
 }
 .private-detox-banner li{
  width: 100%;
 }
 .private-detox-banner .form-part{
  margin-top: 8px;
 }
 .private-detox-banner .private-detox-banner-treatment{
  top: 3%;
 }
 .private-detox-banner p{
  font-size: 16px;
  margin-bottom: 30px;
 }
 .private-detox-banner .form-part .row{
  row-gap: 0;
 }
 .focus-care-head h2{
  font-size: 26px;
  margin-bottom: 20px;
 }
 .private-detox-banner-bg{
  height: 950px;
 }
 .clients-families-head h2{
  font-size: 24px;
 }
 .page-addiction-rehab-center-palm-springs .brand-sec{
  padding: 30px 0 40px 0;
 }
 .private-detox-addiction-head h2{
  font-size: 26px;
  margin-bottom: 15px;
 }
 .private-detox-addiction{
  padding: 30px 0;
 }
 .people-shared{
  padding: 20px 0 30px 0;
 }
 .people-shared-head h2{
  font-size: 30px;
  margin-bottom: 20px;
 }
 .admission-support{
  padding: 30px 0;
 }
 .admission-support-head h2{
  font-size: 30px;
  margin-bottom: 15px;
 }
 .reach-admission h3{
  font-size: 26px;
 }
 .focus-care-img-list .first-img{
    top: 35%;
    left: 0%;
 }
 .focus-care-img-list .second-img{
    top: 5%;
    left: 15%;
 }
 .focus-care-img-list .third-img{
    top: 30%;
    left: 35%;
 }
 .focus-care-img-list .fourth-img{
    top: 15%;
    left: 55%;
 }
 .focus-care-img-list .fifth-img{
    top: 5%;
    left: 45%;
 }
}

@media (min-width: 576px) and (max-width: 992px){
  .expect .row .col-lg-3:nth-child(3) .expect-card{
    background: unset;
    color: #3a464c;
    box-shadow: 0px 3px 7px rgb(58 70 76 / 14%);
  }
  .expect .row .col-lg-3:nth-child(4) .expect-card{
    background: linear-gradient(180deg, #3f4f58 0%, #36454f 50%, #2f3e46 100%);
    color: #ffffff;
    /* box-shadow: 0px 3px 7px rgb(58 70 76 / 14%); */
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .about-mission-sec-new-row {
    top: 10%;
  }
  .desert-commitmnt{
    padding-top: 200px;
  }
}
@media (max-width: 480px) {
  /* new landing page */
  .private-detox-banner .form-part .form-group{
    margin: 0 15px;
  }
      .grid-section {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-section{
      margin: 30px 0;
    }
    .grid-item span{
      font-size: 50px
    }
    .grid-item h3{
      font-size: 22px;
      margin-bottom: 20px;
    }
    .grid-item{
      padding: 0px 20px 20px 20px;
    }

  .customize-support .safe .health h2{
    margin-top: 10px !important;
  }
  .customize-support .substance-banner .container{
    height: fit-content;
  }
  .wht-we-treat .card .card-image-wrapper {
    height: 200px;
  }
  .navbar .verify-btnn {
    font-size: 14px;
  }
  .residential-treatment-program {
    padding: 10px 20px;
  }
  .inner-banner-section,
  .page-faqs .faq-banner-bg img,
  .page-substance-use .inner-banner-img-wraper,
  .page-addiction-treatment .admission-banner-bg {
    height: 300px !important;
  }
  .page-facility-tour .career-sec .job-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .page-addiction-treatment
    .inner-treat-slider
    .item
    p:hover::-webkit-scrollbar {
    overflow-y: hidden;
    display: none;
  }
  .page-addiction-treatment .inner-treat-slider .item h3 {
    min-height: auto;
  }
  .top-to-bottom {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 12%;
  }
  .top-to-bottom a {
    font-size: 18px;
  }
  .page-sitemap .sitemap-box h2 {
    font-size: 18px;
  }
  .page-sitemap .sitemap-item a {
    font-size: 14px;
  }
  .page-luxury-private-rehab-palm-springs .consult-card-icon {
    top: 60%;
    transform: translateY(-60%);
  }
  .page-luxury-private-rehab-palm-springs .consult-card-content {
    height: 160px;
  }
  .safe .row figure {
    height: 500px;
  }
  .banner-contnt {
    gap: 80px;
  }
  .page-admissions .consult-card-icon {
    top: 95%;
  }
  /* 31-10-2025 st*/
  .page-dual-diagnosis .support-list li span:first-child,
  .page-detox .support-list li span:first-child {
    background-color: transparent;
  }
  .page-substance-use .abuse-treatment-1st-img,
  .health-part-1 .health-and-hope-img-1,
  .health-and-hope-img-list img {
    height: 300px;
  }
  .journey {
    flex-wrap: unset;
  }
  .risk-card-content {
    gap: 10px;
  }
  .detox .img-list .img-1,
  .setting-img {
    height: 300px;
  }
  .cmn-drug-list li span {
    font-size: 14px;
  }
  .common-drug .row .col-lg-3 {
    /* width: 50%; */
  }
  /* 31-10-2025 end*/
  .inner-treat-slider .item p {
    height: 149px;
  }
  .how-to-get-inner {
    margin: 0px 0px 15px 0px;
  }
  .page-admissions .consult-card-icon {
    width: 40px;
    height: 40px;
  }
  .contact-from-sec .right-panel {
    padding: 20px 0px 40px 0px;
  }
  .form-group,
  .contact-from-sec .form-group.new-em-add {
    margin-bottom: 15px;
  }
  .welcome-sec {
    padding-top: 50px;
  }
  .banner-contnt,
  .page-home .wlcome-contnt {
    justify-content: center;
  }
  .admission-banner-head p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .footer-bottom p {
    font-size: 14px;
    line-height: 26px;
  }
  .logo-container-ft .logo-list img {
    max-height: 26px;
  }
  .logo-container-ft .logo-list li {
    margin: 5px 3px;
  }
  .from-sec {
    padding-top: 20px;
  }
  .admission-procs .admission-desp {
    font-size: 16px;
    line-height: 25px;
  }
  .ready-to-begin-btn span {
    margin: 7px 30px;
  }
  .our-brand {
    gap: 25px;
  }
  .expert .ready-to-begin-btn {
    flex-direction: column;
    display: flex;
    padding: 0px 5%;
  }
  .banner {
    height: auto;
  }
  /* .banner-contnt {
    height: 100%;
    } */
  .banner .container {
    bottom: 5%;
  }
  .navbar .verify-btnn {
    margin-left: 0;
  }
  .navbar .navbar-brand img {
    width: 120px;
  }
  .brand-sec .brandsec-butt {
    margin-top: 14px;
  }
  .admsion-box-info p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .admsion-box-info .button {
    padding: 10px 40px;
  }
  .wht-we-treat {
    padding: 30px 0px;
  }
  .whatWe-top-para {
    font-size: 16px;
    line-height: unset;
  }
  .wht-we-treat h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .wht-we-treat .card-text {
    font-size: 16px;
    line-height: unset;
  }
  .mission-contnt {
    padding-left: 0;
  }
  .our-mission,
  .why-choose,
  .brand-sec,
  .our-blogs {
    padding: 30px 0;
  }
  .page-home .wlcome-contnt,
  .page-home .mission-contnt,
  .our-mission .comn-h2,
  .contact-from-sec .right-panel {
    text-align: center;
  }
  .why-choose .p-one {
    margin: 10px 0;
  }
  .page-home .counter-section {
    display: flex;
    justify-content: center;
  }
  .slide-blogs-rw {
    margin-top: 15px;
  }
  .our-blogs .blog-box-contn h4 {
    height: auto;
    margin: 10px 0px;
  }
  .blog-box-contn p {
    line-height: 26px;
    margin-bottom: 10px;
  }
  /* about-mission-sec-new */
  .about-mission-sec-new .about-mission-sec-new-head {
    padding: 0px;
  }
  .abt-mission-new-bg img {
    height: 600px;
  }
  .desert-commitmnt {
    padding-top: 200px;
  }
  .button-wrapper {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .button-wrapper .cmn-btn {
    /* margin-bottom: 0px !important; */
  }
  .common-drug.link-text.new-what-treat .break-free {
    padding: 20px;
  }
  .break-free .break-free-addiction h2 {
    margin-bottom: 15px !important;
    line-height: 30px;
  }
  .break-free .break-free-addiction p {
    line-height: 25px !important;
  }
  .break-free .break-free-addiction p,
  .page-family-therapy .common-drug .break-free p {
    margin-bottom: 15px;
  }
  .journey-content h2,
  .journey-content p {
    margin-bottom: 15px !important;
    line-height: 25px !important;
  }
  .page-aftercare-and-alumni .common-drug .break-free p {
    margin-bottom: 15px !important;
  }
  .page-aftercare-and-alumni .break-free,
  .page-aftercare-and-alumni .program .journey,
  .page-family-therapy .break-free {
    padding: 20px;
  }
  .page-synthetic-drug-addiction-treatment-desert-willow-wellness
    .common-drug.link-text.new-what-treat
    .break-free {
    padding: 20px !important;
  }
  .treatment-program-listing li {
    width: 100%;
  }
  /* lew landing detox */
  .private-detox-banner-bg{
    height: 1085px;
  }
  .private-detox-banner .private-detox-banner-treatment{
    top: 5%;
  }
  .private-detox-banner h1{
    font-size: 26px;
    line-height: 36px;
  }
  .private-detox-banner li{
    width: 100%;
  }
  .private-detox-banner .form-part .col-lg-6 .odd{
  margin-right: 15px;
}
.private-detox-banner .form-part .col-lg-6 .even{
  margin-left: 15px;
}
.private-detox-banner .form-part .row{
  row-gap: 0;
}
.focus-care{
  padding: 30px 0;
}
.focus-care-head h2{
  font-size: 26px;
   margin-bottom: 20px;
  line-height: 40px;
}
.focus-care-img-list{
  min-height: unset;
}
.focus-care-img-list .first-img{
  margin-top: 30px;
  position: static;
  border-radius: 10px;
  width: 100%;
}
.page-addiction-rehab-center-palm-springs .brand-sec{
  padding: 30px 0;
}
.page-addiction-rehab-center-palm-springs .brand-sec h2{
  margin-bottom: 20px;
}
.clients-families{
  padding: 30px 0;
}
.clients-families-head h2{
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 40px;
}
.clients-families-head p {
  line-height: 30px;
}
.clients-families-head{
  margin-bottom: 30px;
}
.clients-families-list{
  margin-left: 0;
  margin-bottom: 30px;
}
.clients-families-list li {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.clients-families .cmn-btn{
  margin-left: 0;
}
.private-detox-addiction{
  padding: 0px 0px 30px 0px;
}
.private-detox-addiction-head h2{
  font-size: 26px;
  margin-bottom: 20px;
  text-align: left;
}
.private-detox-addiction-head p{
  text-align: left;
  margin-bottom: 30px;
}
.private-detox-addiction-btn{
  margin-top: 30px;
}
.people-shared{
  padding: 30px 0;
}
.people-shared-head h2{
  font-size: 26px;
}
.expect{
  padding: 30px 0;
  height: auto;
}
.expect-head{
  margin-bottom: 30px;
}
.expect-head h2{
  font-size: 26px;
  margin-bottom: 20px;
}
.expect .row .col-lg-3:nth-child(odd) .expect-card{
  background: linear-gradient(
    180deg,
    #3f4f58 0%,
    #36454f 50%,
    #2f3e46 100%
  );
}
.expect .row .col-lg-3:nth-child(even) .expect-card{
  box-shadow: 0px 3px 7px rgb(58 70 76 / 14%);
}
.expect-card{
  min-height: unset;
}
.expect-card span{
  font-size: 50px;
  line-height: 30px;
}
.expect-card h3{
  font-size: 22px;
  margin: 20px 0;
}
.admission-support{
  padding: 0px 0px 30px 0px;
}
.admission-support-head h2{
  font-size: 26px;
  margin-bottom: 20px;
}
.admission-support-head p{
  font-size: 16px;
  margin-bottom: 20px;
  padding-right: 0;
}
.reach-admission{
  padding: 20px;
}
.reach-admission p {
    font-size: 16px;
    margin-bottom: 20px;
}
.reach-admission h3{
  font-size: 26px;
  margin-bottom: 20px;
}

}
@media (max-width: 375px) {
  .page-contact-us .how-to-get-inner {
    padding: 10px 10px;
  }
  .page-contact-us .transport-options-row .how-to-get-inner strong {
    font-size: 16px;
  }
  .page-contact-us .how-to-get-inner .timer-loct {
    display: inline-block;
  }
  .banner-contnt {
    gap: 60px;
  }
  .support-list {
    grid-template-columns: auto;
  }
  .navbar-main.sticky .navbar .verify-btnn {
    padding: 8px 8px;
  }
  .banner .container {
    bottom: 10%;
  }
  .navbar .verify-btnn {
    font-size: 14px;
    padding: 8px;
  }
  .banner-contnt h1 {
    font-size: 30px;
    line-height: unset;
  }
  .banner .btn-group {
    gap: 10px;
  }
  .wlcome-contnt p {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .wlcome-contnt .comn-h2 {
    line-height: unset;
    margin-bottom: 20px;
  }
  .wlcome-contnt .welcome-btn {
    padding: 10px 15px;
  }
.private-detox-banner .private-detox-banner-treatment{
	top: 2%;
}
.private-detox-banner-bg {
    height: 1100px;
}

}
@media (min-width: 350px) and (max-width: 414px) {
  .banner-contnt .btn-group a {
    /* font-size: 15px; */
    margin: 0 10px;
    padding: 10px 15px;
  }
  .about-mission-sec-new-row {
    top: 15%;
  }
}
/* Desktop hover to show dropdown */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
/* Responsive adjustments container*/
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1450px;
  }
}
@media (min-width: 1921px) {
  .container {
    width: 1870px;
  }
}
