@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px / 25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  background: #f8f6e8;
  font-family: "Montserrat", sans-serif;
  background-image: url(../images/body-background-images.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "deluce";
  src: url(../fonts/deluce.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "courteous";
  src: url(../fonts/courteous.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "deluce";
  font-size: 100px;
  color: #1b1b1b;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: uppercase;
  line-height: 1;
}

h2 {
  font-family: "deluce";
  font-size: 80px;
  color: #1b1b1b;
  font-weight: 500;
  margin: 0px 0 15px;
  line-height: 1;
  text-transform: uppercase;
}

h3 {
  font-family: "deluce";
  font-size: 35px;
  color: #1b1b1b;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "";
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "";
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "";
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #8a837e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 24px;
}

/* Header Start */

.container-fluid.add-padding {
  padding: 0 5%;
}
.menuSection {
  border-top: 1px solid #d6d4c8;
  border-bottom: 1px solid #d6d4c8;
  padding: 0px 0;
  margin-top: 10px;
  position: relative;
}
.header-logo a img {
  width: 75%;
}
.menuSection:before {
  content: "";
  position: absolute;
  background-image: url(../images/header-leave.png);
  width: 37px;
  height: 69px;
  background-size: cover;
  bottom: -30px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
.meun-button {
  text-align: end;
}
.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #161616;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 10px;
}

.active {
  position: relative;
}

.active:before {
  content: "";
  position: absolute;
  background: #0e76bc;
  width: 100%;
  height: 2px;
  bottom: -46px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #0e76bc;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.theme-btn-1 {
  background-color: #0e76bc;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 25px;
  border-radius: 50px;
  font-weight: 500;
  box-shadow: 0 0 15px 0 #0e76bc;
  animation: floatBadge 5s ease-in-out infinite;
}

.slick-slide {
  opacity: 1.2;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* Header Ends */

/* Banner Start */

section.main_slider {
  padding-top: 30px;
  position: relative;
}
section.main_slider:after {
  content: "";
  position: absolute;
  background-image: url(../images/main-banner-leave-2.png);
  width: 62px;
  height: 58px;
  background-size: cover;
  top: 45px;
  right: 0;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/main-banner-leave-1.png);
  width: 57px;
  height: 70px;
  right: -70px;
  left: 0;
  margin: 0 auto;
  top: 30%;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 10%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.banner_text p {
  width: 90%;
  color: #696661;
  margin-bottom: 15px;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* Banner Ends */

/* About Us Start */

.about-brandi-ferguson-images img {
  width: 100%;
  height: 534px;
  object-fit: cover;
  border-radius: 20px;
}

.about-brandi-ferguson-text {
  margin-left: 30px;
}
.about-brandi-ferguson-text h2 span {
  display: block;
}
.about-brandi-ferguson-text p {
  color: #89847f;
}
.about-brandi-ferguson-pragf {
  border: 1px solid #e0d8ce;
  margin-left: -54px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-right: 10px solid #99d3ff;
  padding-right: 40px;
  border-left: none;
  margin-top: 25px;
  margin-bottom: 25px;
}
.about-brandi-ferguson-pragf p {
  color: #676460;
  margin-bottom: 0;
  font-weight: 600;
}
.about-brandi-ferguson-text a {
  padding: 16px 40px;
}

.about-brandi-ferguson-sec {
  position: relative;
}
.about-brandi-ferguson-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/about-brandi-ferguson-leave.png);
  width: 73px;
  height: 66px;
  background-size: contain;
  left: 5px;
  top: 45%;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
.about-brandi-ferguson-bottom-box {
  border: 2px solid #e1d7ce;
  margin-top: 50px;
  text-align: center;
  padding: 70px 0px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.about-brandi-ferguson-bottom-box h2 {
  font-size: 48px;
  color: #0e76bc;
  font-style: italic;
  font-family: "courteous";
  margin-bottom: 10px;
}
.about-brandi-ferguson-bottom-box label img {
  width: 20px;
  height: 20px;
  margin-bottom: 15px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(31%) sepia(63%) saturate(1439%)
    hue-rotate(176deg) brightness(103%) contrast(91%);
}
.about-brandi-ferguson-bottom-box h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}
.about-brandi-ferguson-bottom-box:before {
  content: "";
  position: absolute;
  background: #0e76bc;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0px;
  z-index: -1;
  transition: 0.5s;
}
.about-brandi-ferguson-bottom-box:hover h2 {
  color: #fff;
}
.about-brandi-ferguson-bottom-box:hover h3 {
  color: #fff;
}
.about-brandi-ferguson-bottom-box:hover:before {
  height: 100%;
  transition: 0.5s;
}
.about-brandi-ferguson-bottom-box:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(2346%)
    hue-rotate(174deg) brightness(117%) contrast(100%);
}
.about-brandi-ferguson-bottom-box.chg:before {
  bottom: inherit !important;
  top: 0;
}
.about-brandi-ferguson-bottom-row {
  margin-top: 50px;
}

/* About Us Ends */

/* Our Services Start */
.our-services-heading {
  text-align: center;
}
.our-services-heading h2 {
  margin-bottom: 5px;
}
.our-services-heading p {
  width: 65%;
  margin: 0 auto;
}
.our-services-silder-items-text h2 {
  font-size: 30px;
  margin-bottom: 8px;
}
.our-services-silder-items-text {
  border: 2px solid #d8d6ca;
  border-top: none;
  padding: 45px 30px;
  margin-top: -20px;
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  overflow: hidden;
}

.our-services-silder-items-text p {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.our-services-silder .slick-active {
  opacity: 1.5;
}
.our-services-silder-items {
  margin-top: 18px;
}
.our-services-silder .slick-slide {
  margin: 0px 12px;
}
.our-services-silder-items-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  object-position: top;
}
.our-services-silder-items-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.our-services-silder-items-text:before {
  content: "";
  position: absolute;
  background: #0e76bc;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.our-services-silder-items:hover .our-services-silder-items-text:before {
  height: 100%;
  transition: 0.5s;
}
.our-services-silder-items:hover .our-services-silder-items-text * {
  color: #fff;
}
.our-services-sec {
  padding: 30px 0;
  position: relative;
}
.our-services-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/our-services-leave-1.png);
  width: 52px;
  height: 77px;
  right: 50px;
  top: 0;
  background-size: cover;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
.our-services-silder-items:hover .our-services-silder-items-text a {
  background: #fff;
  color: #0e76bc !important;
}
.our-services-sec:after {
  content: "";
  position: absolute;
  background-image: url(../images/our-services-leave-2.png);
  width: 61px;
  height: 69px;
  background-size: contain;
  left: 0;
  bottom: -40px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
/* Our Services Ends */

/* Space To Heal Grow Start */

.space-to-heal-grow-girls {
  position: absolute;
  right: 5%;
  z-index: 1;
  bottom: 0;
}

.space-to-heal-grow-girls img {
  width: 615px;
  height: 751px;
  object-fit: contain;
}

.space-to-heal-grow-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/space-to-heal-grow-before.png);
  width: 100%;
  height: 124px;
  background-size: cover;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.space-to-heal-grow-sec:after {
  content: "";
  position: absolute;
  background-image: url(../images/space-to-heal-grow-after.png);
  width: 100%;
  height: 124px;
  background-size: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
  z-index: 1;
}
.space-to-heal-grow-text h2 span {
  display: block;
}
.space-to-heal-grow-text {
  background: #fff;
  padding: 50px 0px 50px 8%;
  border-left: 5px solid #99d3ff;
  position: relative;
}
.space-to-heal-grow-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/space-to-heal-grow-text-before.png);
  width: 79px;
  height: 72px;
  background-size: cover;
  right: 15%;
  bottom: 70px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}

