body,
a {
  font-family: "Noto Sans", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif !important;
  font-weight: 700 !important;
}

h1 {
  font-size: 2rem !important;
}

.top_header {
  margin-right: 165px;
}

.top_header ul {
  padding: 0;
  margin: 0;
}

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

nav.navbar.navbar-expand-lg.navbar-light {
  position: sticky;
  top: 0px;
  z-index: 999;
  background-color: var(--theme-color-wh);
}

nav.sticky_top {
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  transition: all 0.4s;
}

/* ul li{
	list-style:none;
} */
.accordion .accordion-content ul li,
.page-content ul li {
  list-style: disc;
  font-family: "Noto Sans", sans-serif !important;
}

.top_header ul li a {
  color: var(--blend-purpule);
}

h5.accordion-item {
  cursor: pointer;
}

.navbar-light ul.navbar-nav.nav-list li a {
  color: var(--theme-color-bl);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-brand {
  max-width: 100%;
  width: 22ch;
}

.navbar-brand img {
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
}

nav.sticky_top .navbar-brand img {
  top: 0;
}

a.search {
  padding-top: 4px !important;
}

.fa-search:before {
  font-family: "fontAwesome";
}

/*.search {
    position: absolute;
    right: -5px;
    top: 0px;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 15px;
    width: 0;
    height: 100%;
    z-index: 10;
    transform: translate(0% , %0);
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}*/

/*.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    vertical-align: middle;
    width: 22px;
}*/

.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}

label.button.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  top: 0;
  padding: 0;
}

.search:focus {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

ul.top_header li a {
  font-family: var(--theme-font-custom-1) !important;
  color: #111111;
  font-size: 1rem;
}
ul.top_header.second li a {
  font-family: var(--theme-font-custom-1) !important;
  color: #111111;
  font-size: 1.2rem !important;
}

.navbar-light ul.navbar-nav.nav-list li a:hover,
ul.top_header li a:hover {
  color: var(--theme-color);
}

.navbar-light ul.navbar-nav.nav-list li {
  margin: 0 7px;
  position: relative;
}

ul.navbar-nav.nav-list li a.nav-link.btn {
  padding: 13px 17px;
}

ul li.nav-item {
  position: relative;
}

ul li.nav-item:hover .dropdown-menu {
  display: block;
  margin: 0;
}

/* header.header .nav-item > .dropdown-menu ~ .nav-link::after {
  content: "";
  display: inline-block;
  border-bottom: 2px solid var(--font-color);
  border-right: 2px solid var(--font-color);
  height: 10px;
  width: 10px;
  transform: rotate(45deg) rotateX(0deg);
  margin-top: -0.3rem;
  margin-left: 0.625rem;
  transition: 0.5s;
}

header.header .nav-item > .dropdown-menu ~ .nav-link:hover::after {
  transform: rotate(-45deg) rotateX(180deg);
  margin-top: 0.3rem;
  border-bottom-color: var(--theme-color-warning-light);
  border-right-color: var(--theme-color-warning-light);
} */

.drop-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.drop-list ul li a {
  padding: 0;
}

.nav-list .dropdown-menu.menuList {
  min-width: 58rem;
}

.dropdown-menu {
  min-width: 13rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem !important;
}

.nav-list .dropdown-menu .drop-list li {
  line-height: 3;
}

.list-menu .dropdown-item:hover,
.dropdown-item:focus {
  background-color: transparent;
}

.list-menu ul li {
  display: inline-block;
  width: 47%;
}

ul.navbar-nav.nav-list.align-items-lg-center li.nav-item:hover .dropdown-menu {
  display: block;
  left: 0;
  padding: 0;
}

ul.navbar-nav.nav-list.align-items-lg-center
  li.nav-item:hover
  .dropdown-menu
  .list-menu
  ul
  li
  a.dropdown-item {
  padding: unset;
  border: navajowhite;
  background-color: transparent;
}

ul.navbar-nav.nav-list.align-items-lg-center
  li.nav-item:hover
  .dropdown-menu
  .list-menu
  ul
  li
  a.dropdown-item
  img {
  vertical-align: text-top;
  margin-right: 5px;
}

.dropdown-menu ul li a img {
  vertical-align: text-bottom;
  margin-right: 5px;
}

.banner-section {
  /* background-image: linear-gradient(to right, #09a071, #67b343); */
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6eb43f;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#hero-section .banner-images-ed img {
  border-radius: 20px;
}
#hero-section h1 {
  text-transform: capitalize !important;
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 81.9px !important;
}
#hero-section p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 22.68px;
}

div#carouselIndicators .carousel-control-prev,
.carousel-control-next {
  position: unset;
  display: inline-block;
  text-align: right;
}

div#carouselIndicators .carousel-control-next {
  text-align: left;
  display: inline-block;
  position: unset;
}

.leftRight-arrow {
  position: absolute;
  left: 0;
  bottom: 20px;
}

.leftRight-arrow a.carousel-control-prev {
  padding-right: 10px;
}

.leftRight-arrow a.carousel-control-next {
  padding-left: 10px;
}

.box,
.full-with-box.text-center {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
  padding: 23px 26px;
  border-radius: 4px;
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  height: calc(100% - 30px);
}

.box:hover,
.full-with-box.text-center:hover {
  background-color: #0a9170;
  background-size: cover;
  background-position: center;
}

