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

:root {
  --background-color: #ffffff;
  --white-color: #ffffff;
  --default-font: "Montserrat", sans-serif;
    --verdigris: hsl(182, 100%, 35%);
--middle-blue-green_40: hsla(174, 64%, 71%, 0.4);
--shadow-10px : 0px 2px 20px hsla(209, 36%, 72%, 0.2);
    --shadow-2: 0 4px 16px hsla(0, 0%, 0%, 0.06);
    --radius-circle: 50%;
    --radius-12: 12px;
    --radius-6: 6px;
    --radius-4: 4px;
  --default-font-color: #536d7b;
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #222222; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #172a28; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #008374; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
  --nav-color: #ffffff; /* The default color of the main navmenu links */
  --nav-hover-color: #008374; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #01433c; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #008374; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
      --transition-1: 0.25s ease;
    --transition-2: 0.5s ease;
    --transition-3: 1s ease;
}
html,
body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  font-family: var(--default-font);
  font-size: 1.1rem;
  color: #262626;
  -webkit-font-smoothing: antialiased;
}

h1 small,
h2 small {
  text-transform: none;
  font-family: var(--default-font);
}
a {
    color: var(--nav-dropdown-color);
    text-decoration: none;
    transition: 0.3s;
}
p {
  font-size: 1rem;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
img {
  outline: none;
  max-width: 100%;
  height: auto;
}
.hidden {
  display: none;
}
.no-margin {
  margin: 0;
}
.no-padd {
  padding: 0;
}
.main-header {
  background-color: #a2b9bc;
}
.menu-left {
  background-color: #b2ad7f;
}
.menu-right {
  background-color: #878f99;
}
.page-template-template-grid-subpages .body-container {
  padding-top: 6.2rem;
}
.page-template-template-grid-subpages.courseinnerpage .body-container {
  padding-top: 6.2rem;
}
.page-template-template-grid-subpages.serviceinnerpage .body-container {
  padding-top: 6.2rem;
}
.body-container h1 {
  font-weight: 500;
  color: white;
}
.breadcrumbs {
  padding: 0 25px;
}
.breadcrumbs a {
  font-weight: 700;
  color: #9380c0;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.breadcrumbs i {
  padding: 0 10px;
  font-size: 0.8rem;
  color: #484848;
}
.breadcrumbs span {
  font-weight: 500;
  color: #484848;
}
.page-parent .breadcrumbs .hide-on-mobile,
.page-template-template-grid-subpages .breadcrumbs .hide-on-mobile {
  display: none;
}
.page-template-template-grid-subpages .breadcrumbs .flex-lg-hidden {
  display: block;
}
.desktop{
    display: flex;
  align-items: center;
  justify-content: center;
}
.desktop-banner{
   display: flex;
}
.mobile-banner{
  display:none;
}
.hamburger,.mobile {
  display: none;
}
.fa,
.fas {
  font-weight: 900;
}
.fa,
.fal,
.far,
.fas {
  font-family: "var(--default-font)";
}
.flex-lg-3 {
  width: 40%;
  margin: 1.5%;
}
.flex-lg-3,
.flex-lg-9 {
  min-height: 1px;
  display: block;
}
.flex-lg-9 {
  width: 72%;
  margin: 1.5%;
}
.page-template-template-grid-subpages .body-container .sibling-pages li {
  margin-bottom: 30px;
  text-align: left;
}
.page-template-template-grid-subpages .body-container .sibling-pages li a {
  color: #5b5b5b;
  font-size: 1.13333rem;
  line-height: 1.53333rem;
  font-weight: 500;
}
.page-template-template-grid-subpages
  .body-container
  .sibling-pages
  li
  .current-page {
  border-left: 4px solid #9380c0;
  padding-left: 15px;
  margin-left: -15px;
  font-weight: 700;
}
.page-template-template-grid-subpages
  .body-container
  .sibling-pages.hide-on-mobile {
  display: none;
}
.page-template-template-grid-subpages .body-container select.sibling-pages {
  width: 100%;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  -webkit-box-shadow: #fff0;
  box-shadow: #fff0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px;
  margin-bottom: 25px;
  font-size: 1rem;
}
.page-template-template-grid-subpages .page-content h1 {
  font-family: var(--default-font);
}
.page-template-template-grid-subpages .page-content h2 {
  font-size: 3.66667rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  color: #000;
  line-height: inherit;
}
.page-template-template-grid-subpages .page-content h3 {
  margin: 20px 0;
  font-size: 1.66667rem;
  font-family: var(--default-font);
  color: #000;
  font-weight: 550;
}
.page-template-template-grid-subpages .page-content h4 {
  font-family: var(--default-font);
}
.page-template-template-grid-subpages .page-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-family: var(--default-font);
  line-height: 28px;
}
.page-template-template-grid-subpages .page-content ul {
  z-index: 5;
  position: relative;
  flex-wrap: wrap;
  list-style: disc;
  margin: 0;
  padding: 0 1.1rem;
}
.page-template-template-grid-subpages .page-content li {
  margin-bottom: 8px;
  font-size: 17px;
  font-family: var(--default-font);
  line-height: 28px;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  position: relative;
}
.entry-content p {
  font-family: var(--default-font) !important;
}
 @media (min-width: 769px) {
  .issue-img {
    height: 350px;
  }
}
.single h1 {
  font-family: var(--default-font) !important;
  font-size: 2rem !important;
}
.servicespage .col-4 {
  flex: inherit;
  max-width: 100%;
}
.embed-container,
.header-nav .nav-container,
.image-container,
.img-container,
.no-scroll,
.openmenu,
.tns-ovh,
.tns-t-subp2 {
  overflow: hidden;
}
.show-read-more .more-text {
  display: none;
}
nav.scrolled:before {
  top: 0;
}