@keyframes floatBadge {
  0% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(-4deg);
  }
}
.space-to-heal-grow-text p {
  width: 70%;
}
.space-to-heal-grow-btn {
  margin-top: 20px;
}
.space-to-heal-grow-sec {
  background-image: url(../images/space-to-heal-grow-back.png);
  margin: 55px 0 0px;
  padding: 170px 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* Space To Heal Grow Ends */

/* Evidence Based Start */

.evidence-based-text {
  margin-left: 25px;
  position: relative;
}
.evidence-based-images img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}
.evidence-based-points h2 {
  font-size: 30px;
  margin-bottom: 8px;
}
.evidence-based-points p {
  margin-bottom: 0;
}
.evidence-based-points {
  border-bottom: 1px solid #d8d0c7;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.evidence-based-button a {
  padding: 16px 35px;
}
.evidence-based-row {
  margin-top: 20px;
}
.evidence-based-text h2 span {
  display: block;
}
.cognitive-behaviral-therapy-images img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.evidence-based-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/evidence-based-leave-1.png);
  width: 46px;
  height: 82px;
  background-size: cover;
  right: 12%;
  top: 0;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
.cognitive-behaviral-therapy-text {
  position: relative;
}
.cognitive-behaviral-therapy-text:before {
  content: "";
  position: absolute;
  background-image: url(../images/cognitive-behaviral-therapy-leave.png);
  width: 71px;
  height: 82px;
  right: 250px;
  bottom: -30px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}