section#welcome-section .row .col-lg-6.col-sm-6:nth-last-child(2) .box,
section#welcome-section .row .col-lg-6.col-sm-6:last-child .box {
  margin-bottom: 0;
  height: calc(100% - 0px);
}

a.btn.btn-outline-primary {
  padding: 13px 24px;
}

.full-with-box.text-center .box-content a {
  padding: 13px 24px;
}

.box:hover .box-content {
  color: var(--theme-color-wh);
}

.box:hover .hover-image,
.full-with-box.text-center:hover .hover-image {
  opacity: 15%;
  z-index: 2;
  overflow: hidden;
  transform: scale(1.1);
}

.box:hover:before,
.full-with-box.text-center:hover:before {
  content: "";
  background-color: var(--new-theme-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 4px;
}

.hover-image {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s;
}

span.hover-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.box-content {
  position: relative;
  z-index: 3;
}

.box:hover .box-content a,
.full-with-box.text-center:hover a {
  color: var(--theme-color-wh) !important;
  background-color: var(--blend-purpule);
  border-color: var(--blend-purpule);
}

.full-with-box.text-center:hover .box-heading h2 {
  color: #fff;
}

.cta-section {
  background-color: var(--new-blue-color);
  color: var(--theme-color-wh);
}

.cta-box.border-right .icon img {
  mix-blend-mode: screen;
}

.cta-box {
  padding: 20px 24px;
  border-color: #ddd;
}

.cta-box.border-right {
  border-right: 1px solid;
}

section#cta-section .row .col-lg-4:last-child .cta-box.border-right {
  border: none !important;
}
body.page-template-front-page section#cta-section .cta-main-heading h1 {
  /* font-family: var(--theme-font-custom-1) !important; */
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 50.4px !important;
}
.map iframe {
  border-radius: 4px;
}

.address-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.address-box.border {
  padding: 20px 24px;
  border-radius: 4px;
}

.social-icon ul {
  padding: 0;
  list-style: none;
}

.social-icon ul li {
  display: initial;
}

.social-icon ul li a {
  padding: 0 7px;
  border-radius: 4px;
  text-align: center;
}

.social-icon ul li a img {
  width: 6%;
  border: 1px solid var(--theme-color-border);
  padding: 5px;
  border-radius: 4px;
}

.location-addresss a {
  color: var(--theme-color-bl);
}

.location-icon {
  margin-left: -20px;
}

.location-addresss {
  margin-left: -20px;
}

.email-form {
  background-color: var(--new-theme-color);
  padding: 20px 24px;
  border-radius: 4px;
}

.email-btn button.btn.btn-primary {
  padding: 14px 31px;
}

.email-input input.form-control {
  padding: 13px;
  border-radius: 4px;
  border: unset;
}

.location-icon.text-center img {
  width: 22px;
}

.address-logo .col-lg-10.col-10 {
  padding-left: 0px;
}

footer.foorer-section.pt-6 {
  padding-bottom: 1rem;
  padding-top: 5rem;
}

footer.foorer-section {
  background-color: var(--new-theme-color);
}

.footer-heading p {
  font-weight: bold;
}

.footer-list ul {
  padding: 0;
  list-style: none;
}

.footer-list ul li a {
  color: var(--theme-color-wh);
  font-size: 15px;
  line-height: 2.4;
  text-decoration: none;
  font-family: var(--theme-font-custom);
}

.footer-list ul li a:hover,
.copyright p span a {
  color: #fff;
}
footer.foorer-section .copyright {
  color: var(--theme-color-wh) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 13.94px !important;
  letter-spacing: 0.43559005856513977px !important;
  border-top: 1px solid var(--theme-color-bg-gray);
  padding-top: 30px;
}
footer.foorer-section .copyright a {
  color: var(--theme-color-wh) !important;
}
.sub-footer ul li {
  display: inline-block;
}

.sub-footer ul {
  list-style: none;
  padding: 0;
}

.sub-footer ul li a {
  color: var(--theme-color-wh);
  text-decoration: none;
  font-family: var(--theme-font-custom);
}

.sub-footer ul li {
  padding: 22px 20px;
}

footer.foorer-section {
  position: relative;
}

.footer-image {
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-60%);
}

/* about page css */
.page-about-section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

section.page-about-section,
section.page-rehabilitation-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* section.page-about-section:before {
    content: "";
    background-image: linear-gradient(to right, var(--theme-color-gradent));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
} */

.about-related,
.page-related {
  background-color: var(--theme-color-wh);
  border: 1px solid #ddd;
  border-radius: 4px;
  transform: translatey(-80px);
  width: 100%;
}

.related-link-headings ul {
  list-style: none;
  padding: 0;
}

.related-link-headings ul li a {
  color: var(--theme-color-bl);
}

.related-link .related-link-headings:hover ul li a {
  color: var(--theme-color);
}

/* kds page css */

.video iframe.embed-responsive-item {
  min-height: 60vh;
  width: 100%;
}

.video {
  position: relative;
}

img.vdo_thumb {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  object-fit: cover;
  cursor: pointer;
}

.banner_thumbnail_image img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 60vh;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: 0.4s all;
}

button.vdo_icon {
  position: absolute;
  width: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  outline: none;
  cursor: pointer;
}