.header-nav {
  text-align: left;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;  
}
.header-nav:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 0;
  transition: all 0.5s;
}
.header-nav.scrolled:before {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}
.home.header-nav,
.blog  .header-nav,
.page-template-template-grid-subpages .header-nav,
.post-template-default.single .header-nav,
.error404 .header-nav {
   box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color))) !important;
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%) !important;
}
.home .header-nav a,
.blog  .header-nav a,
.page-template-template-grid-subpages .header-nav a{
  color: white;
}
.header-nav a {
  letter-spacing: 0.04em;
  color: #fff;
  display: inline;
  font-weight: 400;
  display: block;
}
.header-nav .logo .whatsappicon {
  right: 35%;
  width: 60px;
  position: absolute;
  height: 48px;
  top: 15%;
}
.header-nav .logo a.whatsappicon img.icon {
  width: 60px;
  height: 60px !important;
}
.header-nav .logo {
  position: relative;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: block;
  width: 100%;
  min-height: 75px;
}
.header-nav .logo a {
  display: block;
  width: 40%;
  height: 100%;
}
.header-nav .logo a img {
  width: auto;
  height: 75px;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.topSpace {
  margin-top: 6rem;
}
.topSpace .doctors {
  margin-bottom: 2rem;
  min-height: 450px;
  background: linear-gradient(
    270deg,
    rgb(83, 111, 125) 0%,
    rgb(73, 87, 93) 85%
  );
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0%, #536f7d),
    color-stop(85%, #49575d)
  );
}
.theme-color {
  color: var(--accent-color) !important;
}

.card-steps {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px;
  border: none;
  width: 100%;
  margin: auto;
  box-shadow: 0 20px 60px 0 rgba(49, 69, 244, 0.1);
  background-color: #ffffff;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.card-steps:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.cardHeader {
  font-size: 0.8rem;
  color: #11223f;
  font-weight: 600;
}

.cardHeading {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--default-font-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.highlightblock .mumbai .card {
  position: relative;
  background: url("../images/mumbai.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
}
.highlightblock .pune .card {
  position: relative;
  background: url("../images/pune.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1);
  opacity: 0.9;
}
.highlightblock .mumbai:hover .card {
  border: 1px solid var(--default-font-color);
  transform: scale(0.9);
  opacity: 1;
}
.highlightblock .pune:hover .card {
  border: 1px solid var(--default-font-color);
  transform: scale(0.9);
  opacity: 1;
}
.highlightblock .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  /* background: var(--background-color); */
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}
.highlightblock a {
  color: color-mix(in srgb, var(--white-color), transparent 20%);
  transition: 0.3s;
  cursor: pointer;
}

.highlightblock .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: color-mix(in srgb, var(--default-font-color), transparent 20%);
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-top: 2rem;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Why Choose Section
--------------------------------------------------------------*/
.whychoose {
  position: relative;
  background-color: #f4f4f4;
  padding: 40px 0 80px;
  margin: 0;
  overflow-y: hidden;
}
.whychoose .section-title h2{
  margin-bottom: 60px;
}
.whychoose .area{
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  width: 100%;
  height:100vh;
  position:absolute;
  /* z-index: 7; */
 
}

.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: paleturquoise;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}
/*--------------------------------------------------------------
# Workshope Section
--------------------------------------------------------------*/

.workshop {
  /* padding: 100px 0 70px; */
  /* background-image: url("../img/token_workshop.webp"); */
  background: var(--nav-dropdown-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 2rem;
}
.workshop .section-title h2 {
  text-align: center;
  color:var(--white-color);;
}
.workshop .section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--white-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.workshop .swiper-slide.video,
.healing .swiper-slide.video
{
  margin: 0;
  padding: 0;
}
.therapysession{
  display: flex;
}
.swiper-slide.video {
  margin: 0rem 2rem;
    padding: 1rem;
    border-radius: 10px;
}
video.elementor-video {
 border-radius: 10px;
    aspect-ratio: var(--video-aspect-ratio);
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--white-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 0.91rem;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--default-font-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--default-font-color);
}

.faq .faq-container .faq-item .faq-content {
  display: none;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.faq .faq-container .faq-item .faq-content ul {
  margin: 0;
}
.faq .faq-container .faq-item .faq-content ul li {
  list-style-type: disc;
  font-size: 0.9rem;
}
.faq .faq-container .faq-item .faq-content p {
  margin: 0.5rem;
  overflow: hidden;
  
}
.faq .faq-container .faq-item .faq-content a {
  font-size: 0.9rem;
}
.faq .faq-container .faq-item .faq-content a:hover {
  text-decoration: none;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--default-font-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--default-font-color);
}

.faq .faq-container .faq-active .faq-content {
  /* grid-template-rows: 1fr; */
  display:block;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--default-font-color);
}

@media only screen and (max-width: 820px) {

  .highlightblock .mumbai,
  .highlightblock .pune {
    margin-top: 1rem;
  }
  .highlightblock h3 {
    font-size: 1.5rem;
  }
  .highlightblock .icon-box {
    margin-top: 1rem;
  }
  .team .member {
    margin-top: 1rem;
  }
  section.career-banner {
    margin-top: 48px !important;
  }
  .home section.highlightblock h3 {
    font-size: 1.4rem;
  }
  .home section.highlightblock .icon-boxes .card-steps {
    margin-bottom: 1.4rem;
  }
  .header-nav .logo a img {
    left: 30%;
    height: auto;
    /* min-height: 70px !important; */
  }
  .topSpace {
    margin-top: 4.5rem;
  }
  .doctor h3 {
    font-size: 1rem;
  }
}
.header-nav .logo div.whatsapp-icon {
  position: absolute;
  right: 5%;
  top: 15%;
}
.header-nav .logo div.whatsapp-icon a {
  width: 70px;
  height: 50px;
}
.header-nav .logo div.whatsapp-icon a img {
  width: auto;
  height: 75px;
  position: absolute;
  left: 25%;
  top: 50%;
}
.footer-contact h5 {
  padding: 0;
  margin: 0;
}
.footer-contact p {
  padding: 0;
  margin: 0.9rem 0;
  color: white;
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #4a5960;
  padding: 20px;
  text-align: center;
}
.fixed-bottom a {
  text-align: center;
  width: 100%;
}
.header-nav .logo .menu-icon {
  position: absolute;
  top: 25px;
  right: 17px;
  color: #fff;
  font-size: 1.33333rem;
}
.header-nav .logo .mobile-topnav-btn {
  position: absolute;
  top: 3px;
  right: 4rem;
  list-style: none;
  padding: 0;
}
.header-nav .logo .fa-bars:before {
  content: "\f0c9";
}
.header-nav .navbar-nav {
  text-align: left;
  width: 100%;
  padding: 0 35px 30px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: visible;
  height: auto;
}
.header-nav.pinned.active:before {
  opacity: 1 !important;
}
.header-nav li {
  position: relative;
  padding: 15px 0;
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
}
.header-nav li a {
  color: white;
  font-weight: 600;
}
.header-nav li div a
{
  font-weight: 600;
  color:white;
}
.header-nav.scrolled li a {
   color: white;
  font-weight: 600;
}
.header-nav li a:hover {
  text-decoration: none;
  color: white;
  background: transparent;
}
.header-nav li button:hover {
  text-decoration: none;
}
.header-nav li .dropdown-menu.show {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}
.header-nav li .dropdown-menu.show a:hover {
  color: white;
  background-color: var(--nav-dropdown-color);
}

.header-nav li.web-nav-btn {
  display: none;
}
.header-nav li.cta {
  padding: 25px 5px 25px 15px;
}
.header-nav li a.whatsapp-icon {
  padding: 9px 13px 6px;
  width: auto;
  display: block;
  margin: 0;
  padding: 0;
}
.header-nav li.cta a {
  padding: 9px 13px 6px;
  width: auto;
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-family: var(--default-font);
  font-size: 1rem;
  display: inline-block;
}

.header-nav .nav-container {
  display:none
}
#WAButton {
  right: 36px !important;
  bottom: 26px;
  z-index: 99;
}
.pinned {
  margin: 0;
}
.pinned:before {
  opacity: 0;
}
.btn.btn-blue,
.modal .btn-blue.btn {
  background: #9380c0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #ca67b0),
    color-stop(85%, #9380c0)
  );
  background-image: linear-gradient(270deg, #ca67b0 0, #9380c0 85%);
  color: #fff;
  transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -ms-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
}
.btn.btn-online,
.modal .btn-online.btn.btn-blue {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 25px;
  transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -ms-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
}
.btn,
.modal .btn.btn-blue {
  font-weight: 700;
  font-size: 1.13333rem;
  display: inline-block;
  line-height: normal;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 15px 25px;
}
.btn.btn-blue:active {
  transform: scale(0.95);
}
.btn.btn-blue:focus {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}
a.godown{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    text-align: center;
}
.godown.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}
.home header.hero-v2 {
  background: url(https://mindsightclinic.com/assets/images/webp/banner/bg.webp) no-repeat fixed;
  width: 100%;
  position: relative;
  padding: 140px 0 70px 0;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: top center;
}x`

.home header.hero-v2:after {
  content: "";
  /* background: url(https://mindsightclinic.com/assets/images/home-desktop-banner.webp); */
  background-position: right bottom;
  width: 42%;
  height: 100%;
  margin: 0;
  background-size: contain;
  right: 3%;
  position: absolute;
  background-repeat: no-repeat;
  top: -40px;
}

.home header.hero-v2 .mobile-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(./../images/mobile-home-bg-2.jpg);
  background-size: cover;
  background-position: right bottom;
  z-index: 0;
}
 
.home header.hero-v2 button{
  width: 60%;
  padding: 1rem;
  font-size: 1.5rem;
}
canvas{
  display:block;
  vertical-align:bottom;
}

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
    z-index: 0;
  
  
}

.home header.hero-v2 div.team-container {
      position: relative;
    width: 100%;
    height: calc(100vh - 310px);
    margin: auto;
}

.home header.hero-v2 div.team-member {
 position: absolute;
    text-align: center;
    width: 35%;
    padding: 5px;
    border: 1px solid #008374;
    border-radius: 50%;
    background: #b1dedf;

}
.home header.hero-v2 div.team-member img {
    width: 100%;
    border-radius: 50%;
}
.center {
      top: 60%;
    left: 37.5%;
    transform: translate(-50%, -50%);
}
.top-left {
     top: 14.3%;
    right: 24.7%;
}
.top-right {
 top: 38.6%;
    right: -0.4%;
}
.middle-left {
      top: 67%;
    left: 45%;
}
.middle-right {
  top: 60%;
    right: -28%;
}
.bottom-center {
      bottom: -140px;
    left: 90%;
    transform: translateX(-50%);
}

.home header.hero-v2 div.banner-team figure {
  margin: 1rem;
  width: max-content;
  height: max-content;
  display: block;
  width: 300px;
  padding: 5px;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
}
.home header.hero-v2 div.banner-team figure.one{
  width: 550px;
}
.home header.hero-v2 div.banner-team figure.two{
  width: 400px;
}
.home header.hero-v2 div.banner-team figure.three{
  width: 250px;
}
.home header.hero-v2 div.banner-team figure.four{
  width: 250px;
}
.home header.hero-v2 div.banner-team figure.five{
  width: 300px;
}
.home header.hero-v2 div.banner-team figure.six{
  width: 300px;
}

button.btn-get-started {
  background: var(--accent-color);
}
a.btn-get-started,
button.btn-get-started {
  color: white;
  font-family: var(--default-font);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%)  !important;;
  padding: 14px 40px;
  border-radius: 50px !important;
  transition: 0.3s;
  text-transform: capitalize !important;
  border: none;
}
a.btn-get-started,
button.btn-get-started:hover {
  color: var(--white-color) !important;
}

.home header.hero-v2 .content {
  width: 100%;
  /* max-width: 800px; */
  padding: 0;
  text-align: left;
  position: relative;
}
.home header.hero-v2  h1 {
  font-family: var(--default-font);
  color: #fff;
  margin: 10px 0;
  font-size: 3rem;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0;
  text-align: left;
  margin-bottom: 1.2rem;
}
.home header.hero-v2 .content p {
  margin: 15px 0 0 0;
  text-align: left;
  color: #fff;
  text-transform: none;
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 500;
}
.home header.hero-v2 .btn {
  font-weight: 700;
  font-size: 1.26667rem;
  line-height: 1.26667rem;
  padding: 10px 20px;
  margin: 17px 0;
  border-radius: 5px;
  text-transform: none;
  /* font-family: "FontAwesome"; */
  font-family: var(--default-font);
  width: 250px;
}
.home header.hero-v2 .booking-btn {
  margin-left: 15px;
  background: 0 0;
  border: 2px solid #e9ecef;
  color: #ebeef0;
  padding: 20px 15px;
  font-weight: 500;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-transform: capitalize !important;
}
.row .col.l4 {
  width: 33.33333%;
  margin-left: 0;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
}
.flex-xl-4 {
  width: 30.33333%;
  margin: 1.5%;
}
.flex-lg-6 {
  width: 47%;
  margin: 1.5%;
}
.flex-xl-8 {
  width: 63.66667%;
  margin: 1.5%;
}
.flex-xl-9 {
  width: 72%;
  margin: 1.5%;
}
.flex-xl-10 {
  width: 80.33333%;
  margin: 1.5%;
}
.flex-xl-11 {
  width: 88.66667%;
  margin: 1.5%;
}
.flex-xs-12 {
  width: 97%;
  margin: 1.5%;
}
.pad_b30 {
  padding-bottom: 30px;
}
ol,
ul {
  list-style: none;
}
.btn {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff0;
  border-radius: 0;
}
.btn-primary {
  color: #227060;
  background-color: #fff0;
  border-color: #227060;
}
.owl-theme .owl-dots .owl-dot {
  outline: none;
}
section.featured-in {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
section.featured-in .container {
  position: relative;
  max-width: 1220px;
  padding: 0;
}
section.featured-in .container:before {
  width: 70px;
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  right: 0;
  background: #fff0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff0),
    to(#fff)
  );
  background: linear-gradient(180deg, #fff0 0, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff0 0, #fff 100%);
}
section.featured-in .container:after {
  height: 100%;
  left: 0;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    to(#fff0)
  );
  background: linear-gradient(180deg, #fff 0, #fff0 100%);
  background: -webkit-linear-gradient(0deg, #fff 0, #fff0 100%);
  width: 70px;
  position: absolute;
  top: 0;
  content: "";
}
section.featured-in .container ::-webkit-scrollbar {
  display: none;
}
section.featured-in .container h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.66667rem;
  color: #666;
  text-transform: none;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
section.featured-in .container .featured-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
section.featured-in .container .featured-container .featured-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 15px;
}
section.featured-in .container .featured-container .featured-logo img {
  margin: auto;
  min-height: 80px;
}

.service_box img {
  width: 100% !important;
}

.service_box .hover_show p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.service_box {
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: pointer;
  margin: 0.8rem;
  border-top-right-radius: 4em;
  border-bottom-left-radius: 4em;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
.service_box .hover_show {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  transition: all 0.4s ease-in-out;
  background: rgba(71, 157, 144, 0.9); /* more opaque */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0px 20px 20px;
}

.service_box .show {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  transition: all 0.9s ease-in-out;
  padding: 0px 20px 20px;
}

.service_box:hover .hover_show {
  opacity: 1;
  bottom: 0;
  /* background: #1ea690; */
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}

.service_box:hover .show {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service_box .show h4 {
  color: #1ea690;
  font-style: italic;
  font-size: 47px;
  margin-bottom: 0;
}

.service_box .show h3 {
  font-size: 1.4rem;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  text-align: center;
 /* background: #1ea690; */
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}

.service_box .hover_show h4 {
  font-size: 30px;
}

.service_box .hover_show h3 {
  font-size: 22px;
  line-height: 30px;
}

.service_box .show span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 21px;
}

.service_box .hover_show span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 21px;
}

.service_box .hover_show h4 {
  margin-bottom: 0;
}

.service_box .hover_show h4,
.service_box .hover_show h3,
.service_box .hover_show p,
.service_box .hover_show span {
  color: #fff;
}

.services .service-item {
  position: relative;
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.services .one {
  background: url("../img/services/anxiety_counselling.webp") no-repeat;
  background-size: contain;
  background-position: center;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: color-mix(in srgb, var(--heading-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--heading-color), transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid
    color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: color-mix(in srgb, var(--white-color), transparent 30%);
}

.services .service-item:hover .icon i {
  color: var(--heading-color);
}

.services .service-item:hover .icon:before {
  background: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.services .service-item:hover h3 {
  border-color: color-mix(in srgb, var(--accent-color), transparent 10%);
  color: var(--heading-color);
}

.services .service-item:hover .readmore {
  color: var(--accent-color);
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
/*services css*/
@media only screen and (max-width: 800px) {
  .servicesGridBox {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.servicesGridBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.servicesGridBox .form-popup .form-container {
  padding: 1rem;
  /* background: url(../../assets/img/popup-bg.png) no-repeat;
    background-size: contain;
    background-position: bottom center; */
}
section.services {
  padding: 100px;
  /* background-image: url(./../images/services-banner-bg.jpg); */
  position: relative;
  height: calc(100vh - 1%);
  padding: 3rem 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
section.services .title h2 {
  text-align: center;
  font-weight: 400;
  font-family: var(--default-font);
  color: var(--default-font-color);
}
section.services .service-content .wlcm h3 {
  font-size: 1.8rem;
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
section.services .service-content .wlcm p {
  font-size: 1.13333rem;
  text-align: left;
  line-height: 1.66667rem;
  color: #fff;
  margin-bottom: 25px;
}
section.services .service-content .servicelist {
  display: block;
}
section.services .service-content .servicelist ul {
  padding: 0 10px;
}
section.services .service-content .servicelist ul li {
  margin-bottom: 10px;
}
section.services .service-content .servicelist ul li a {
  display: block;
  padding: 20px 15px;
  background: rgb(0 0 0 / 0.5);
  border-radius: 10px;
  position: relative;
  font-weight: 400;
  color: #fff;
}
section.services .service-content .servicelist ul li a:hover {
  text-decoration: none;
}
section.services .service-content .servicelist ul li i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  color: #fff;
}
section.services .service-content .servicelist ul li.cta.cta-blue a {
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 20px 25px;
  transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -ms-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  font-weight: 500;
  font-size: 1.13333rem;
}
section.services .service-content .servicelist ul.hide-on-mobile,
section.services .service-content .servicelist ul li.hide-on-mobile {
  display: none;
}
/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 10px;
}
.stats .stats-item i {
  font-size: 44px;
  color: var(--default-font-color);
  line-height: 0;
  margin-right: 15px;
}

.stats .stats-item .purecounter {
  color: var(--default-font-color);
  font-size: 40px;
  display: block;
  font-weight: 700;
  line-height: 40px;
}
.stats .stats-item p {
  /* color: color-mix(in srgb, var(--white-color), transparent 40%); */
  color: var(--secondary);
  padding: 0;
  margin: 0;
  font-family: var(--default-font);
  font-size: 18px;
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
}
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(
    var(--default-font-color) 50%,
    color-mix(in srgb, var(--default-font-color), transparent 75%) 52%
  );
  border-radius: 50%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid
    color-mix(in srgb, var(--default-font-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.team .member:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.team .member img {
  border-radius: 15px;
  overflow: hidden;
  width: 276px;
  height: auto;
  aspect-ratio: 1;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team .member p {
  margin:0;
  padding:0;
  font-style: italic;
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-font-color), transparent 40%);
}
button:focus {
  outline: none !important;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: color-mix(in srgb, var(--default-font-color), transparent 60%);
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid
    color-mix(in srgb, var(--default-fontcolor), transparent 60%);
}

.team .member .social a:hover {
  color: var(--default-font-color);
  border-color: var(--default-font-color);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* What is diff Psychologists */
section.psycho {
  height: calc(100vh - 1%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgb(222, 226, 230);
  border-bottom: 1px solid rgb(222, 226, 230);
}
section.psycho .inner-content h3 {
  text-align: center;
  color: #171717;
  font-size: 2rem;
  padding: 1rem 0;
  position: relative;
  text-transform: none;
}
section.psycho .inner-content h3:before {
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: 0;
  background-color: #000;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.psycho .inner-content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 5rem;
  height: 3px;
  background: var(--default-font-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
section.psycho h2 {
  font-family: var(--default-font);
}
section.psycho .psy-points {
  list-style: disc;
  padding-left: 5%;
  text-align: left;
  font-size: 17px;
  font-family: var(--default-font);
}
section.psycho img {
  border-radius: 20px;
  height: 400px;
  margin: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
section.psycho .inner-content .lft {
  position: relaive;
}
section.psycho .inner-content .lft h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #2c2c2c;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 600;
}
section.psycho .inner-content .lft .content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
section.psycho .inner-content .lft .content ul li {
  margin: 0;
  padding: 0;
}
section.psycho .inner-content .lft .btn-online {
  border-color: #060606;
  color: #060606;
  font-size: 1rem;
  text-transform: none;
  padding: 8px 10px;
}
section.psycho .inner-content .rgt {
  position: relative;
  display: block;
}
section.psycho .inner-content .rgt .inner-left {
  position: relative;
}
section.psycho .inner-content .rgt .inner-left .title h2 {
  text-align: center;
  color: #171717;
  font-size: 4rem;
  font-family: var(--default-font);
  margin: 0;
}
section.psycho .inner-content .rgt .inner-left .content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
section.psycho .inner-content .rgt .inner-left .content ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
}
section.psycho .inner-content .rgt .inner-left .content div a {
  padding: 15px 20px;
}
section.psycho .inner-content .rgt .inner-left .btn-online {
  color: #060606;
  font-size: 1rem;
  text-transform: none;
  padding: 8px 10px;
  float: right;
  border-bottom: 1px solid #607d8b;
  border-radius: 10px;
}
section.psycho .inner-content .rgt .inner-left .content .hide-on-mobile,
section.psycho .inner-content .rgt .inner-right .content .hide-on-mobile {
  display: none;
}
section.psycho .inner-content .rgt .inner-right {
  position: relative;
}
section.psycho .inner-content .rgt .inner-right .title h2 {
  text-align: center;
  color: #171717;
  font-size: 4rem;
  font-family: var(--default-font);
  margin: 0;
}
section.psycho .inner-content .rgt .inner-right .content ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}
section.psycho .inner-content .rgt .inner-right .content ul li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  text-align: left;
}
section.psycho a {
  padding: 15px 20px;
}
section.psycho .inner-content .rgt .inner-right .btn-online {
  color: #060606;
  font-size: 1rem;
  text-transform: none;
  padding: 8px 10px;
  float: right;
  border-bottom: 1px solid #607d8b;
  border-radius: 10px;
}
/* Our Courses */

section.courses {
  height: calc(100vh - 1%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
section.courses .inner-content .title h2 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-family: var(--default-font);
  margin: 0;
}
section.courses .inner-content .flex-row {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
section.courses .inner-content .flex-row #course-block {
  margin: 0 5rem;
}
section.courses .inner-content .hide-on-mobile {
  display: none;
}
section.courses .inner-content .hide-on-desktop {
  display: flex;
}
section.courses .inner-content .flex-row #course-block .course-block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 1.5rem;
  padding: 25px;
}
section.courses .inner-content .flex-row #course-block .course-block .item {
  border: 1px solid #ccc;
  margin: 0;
  -webkit-box-shadow: 0 9px 18px rgb(0 0 0 / 0.12), 0 5px 7px rgb(0 0 0 / 0.05);
  box-shadow: 0 9px 18px rgb(0 0 0 / 0.12), 0 5px 7px rgb(0 0 0 / 0.05);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  margin: 0;
  padding: 0;
}
section.courses .inner-content .flex-row #course-block .course-block .item a {
  color: #000;
}
section.courses
  .inner-content
  .flex-row
  #course-block
  .course-block
  .item
  a
  .cimg
  img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
section.courses
  .inner-content
  .flex-row
  #course-block
  .course-block
  .item
  a
  .cname {
  padding: 0.7rem 0 0 0;
  font-size: 1rem;
  font-family: var(--default-font);
  border-bottom: 1px solid #c3c3c3;
  padding-left: 1rem;
  text-align: left;
}
section.courses
  .inner-content
  .flex-row
  #course-block
  .course-block
  .item
  a:hover {
  text-decoration: none;
}
section.courses
  .inner-content
  .flex-row
  #course-block
  .course-block
  .item:hover {
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
section.courses .inner-content .flex-row #course-block .btn-container a,
section.courses .inner-content .hide-on-desktop .btn-container a {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #ca67b0),
    color-stop(85%, #9380c0)
  );
  background-image: linear-gradient(270deg, #ca67b0 0, #9380c0 85%);
  border-radius: 5px;
  border: 0;
  padding: 20px 70px;
}
section.courses .inner-content .flex-row #course-block .btn-container a:hover {
  background: #6951a3;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, #9380c0),
    color-stop(85%, #ca67b0)
  );
  background-image: linear-gradient(270deg, #9380c0 0, #ca67b0 85%);
}


section.courses .inner-content #home-courses-slider .item {
  display: flow-root;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  color: #fff;
  position: relative;
  /* margin: 0 1rem; */
  /* border: 1px solid #ccc;
box-shadow: 0 9px 18px rgb(0 0 0 / 0.12), 0 5px 7px rgb(0 0 0 / 0.05); */
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  padding: 0;
  border: 1px dashed #49575d;
  border-bottom-right-radius: 3rem;
  border-bottom-left-radius: 2rem;
  /* box-shadow: rgba(73,87,93, 0.2) 0px 8px 24px; */
}
section.courses .inner-content #home-courses-slider .item a {
  color: #49575d;
}
section.courses .inner-content #home-courses-slider .item a .cname {
  padding: 0.7rem 0 0 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--default-font);
  border-bottom: 1px solid #49575d;
  padding-left: 1rem;
}
section.courses .inner-content .course-duration {
  font-weight: 400;
  margin: 0;
  padding-top: 1em;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--default-font);
}
section.courses .inner-content .course-fee {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--default-font);
}
section.courses .inner-content #home-courses-slider .owl-dots {
  padding: 1rem 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* Help  */
section.help {
  display: none;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 1%);
  padding: 8vw 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(16%, #536f7d),
    color-stop(63%, #49575d)
  );
  background: linear-gradient(270deg, #536f7d 16%, #49575d 63%);
}
section.help .inner-content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: var(--default-font);
}
section.help .inner-content .title h2 {
  text-align: center;
  color: #fff;
  font-size: 7rem;
  line-height: 1rem;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: 300;
  font-family: var(--default-font);
}
section.help .inner-content .help-container {
  font-family: var(--default-font);
}
section.help .inner-content .help-container span:first-child {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  margin-right: 7px;
}
section.help .inner-content .help-container .details {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 60%;
  display: inline-block;
}
section.help .inner-content .help-container .desc {
  color: #fff;
  font-size: 1rem;
  line-height: 26px;
  margin: 14px 0;
  width: 85%;
}
section.help .inner-content .help-container .content-container {
  text-align: left;
  padding-left: 1em;
}
/*--------------------------------------------------------------
# Location Section
--------------------------------------------------------------*/
section.location {
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}
section.location .locationsist .hide-on-mobile {
  display: none;
}
section.location .inner-content .flex-row {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
section.location .inner-content .flex-row .flex-lg-6 {
  width: 50%;
  margin: 0;
}
section.location .inner-content .flex-row .lft {
  padding: 3rem 0;
  color: #fff;
}
section.location .inner-content .flex-row .lft .title h2 {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-family: var(--default-font);
  letter-spacing: 2px;
  margin: 0;
  padding: 1rem 0;
}
section.location .inner-content .flex-row .lft .content h3 {
  font-size: 1.5rem;
  line-height: 3.13333rem;
  color: #fff;
  text-transform: none;
  text-align: center;
}
section.location .inner-content .flex-row .lft .content h4 {
  padding: 1rem 0;
  font-size: 1.5rem;
  display: block;
}
section.location .inner-content .flex-row .lft .content ul {
  margin: 0;
  margin-left: 5%;
}
section.location .inner-content .flex-row .lft .content ul li {
  list-style: disc;
  font-size: 1.2rem;
  min-width: 50%;
  padding: 0.4rem 0;
}
section.location .inner-content .flex-row .lft .content ul li a {
  color: #fff;
  letter-spacing: 0.05rem;
}
section.location .inner-content .flex-row .lft .content ul li a:hover {
  text-decoration: none;
}
section.location .inner-content .flex-row .rgt {
  position: relative;
}
section.location .inner-content .hide-on-desktop {
  display: block;
}
section.location .inner-content .hide-on-mobile {
  display: none;
}
section.location .inner-content .flex-row .rgt #location-map .location-map img,
section.location
  .inner-content
  .flex-row
  .rgt
  #mobile-location-map
  .location-map
  img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
section.location .inner-content .flex-row .rgt #location-map iframe,
section.location .inner-content .flex-row .rgt #mobile-location-map iframe {
  height: calc(100vh - 10vh);
}

.location { padding: 40px 20px;    background-color: aliceblue;position: relative; }
.location .grid-list { grid-template-columns: 1fr 1fr; }

#location{
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid var(--verdigris) !important;
}
.listing { background-color: var(--alice-blue); }

.listing-card {
  padding: 10px;
  display: flex;
  gap: 20px;
  border: 2px solid var(--middle-blue-green_40);
  border-radius: var(--radius-12);
  transition: var(--transition-1);
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all .4s ease-in-out;
  /* background: aliceblue; */
}
.listing-card >div {
  background: aliceblue;
  padding: 1rem;
  border-radius: 10px;
}

.listing-card:is(:hover, :focus-visible) { border-color: var(--verdigris); }
.listing-card.active {
  border-color: var(--verdigris);
  transform: scale(1.1);
  
}

.listing-card .card-title {
  margin-block-end: 5px;
  font-family: var(--ff-josefin);
  font-size: x-large;
  text-align: left;
}



.listing-card .card-text { color: var(--midnight-green);
  font-size: 1rem;
  text-align: left;}
.listing-card .card-text a { display: inline-block; color: black; }


.listing .grid-list > li:first-child { grid-column: 1 / 3; }
.listing .grid-list { grid-template-columns: repeat(4, 1fr); }






section.cta {
  padding: 2vw 0;
  border-bottom: 1px solid rgb(151 151 151 / 0.3);
}
section.cta img {
  max-height: 300px;
  margin: auto;
}
section.cta .banner-content {
  text-align: left;
}
section.cta .banner-content h2 {
  font-size: 4.26667rem;
  line-height: 3.46667rem;
  font-family: var(--default-font);
  color: #000;
  text-transform: lowercase;
}
section.cta .banner-content p {
  margin: 20px 0;
  color: #000;
  font-size: 0.93333rem;
  line-height: 1.33333rem;
}
section.cta .banner-content div.btn-container a.btn,
section.cta .banner-content div.btn-container .modal .btn.btn-blue {
  font-weight: 700;
  font-size: 1.13333rem;
  display: inline-block;
  line-height: normal;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 15px 25px;
}
section.moreservices {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
section.moreservices .container {
  position: relative;
  max-width: 1220px;
  padding: 0;
}
section.moreservices .container:before {
  width: 70px;
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  right: 0;
  background: #fff0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff0),
    to(#fff)
  );
  background: linear-gradient(180deg, #fff0 0, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff0 0, #fff 100%);
}
section.moreservices .container:after {
  height: 100%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    to(#fff0)
  );
  background: linear-gradient(180deg, #fff 0, #fff0 100%);
  background: -webkit-linear-gradient(0deg, #fff 0, #fff0 100%);
  width: 70px;
  position: absolute;
  top: 0;
  content: "";
}
section.moreservices .container ::-webkit-scrollbar {
  display: none;
}
section.moreservices .container h3 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.66667rem;
  color: #666;
  text-transform: none;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
}
section.moreservices .container .moreservice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
section.moreservices .container .moreservice-container .moreservice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1rem !important;
  text-align: left;
}
section.moreservices .container .moreservice-container .moreservice-link img {
  margin: auto;
  min-height: 100px;
}

/* Therapy Helps */
section.therapyhelps {
  height: calc(100vh - 1%);
  padding: 3rem 0;
  position: relative;
}
section.therapyhelps .inner-content h3 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}
section.therapyhelps .therapy-helps p img {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
section.therapyhelps .helplist ul.therapyhelplist li {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.5rem;
  list-style-type: decimal;
}

/* Our Team */
section.ourteam {
  height: calc(100vh - 1%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
section.ourteam .inner-content h3 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}

/* Mindsight is easy & simple for everyone */
section.simple {
  height: calc(100vh - 1%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
section.simple .inner-content h3 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}

/* Affordable Plans to help you better */
section.plans {
  height: calc(100vh - 1%);
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}
section.plans .inner-content h3 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}

/* Testimonials */

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.healing {
  padding:2rem;
}
.healing .podcast{
  display: flex;
}
.healing .testimonial-item {
  /* background-color: var(--surface-color); */
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 15px;
  position: relative;
  height: 100%;
}

.healing .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.healing .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.healing .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

.healing .testimonial-item .stars {
  margin: 10px 0;
}

.healing .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.healing .testimonial-item .quote-icon-left,
.healing .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.healing .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.healing .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.healing .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.healing .swiper-wrapper {
  height: auto;
}

.healing .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.healing .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.healing .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}
.healing .podcast {
  display: flex;
}
section.testimonials {
  /* background: -webkit-gradient(
  linear,
  right top,
  left top,
  color-stop(16%, #536f7d),
  color-stop(63%, #49575d)
);
background: linear-gradient(270deg, #536f7d 16%, #49575d 63%); */
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 1%);
  padding-bottom: 2rem;
  /* padding: 3rem 0; */
}
section.testimonials .inner-content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 10px;
  height: 100%;
}
section.testimonials .inner-content .title h2 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  font-family: var(--default-font);
}
section.testimonials .inner-content #testimonial-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
section.testimonials .inner-content .google-review {
  padding: 24px;
  background-color: #fafafa;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  display: block;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  transition: background-color 0.1s ease 0s;
  border: 1px solid rgba(1, 67, 60, 0.5);
}


.google-rating {
  width: 100%;
}
.google-write-review {
  width: 100%;
}
.google-write-review a {
  border-radius: 25px;
  padding: 10px 20px;
}
section.testimonials .inner-content #testimonial-slider .item {
  width: 90%;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
section.testimonials .inner-content #testimonial-slider .item img {
  width: 25%;
  border-radius: 100px;
}
.rating-img {
  color: #1f2c4b;
  font-size: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 36px;
  white-space: nowrap;
  width: 100%;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.stars-img {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  min-width: 180px;
  line-height: 1;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.no-of-reviews {
  overflow: hidden;
  min-width: 0;
  margin: 0 0 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.17;
  color: rgb(31 44 75 / 0.5);
}
.user-rating-img {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #1f2c4b;
}
.user-name-img {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  min-width: 0;
  padding-left: 16px;
}
.user-name-img h3 {
  font-size: 1.5rem;
}
section.testimonials .inner-content #testimonial-slider .item .desc {
  padding: 24px;
  border-radius: 25px;
  backdrop-filter: blur(15px);
  background-color: #fafafa;
  transition: background-color 0.1s ease 0s;
  border: 1px solid rgba(1, 67, 60, 0.5);
}
section.testimonials .inner-content #testimonial-slider .item .desc h3 {
  font-size: 1.4rem;
  text-align: left;
}
section.testimonials .inner-content #testimonial-slider .item .desc p {
  font-size: 0.9rem;
   display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.star-review-img {
  width: 40%;
}
.show-read-more.showlesscontent .SecSec,
.show-read-more.showlesscontent .readLess {
  display: none;
}
.show-read-more.showmorecontent .readMore {
  display: none;
}
.showlesscontent {
  margin-top: 16px;
}
.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}
section.testimonials .inner-content #testimonial-slider .item .desc a {
  color: #49575d;
}
section.testimonials .inner-content #testimonial-slider .item .desc a:hover {
  text-decoration: none;
}
section.testimonials .inner-content #testimonial-slider .item:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: -1;
  margin-top: 50px;
}
.owl-nav {
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.owl-nav button span{
    font-size: 2.5rem !important;
    padding: 1rem !important;
    margin-top: 1rem !important;
}
section.testimonials .inner-content #testimonial-slider .owl-nav i {
  background-color: #fff0;
  color: #fb5a0d;
  font-size: 25px;
}
section.testimonials .inner-content #testimonial-slider .owl-nav .owl-prev {
  width: 50px;
  height: 50px;
}

section.testimonials
  .inner-content
  #testimonial-slider
  .owl-nav
  .owl-prev:focus {
  outline: none;
}
section.testimonials .inner-content #testimonial-slider .owl-nav .owl-next {
  width: 50px;
  height: 50px;
}
section.testimonials
  .inner-content
  #testimonial-slider
  .owl-nav
  .owl-next:focus {
  outline: none;
}
section.testimonials
  .inner-content
  #testimonial-slider
  .owl-nav
  [class*="owl-"]:hover {
  background-color: #fff;
}
section.blogs {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 1%);
  padding: 3rem 0;
}
section.blogs .inner-content {
  margin: 0 auto;
  padding-top: 0;
}
section.blogs .inner-content .title {
  text-align:center;
}g

section.blogs .inner-content .title h2 {
  text-align: center;
  color: #4a5960;
  font-size: 3rem;
  font-weight: 300;
  padding-bottom: 2rem;
  margin: 0;
  font-family: var(--default-font);
}
section.blogs .inner-content #blog-post-slider {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  padding: 0rem 0;
  text-align: center;
}
section.blogs .inner-content #blog-post-slider .item {
  display: flow-root;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 1rem;
}
section.blogs .inner-content #blog-post-slider .item .blog-img {
  position: relative;
}
section.blogs .inner-content #blog-post-slider .item .blog-img img {
  margin: 0 auto;
  border-radius: 15px;
  height: auto;
  min-height: 260px;
  max-width: 400px;
}
section.blogs .inner-content #blog-post-slider .item .blog-img h5 {
  position: absolute;
  bottom: 2%;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 600;
}
section.blogs .inner-content #blog-post-slider .item .desc {
  position: relative;
  margin: 0;
  padding: 1rem;
  color: #49575d;
  align-items: center;
  justify-content: center;
}
section.blogs .inner-content #blog-post-slider .item .desc h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
section.blogs .inner-content #blog-post-slider .item .desc p {
  font-size: 1.1rem;
  line-height: 20px;
  color: #49575d;
}
section.blogs div#blog-post-slider .owl-dots {
  padding: 1rem 0;
  position: absolute;
  top: 100%;
}
.entry-content h2 {
  font-family: var(--default-font) !important;
  font-weight: 300 !important;
}
h3.wp-block-heading,
h4.wp-block-heading,
h4.comments-title {
  font-family: var(--default-font) !important;
  font-weight: 300 !important;
}
section.moreservices {
  width: 100%;
  margin: 0 auto;
}
section.moreservices .inner-content {
  margin: 0 auto;
  padding-top: 0;
}
section.moreservices .inner-content .title h2 {
  text-align: center;
  color: #000;
  font-size: 7rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}
section.moreservices .inner-content #blog-post-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 0;
  text-align: center;
}
section.moreservices .inner-content #blog-post-slider .item {
  display: flow-root;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 1rem;
}
section.moreservices .inner-content #blog-post-slider .item .blog-img {
  position: relative;
}
section.moreservices .inner-content #blog-post-slider .item .blog-img img {
  margin: 0 auto;
  border-radius: 15px;
}
section.moreservices .inner-content #blog-post-slider .item .blog-img h5 {
  position: absolute;
  bottom: 2%;
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 600;
}
section.moreservices .inner-content #blog-post-slider .item .desc {
  position: relative;
  margin: 0;
  padding: 1rem;
  color: #49575d;
}
section.moreservices .inner-content #blog-post-slider .item .desc h3 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
section.moreservices .inner-content #blog-post-slider .item .desc p {
  font-size: 0.8rem;
  line-height: 23px;
}
footer {
  padding: 25px 0;
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);
}
footer .container {
  padding: 0 15px;
  max-width: 1300px;
}
footer h4,
footer h5 {
  color: white;
}
footer ul.footer-quicklinks {
  margin: 0;
  padding: 0;
}
footer ul.footer-quicklinks li {
  list-style-type: none;
  padding: 0.5rem 0;
}
footer ul.footer-quicklinks li a {
  color: white;
}
footer ul.nav-social {
  margin: 0;
  padding: 0;
}
footer ul.nav-social li {
  list-style-type: none;
  padding: 0.5rem 0;
}
footer ul.nav-social li a {
}
footer ul.nav-social li span.social-logos .social-media-span {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
footer .footer-logo {
  text-align: left;
}
footer .footer-logo .lft {
  position: relative;
}
footer .footer-logo .rgt {
  position: relative;
}
footer .footer-logo .rgt ul {
  margin: 0;
  padding: 0;
}
footer .footer-logo .rgt ul li {
  margin: 0;
  padding: 0;
  display: block;
}
footer .footer-logo .rgt ul li a {
  padding: 0 1rem;
  margin: 0;
  color: white;
}
footer .footer-logo .rgt ul li a:hover {
  text-decoration: none;
  color: white;
}
footer .social-logos {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
footer .social-logos .social-media-span {
  padding: 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
footer .social-logos .social-media-span:hover {
  opacity: 0.8;
}
.fa-facebook {
  background: #3b5998;
  color: #fff;
}
.fa-twitter {
  background: #55acee;
  color: #fff;
}
.fa-linkedin-in {
  background: #007bb5;
  color: #fff;
}
.fa-instagram {
  background: #125688;
  color: #fff;
}
.fa-youtube {
  background: #b00;
  color: #fff;
}
footer .social-logos .fa-caret-up {
  background-color: #2e2e2e;
  width: 42px;
  height: 42px;
}
.fa-caret-up:before {
  color: #fff;
}
footer .copyright {
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
footer .copyright-holder li {
  text-align: center;
}
footer .copyright-holder .copyright {
  font-size: 1.06667rem;
  color: white;
}
footer #menu-footer-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
footer #menu-footer-nav li {
  margin-right: 15px;
}
footer #menu-footer-nav a {
  font-weight: 700;
  color: #666;
}
footer .nav-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer .nav-social li {
  margin-left: 10px;
}
footer .nav-social li a .fab {
  font-family: "Font Awesome 5 Brands";
}
footer .nav-social li a span.fa-fw {
  text-align: center;
  width: 1.25em;
  color: #535353;
}
footer .nav-social li a span.fa-3x {
  font-size: 3em;
}
footer .nav-contact a {
  font-weight: 700;
  color: white;
}
#nhform {
  width: 600%;
}
#nhform .nhform {
  margin: 0;
  padding: 1% 2%;
  background-color: #fff;
}
#nhform .nh-main-content {
  position: fixed;
  padding: 1.5rem;
  z-index: 999;
  right: 20px;
  bottom: 115px;
  height: 435px;
  width: 350px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 10px 0 rgb(123 123 123 / 0.9);
  box-shadow: 0 6px 10px 0 rgb(123 123 123 / 0.9);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -webkit-transform: scale(0);
  transform: scale(0);
  text-align: center;
}
#nhform .nh-main-content .nh-close {
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 15px;
}
#nhform .nh-main-content .nh-close i {
  color: #262626;
  opacity: #6a5e5e;
}
#nhform .nh-main-content .h {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0 5px;
}
#nhform .nh-main-content .t {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}
#nhform .nh-main-content .f {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0;
}
#nhform .nh-main-content .f input.form-control {
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 14px;
}
#nhform .nh-main-content .f textarea.form-control {
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid grey;
  font-size: 14px;
}
#nhform .nh-main-content .f .btn {
  padding: 5px 40px;
  border-radius: 50px;
  margin: 0;
  font-size: 16px;
  height: 38px;
  text-align: center;
}
#nhform .nh-main-content.visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: 1600ms pulsate infinite alternate ease-in-out;
  animation: 1600ms pulsate infinite alternate ease-in-out;
  padding: 20px;
}
#nhform #nhbtn.nh-fixed-btn {
  position: fixed;
  bottom: 40px;
  z-index: 899;
  right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  -webkit-box-shadow: 0 6px 10px 0 rgb(123 123 123 / 0.9);
  box-shadow: 0 6px 10px 0 rgb(123 123 123 / 0.9);
  cursor: pointer;
}
#nhform #nhbtn.nh-fixed-btn img {
  border-radius: 100px;
}
#nhform #nhbtn.nh-fixed-btn div {
  color: #302664;
  font-size: 1rem;
  margin-top: -8px;
}

section.blogspage {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 1%);
  padding: 2vw 0;
}
section.blogspage .page-header {
  margin: 0 auto;
  padding-top: 0;
}
section.blogspage .page-header .title h2 {
  text-align: center;
  color: #000;
  font-size: 7rem;
  font-weight: 300;
  margin: 0;
  font-family: var(--default-font);
}
section.blogspage aside .category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
section.blogspage aside .category-container a.btn {
  color: #2f2f2f;
  background: rgb(217 217 217 / 0.35);
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 28px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
section.blogspage aside .category-container a.btn.active {
  background: #9380c0;
  color: #fff;
}
.moreservice-container a.btn {
  color: #2f2f2f;
  background: rgb(81 80 80 / 35%);
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 28px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.moreservice-container a.btn.active {
  background: #9380c0;
}
section.blogspage .content .large-format {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.blogspage .content .large-format .large-thumb {
  display: block;
  width: 100%;
  height: 335px;
  background-size: cover;
  border-radius: 10px;
}
section.blogspage .content .large-format h3 a {
  font-size: 1.53333rem;
  color: #2f2f2f;
  font-weight: 700;
  font-family: var(--default-font);
  text-transform: none;
  letter-spacing: 0.14px;
}
section.blogspage .content .large-format p {
  color: #484848;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66667rem;
}
section.blogspage .content .large-format .post-meta {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.blogspage .content .large-format .post-meta a {
  line-height: 0.86667rem;
  font-size: 0.86667rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
}
section.blogspage .content .large-format .post-meta .col-lg-0 {
  display: inline-block;
  width: auto;
  margin: 0;
}
section.blogspage .content .large-format .post-meta .date,
section.blogspage .content .large-format .post-meta .read-time {
  font-size: 0.86667rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #484848;
  letter-spacing: 0;
  line-height: 0.86667rem;
  height: 0.86667rem;
}
section.blogspage .content .small-format .small-post {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.blogspage .content .small-format .small-post .post-meta {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.blogspage .content .small-format .small-post .post-meta .author-head a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  margin-right: 10px;
}
section.blogspage .content .small-format .small-post .post-meta a {
  line-height: 0.86667rem;
  font-size: 0.86667rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
}
section.blogspage .content .small-format .small-post .post-meta .col-lg-0 {
  display: inline-block;
  width: auto;
  margin: 0;
}
section.blogspage .content .small-format .small-post .post-meta .date,
section.blogspage .content .small-format .small-post .post-meta .read-time {
  font-size: 0.86667rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #484848;
  letter-spacing: 0;
  line-height: 0.86667rem;
  height: 0.86667rem;
}
section.blogspage .content .small-format .small-post .small-post-thumb {
  height: 208px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.blogspage
  .content
  .small-format
  .small-post
  .small-post-thumb
  .faded-shadow {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.46667rem;
  font-weight: 700;
  text-transform: none;
  font-size: 1.33333rem;
  border-radius: 0 0 10px 10px;
  background: rgb(0 0 0 / 0.5);
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, rgb(0 0 0 / 0.5)),
    to(#fff0)
  );
  background: linear-gradient(270deg, rgb(0 0 0 / 0.5) 0, #fff0 100%);
  background: -webkit-linear-gradient(90deg, rgb(0 0 0 / 0.5) 0, #fff0 100%);
}
section.blogspage .content .small-format .small-post .summary {
  font-size: 0.93333rem;
  font-weight: 400;
  color: #484848;
}
section.blogspage .view-all {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
section.blogspage .view-all a {
  padding: 20px 28px;
}
section.therapist .page-header h1 {
  font-size: 4.4rem;
  font-size: 4.06667rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section.therapist .subpages .sub-page-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
}
section.therapist .subpages .sub-page-tiles a {
  margin: auto;
  color: #5b5b5b;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.66667rem;
}
section.azissues .flex-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.azissues .page-header h1 {
  font-family: var(--default-font);
  font-size: 2.5rem;
  text-transform: none;
  margin-bottom: 20px;
  text-align: center;
}
section.azissues .subpages .sub-page-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #efefef;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
}
section.azissues .subpages .sub-page-tiles a {
  margin: auto;
  color: #5b5b5b;
  line-height: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.66667rem;
}
section.psychologists .subpages .profile-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
section.psychologists .subpages .profile-tile h4 {
  font-size: 1.2rem;
  line-height: 17px;
  color: #484848;
  margin-bottom: 8px;
  font-weight: 700;
}
section.psychologists .subpages .profile-tile .profile-thumbnmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}
.counsellor-thumbnail {
  max-width: 100%;
  width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
.counsellor-thumbnail .servicer-image {
  min-width: 250px;
}
section.psychologists .subpages .profile-tile .profile-meta {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 3%;
}
section.psychologists .subpages .profile-tile .profile-meta p {
  text-align: center;
  line-height: 12px;
  margin: 0;
  font-weight: 300;
  font-family: var(--default-font);
}
section.psychiatrists .page-header h1 {
  font-size: 4rem;
  transform-origin: bottom left;
  font-family: var(--default-font);
  text-transform: none;
}
section.psychiatrists .subpages .profile-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
section.psychiatrists .subpages .profile-tile h4 {
  font-size: 1.2rem;
  line-height: 17px;
  color: #484848;
  margin-bottom: 8px;
  font-weight: 700;
}
section.psychiatrists .subpages .profile-tile .profile-thumbnmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}
section.psychiatrists .subpages .profile-tile .profile-meta {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 3%;
}
section.psychiatrists .subpages .profile-tile .profile-meta p {
  text-align: center;
  line-height: 12px;
  margin: 0;
  font-weight: 300;
  font-family: var(--default-font);
}
section.servicespage .subpages .profile-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
section.servicespage .subpages .profile-tile h4 {
  font-size: 1.13333rem;
  line-height: 17px;
  color: #484848;
  margin-bottom: 8px;
}
section.servicespage .subpages .profile-tile .profile-thumbnmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}
section.servicespage .subpages .profile-tile .profile-meta {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 3%;
}
section.coursespage {
  padding: 0 100px 100px;
}
section.coursespage .page-header h1 {
  font-size: 4.4rem;
  font-size: 4.06667rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section.coursespage .subpages .profile-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
section.coursespage .subpages .profile-tile h4 {
  font-size: 1.13333rem;
  line-height: 17px;
  color: #484848;
  margin-bottom: 8px;
}
section.coursespage .subpages .profile-tile .profile-thumbnmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}
section.coursespage .subpages .profile-tile .profile-meta {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 3%;
}
section.blogspage {
  padding: 0 100px 100px;
}
section.blogspage .page-header h1 {
  font-size: 7rem;
  font-family: var(--default-font);
  text-transform: none;
}
section.blogspage .subpages .content aside .category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
section.blogspage .subpages .content aside .category-container a.btn {
  color: #2f2f2f;
  background: rgb(217 217 217 / 0.35);
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 28px;
}
section.blogspage .subpages .content aside .category-container a.active {
  background: #9380c0;
  color: #fff;
}
section.blogspage .subpages .content .large-format {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.blogspage .subpages .content .large-format .flex-lg-6:first-child {
  margin-left: 0;
  margin-right: 0.665%;
  width: 49.33%;
}
section.blogspage .subpages .content .large-format .large-thumb {
  display: block;
  width: 100%;
  height: 335px;
  background-size: cover;
  border-radius: 10px;
}
section.blogspage .subpages .content .large-format .flex-lg-6:last-child {
  margin-right: 0;
  width: 48.5%;
}
section.blogspage .subpages .content .large-format .post-meta {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.blogspage .subpages .content .large-format .post-meta .flex-lg-0 {
  display: inline-block;
  width: auto;
  margin: 0;
}
section.blogspage .subpages .content .large-format .post-meta a {
  line-height: 0.86667rem;
  font-size: 0.86667rem;
  font-weight: 700;
  text-transform: none;
  color: #000;
  display: block;
}
section.blogspage .subpages .content .large-format .post-meta .author-head a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  margin-right: 10px;
}
section.blogspage .subpages .content .large-format p {
  position: relative;
  color: #484848;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.66667rem;
}
section.contactpage .page-header h1 {
  font-size: 4.4rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section.contactpage .subpages .profile-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 20px;
}
section.contactpage .subpages .profile-tile h4 {
  font-size: 1.13333rem;
  line-height: 17px;
  color: #484848;
  margin-bottom: 8px;
}
section.contactpage .subpages .profile-tile .profile-thumbnmail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 10px;
}
section.contactpage .subpages .profile-tile .profile-meta {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 3%;
}
section.psychologist {
  position: relative;
}
section.psychologist .page-header h1 {
  font-family: var(--default-font);
  font-size: 4.4rem;
  margin-bottom: 20px;
  text-transform: none;
}
section.psychologist .doctors-name {
  padding: 0 15px;
  margin-bottom: 25px;
}
section.psychologist .doctors-name h1{
  color: black;
}
section.psychologist .subpages .profile-pic .profile-pic-holder {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 10px;
}
section.psychiatrist {
  position: relative;
}
section.psychiatrist .page-header h1 {
  font-family: var(--default-font);
  font-size: 4.4rem;
  margin-bottom: 20px;
  text-transform: none;
}
section.psychiatrist .doctors-name {
  padding: 0 15px;
  margin-bottom: 25px;
}
section.psychiatrist .doctors-name h1 {
  font-family: var(--default-font);
  color: #000;
  display: inline-block;
  font-size: 4.4rem;
  margin-bottom: 10px;
}
section.psychiatrist .doctors-name p {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
section.psychiatrist .subpages .profile-pic .profile-pic-holder {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
section.gallerypage {
  position: relative;
}
section.gallerypage .page-header .title h2 {
  font-size: 4.4rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section.gallerypage .subpages .profile-pic .profile-pic-holder {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
section.servicespage {
  position: relative;
  padding: 0 25px 25px;
}

.blog-banner {
  padding-top: 68px;
  height: min-content;
  min-height: 25vh;
  background-image: linear-gradient(to top, #49575d, white);
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  position: relative;
}
.posts-layout .entry-title {
  font-family: var(--default-font) !important;
}
.posts-layout .entry-title a {
  font-family: var(--default-font) !important;
  text-align: left !important;
}
.site-content h4.widget-title {
  font-family: var(--default-font) !important;
  font-size: 1.4rem;
}
.widget-area .widget ul li.cat-item {
  font-size: 1rem !important;
}

section.servicespage .subpages .item {
  text-align: center;
}
section.servicespage .subpages .item .content {
  -webkit-box-shadow: 0 2px 16px 0 #d3d5da;
  box-shadow: 0 2px 16px 0 #d3d5da;
  border-radius: 6px;
  padding: 8px;
  width: 90%;
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
section.servicespage .subpages .item .content img {
  width: 95%;
  height: 220px;
  margin: auto;
  display: block;
  border-radius: 25px;
}
section.servicespage .subpages .item .content .service-details .title {
  font-size: 18px;
  font-weight: 500;
  color: #3e3e3e;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  padding: 0 15px;
  height: 50px;
  margin-top: 10px;
}
section.servicespage .subpages .item .content .service-details .duration {
  font-size: 14px;
  color: #6a6a6a;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 15px;
}
section.servicespage .subpages .item .content .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  border-radius: 6px;
  cursor: pointer;
  background-color: #302056;
  padding: 20px 30px;
  transition: top 0.75s;
  -webkit-transition: top 0.75s;
  -moz-transition: top 0.75s;
}
section.servicespage .subpages .item .content .desc a {
  text-decoration: none;
}
section.servicespage .subpages .item .content .desc a .heading {
  text-align: left;
  color: #fcdc75;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.servicespage .subpages .item .content .desc a .subheading {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
section.servicespage .subpages .item .content .desc a .time {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
section.servicespage .subpages .item .content .desc a .explore {
  text-align: center;
  color: #fcdc75;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  position: absolute;
  bottom: 20px;
  left: 38%;
}
section.servicespage .subpages .item .content .desc a:hover {
  text-decoration: none;
}
section.servicespage .subpages .item .content:hover > .desc {
  top: 0%;
}
section.servicepagebaner #our-test-slider .item {
  padding: 12px;
  width: 90%;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
}
section.servicepagebaner #our-test-slider .item p {
  margin: 0;
}
section.service-topbanner {
  /* min-height: 560px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
section.service-topbanner .desktop-image {
  display: none;
}
section.service-topbanner .mobile-image {
  display: block;
  position: absolute;
  width: 100%;
  /* height: 560px; */
  object-fit: cover;
  object-position: right;
}
section.service-topbanner .course-mobile-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 70px;
  object-fit: cover;
  object-position: left;
}
section.service-topbanner .container,
section.course-topbanner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 55%;
  position: relative;
}
section.counselling-course-banner .container {
  margin-top: 65%;
}
section.service-topbanner .container h1,
section.course-topbanner .container h1 {
  font-family: var(--default-font);
  font-size: 2.4rem;
}
section.transactional-banner .container h1,
section.psy-testing-course-banner .container h1 {
  font-size: 3.5rem;
}
#course-form-div {
  margin-left: 0;
}
section.counselling-course-banner #course-form-div h1 {
  font-size: 2.5rem;
}
section.course-topbanner .banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.25);
}
section.servicepagebaner {
  /* padding: 1rem 0 2rem; */
}
section.servicepagebaner .hide-on-mobile {
  display: none;
}
section.helpcounseling .hide-on-mobile {
  display: none !important;
}
section.servicepagebaner .icon-block .icon-box-wrapper {
  text-align: center;
}
section.servicepagebaner .icon-block .icon-box-wrapper .box-icon i {
  font-size: 85px;
  position: relative;
  padding: 1rem;
}
section.servicepagebaner .icon-block .icon-box-wrapper .box-icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
section.servicepagebaner .need_help_mobile {
  display: block;
}
section.servicepagebaner .need_help_mobile .box-icon img {
  max-width: 60%;
  max-height: 100%;
  margin: auto;
  display: block;
}
section.servicepagebaner .icon-block .icon-box-wrapper .box-icon i:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 1px solid grey;
  border-radius: 50%;
  left: 0;
  top: 0;
}
section.servicepagebaner .servicer-image img {
  border-radius: 25px 25px 25px 25px;
}
section.servicepagebaner section.helpcounseling div#headingOne h2 a {
  padding: 0;
}
section.servicepagebaner section.helpcounseling div#mob-headingOne h2 a {
  padding: 0;
}
.helpcounseling {
  padding-left: 0;
  padding-right: 0;
}

section.servicepagebaner div#choose-counseller-slider,
section.servicepagebaner div#need-help-slider,
section.servicepagebanner div#our-test-slider {
  padding-bottom: 0rem;
}
section.servicepagebaner div#choose-counseller-slider.owl-carousel .owl-item img {
    display: block;
    width: 250px;
    height: 250px;
        margin: 0 auto;
}
section.servicepagebaner div#choose-counseller-slider .owl-dots,
section.servicepagebaner div#need-help-slider .owl-dots {
  padding: 2rem 0 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
section.servicepagebaner div#our-test-slider .owl-dots {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
section.servicepage {
  position: relative;
  padding: 0 100px 100px;
}
section.servicepage .page-header h1 {
  font-size: 4.4rem;
  font-size: 4.06667rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section.servicepage .lft {
  position: relative;
}
section.servicepage .lft .side-nav {
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-left: 0;
  margin-top: 0;
}
section.servicepage .lft .side-nav h4.servicelist-heading {
  padding: 0.5rem 1rem;
  background-image: linear-gradient(270deg, #ca67b0 0, #9380c0 85%);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.servicepage .lft .side-nav .listall {
  margin: 0;
  padding: 0 1rem;
}
section.servicepage .lft .side-nav .listall li {
  padding: 0.4rem 0;
}
section.servicepage .lft .side-nav .listall li a {
  color: #505050;
  text-decoration: none;
}
section.servicepage .lft .side-nav .listall li a:hover {
  text-decoration: none;
}
section.servicepage .rgt .service-name {
  padding: 0 15px;
  margin-bottom: 5px;
}
section.servicepage .rgt .service-name h1 {
  font-family: var(--default-font);
  color: #000;
  display: inline-block;
  font-size: 4.4rem;
  margin-bottom: 10px;
}
section.servicepage .rgt .service-name p {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
section.servicepage .rgt .servicead-pic .servicead-pic-holder {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
}
section.coursespage {
  position: relative;
  padding: 0 100px 100px;
}
section.coursespage .subpages .item {
  text-align: center;
}
section.coursespage .subpages .item .content {
  -webkit-box-shadow: 0 2px 16px 0 #d3d5da;
  box-shadow: 0 2px 16px 0 #d3d5da;
  border-radius: 6px;
  padding: 8px;
  width: 90%;
  margin: 40px auto 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
section.coursespage .subpages .item .content img {
  width: 270px;
  height: 185px;
}
section.coursespage .subpages .item .content .course-details .title {
  font-size: 18px;
  font-weight: 600;
  color: #3e3e3e;
  width: 85%;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 15px;
  height: 50px;
  margin-top: 10px;
}
section.coursespage .subpages .item .content .course-details .duration {
  font-size: 14px;
  color: #6a6a6a;
  text-align: left;
  margin-bottom: 15px;
  padding: 0 15px;
}
section.coursespage .subpages .item .content .desc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  border-radius: 6px;
  cursor: pointer;
  background-color: #302056;
  padding: 20px 30px;
  transition: top 0.75s;
  -webkit-transition: top 0.75s;
  -moz-transition: top 0.75s;
}
section.coursespage .subpages .item .content .desc a {
  text-decoration: none;
}
section.coursespage .subpages .item .content .desc a .heading {
  text-align: left;
  color: #fcdc75;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
section.coursespage .subpages .item .content .desc a .subheading {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
section.coursespage .subpages .item .content .desc a .time {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
section.coursespage .subpages .item .content .desc a .explore {
  text-align: center;
  color: #fcdc75;
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  position: absolute;
  bottom: 20px;
  left: 38%;
}
section.coursespage .subpages .item .content .desc a:hover {
  text-decoration: none;
}
section.coursespage .subpages .item .content:hover > .desc {
  top: 0%;
}
#course-banner {
  margin: 0 auto;
  padding-top: 6rem;
}
#course-banner .course-banner {
  background-image: url(https://d1hny4jmju3rds.cloudfront.net/packages/career-advice.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 400px;
  background-attachment: fixed;
  background-position: 0 80%;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
}
#course-banner .course-banner .overlay {
  background: #513d87;
  height: 400px;
  position: absolute;
  width: 100%;
  opacity: 0.85;
  z-index: -1;
}
#course-banner .course-banner .package-header {
  min-height: 400px;
  height: 100%;
}
#course-banner .course-banner .package-header .package-content {
  padding-left: 0;
  padding-top: 2rem !important;
  height: 400px;
  max-height: 100%;
  text-align: center;
}
#course-banner .course-banner .package-header .package-content .title h1 {
  color: #fff;
  font-size: 4.4rem;
  font-size: 4.06667rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .recommended-duration {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1rem;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now {
  width: 410px;
  height: 240px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 14px 0 rgb(87 87 87 / 0.48);
  box-shadow: 0 5px 14px 0 rgb(87 87 87 / 0.48);
  margin: 20px auto 0;
  border-radius: 7px;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-price-container {
  padding-top: 10px;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-price-container
  .package-original-price {
  font-size: 19px;
  text-decoration: line-through;
  color: #4b4b4b;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-price-container
  .package-discount {
  font-size: 19px;
  letter-spacing: -0.35px;
  line-height: 32px;
  text-align: center;
  color: #f5a623;
  font-weight: 700;
  margin-left: 5px;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-final-price {
  font-size: 65px;
  font-weight: lighter;
  letter-spacing: -1.24px;
  line-height: 42px;
  margin-top: 17px;
  color: #322866;
  position: relative;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-buy-now {
  background: #614e85;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  height: 40px;
  border-radius: 0.4rem;
  border: none !important;
  text-transform: uppercase;
  width: 190px;
  letter-spacing: -0.26px;
  line-height: 42px;
}
#course-banner
  .course-banner
  .package-header
  .package-content
  .buy-package-now
  .package-sale-buy {
  margin: 2rem 0 0;
}
section.coursepage {
  position: relative;
  padding: 0 100px 100px;
}
section.coursepage .lft {
  position: relative;
}
section.coursepage .lft .side-nav {
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 0;
  margin-left: 0;
}
section.coursepage .lft .side-nav h4.courselist-heading {
  padding: 0.5rem 1rem;
  background-image: linear-gradient(270deg, #ca67b0 0, #9380c0 85%);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
section.coursepage .lft .side-nav .listall {
  margin: 0;
  padding: 0 1rem;
}
section.coursepage .lft .side-nav .listall li {
  padding: 0.4rem 0;
}
section.coursepage .lft .side-nav .listall li a {
  color: #505050;
  text-decoration: none;
}
section.coursepage .lft .side-nav .listall li a:hover {
  text-decoration: none;
}
section.coursepage .rgt .course-name {
  padding: 0 15px;
  margin-bottom: 5px;
}
section.coursepage .rgt .course-name h1 {
  font-family: var(--default-font);
  color: #000;
  display: inline-block;
  font-size: 4.4rem;
  margin-bottom: 10px;
}
section.coursepage .rgt .course-name p {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
}
section.coursepage .rgt .coursead-pic .coursead-pic-holder {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
  box-shadow: 0 5px 20px 0 rgb(1 1 1 / 0.15);
}
section.global-prefooter {
  padding: 40px 0;
}
section.global-prefooter img {
  max-height: 300px;
  margin: auto;
}
section.global-prefooter .banner-content {
  text-align: left;
}
section.global-prefooter .banner-content h2 {
  font-size: 4.26667rem;
  line-height: 3.46667rem;
  font-family: var(--default-font);
  color: #000;
  text-transform: lowercase;
}
section.global-prefooter .banner-content p {
  margin: 20px 0;
  color: #000;
  font-size: 0.93333rem;
  line-height: 1.33333rem;
}
section.global-prefooter .banner-content div.btn-container a.btn,
section.global-prefooter
  .banner-content
  div.btn-container
  .modal
  .btn.btn-blue {
  font-weight: 700;
  font-size: 1.13333rem;
  display: inline-block;
  line-height: normal;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 15px 25px;
}
section#faqs {
  position: relative;
  padding: 2rem 0;
  background: #f4f4f4;
}
section#faqs .faqs {
  padding: 2rem 0;
}
section#faqs .faqs .page-header h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: var(--default-font);
  text-transform: none;
}
section#faqs .faqs .myaccordion .lft .card {
  background: #fff0;
  border: none;
}
section#faqs .faqs .myaccordion .lft .card .card-header {
  background: #fff0;
}
section#faqs .faqs .myaccordion .lft .card .card-header .btn {
  width: 100%;
  font-weight: 700;
  color: #505050;
  padding: 0;
}
section#faqs .faqs .myaccordion .lft .card .card-header .btn-link:hover,
section#faqs .faqs .myaccordion .lft .card .card-header .btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#faqs .faqs .myaccordion .lft .card .fa-stack {
  font-size: 18px;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
section#faqs .faqs .myaccordion .lft .card .fa,
section#faqs .faqs .myaccordion .lft .card .fas {
  font-weight: 900;
}
section#faqs .faqs .myaccordion .lft .card .fa:hover,
section#faqs .faqs .myaccordion .lft .card .fas:hover {
  transform: rotate(180deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
section#faqs .faqs .myaccordion .rgt .card {
  background: #fff0;
  border: none;
}
section#faqs .faqs .myaccordion .rgt .card .card-header {
  background: #fff0;
}
section#faqs .faqs .myaccordion .rgt .card .card-header .btn {
  width: 100%;
  font-weight: 700;
  color: #505050;
  padding: 0;
}
section#faqs .faqs .myaccordion .rgt .card .card-header .btn-link:hover,
section#faqs .faqs .myaccordion .rgt .card .card-header .btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section#faqs .faq-content .card-header {
  background-color: #c1aadc !important;
  height: 84px;
}
section#faqs .faqs .myaccordion .rgt .card .fa-stack {
  font-size: 18px;
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
section#faqs .faqs .myaccordion .rgt .card .fa,
section#faqs .faqs .myaccordion .rgt .card .fas {
  font-weight: 900;
}
section#faqs .faqs .myaccordion .rgt .card .fa:hover,
section#faqs .faqs .myaccordion .rgt .card .fas:hover {
  transform: rotate(180deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#about {
  background-color: #f4f4f4;
  padding: 80px 0;
}
#about .section-heading,
#fun-facts .section-heading {
  margin-bottom: 60px;
}
.section-heading h4 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #121212;
}
#about .section-heading .line-dec {
  width: 35%;
  height: 3px;
  background-color: #7e2b9b;
  margin: 0 auto;
}
#fun-facts .section-heading .line-dec {
  width: 10%;
  height: 3px;
  background-color: #7e2b9b;
  margin: 0 auto;
}
.course-benefits {
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.7s;
  box-shadow: 0 0 15px #cdcdcd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.course-benefits:hover {
  background-color: #a2cf8d;
}
.course-benefits:hover p {
  color: #fff;
}
.site-section {
  padding: 2.5em 0;
}
.section-title-underline {
  color: #000;
}
.section-title-underline span {
  display: inline-block;
  border-bottom: 4px solid #7e2b9b;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check.primary li:before {
  color: #7e2b9b;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.fd_parent {
  position: relative;
  font-size: 16px;
  color: #fff;
}
.fd_parent:after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.v_center {
  position: static;
  padding: 20px 0;
  text-align: center;
}
#fun-facts {
  padding: 100px 0 80px 0;
  background-color: #f4f4f4;
}
#fun-facts .fact-item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.fact-item .counter {
  font-size: 24px;
  font-weight: 700;
  color: #7e2b9b;
}
.fact-item span {
  display: inline-block;
  margin-top: 10px;
  font-style: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #7a7a7a;
}
.error_input::-webkit-input-placeholder {
  color: red;
}
.parenting-style-card {
  -webkit-box-shadow: 0 2px 16px 0 #d3d5da;
  box-shadow: 0 2px 16px 0 #d3d5da;
  border-radius: 10px;
  padding: 8px;
  width: 90%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.parenting-style-card h5 {
  border-bottom: 2px solid #e7e7e7;
}
#bookingModal .booking_container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgb(0 0 0 / 0.25), 0 10px 10px rgb(0 0 0 / 0.22);
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}
.selection-slider {
  margin-bottom: 2rem;
}
.top_arr {
  background: none;
}
.top_arr:focus {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slot-days-col {
  width: 75%;
}
.each_day_label {
  cursor: pointer;
}
.days-header-slider {
  border-bottom: 4px solid #f0f0f5;
  width: 75%;
  margin-left: 12.5%;
}
#day-selected {
  border-bottom: 4px solid #89628c;
  transition: transform 0.5s ease, -webkit-transform 0.5s;
}
#days-slider .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: -20%;
  margin-left: -60px;
  display: block !important;
  border: 0 solid #000;
}
#days-slider .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: -20%;
  right: -25px;
  display: block !important;
  border: 0 solid #000;
}
.day-p-first {
  font-weight: 700;
  margin-bottom: 0;
}
.day-p {
  margin-bottom: 0;
}
.slot-na-text {
  color: red;
}
.slot-avail-text {
  color: #01a400;
}
.morning-row .hide-on-mobile {
  display: none;
}
.morning-row {
  border-bottom: 1px solid #f0f0f5;
  margin-top: 4%;
}
.afternoon-row .hide-on-mobile {
  display: none;
}
.evening-row,
.afternoon-row {
  margin-top: 2%;
}
.evening-row .hide-on-mobile {
  display: none;
}
.morning-timeSlots-mobile {
  padding-top: 3%;
  display: flex;
}
.afternoon-timeSlots-mobile {
  padding-top: 3%;
  display: flex;
  flex-wrap: wrap;
}
.evening-timeSlots-mobile {
  padding-top: 3%;
  display: flex;
  flex-wrap: wrap;
}
#bookingModal #modal_booking_btn {
  border-radius: 20px;
  border: 1px solid #89628c;
  background-color: #89628c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  position: relative;
}
#bookingModal #modal_booking_btn:active,
#bookingModal #modal_close_btn:active {
  transform: scale(0.95);
}
#bookingModal #modal_booking_btn:focus,
#bookingModal #modal_close_btn:focus {
  outline: none;
}
#bookingModal #modal_close_btn {
  border-radius: 20px;
  border: 1px solid #89628c;
  background-color: #fff;
  color: #89628c;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  position: relative;
  margin-left: 1.5rem;
}
.ck-button {
  width: 14.285%;
  padding: 4px;
  letter-spacing: normal;
}
.mob-ck-button {
  padding: 4px;
  letter-spacing: normal;
}
.mob-ck-button label {
  margin-bottom: 0;
}
.ck-button label span {
  width: 84px;
  border-radius: 3px;
  border: 1px solid #e0e0e4;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  color: #2d2d32;
  cursor: pointer;
}
.mob-ck-button label span {
  width: 75px;
  border-radius: 3px;
  border: 1px solid #e0e0e4;
  padding: 5px 0;
  display: inline-block;
  text-align: center;
  color: #2d2d32;
  cursor: pointer;
}
.ck-button input:checked + span,
.mob-ck-button input:checked + span {
  background-color: #a889c1;
  color: #000;
}
.ck-button input:hover + span,
.mob-ck-button input:hover + span {
  background-color: #f2f2f2;
  color: #000;
  border: 1px solid #9475a5;
}
.ck-button input:checked:hover + span,
.mob-ck-button input:checked:hover + span {
  background-color: #a889c1;
  color: #000;
}
.ck-button input:disabled + span,
.mob-ck-button input:disabled + span {
  background-color: #c2c2c2;
  border: 1px solid #e0e0e4;
}
.ck-button input:disabled:hover + span,
.mob-ck-button input:disabled:hover + span {
  background-color: #c2c2c2;
  border: 1px solid #e0e0e4;
}
#bk_branch,
#service_name {
  width: 100%;
}
.booking-msg {
  color: grey;
}
.booking-msg-mark {
  color: red;
}
.off-counsel-label {
  margin-left: 1rem;
}
.book-separation {
  margin-top: 0;
}
.confirm-booking-row {
  margin: 1rem 0;
}
.simplefilter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.simplefilter li {
  display: inline-block;
  background: #fff0;
  border: 1px solid #9380c0;
  cursor: pointer;
  padding: 10px 14px;
  margin: 0 0 30px;
}
.simplefilter li.active {
  background: linear-gradient(270deg, #9380c0 0, #ca67b0 85%);
  color: #fff;
}
.filtr-container {
  display: block;
  text-align: center;
  position: relative;
  justify-content:  normal;
}
.filtr-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 300px;
}
.filtr-item .fancybox {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  display: block;
}
.filtr-item .fancybox img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 4em;
  border-bottom-right-radius: 4em;
}
.fw500 {
  font-weight: 500;
}
.fs18 {
  font-size: 18px;
}
.mar_b10 {
  margin-bottom: 10px;
}
.mar_b30 {
  margin-bottom: 30px;
}
.pad_b20 {
  padding-bottom: 20px;
}
.pad_t30 {
  padding-top: 30px;
}
.icon_contact_left {
  float: left;
  width: 20px;
  position: relative;
}
.icon_contact_detail {
  margin-left: 20px;
}
section.about .page-header {
  /* padding-top: 25px; */
  /* padding-bottom: 25px; */
  max-width: 1200px;
}
section.about .page-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0;
  font-family: var(--default-font);
  text-transform: none;
}
section.about .container {
  max-width: 1220px;
  position: relative;
}
.large-quote p {
  font-size: 1.6rem;
  line-height: 1.73333rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 25px;
}
.content p {
  font-size: 0.93333rem;
  line-height: 1.4rem;
}
.about_jaini_savla {
  background: #386579;
  padding: 30px 0;
}
.about_jaini_savla .about_photo {
  width: 200px;
  height: auto;
  margin: auto;
}
.about_jaini_savla .about_photo img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
  box-shadow: 0 0 40px 0 rgb(0 0 0 / 0.3);
}
.about_info p {
  color: #fff;
  padding: 0 10px;
}
.about_name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  margin-left: 100px;
  color: #fff;
}
.about_name:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  margin-top: -0.5px;
  background: #fff;
  width: 80px;
  margin-left: -100px;
}
.closing_content {
  background: #f4f4f4;
  padding: 30px 0;
}
.privacy_content {
  background: #f4f4f4;
  padding: 30px 0;
}
/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
/* .faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}

.faq .content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--white-color), transparent 30%);
}

.faq .faq-container .faq-item {
  background-color: var(--surface-color);
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.faq .faq-container .faq-item h3 .num {
  color: var(--accent-color);
  padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 14px;
}
.faq .faq-container .faq-item .faq-content a:hover {
  text-decoration: none;
}

.faq .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
  color: var(--accent-color);
}

.faq .faq-container .faq-active h3 {
  color: var(--accent-color);
}

.faq .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: var(--accent-color);
} */

.articles-videos-page .page-header {
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.playlist-one,
.playlist-two {
  padding: 30px 0;
}
.video-thumbnail {
  border-radius: 15px;
  box-shadow: 4px 4px 8px 0 rgb(119 119 119 / 0.75);
}
.video-thumbnail:hover {
  opacity: 0.5;
}
.videoPopup {
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 0.8);
  background: rgb(0 0 0 / 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.videoPopup iframe {
  width: 80%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.side-videos {
  display: none;
}
.side-image-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-videos,
.side-videos-mobile {
  margin-top: 50px;
}
.primary-video {
  cursor: pointer;
  width: 100%;
  height: 375px;
  object-fit: cover;
}
.secondary-video {
  cursor: pointer;
  max-width: 100%;
  height: 150px;
  object-fit: cover;
}
.extra-videos-panel {
  cursor: pointer;
  object-fit: cover;
  height: 175px;
}
div#issues-sv-slider .secondary-video,
div#feedback-sv-slider .secondary-video {
  cursor: pointer;
  max-width: 100%;
  height: 175px;
  object-fit: cover;
}
div.issue-videos .owl-dots,
div#issues-sv-slider .owl-dots,
div#feedback-sv-slider .owl-dots {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.target-link {
  font-size: 20px;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  text-decoration: none;
  border-color: currentColor;
  color: #05a2d3;
}
.target-lists:after {
  content: "";
  background: #bcbfc5;
  position: absolute;
  top: 3px;
  bottom: 0;
  height: 20px;
  width: 2px;
  margin: auto;
}
.corporate-desktop-banner {
  display: none;
}
.corporate-mobile-banner {
  display: block;
}
.ul-check-cc.primary li:before {
  color: #7e2b9b;
  left: 1.5rem;
  font-size: 25px;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.issues-form {
  background: #fff;
  width: 100%;
  height: 550px;
  position: relative;
  overflow: visible;
}
.issues-form .main-row {
  position: absolute;
  bottom: 0;
  padding: 15px 0;
  height: 200px;
  background: linear-gradient(270deg, #536f7d 16%, #49575d 63%);
}
.issues-form .enquiry-form {
  width: 80%;
  background: #fff;
  position: absolute;
  z-index: 2;
  left: 10%;
  bottom: 20%;
  height: 400px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.7);
  padding: 25px;
  border-radius: 25px;
}
.form-caption {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#pb_loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgb(255 255 255 / 0.9);
  -webkit-box-shadow: 0 24px 64px rgb(0 0 0 / 0.24);
  box-shadow: 0 24px 64px rgb(0 0 0 / 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
  z-index: 1051;
}
#pb_loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pb_loader.show {
  -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  transition: opacity 0.4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 0.6;
  z-index: 9999;
}
#pb_loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#pb_loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
.social-connect p {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #49575d;
  padding: 15px;
  border-radius: 50%;
  z-index: 9;
}
.social-connect p img {
  width: 1.8rem;
}
.social-connect p img.watsapp {
  width: 3.2rem;
}
@media only screen and (max-width: 1023px) {
 .home header.hero-v2 {
    padding: 75px 25px;
    height: calc(100vh);
    min-height: 40rem;
    overflow: hidden;
    background: url(https://mindsightclinic.com/assets/images/webp/banner/mobile_banner.webp) no-repeat;
    background-Size: contain;
    background-position: center 20%;
    background-color: #6bbdc1;
}
.home header.hero-v2 div.team-container{
  display: none;
  margin-left: 0 !important;
        top: 0;
  height: calc(100vh - 600px);
}
  .desktop-banner{
   display: none;
}
.mobile-banner{
  /* display: flex;
  flex-direction: column-reverse; */
  position: absolute;
  bottom: 1rem;
  left: 0;
  display: block;
}

}


@media only screen and (max-width: 768px) {
    .section-title h2 {
    font-size: 1.4rem;
        font-weight: 500;
  }
 section.servicepagebaner h2{
  font-size: 1.5rem;
 }
.center {
    top: 50%;
    left: 51.5%;
    transform: translate(-50%, -50%);
}
.top-left {
    top: 55%;
    left: 2%;
}
.middle-right {
    top: 60%;
    right: 0;
}
    .bottom-center {
              left: 50% !important;
        transform: translateX(-50%);
        bottom: -190px !important;
    }
  .blog-banner {
    padding-top: 0;
    min-height: 10vh;
  }
  section.servicespage {
    padding: 0;
  }
  section.gallerypage .page-header .title h2 {
    font-size: 1.8rem !important;
  }
  section.contactpage .page-header h1 {
    font-size: 1.8rem !important;
  }
  section.contactpage .page-header h1 {
    font-size: 1.8rem !important;
  }
  .posts-layout .entry-title a {
    font-size: 1.2rem !important;
  }
  .single h1 {
    font-size: 1.2rem !important;
    font-family: var(--default-font) !important;
  }
  .entry-content p {
    font-size: 1rem !important;
  }
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}
@media only screen and (max-width: 1024px) { 
  section.testimonials .inner-content #testimonial-slider .item .desc h3 {
    font-size: 1.2rem;
  }
  section.testimonials .inner-content #testimonial-slider .item .desc p {
    max-width: 250px;
  }
  .choose-counseller .owl-carousel .owl-item img {
    display: block;
    width: 60%;
    height: 60%;
    margin: 0 auto;
}
  .section-title h2{
    font-size: 24px;
  } 
  .header-nav .nav-container.active {
  display:flex;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, var(--nav-dropdown-hover-color)), color-stop(85%, var(--nav-dropdown-color)));
  background-image: linear-gradient(270deg, var(--nav-dropdown-hover-color) 0, var(--nav-dropdown-color) 85%);

}
.header-nav .nav-container.active ul li a{
    color: white;
  font-weight: 400;
}
  /* Toggle Button */
.mobile-nav-toggle {
  z-index: 10001;
  background: none !important;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  top: 20px;
  right: 15px;
}

.mobile-nav-toggle .icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-nav-toggle .icon span {
  display: block;
  height: 3px;
  width: 25px;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* Hamburger to X */
.mobile-nav-toggle.active .icon span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.mobile-nav-toggle.active .icon span:nth-child(2) {
  opacity: 0;
}
.mobile-nav-toggle.active .icon span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Nav Fullscreen Overlay */
nav.nav-container {
  position: fixed;
  inset: 0;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: 10000;
}

/* Active (visible) */
nav.nav-container.active {
  transform: translateY(0);
}

/* Horizontal Scroll */
.nav-scroll {
  display: inline-flex;
  gap: 0px;
  overflow-x: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}

.nav-scroll li a {
  color: white;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
}

/* Hide scrollbar for WebKit */
.nav-scroll::-webkit-scrollbar {
  display: none;
}

  .bottom-center {
    bottom: -110px;
    left: 90.2%;
    transform: translateX(-50%);
  }
  .header-nav .logo{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }
  .home header.hero-v2 h1{
    font-size: 2rem;
  }
  .home header.hero-v2 button 
 {
    width: 60%;
    padding: 1rem;
    font-size: 1.2rem;
}
.home header.hero-v2 div.team-container {
  margin-left: -7rem;
  top: 0;
}
.home-banner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
  .desktop{
    display: none;
  }
  .mobile {
    display: block;
  }
  .hamburger{
   display: flex !important;
  align-items: center;
  justify-content: space-around;
  }
  
  .mobile-nav-toggle {
    background: none !important;
    border: none;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
  }
  .mobile-nav-toggle .icon {
    position: relative;
    width: 24px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-nav-toggle .icon span {
    display: block;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s ease;
  }
  .therapysession, .podcast {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .home header.hero-v2:after{
    background-position: right center;
  }
  .filtr-container {
    justify-content: center;
  }
  .privacy_content .section-title h2 {
    font-size: 1.5rem;
  }
  .page-template-template-grid-subpages .body-container {
    padding: 4.7rem 0;
  }
  .godown{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .service_box .show h3 {
    font-size: 1rem;
  }
  .doctors h1 {
    font-size: 2rem;
  }
  .home header.hero-v2 .content h1 {
    font-size: 2rem;
  }
  /* .home header.hero-v2:after {
    content: "";
    position: absolute;
    background: url(https://mindsightclinic.com/assets/images/home-mobile-banner.webp);
    background-position: center bottom;
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: contain;
    right: 0;
    background-repeat: no-repeat;
    z-index: 2;
  } */
  .home header.hero-v2 .content {
    padding: 0 1.5rem;
    z-index: 3;
    position: absolute;
    bottom: 4rem;
    display: flex;
    flex-direction: column;
  }
  .header-nav .logo .whatsappicon {
    right: 17%;
  }
  .header-nav .logo .mobile-topnav-btn {
    left: 82%;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }
  section.gallerypage .page-header .title h2 {
    font-size: 2rem !important;
  }
  section.contactpage .page-header h1 {
    font-size: 2rem !important;
  }
  section.contactpage .page-header h1 {
    font-size: 2rem !important;
  }
  .listing-card >div {
    width: 100%;
    padding: 0.5rem;
  }
  .listing-card >div h3.card-title {
    font-size: 20px;
    text-align: center;
   }
  .location .inner-content .locate .card-text {
    display:none;
  }
}
.site-content {
  padding-top: 100px;
}
@media only screen and (max-width: 820px) {
  /* section.service-topbanner{
    margin-top: 50px;
  } */
  .home.thankyou header.hero-v2:after {
    display: none;
  }
  .home header.hero-v2:after {
    background-position: center;
  }
  .site-content {
    padding-top: 3rem;
  }
  section#faqs .faqs h4 {
    font-size: 1rem;
  }
  h4 {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .header-nav .logo .whatsappicon {
    right: 20%;
  }
  .header-nav .logo .mobile-topnav-btn {
    left: 79%;
  }
  section.therapyhelps .therapy-helps p img {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
    border-bottom-left-radius: 0px;
  }
  section.service-topbanner .mobile-image,
  section.service-topbanner .course-mobile-image {
    position: relative;
  }
  .serviceinnerpage section.service-topbanner .container,
  .serviceinnerpage section.course-topbanner .container {
    margin-top: 35%;
    position: absolute;
  }
}
@media only screen and (max-width: 720px) {
  .booknow {
    text-align: center;
  }

  .header-nav .logo .phoneicon {
    right: 40%;
  }
  .header-nav .logo .whatsappicon {
    right: 40%;
  }
  .header-nav .logo .mobile-topnav-btn {
    left: 55%;
  }
  section.services .title h2 {
    font-size: 1.5rem;
  }
  section.courses .inner-content .title h2 {
    font-size: 2rem;
  }
  section.testimonials .inner-content .title h2 {
    font-size: 2rem;
  }
  section.psycho .inner-content h3 {
    font-size: 1.5rem;
  }
  section.location .inner-content .flex-row .lft .title h2 {
    font-size: 2rem;
  }
}
@media (min-width: 600px) {
  .simplefilter li {
    padding: 15px 30px;
  }
}

@media (min-width: 552px) {
  footer .footer-logo .rgt ul li {
    margin: 0;
    padding: 0;
    display: inline;
  }
}
@media only screen and (max-width: 414px) {
  .header-nav .logo .mobile-topnav-btn {
    left: 60%;
  }
}
@media only screen and (max-width: 380px) {
  .home header.hero-v2 .content h1 {
    font-size: 2rem;
  }
  section.service-topbanner .container h1,
  section.course-topbanner .container h1 {
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 480px) {
  .home header.hero-v2 {
    background-position: center center;
    height: 100vh;
    min-height: 26.66667rem;
  }
}

@media (min-width: 768px) {
 
  .helpcounseling {
    padding-right: 15px;
    padding-left: 15px;
  }
  .servicespage .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  section.servicespage {
    position: relative;
    padding: 2rem 0;
  }
  section.about .page-header h1 {
    font-size: 3rem;
  }
  .large-quote p {
    font-size: 2.06667rem;
    line-height: 2.8rem;
  }
  .flex-lg-5 {
    width: 38.66667%;
    margin: 1.5%;
  }
  .content p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .flex-lg-4 {
    width: 30.33333%;
    margin: 1.5%;
  }
  .flex-lg-7 {
    width: 55.33333%;
    margin: 1.5%;
    min-height: 1px;
    display: block;
  }
  .about_jaini_savla .about_photo {
    width: 319px;
    height: 500px;
    margin: 0 auto;
  }
  .flex-lg-8 {
    width: 63.66667%;
    margin: 1.5% auto;
    min-height: 1px;
    display: block;
  }
  .home.thankyou header.hero-v2:after {
    display: none;
  }
  .home header.hero-v2 .flex-lg-hidden {
    display: none;
  }
  section.servicepagebaner .need_help_mobile {
    display: none;
  }
  section.helpcounseling .benefits_mobile {
    display: none;
  }
  .home header.hero-v2 p {
    width: 85%;
  }
  section.featured-in .container h3 {
    width: auto;
    margin: auto;
    font-size: 1rem !important;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 5px;
  }
  section.featured-in .container .flex-lg-3 {
    width: 22%;
    margin: 1.5%;
  }
  section.featured-in .container .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  section.featured-in .container:after {
    left: 9%;
  }
  section.services .service-content .servicelist {
    display: flex !important;
  }
  section.services .service-content .servicelist ul.hide-on-mobile,
  section.services .service-content .servicelist ul li.hide-on-mobile {
    display: block;
  }
  section.psycho .inner-content .rgt {
    display: flex !important;
  }
  section.psycho .inner-content .rgt .inner-right {
    padding-left: 1.5rem !important;
  }
  section.psycho .inner-content .rgt .inner-left .content .hide-on-mobile,
  section.psycho .inner-content .rgt .inner-right .content .hide-on-mobile {
    display: block;
  }
  section.psycho .inner-content .rgt .inner-right .content .hide-on-desktop {
    display: none;
  }
  section.psycho .inner-content .rgt .inner-right .content ul {
    padding-left: 1rem;
  }
  section.courses .inner-content .title h2 {
    font-size: 3rem;
  }
  section.location .inner-content .flex-row .lft .title h2 {
    font-size: 3rem;
  }
  section.location .inner-content .flex-row .lft .content h3 {
    font-size: 2rem;
  }
  section.location .inner-content .hide-on-desktop {
    display: none;
  }
  section.location .inner-content .hide-on-mobile {
    display: block;
  }
  section.moreservices .container h2 {
    width: auto;
    font-size: 4rem;
    margin: 0;
    font-family: var(--default-font);
  }
  section.moreservices .container .moreservice-link {
    margin: 1.5%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  section.therapist {
    padding: 0 100px 100px;
  }
  section.therapist .subpages .sub-page-tiles {
    height: 150px;
    width: 18%;
    margin: 1%;
  }
  section.therapist .subpages .sub-page-tiles a {
    font-size: 1.33333rem;
  }
  section.therapist .subpages .sub-page-tiles a:hover {
    text-decoration: none;
  }
  section.azissues {
    padding: 0 100px 100px;
  }
  section.azissues .subpages .sub-page-tiles {
    height: 150px;
    width: 18%;
    margin: 1%;
  }
  section.azissues .subpages .sub-page-tiles a {
    font-size: 1.33333rem;
  }
  section.azissues .subpages .sub-page-tiles a:hover {
    text-decoration: none;
  }
  section.psychologists {
    padding: 0 50px 50px;
  }
  section.psychologists .subpages .psychologist-card .psychologist-info .psy-pic a img {
    border-radius: 100% !important;
    /* min-width: 200px !important; */
  }
  section.psychologists .subpages .profile-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 280px;
    width: 18%;
    margin: 1%;
  }
  section.psychologists .subpages .profile-tile h4 {
    text-align: center;
  }
  section.psychologists .subpages .profile-tile .profile-thumbnmail {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
  }
  section.psychologists .subpages .profile-tile .profile-meta {
    width: 100%;
    margin: 0;
  }
  section.psychiatrists {
    padding: 0 50px 50px;
  }
  section.psychiatrists .page-header h1 {
    font-size: 2.5rem;
    font-family: var(--default-font);
    text-transform: none;
  }
  section.psychiatrists .page-header h2 {
    font-size: 2rem;
    font-family: var(--default-font);
  }
  section.psychiatrists .subpages .profile-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 280px;
    width: 18%;
    margin: 1%;
  }
  section.psychiatrists .subpages .profile-tile h4 {
    text-align: center;
  }
  section.psychiatrists .subpages .profile-tile .profile-thumbnmail {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
  }
  section.psychiatrists .subpages .profile-tile .profile-meta {
    width: 100%;
    margin: 0;
  }
  .page-parent .breadcrumbs .hide-on-mobile,
  .page-template-template-grid-subpages .breadcrumbs .hide-on-mobile {
    display: block;
  }
  .page-template-template-grid-subpages .breadcrumbs .flex-lg-hidden {
    display: none;
  }
  .page-template-template-grid-subpages .flex-xs-12 .flex-lg-hidden {
    display: none;
  }
  .page-template-template-grid-subpages .flex-lg-hidden {
    display: none;
  }
  .flex-lg-3 {
    width: 22%;
    margin: 1.5%;
  }
  .flex-lg-3,
  .flex-lg-9 {
    min-height: 1px;
    display: block;
  }
  .flex-lg-9 {
    width: 72%;
    margin: 1.5%;
  }
  .page-template-template-grid-subpages
    .body-container
    .sibling-pages.hide-on-mobile {
    display: block;
  }
  section.servicepagebaner .hide-on-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  section.helpcounseling .hide-on-mobile {
    display: flex !important;
  }
  section.service-topbanner {
    min-height: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
  }
  section.service-topbanner .desktop-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: right;
  }
  section.service-topbanner .mobile-image,
  section.service-topbanner .course-mobile-image {
    display: none;
  }
  section.service-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    position: relative;
  }
  section.course-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 65%;
    position: relative;
  }
  section.servicepagebaner .icon-block .box-content {
    text-align: center !important;
    font-weight: 500;
  }
  .google-review {
    display: flex !important;
  }
  .site-section {
    padding: 3em 0;
  }
  .fd_parent {
    height: 100px;
  }
  .fd_parent:after {
    position: absolute;
    height: 100px;
    content: "";
    border-right: 1px solid #fff !important;
    border-bottom: 0 solid #fff;
    width: 100%;
    right: -13px;
    left: inherit;
    bottom: 0;
  }
  .v_center {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
  }
  .videoPopup iframe {
    width: 50%;
  }
  .side-image-group {
    width: 50%;
    padding: 0 15px;
    flex-direction: column;
  }
  .side-videos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .side-videos-mobile {
    display: none;
  }
  .corporate-desktop-banner {
    display: block;
  }
  .corporate-mobile-banner {
    display: none;
  }
  .issues-form .enquiry-form {
    width: 70%;
    left: 15%;
  }
  .form-caption {
    right: 15%;
  }
}

@media (min-width: 992px) {
  .book-app-modal {
    max-width: 850px !important;
  }
  .enrol-form-modal {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
    section.testimonials .inner-content .title h2,
  section.course-benefits .inner-content .title h2 {
    text-align: center;
    color: #4a5960;
    font-size: 3rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 300;
    font-family: var(--default-font);
  }
  section.service-topbanner {
    min-height: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
  }
  section.service-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    position: relative;
  }
  section.course-topbanner .banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 0.25);
    padding: 30px 0;
  }
  section.course-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: 2%;
    margin-top: 0;
    position: relative;
  }
  section.service-topbanner .container h1,
  section.course-topbanner .container h1 {
    font-family: var(--default-font);
    font-size: 3rem;
    font-weight: 400;
  }
  section.counselling-course-banner #course-form-div h1 {
    font-size: 2.5rem;
  }
  .service-item {
    margin-bottom: 30px;
  }
  .fd_parent {
    font-size: 20px;
  }
  .course-benefits {
    cursor: pointer;
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.7s;
    box-shadow: 0 0 15px #cdcdcd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
  }
  .slot-days-col {
    width: 100%;
  }
  .days-header-slider {
    border-bottom: 4px solid #f0f0f5;
    width: 100%;
    margin-left: 0;
  }
  .morning-row .hide-on-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .afternoon-row .hide-on-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .evening-row .hide-on-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .morning-timeSlots-mobile {
    display: none;
  }
  .afternoon-timeSlots-mobile {
    display: none;
  }
  .evening-timeSlots-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .page-template-template-grid-subpages .header-nav{
      position: fixed;
  top: 0;
  }
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .header-nav a {
    color: #fff;
    width: auto;
    display: inline;
    font-weight: 400;
    display: block;
  }
  .header-nav .logo,
  .footer-contact .logo {
    float: left;
    width: 100%;
    max-width: 250px;
    height: 100px;
    transform: scale(0.9);
  }
  .header-nav .logo a {
    position: relative;
    width: 100%;
  }
  .header-nav .logo .menu-icon {
    display: none;
  }
  .header-nav .logo .mobile-topnav-btn {
    display: none;
  }
  .header-nav li.web-nav-btn {
    display: inline-block;
  }
  .header-nav .nav-container {
    overflow: visible;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-nav .navbar-nav {
    text-align: right;
    position: relative;
    padding: 0 1% 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-nav li {
    width: auto;
    font-size: 1rem;
    border: 0;
    padding: 9px 10px;
    margin: auto 0;
    display: inline-block;
  }
  .header-nav .logo a img {
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  section.service-topbanner {
    min-height: 560px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
  }
  section.service-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    position: relative;
  }
  section.course-topbanner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: 2%;
    margin-top: 0;
    position: relative;
  }
  section.service-topbanner .container h1,
  section.course-topbanner .container h1 {
    font-family: var(--default-font);
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 1175px) {
  section.featured-in .container .featured-container {
    width: auto;
  }
  .issues-form {
    height: 450px;
  }
  .issues-form .enquiry-form {
    width: 30%;
    left: 10%;
    bottom: 0;
  }
  .form-caption {
    position: absolute;
    right: 10%;
    bottom: 30%;
  }
}
@media (min-width: 1220px) {
  section.service-topbanner #course-form-div form {
    width: 80%;
    margin-left: 15%;
  }
  section.counselling-course-banner #course-form-div h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home header.hero-v2 {
    min-height: 550px;
    overflow: hidden;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1290px !important;
  }
}
@media only screen and (min-width: 1450px) {
  .header-nav li {
    font-size: 1.1rem;
  }
  .home header.hero-v2 {
    /* height: calc(100vh - 0); */
    height: 100vh;
    min-height: 550px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1536px) and (min-height: 864px) {
  .home header.hero-v2:after {
    width: 40%;
  }
}
@media (max-width: 1015px) {
  .fact-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 475px) {
  .playlist-one,
  .playlist-two {
    display: none;
  }
  .mobile-videos-view {
    display: block !important;
  }
  .video-thumbnail-div {
    width: 40%;
  }
  .video-thumbnail-div img {
    max-width: 100%;
    height: 100px;
  }
  .video-title {
    width: 60%;
  }
  .video-title p {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 498px) {
  .header-nav .nav-container.active ul li {
    position: relative;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
}
      .header-nav .nav-container.active ul li a {
        color: white;
        font-weight: 400;
        padding: 5px;
        font-size: 14px;
    }
    .home header.hero-v2 {
      background-position: center 40%;
    }

}
@media only screen and (max-width: 395px) {
      .home header.hero-v2 h1 {
        font-size: 1.7rem;
    }
    .home header.hero-v2 button {
      width: 70%;
      padding: 10px 5px;
      font-size: 1.2rem;
  }
  .header-nav button.btn-get-started{
    padding: 10px 20px;
  }
  .header-nav .logo .mobile-topnav-btn {
    left: 55%;
  }
  section.service-topbanner .mobile-image {
    height: 450px;
  }
}
.blog_btn_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #9a55c8;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#add_new_blog {
  border-radius: 16px;
}
.truncated_main_blog {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.truncated_other_blogs {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
a {
  text-decoration: none !important;
  font-family: var(--default-font) !important;
  /* font-weight: 300 !important; */
  cursor: pointer;
}
#login_btn {
  border-radius: 25px;
  background: linear-gradient(270deg, #ca67b0 0, #9380c0 85%);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: normal;
}
.modal-body,
.modal-content {
  padding: 0 !important;
  border: #0061ab;
}
.modal-content {
  border-radius: 30px !important;
  padding: 25px;
  overflow: hidden !important;
}
.flexCenter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.signup_container {
  width: 70% !important;
  margin: 30px auto 50px !important;
}
.signup_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 0.125);
  border-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.buttonSolid,
.buttonSolid:hover {
  border: 1px solid #df8f06 !important;
  transition: all 0.3s;
}
.buttonSolid {
  border-radius: 100px !important;
  background: #df8f06 !important;
  box-shadow: 0 12px 24px rgb(189 121 5 / 0.3) !important;
  padding: 10px 20px !important;
  font-size: 14px !important;
}