/* Evidence Based Ends */

/* Voices of healing Start */

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box i {
  color: #ffff;
  opacity: 1;
  transition: 0.3s ease-in-out;
  background: #0e76bc;
}

.testimonial_slider .slick-slide.slick-current.slick-active .profile_text p {
  padding: 0 !important;
  transition: 0.3s ease-in-out;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  h6 {
  transition: 0.3s ease-in-out;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
  padding: 20px 0 20px 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box {
  background-color: #fff;
  /* box-shadow: 23.013px 9.768px 59px 0px rgba(193, 193, 193, 0.2); */
  transition: 0.3s ease-in-out;
  border-radius: 15px;
  padding: 75px 95px 30px 45px;
  background-color: #0e76bc;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  p
  span {
  display: contents;
}

.testimonial_box p span {
  display: none;
}

.testimonial_box:hover i {
  opacity: 1;
  background-color: #ffffff;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  .profile {
  margin: 0px 0 0 0;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  .profile
  .profile_text
  h6 {
  color: #fff;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  .profile
  .profile_text
  p {
  color: #fff !important;
}

.testimonial_slider .slick-slide.slick-current.slick-active .testimonial_box p {
  padding: 20px 0 10px 0;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  .testimonial_box
  .profile {
}

.testimonial_slider .slick-slide.slick-current.slick-active {
  width: 11% !important;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active {
  width: 7% !important;
}

.testimonial_slider
  .slick-slide.slick-current.slick-active
  + .slick-slide.slick-active
  + .slick-slide.slick-active {
  width: 7% !important;
}

.testimonial_slider .slick-list.draggable {
  padding: 0;
  height: 400px;
}

.testimonial_slider .slick-active {
  opacity: 1;
}

.profile i {
  position: relative;
  top: 0;
  left: 0;
  background-color: #000000 !important;
  border: 1px solid #fff;
  color: #fff !important;
}

.testimonial_slider
  .slick-slide.slick-active
  + .slick-slide.slick-active
  .testimonial_box
  p {
  color: #979797;
  margin: 0 0 10px;
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 0;
}

.rate span {
  font-size: 14px;
}

.testimonial_slider-btn {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

.testimonial_slider-btn button {
  height: 60px;
  width: 60px;
  display: flex;
  flex-shrink: 0;
  color: #cccccc;
  border-radius: 50%;
  align-items: center;
  transition: ease-out;
  justify-content: center;
  transition-duration: 0.5s;
  border: 1px solid #cccccc;
  background-color: transparent;
}

.testimonial_slider-btn button:hover {
  color: #000;
  transition: ease-in;
  border-color: #5a4140;
  transition-duration: 0.5s;
  background-color: #5a4140;
}

.testimonial_sec .custom-space {
  margin-top: 50px;
}

.testimonial_top_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.testimonial_top_bar p {
  text-align: center;
  color: #666666;
  margin: 0 auto;
  width: 50%;
}

.testimonial_top_bar {
  padding: 30px 0 15px 0;
}

.checked {
  color: #fd8f00;
}

.testimonial_boxspan {
  color: #f9b65d;
}

.testimonial_box {
  padding: 75px 30px 30px 40px;
  height: 340px;
  margin: 25px 0px;
  position: relative;
  background: #fff;
  border-radius: 15px;
}

section.testimonial_sec {
  padding: 20px 0 40px;
  position: relative;
}

section.testimonial_sec:before {
  content: "";
  position: absolute;
}
section.testimonial_sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/testimonial-leave.png);
  width: 76px;
  height: 56px;
  background-size: cover;
  bottom: -10px;
  left: 20px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(72%) sepia(29%) saturate(651%)
    hue-rotate(179deg) brightness(103%) contrast(104%);
}
.testimonial_box i {
  position: absolute;
  color: #0e76bc;
  top: -7%;
  padding: 20px;
  border-radius: 50%;
  background: #fff;
}

.heading-center h2 {
  margin-bottom: 5px;
}
.heading-center p {
  width: 70%;
  margin: 0 auto;
}

.testimonial_box p {
  padding: 0;
  max-height: 160px;
  font-weight: 500;
  color: #8a8b8d;
  font-family: "Montserrat";
  padding: 10px 10px 0 0;
}

.profile {
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.profile img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.profile_text p {
  margin: 0;
  padding: 0;
  overflow-y: visible;
}

.profile_text h6 {
  margin: 0;
  color: #2b2b2b;
  font-size: 20px;
  font-family: "deluce";
}
.profile_text p {
  font-family: "deluce" !important;
  color: #616161 !important;
  font-size: 12px !important;
}
.profile_text p {
  padding: 0;
  text-transform: uppercase;
}

.heading-left h2 {
  font-size: 80px;
  margin-left: 20px;
}

ul.slider-button button {
  border: 1px solid #0000003b;
  position: unset;
  transform: unset;
}

ul.slider-button {
  display: flex;
  align-items: center;
  justify-content: end;
}

ul.slider-button .slick-prev:before,
ul.slider-button .slick-next:before {
  color: #000000ab;
}

ul.slider-button button.slick-next {
  margin-left: -5px;
}

ul.slider-button button.slick-prev {
  margin-right: -5px;
}

.heading-center {
  text-align: center;
}

.Rectangle_1_copy_31 {
  border-radius: 20px;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(226, 81, 88) 0%,
    rgb(237, 118, 121) 100%
  );

  background-image: -ms-linear-gradient(
    90deg,
    rgb(226, 81, 88) 0%,
    rgb(237, 118, 121) 100%
  );
  position: absolute;
  left: 127px;
  top: 5034px;
  width: 541px;
  height: 318px;
  z-index: 172;
}
.testimonial_slider .slick-slide {
  margin: 20px 20px;
}
/* Voices of healing Ends */

/* Footer Start */

.ftr_links {
  padding-left: 20px;
}

.footerSec {
  position: relative;
  padding-top: 10%;
}

.footerSec:before {
  content: "";
  position: absolute;
  background-image: url(../images/footer-back.png);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  background-size: cover;
}

.ftr_links h5 {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
  font-family: "deluce";
  text-transform: uppercase;
}

.ftr_links h5::before {
  position: absolute;
  content: "";
  background-color: #535353;
  width: 160px;
  height: 1.8px;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.footer_contact {
  margin-top: 6%;
}
.footer_contact h5 {
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 18px;
  font-family: "deluce";
  text-transform: uppercase;
}
.ftr_lgo {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1.8px solid #535353;
  width: 80%;
  margin-top: -15px;
}
.ftr_lgo a img {
  width: 198px;
  height: 14px;
  object-fit: cover;
}
.ftr_links.chg-4 {
  margin-left: 60px;
}

.ftr_links ul li a {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.ftr_links ul li {
  margin-bottom: 15px;
}

.ftr_links ul li a:hover {
  transform: translateX(10px);
  color: #0e76bc;
}

.ftr_links ul li {
  margin-bottom: 20px;
}

.ftr_links ul li a i {
  font-size: 16px;
  color: #b4b4b4;
}

.ftr_socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftr_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  transition: all 0.3s ease-in;
  background-color: #0e76bc;
}

.ftr_socials a:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: #99d3ff;
}

.ftr_btm {
  background-color: #0b0b0b;
  padding: 20px 0;
  border-top: 1px solid #5f5f5f7a;
}

.copy_txt p {
  text-align: center;
  color: #767676;
  margin-bottom: 0;
}
.footer_contact p {
  width: 80%;
  color: #767676;
  margin-bottom: 40px;
}
.footer-copy-right-sec .container-fluid.add-padding {
  padding-right: 0px;
}
.footer-copy-right-btn {
  text-align: end;
}
.footer-copy-right-btn a {
  background-color: #0e76bc;
  width: 85px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0 auto;
}
.footer-copy-right-text p {
  margin-bottom: 0;
}
.footer-copy-right-sec {
  border-top: 1.8px solid #4b4b4b;
  margin-top: 40px;
}
.footerSec:after {
  content: "";
  position: absolute;
}
.footerSec:after {
  content: "";
  position: absolute;
  background-image: url(../images/footer-leave.png);
  width: 70px;
  height: 34px;
  bottom: 0;
  background-size: revert;
  right: 150px;
  animation: floatBadge 2s ease-in-out infinite;
  filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(1588%)
    hue-rotate(185deg) brightness(98%) contrast(89%);
}
/* Footer Ends */

/* Inner About Us Start */

.main-inner-banner-sec {
  background-color: #99d3ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.main-inner-banner-heading h2 {
  margin-bottom: 0;
}
.inner-about-us-my-treatment-methods-row {
  margin-top: 20px;
}

.inner-about-us-my-treatment-methods-text h2 {
  font-size: 65px;
}
.about-brandi-ferguson-text.inner h3 {
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-about-us-row p {
  color: #89847f;
}
.inner-about-us-row h3 {
  font-size: 35px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-about-us-row {
  margin-top: 5px;
}
.inner-about-us-my-treatment-methods-text h3 {
  font-size: 35px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-about-us-my-treatment-methods-img img {
  border-radius: 20px;
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.inner-about-us-my-treatment-methods-row h3 {
  font-size: 35px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
/* Inner About Us Ends */

/* Inner Our Specialties  Start */
.our-services-sec.inner {
  padding: 70px 0;
}
/* Inner Our Specialties  Ends */

/* Inner Our Specialties Detail Start */

Inner .our-specialties-detail-images img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
.our-specialties-detail-bottom-row {
  margin-top: 20px;
}
.our-specialties-detail-images img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
}
.our-specialties-detail-btn {
  margin-top: 20px;
}

/* Inner Our Specialties Detail Ends */

/* Inner Contact Us Start */

section.contact-page .quick-links {
}

section.contact-page ul.linkingList {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0 34px;
}

section.contact-page ul.linkingList li {
  display: flex;
  align-items: center;
  gap: 20px;
}

p.contact-info-t {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #1b1b1b;
  font-family: "deluce";
}

section.contact-page ul.linkingList li .text a {
  font-size: 16px;
  color: #8a837e;
}
ul.linkingList .img i {
  background-color: #0e76bc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}
ul.linkingList .text p.m-0 {
  display: inline-block;
  transition: 0.9s;
  font-size: 16px;
  color: #8a837e;
}
section.contact-page ul.linkingList li .img img {
  width: auto;
  transition: 0.9s;
  cursor: pointer;
}

section.contact-page form {
  background: #fefaf6;
  border-radius: 10px;
  padding: 40px 40px;
  border: 1px solid #00000030;
}

.col-lg-7.collefts h2 {
  margin-bottom: 15px;
}

section.contact-page form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 15px;
  border-radius: 6px;

  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #c4c4c4;
  background: #fefaf6;
  text-transform: capitalize;
  color: #9d9a9a;
}

.col-lg-7.collefts textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #c4c4c4;
  background: #fefaf6;
  text-transform: capitalize;
  color: #9d9a9a;
}

section.contact-page form input::placeholder {
  color: #9d9a9a;
}
.col-lg-7.collefts button {
  padding: 12px 50px;
  border: none;
}
section.contact-page form textarea::placeholder {
  color: #9d9a9a;
}

section.contact-page form textarea#message {
  width: 100%;
  margin-bottom: 20px;
  border: 0px;
  padding: 18px 20px;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  transition: 0.6s;
  height: 150px;
  resize: unset;
  position: relative;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}

section.contact-page form textarea#message::placeholder {
  color: #9d9a9a;
}

section.map-connect iframe {
  height: 600px;
}

section.contact-page .social ul {
  justify-content: flex-start;
  align-items: flex-start;
}

section.contact-page .social ul li a i {
  color: #000;
  border: 1px solid #000;
  border-radius: 45px;
}

section.contact-page .social {
  margin-top: 40px;
}

section.contact-page .social ul li a i:hover {
  color: #fff;
  border: transparent;
  filter: drop-shadow(2px 4px 26px black);
}

section.contact-page h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 5px;
}
.quick-links > p {
  width: 75%;
}

.cnt-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: 0.2s;
  font-size: 15px;
}
.col-lg-7.collefts .cta-ff select {
  background: #fefaf6;
  color: #9d9a9a;
  border: 1px solid #c4c4c4;
}
.cta-ff {
  position: relative;
}
.cta-ff i.fa-solid.fa-chevron-down {
  position: absolute;
  right: 20px;
  top: 20px;
}
section.contact-page form select {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 15px;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.6s;
  border: 1px solid #c4c4c4;
  background: #fefaf6;
  text-transform: capitalize;
  color: #9d9a9a;
}

/* Inner Contact Us Ends */

/* Inner Schedule an Appointment Start */
.cta-ff input,
.cta-ff select,
.cta-ff textarea {
  width: 100%;
  border: 1.7px solid #c2c1c1;
  padding: 16px 20px;
  border-radius: 5px;
  color: #565555;
  background: #f8f8f8;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
}
.cta-ff input::placeholder {
  color: #565555;
}

.cta-ff textarea::placeholder {
  color: #565555;
}
.cta-ff textarea {
  height: 200px;
}
section.ctc-contactform.all-section button {
  border: none;
  padding: 16px 135px;
}
/* Inner Schedule an Appointment Ends */

/* Inner Faqs Start */

.accordion h3 {
  font-size: 30px;
  letter-spacing: 2px;
  text-decoration: underline;
}
.faq_heading h2 {
  color: black;
  text-align: center;
  /* font-weight: 600; */
  margin: 0 0 50px 0;
  text-transform: capitalize;
}
section.travel-ins-page-sec.pt-8.pb-8 {
  padding: 100px 0;
}
.gorrila-page-sec {
  padding: 80px 0;
}

.gorilla-content .accordion-button.collapsed {
  padding: 16px 30px;
  background-color: #a5a3ca;
  color: white;
  font-size: 30px;
  font-family: "afuturaRoundDemi";
  line-height: 41px;
  text-transform: uppercase;
  /* border-radius: 7px !important; */
  background: #0e76bc;

  text-transform: lowercase;
  border-radius: 7px;
  font-weight: 600;
  font-family: "deluce" !important;
  text-transform: uppercase !important;
}

.gorilla-content .accordion-button.collapsed:hover {
  background-color: #99d3ff;
}

.gorilla-content .accordion-button {
  color: #000;
  font-size: 35px;
  padding: 20px 30px;
  line-height: 30px;
  background-color: transparent;
  text-transform: uppercase;
  font-family: "Helvetica" !important; /* font-weight: 500; */
  text-transform: capitalize;
}
.gorilla-content .gorrila-page-txt .color-red {
  color: #a60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
}

.gorrila-page-txt ul {
  list-style: auto;
}

.gorrila-page-txt ul li {
  color: #000000;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
  color: #a60000;
}
.accordion-body.gorrila-page-txt {
  padding: 20px 30px;
  padding-top: unset;
}
.gorilla-content .accordion-item {
  border: unset;
  margin-bottom: 30px;
  border-radius: 0px;
  border: 2px solid #0e76bc;
  border-radius: 10px;
}
.gorilla-content .accordion-button:not(.collapsed) {
  font-family: "afuturaRoundDemi";
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  padding-top: 30px;
  font-size: 30px;
  font-family: "deluce" !important;
  font-weight: 500;
  color: #0e76bc;
  font-weight: 600;
  text-transform: uppercase;
}
.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}
.gorilla-content button:focus:not(:focus-visible) {
  box-shadow: none;
}
.gorilla-content .accordion-button::after {
  content: "\f067";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  background-image: none;
  transform: rotate(0deg);
  font-size: 24px;
  margin-top: -20px;
}
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}
.accordion-body.gorrila-page-txt p {
  font-family: "Montserrat";
  font-size: 14px;
}
/* Inner Faqs Ends */

.btm-btn {
    text-align: center;
    margin-top: 50px;
}