button.ytp-large-play-button.ytp-button.vdo_icon {
  background-color: transparent;
}

button.vdo_icon path.ytp-large-play-button-bg {
  fill: #212121;
  fill-opacity: 0.8;
}

.video:hover img {
  -webkit-filter: brightness(75%);
}

.video:hover button.vdo_icon path.ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}

.brochure a {
  padding: 13px 40px;
  display: block;
  margin-bottom: 26px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: var(--blend-purpule);
}

.resources {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
}

.resources-box span {
  background-color: var(--theme-color-blue);
  display: block;
  color: #fff;
  padding: 13px 22px;
  margin: 20px 0;
  border-radius: 5px;
}

.resources-box a {
  background-color: var(--theme-color-blue);
  display: block;
  padding: 13px 22px;
  margin: 20px 0;
  border-radius: 5px;
}

.resources-box a:hover {
  color: var(--theme-color-wh);
  background-color: #48a7bd;
}

.kennedy-content p {
  font-size: 15px;
  line-height: 24px;
}

.bg-gray {
  background-color: var(--theme-color-bg-gray);
}

.conversation-heading h4 {
  border-radius: 4px;
  padding: 10px 0;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.accordion-box {
  border: 1px solid #ddd;
  margin: 10px 0;
  padding: 0 10px;
  border-radius: 5px;
}

section.programs-section .accordion .accordion-box:last-child,
.helpful-heading h1 {
  margin-bottom: 0;
}

section.programs-section .accordion .accordion-box:first-child {
  margin-top: 0;
}

.elfsight {
  background-color: var(--theme-color-wh);
  padding: 20px 10px;
  margin: 10px 0;
}

.elfsight h5 {
  margin-bottom: 0px;
  position: relative;
}

.elfsight h5[aria-expanded="false"]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
}

.elfsight h5[aria-expanded="true"]:before {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
}

.share-button {
  font-weight: 500;
  background-color: var(--theme-color-wh);
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.share-button:hover {
  background-color: var(--theme-color-wh);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.share-button i.fas.fa-share {
  color: #e5e5e5;
}

.accordion-item {
  margin-bottom: 0;
}

.helpful-image {
  border: 1px solid #ddd;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
}

h5.accordion-item {
  color: #6eb33f;
  position: relative;
  transition: all 0.5s;
  padding: 14px 0;
}

h5.accordion-item[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 30px;
  font-weight: 100;
}

h5.accordion-item.collapsed:before {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 30px;
  font-weight: 100;
}

h5.accordion-item.collapsed {
  color: var(--theme-color-bl);
}

.helpful-image img {
  width: 100%;
}

.helpful-image-text {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.full-with-box.text-center {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 0;
}

section.helpful-column.column_mb-3 .col-lg-4 {
  margin-bottom: 30px;
  /*     height: calc(100% - 30px); */
}

/* section.helpful-column.column_mb-3 .col-lg-4:nth-last-child(3)>.full-with-box.text-center, section.helpful-column.column_mb-3 .col-lg-4:nth-last-child(2)>.full-with-box.text-center, section.helpful-column.column_mb-3 .col-lg-4:nth-last-child(1)>.full-with-box.text-center {
    margin-bottom: 0;
    height: 100%;
} */

.full-with-box .box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.full-with-box.text-center .box-heading h3 {
  margin-bottom: 30px;
}

.full-with-box.text-center:hover .box-heading h3,
.full-with-box.text-center:hover .box-content p {
  color: #fff;
}

/*page-rehabilitation css*/

section.page-rehabilitation-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.gradient_overlay {
  background-image: linear-gradient(to right, var(--theme-color-gradent));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}

.bg-theme-color {
  background-color: #faf9f9;
}

section.details-section .row.bg-theme-color.rounded {
  min-height: 268px;
}

.details-header {
  color: #fff;
  padding: 34px 0;
  position: relative;
  overflow: hidden;
}

.details-text-color {
  color: #a9fce4;
}

.details-header:before {
  content: "";
  position: absolute;
  width: 20%;
  padding: 12%;
  background-image: linear-gradient(-45deg, var(--theme-circle-gradent));
  border-radius: 50%;
  top: 0;
  left: 0;
}

.details-content {
  padding: 20px;
  position: relative;
}

.details-image {
  position: relative;
  height: 100%;
}

.details-figure {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

span.image-circle {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate(0);
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
}

span.image-circle:before {
  content: "";
  position: absolute;
  width: 20%;
  padding: 50%;
  background-image: linear-gradient(-45deg, var(--theme-circle-gradent));
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

span.center-circle {
  height: 100%;
  position: absolute;
  width: 10%;
  overflow: hidden;
  left: 50%;
  right: 0;
  bottom: 0px;
  transform: translateX(-50%);
}

span.center-circle:before {
  content: "";
  position: absolute;
  width: 20%;
  padding: 50%;
  background-image: linear-gradient(-45deg, var(--theme-circle-gradent));
  border-radius: 50%;
  bottom: 0;
  bottom: -30%;
  transform: translateY(0%);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  transition: opacity 0.25s;
  cursor: pointer;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.65;
}

.slick-slider .slick-prev {
  left: 0;
}

.slick-slider .slick-next {
  right: 12px;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
  height: 100%;
}

#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

#detail .product-images .thumb-nav {
  margin: 0;
  padding: 0;
  max-width: 820x;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}

#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  height: 139px;
  position: relative;
  transition: 0.5s linear;
  transform-origin: bottom;
}

#detail .product-images .thumb-nav li:hover:before {
  content: "";
  background-image: linear-gradient(to right, var(--theme-color-gradent));
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 999;
  left: 0;
  right: 0;
  opacity: 0.5;
}

#detail .product-images .thumb-nav li:hover:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 60px;
  z-index: 999;
}

#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
  object-fit: cover;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
  border-color: var(--theme-color);
}

.image-gallery .slick-track a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-gallery .slick-track a {
  height: 393px !important;
}

.gallery-more-img img {
  border-radius: 4px 4px 0 0px;
  width: 100%;
}

.medical-gallery .gallery-more.rounded {
  height: 100%;
}

.gallery-more {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
}

.gallery-box {
  padding: 12px 20px;
}

.read-more {
  color: var(--theme-color);
}

#detail .i-next:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-left: 2px solid var(--theme-color-wh);
  border-bottom: 2px solid var(--theme-color-wh);
  transform: rotate(-140deg);
  top: 18px;
  left: 15px;
}

#detail .i-prev:before {
  content: "" !important;
  position: absolute;
  width: 16px;
  height: 16px;
  border-left: 2px solid var(--theme-color-wh);
  border-bottom: 2px solid var(--theme-color-wh);
  transform: rotate(45deg);
  top: 18px;
  left: 18px;
}

i.i-prev,
i.i-next {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: var(--new-theme-color);
  opacity: 1;
  border-radius: 50%;
  position: relative;
}

.product-images i.i-prev {
  margin-left: 10px;
}

.product-images .slick-next {
  margin-right: 8px;
}

.gallery-more-img figure {
  margin: 0;
}

/*page-rehabilitation css*/

/* .dashani {
    stroke-dasharray: 5;
    transition: .5s;
    stroke-dashoffset: 0;
    stroke-width: 1px;
    animation: linear infinite dashline 50s alternate;
} */

.banner-images {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-images svg {
  position: absolute;
  left: 55%;
  top: 50%;
  height: 160%;
  transform: translate(-50%, -50%);
}

image.clipimager {
  height: 77%;
  width: 86%;
  transform: scale(1.08);
}

.m-h-set {
  min-height: 450px;
}

@keyframes dashline {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 1000;
  }
}

/* Resources Page css */

section.resources-banner {
  height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  min-height: 450px;
  background: linear-gradient(to right, var(--theme-color-gradent));
  position: relative;
}

section.resources-banner {
  background-size: cover !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}

.flex-1 {
  flex: 1;
}

section.resources-banner.hero-section.page-about-section.bg-none {
  background: unset !important;
}

section.resources-banner.hero-section.page-about-section.overlay_disabled
  > .row.flex-1 {
  display: none;
}

section.resources-banner img,
section.our-stories-banner img {
  width: unset !important;
  height: unset !important;
  object-fit: cover;
  flex: 1;
  opacity: 27%;
  max-width: 100% !important;
}

.resources-data {
  min-height: calc(100% - 30px);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.box:hover .resources-data {
  position: relative;
  z-index: 2;
  color: #fff;
  border: 1px solid #eee;
}

.box:hover .resources-data a {
  color: var(--theme-color-wh);
}

.resources-box a {
  color: var(--theme-color-wh);
}

/* Resources Page css End */

/*Our Stories page css*/
section.our-stories-banner {
  position: relative;
  height: 40vh;
  min-height: 300px;
  background-position: top center !important;
  background-size: cover !important;
  display: flex;
  overflow: hidden;
}

/* section.our-stories-banner:before{
	content:"";
	background-image:linear-gradient(to right, var(--theme-color-gradent));
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity: 70%;
} */
section.our-stories-banner .m-h-set {
  min-height: 299px;
}

section.our-stories-banner img {
  object-position: top;
}

.my-stories,
.my-blogs {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.my-stories:hover .stories-img img {
  transform: scale(1.05);
}

.stories-img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 280px;
  object-fit: cover;
  overflow: hidden;
}

.stories-img img {
  width: 100%;
  min-height: 100%;
  display: inline-block;
  margin-bottom: 20px;
  height: 100%;
}

.stories-img img {
  object-fit: cover;
  border-radius: 4px 4px 0 0;
  transition: 0.5s ease-in-out;
}

.stories-wrap {
  padding: 24px 16px;
  color: var(--theme-color-bl);
}

.read_more {
  color: var(--theme-color);
}

.my-story-img img {
  width: 100%;
}

.stories-content p {
  margin-bottom: 0;
}

/* .my-stories-content {
    position: absolute;
    bottom: 16px;
} */

.my-stories-title {
  margin-bottom: 10px;
}

.relatied_links .page-related.p-4 {
  position: unset;
  margin-top: 3rem;
}

.relatied_links .about-related {
  position: unset;
  margin-top: 3rem;
}

.banner-images img {
  object-fit: cover;
  flex: 1;
}

section#instaFeed {
  margin-top: 85px;
}

footer.foorer-section h6 {
  font-size: 1.25rem !important;
  /* font-family: var(--theme-font-custom) !important; */
}

.programs-sectio {
  margin-top: 2rem;
}

form.desktop_search button {
  background: none !important;
}

.nav.top_header li {
  align-items: center;
  display: inline;
}

form.mobile_search_bar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

form.mobile_search_bar button {
  background: #79698d !important;
  color: #fff !important;
}

form.desktop_search:hover input {
  opacity: 1 !important;
  width: 100%;
  transition: 0.2s;
}

form.desktop_search input:focus {
  opacity: 1 !important;
  width: 100%;
  transition: 0.2s;
  outline: none;
}

form.desktop_search input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
  width: 30px;
  opacity: 0;
  transition: 0.2s;
}

form.desktop_search button {
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #212529 !important;
  z-index: 1;
}

form.desktop_search button:focus {
  outline: none !important;
}

form.desktop_search button {
  border: none !important;
}

form.desktop_search {
  width: 200px;
  height: 2rem;
  border: 1px solid var(--theme-color-bl);
  border-radius: 4px;
}

/*Search page*/
body.search h1 {
  font-size: 4rem;
  text-align: center;
  margin-top: 5rem;
}

.search-result-count {
  margin-top: 2rem;
}

body.search article h2 a {
  font-family: "Old Standard TT", serif !important;
  font-weight: 700 !important;
}

body.search article .entry-content p {
  font-family: "Noto Sans", sans-serif !important;
}

body.search article {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

body.search nav.navigation.pagination .nav-links {
  margin: 0 auto;
}

body.search nav.navigation.pagination .nav-links span.page-numbers.current {
  color: #6eb43f;
  text-decoration: none;
}

body.search nav.navigation.pagination .nav-links a {
  color: #28303d;
  text-decoration: none !important;
}

body.search nav.navigation.pagination {
  border-top: 1px solid;
  color: #28303d;
  border-radius: 0px;
}

body.search header.page-header {
  border-bottom: 1px solid;
  color: #28303d;
}

.address-main .navbar-brand img {
  top: unset !important;
}

.testimonial_box-inner {
  transform-style: preserve-3d;
  margin: 40px;
  transition: all 250ms ease-out 0s;
}

.testimonial_box-top {
  transform-style: preserve-3d;
  padding: 25px 40px;
  border: 1px solid var(--theme-color);
  border-radius: 15px;
  opacity: 48%;
  transition: all 0.3s;
  color: var(--white-color);
  position: relative;
  transition: all 250ms ease-out 0s;
}

.testimonial_box-inner img {
  width: 60px;
  height: 50px;
  background-color: #faf9f9;
}

.review_section.pt-6 {
  padding-top: 5rem;
}

section#review {
  background: #f9f9f9;
}
section#review h2 {
  /* font-family: var(--theme-font-custom-1) !important; */
  font-size: 2rem !important;
  font-weight: 600 !important;
  line-height: 50.4px !important;
}

.testimonial_box-icon {
  position: absolute;
  top: 0;
  left: -20px;
  transform: translate(-15px, -15px);
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center
  .testimonial_box-inner {
  transform: scale(1.15);
  transition: scale 0.3s;
}

.testimonial-slide.slick-slide.slick-current.slick-active.slick-center
  .testimonial_box-top {
  opacity: 100%;
  transition: opacity 0.3s;
}

#review h2 {
  font-family: "PT Serif", serif;
}

.testimonial-slider.slick-initialized.slick-slider.slick-dotted li button {
  background: transparent;
  color: #fff;
}

.testimonial-slider.slick-initialized.slick-slider.slick-dotted
  li
  button:before {
  color: #fff;
  opacity: 1;
}

.slick-dots li {
  margin: 0;
}

.testimonial-slider.slick-initialized.slick-slider.slick-dotted
  li.slick-active
  button:before {
  transform: scale(1.8);
  color: var(--theme-color);
}

.testimonial-slider.slick-dotted.slick-slider {
  margin-top: 35px;
  margin-bottom: 0;
}

.testimonial_box-name .title {
  font-size: 18px;
  font-family: "PT Serif", serif;
}

.testimonial_box-name .title + p {
  color: var(--theme-color);
}

section#review ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  column-gap: 1rem;
  margin: 20px 0 calc(50px + 3rem) 0;
  padding: 0;
}

ul.slick-dots li {
  height: 8px;
  width: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--theme-color);
  border-radius: 100px;
  transition: 0.2s;
  filter: opacity(0.7);
  cursor: pointer;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li.slick-active {
  width: 20px;
  transition: 0.2s;
  filter: opacity(1);
}

.boi-section .slick-arrow {
  font-size: 0;
  height: 40px !important;
  width: 40px !important;
  background: var(--theme-color) !important;
  border-radius: 400px;
  padding: 0;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.boi-section .slick-arrow:hover,
.boi-section .slick-arrow:focus {
  outline: none !important;
  border: none !important;
}

.boi-section .slick-prev.slick-arrow:after {
  content: "" !important;
  width: 13px;
  height: 13px;
  border-left: 2px solid var(--theme-color-wh);
  border-bottom: 2px solid var(--theme-color-wh);
  transform: rotate(45deg);
  margin-left: 7px;
}

.boi-section .slick-next.slick-arrow:after {
  content: "";
  width: 13px;
  height: 13px;
  border-left: 2px solid var(--theme-color-wh);
  border-bottom: 2px solid var(--theme-color-wh);
  transform: rotate(-140deg);
  margin-left: -7px;
}

.bio-box .img-container {
  width: 95%;
}

.bio-box .content-container {
  text-align: justify;
}

.bio-box .img-container img {
  object-fit: cover;
  flex: 1;
}

.boi-section {
  margin-top: 0 !important;
}

.heading-container {
  width: 100%;
  border-bottom: 2px solid var(--theme-color);
  padding: 10px 0 10px 0;
  margin-bottom: 1rem;
}

.bio-slider .bio-box {
  padding: 0px 70px;
}

.bio-box h4 {
  color: var(--blend-purpule) !important;
  font-size: 18px !important;
  font-weight: normal !important;
  margin-bottom: 2rem;
}

.bio-slider .slick-track {
  display: flex !important;
  align-items: center !important;
}

.resources-related-post {
  padding-bottom: 70px !important;
}

.programs-section.margin {
  margin-top: 85px !important;
}

section.oops-section.p-forSections .title {
  font-size: 50px;
}

section.oops-section.p-forSections {
  padding: 85px 0;
}

@media screen and (max-width: 1199px) {
  .navbar-brand {
    width: 100%;
    max-width: 200px;
  }

  nav .navbar-nav.nav-list {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    width: 90%;
    padding: 10px;
    row-gap: 5px;
  }
}

@media screen and (max-width: 991px) {
  #navbarNavDropdown .search {
    right: unset !important;
    width: 100%;
    padding: 0 !important;
  }

  #navbarNavDropdown .search i {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translate(-100%);
  }

  #navbarNavDropdown input.search {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.5rem !important;
  }

  #navbarNavDropdown .nav-item.d-none {
    display: block !important;
    min-height: 2rem;
    width: 100%;
    max-width: 400px;
    margin: 1rem auto 1rem 0;
    transform: translateX(7px);
  }

  .nav.top_header {
    display: none !important;
  }

  footer.foorer-section h6 {
    margin-top: 3rem !important;
  }

  #welcome-section .col-lg-6:last-child .box {
    /*margin-top: 2rem;*/
  }

  #cta-section .icon {
    max-width: 80px;
    margin: 1rem 0;
  }

  .social-icon ul li a img {
    width: 2rem;
  }

  .address-main {
    margin-top: 2rem;
  }

  .helpful-section .kds-stories {
    margin-top: 2rem;
  }

  .helpful-column .col-lg-4 {
    margin-bottom: 2rem !important;
  }

  h5.accordion-item.collapsed:before {
    right: -5px;
    font-size: 1rem;
  }

  h5.accordion-item[aria-expanded="true"]:after {
    right: -5px;
  }

  h5.accordion-item {
    width: 96%;
  }

  .cta-box {
    border-right: 0px !important;
  }

  .about-related,
  .page-related {
    position: unset;
    margin-top: 2rem;
  }

  .details-image {
    display: none;
  }

  .medical-gallery {
    margin-top: 2rem;
  }

  .cta-box.border-right {
    border-bottom: 1px solid #fff !important;
  }
}

@media (min-width: 1200px) {
  section.all-stories.pb-85 .col-lg-4.col-md-6,
  section.all-stories.pb-85 .col-lg-3.col-md-6 {
    padding: 0 26px;
  }
}

@media screen and (max-width: 767px) {
  nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0 1rem !important;
  }
}

/*Our Stories page css End*/

/*Our Blogs css*/
.dropdown select#patient-story-service-filter,
.dropdown select.nav-select.cat {
  border: none;
  border: 1px solid;
  border-radius: 4px;
  border-color: var(--blend-purpule);
  color: var(--blend-purpule);
}

select#patient-story-service-filter:hover,
.dropdown select.nav-select.cat:hover {
  color: var(--theme-color-wh);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat;
  background-color: var(--blend-purpule);
  background-size: 9px;
  background-position: calc(100% - 11px) 21px;
  background-repeat: no-repeat;
}

.dropdown select#patient-story-service-filter option,
.dropdown select.nav-select.cat option {
  background-color: var(--theme-color-wh);
  color: var(--theme-color-bl);
}

.dropdown select#patient-story-service-filter:focus,
.dropdown select.nav-select.cat:focus {
  outline: none;
}

.singular .entry-title {
  font-size: 28px !important;
}

figure.post-thumbnail img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.comment.mwnset .default-max-width {
  max-width: unset;
}

.post-taxonomies {
  display: none;
}

.nav-previous:hover a,
.nav-previous:hover a p,
.nav-next:hover a,
.nav-next:hover a p {
  color: var(--theme-color);
  text-decoration: none;
}

input#submit {
  color: var(--theme-color-wh) !important;
  background-color: var(--blend-purpule);
  background-image: none;
  border-color: var(--blend-purpule);
  border-radius: 4px;
  padding: 13px 17px;
  font-size: 16px;
  outline: none !important;
}

.comment-form > p label,
.comment-form > p input[type="email"],
.comment-form > p input[type="text"],
.comment-form > p input[type="url"],
.comment-form > p textarea {
  outline: none !important;
  font-size: 16px;
}

input#submit:hover {
  color: var(--blend-purpule) !important;
  background-color: transparent;
  background-image: none;
  border-color: var(--blend-purpule);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.site textarea,
input#wp-comment-cookies-consent {
  border: 1px solid;
  outline: none !important;
}

.my-blogs {
  padding-bottom: 24px;
}

.my-blogs .read_more {
  position: absolute;
  bottom: 12px;
}

/**our blogs end css/

/* mental-health page css */
section.mental-health-banner {
  height: 60vh;
  overflow: hidden;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  min-height: 450px;
  background: linear-gradient(to right, var(--theme-color-gradent));
}

section.mental-health-banner img {
  width: unset !important;
  height: unset !important;
  object-fit: cover;
  flex: 1;
  opacity: 27%;
  object-position: top;
}

select:focus {
  outline-offset: 0px !important;
  outline: none !important;
}

select#gtranslate_selector {
  border: 1px solid var(--blend-purpule);
  border-radius: 5px;
  padding: 5px;
}

.testimonial_box-text {
  line-height: 1.5rem;
}

@media (max-width: 991px) {
  .nav-list .dropdown-menu {
    min-width: auto;
  }

  ul.navbar-nav.nav-list li a.nav-link.btn {
    width: 200px;
    margin: 10px 0;
  }

  section#welcome-section .row.px-85 {
    padding: unset;
  }
}

@media (max-width: 480px) {
  .mbb-5 {
    margin-bottom: 80px;
  }

  .welcome-section .box {
    margin-bottom: 20px;
  }

  .welcome-section br {
    display: none;
  }

  .py-85 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .drop-list.py-3.px-2 {
    padding-left: 0 !important;
  }

  section#welcome-section .px-85 {
    padding-left: 0;
    padding-right: 0;
  }

  .location-icon {
    margin-left: 0px;
  }

  .location-addresss {
    margin-left: 0px;
  }
}

/*Background overlay disabled------------------------*/
.resources-banner.overlay_disabled img {
  opacity: unset !important;
}

.resources-banner.overlay_disabled {
  background: none;
}

.overlay_disabled:before {
  content: none !important;
}

/*Background overlay disabled------------------------*/
button.navbar-toggler.collapsed {
  background: none !important;
}

button.navbar-toggler.collapsed:focus {
  outline: none !important;
  border-color: #000;
  filter: contrast(2);
}

.social-icon ul li:hover img {
  border: 1px solid var(--theme-color);
}

a.nav-link.btn.btn-primary:hover {
  background-color: transparent !important;
  color: var(--blend-purpule) !important;
}

.box-content {
  text-align: left;
}

.page-id-348 .page-about-section {
  background-position: initial !important;
}

.side_social ul li a img {
  width: 8%;
}

.footer_social ul li a img {
  width: 10%;
}

.green_btn {
  color: #fff !important;
}

.donate-form .custom-input input {
  padding: 18px 18px 18px 30px;
  border: 1px solid #cccac6;
}

.figure-caption {
  font-size: 100%;
  color: #000;
}

.next_page a {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: #fff;
}

.pre_page a {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: #fff;
}

.next_page a:hover {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: #fff;
}

.pre_page a:hover {
  padding: 10px 20px;
  background-color: var(--theme-color);
  color: #fff;
}

.page-id-680 section.page-rehabilitation-section {
  background-position: top !important;
}

.page-id-666 section.resources-banner {
  background-position: center !important;
}

.page-id-670 section.page-about-section {
  background-position: top !important;
}

.page-id-674 section.page-rehabilitation-section {
  background-position: top !important;
}

.page-id-1120 section.page-rehabilitation-section {
  background-position: top !important;
}

.page-id-1847 section.resources-banner {
  background-position: center !important;
}

.page-id-1120 .m-h-set {
  min-height: 550px !important;
}

.page-id-674 .m-h-set {
  min-height: 550px !important;
}

.footer_menu2_left {
  float: left;
  width: 150px;
}

.footer_menu1_left {
  float: left;
  width: 150px;
}

.cta-heading h4 a {
  color: #fff;
}

section.our-stories-banner {
  min-height: 450px !important;
  background-position: top !important;
}

section.our-stories-banner .m-h-set {
  min-height: 450px !important;
}

.details-content .details-text-color {
  color: #fff;
}

.details-content .details-text-color a {
  color: #fff;
}

.details-content .details-text-color a:hover {
  text-decoration: underline;
}

.green_color_but {
  background-color: var(--new-theme-color);
  color: #fff !important;
  border-color: var(--new-theme-color);
  width: 30%;
  padding: 20px;
  margin: 20px;
  font-size: 20px;
}

.box_img:hover {
  box-shadow: 0px 0px 0px 1px var(--blend-purpule);
}

.box_img {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
  padding: 23px 26px;
  border-radius: 4px;
  transition: all 0.3s linear;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.page-id-1729 section.our-stories-banner {
  background-position: center !important;
}

.page-id-451 section.kds-banner-section .m-h-set {
  min-height: 600px;
}

.blog_detail {
  background-color: #c6c6c6 !important;
  height: 150px !important;
}

.heading_txt a {
  color: #212529;
  font-family: "PT Serif", serif !important;
}

.testimonial_box-inner img.testi_img {
  width: auto;
  height: auto;
}

.btn_box {
  color: var(--theme-color-bl);
}

.btn_box:hover {
  color: var(--theme-color-bl);
}

.s_icon {
  font-size: 20px;
  padding: 12px 18px;
  border: 1px solid;
  border-radius: 4px;
}

.form_red {
  color: #f00;
}

.dark_box {
  background-color: var(--blend-purpule);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  transition: all 0.35s ease;
  height: 160px;
  width: 230px;
  display: table-cell;
  vertical-align: middle;
}

.dark_box:hover {
  background-color: #059f72;
  transition: all 0.35s ease;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.home_box_black {
  color: #fff;
}

.home_box_black h2 {
  color: var(--theme-color);
}

.home_box_black:hover {
  color: #fff;
}

.purple {
  color: #fff;
  background-color: var(--blend-purpule);
  border-color: var(--blend-purpule);
  font-size: 15px;
}

.box_heading {
  font-size: 2rem !important;
  color: #fff;
  font-family: "PT Serif", serif;
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.button_txt {
  font-size: 16px;
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  .dark_box {
    width: 320px;
    display: table-cell;
    vertical-align: middle;
  }

  .covid_btn {
    font-size: 16px !important;
  }
}

.purple_color {
  color: var(--blend-purpule) !important;
  font-weight: bold;
}

.box_leader {
  box-shadow: 0px 0px 0px 1px var(--theme-color-border);
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.35s ease;
}

.box_leader_height {
  height: 120px;
  text-align: center;
}

.height_txt {
  height: 50px;
}

.get_in_touch_section.py-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* margin-bottom: 5rem; */
}

#cta-section .cta-heading h4 a {
  font-size: 1.25rem !important;
  font-family: "PT Serif", serif !important;
}
.get_in_touch_section {
  background-color: var(--new-blue-color);
}

.site_announement a {
  color: #fff;
  text-decoration: underline;
}

.site_announement a:hover {
  color: #fff;
  text-decoration: underline;
}

.covid_section {
  background-color: var(--theme-button-color);
}

.covid_section .covid_para a {
  color: #fff;
  text-decoration: underline;
}

.covid_section .covid_para a:hover {
  color: #fff;
}

.covid_btn {
  background-color: #09a071;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 18px;
}

.covid_btn:hover {
  background-color: var(--theme-button-color);
  color: #fff;
  border: 1px solid;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* stories Styling */
#stories {
  padding-top: 5rem;
  position: relative;
}
#stories .row.story-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
#stories .btnslide {
  color: var(--new-theme-color);
  cursor: pointer;
  z-index: 1;
}
#stories .customc-prev {
  top: 50%;
  left: 0;
  position: absolute;
}
#stories .customc-next {
  top: 50%;
  right: 0;
  position: absolute;
}
#stories h1 {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: 50.4px !important;
}
#stories p {
  font-family: var(--theme-font-custom-1) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22.68px !important;
}
#stories .carousel-control-next-icon {
  background-image: url("../images/next.png");
  height: 35px;
  width: 35px;
}

#stories .carousel-control-prev-icon {
  background-image: url("../images/prev.png");
  height: 35px;
  width: 35px;
}

#stories .story_content {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4rem;
}

#stories .story_image img {
  border-radius: 50%;
  height: 162px !important;
  width: 162px !important;
  max-width: unset !important;
  object-fit: cover;
  object-position: center;
}

#stories .carousel-control-prev,
.carousel-control-next {
  width: 5% !important;
}
#stories .custom_card {
  border: 1.5px solid var(--new-theme-color);
  height: 358px;
  width: 562px;
  border-radius: 20px;
}
#stories .custom_card .story_content .story_description h5.card-title {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 31.5px !important;
}
#stories .custom_card .story_content .story_description p.card-text {
  font-family: var(--theme-font-custom-1) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 22.68px !important;
}
#stories .carousel-indicators li {
  background-color: #b2d497;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  cursor: pointer;
}

#stories .carousel-indicators .active {
  background-color: #6eb43f !important;
  width: 19px;
  border-radius: 4px;
}

#stories .carousel-indicators {
  bottom: -80px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

#stories a.carousel-control-next {
  position: absolute;
  right: 0;
  top: 65%;
}

#stories a.carousel-control-prev {
  position: absolute;
  left: 0;
  top: 65%;
  align-items: start !important;
  justify-content: unset !important;
  cursor: pointer;
}

#stories .story_container {
  position: relative;
}
/*************************responsive******************************/
@media only screen and (max-width: 768px) {
  #hero-section h1 {
    font-size: 2.5rem !important;
    line-height: 70px !important;
  }
  .banner-images-ed.text-right {
    margin-top: 2rem;
  }
  .banner-images-ed.text-right img {
    height: auto !important;
    width: 100% !important;
  }
  #stories h1 {
    font-size: 1.5rem !important;
    line-height: 40.4px !important;
  }
  .testimonial_box-icon {
    left: -7px;
    transform: translate(-7px, -15px);
  }
}

section#stories ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  column-gap: 1rem;
  margin: 30px 0 calc(50px + 3rem) 0;
  padding: 0;
}
/*************29march2k24*******************/
.bg-theme-color {
  ul.nav {
    gap: 1rem !important;
  }
}
/*************extra spacing****************/
body.page-template-medical section#point2 .helpful-heading.pb-3 {
  h2 {
    margin-top: 1.5rem;
  }
}
body.page-template-medical .my-45 {
  margin-bottom: 20px !important;
}
body.page-template-medical .mt-85 {
  margin-top: 40px !important;
}
body.page-template-standard-accordion-testimonial .my-45 {
  margin-bottom: 20px !important;
}
