/* FONTS FAMILY */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf');
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
  font-family: 'InterMedium';
  src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf');
}

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../fonts/playfairFonts/static/PlayfairDisplay-Regular.ttf');
}

@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url('../fonts/playfairFonts/static/PlayfairDisplay-SemiBold.ttf');
}

/* @font-face {
  font-family: "PlayfairSemiBold";
  src: url("../fonts/PlayfairDisplay-SemiBold.ttf");
}

@font-face {
  font-family: "PlayfairMedium";
  src: url("../fonts/Playfair_144pt-Medium.ttf");
} */

html {
  overflow-y: scroll;
  scrollbar-color: #808080 #f5f5f5;
  scrollbar-width: thin;
}

:root {
  --primaryColor: #0d5c75;
  --secondaryColor: #1997a9;
  --tertiaryColor: #74dae5;
  --Turquoise-Dark: rgba(13, 92, 117, 1);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: contents;
}

#scrollbar-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

#scrollbar-body::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 25px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
}

a {
  color: #3fbbc0;
  text-decoration: none;
}

a:hover {
  color: #65c9cd;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

/* COMMON STYLES TO FOLLOW START */

.grid-img-div {
  position: relative;
  height: 100%;
}

.position-bottom {
  /* position: absolute;
  bottom: 0; */
}

@keyframes fadeUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fadeLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

.fadeUp {
  animation: 1s fadeUp;
}

.fadeDown {
  animation: 1s fadeDown;
}

.fadeRight {
  animation: 1s fadeRight;
}

.fadeLeft {
  animation: 1s fadeLeft;
}

.element1 {
  opacity: 1;
  animation: fade 5s linear 0s infinite;
}

.element2 {
  opacity: 1;
  animation: fade 5s linear 1.5s infinite;
}

.element3 {
  opacity: 1;
  animation: fade 5s linear 3s infinite;
}

@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

/* @keyframes showContent {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
} */

/* .hidden-animation-delay {
  opacity: 0;
  visibility: hidden;
} */

/* .hidden-animation-delay {
  animation: fadeIn 1s forwards;
  animation-delay: 2s;
} */

/* #couples-tab{
  opacity: 0;
} */

@keyframes textAnimationFadeIn {
  from {
    opacity: 0%;
    /* transform: translateX(-1px); */
  }

  to {
    opacity: 100%;
    /* transform: translateX(-20px); */
  }
}

@keyframes textAnimationFadeOut {
  from {
    opacity: 50%;
    /* visibility: visible; */
  }

  to {
    opacity: 0%;
    /* visibility: hidden; */
  }
}

.text-animation-fade-in {
  animation: textAnimationFadeIn;
  animation-duration: 1s;
}

/* .text-animation-fade-out {
  animation: textAnimationFadeOut;
  animation-duration: 0.5s;
} */

.vector5 {
  stroke-dasharray: 2530;
  stroke-dashoffset: -2530;
  animation: draw 5s ease-in forwards infinite;
}

.second-vector {
  stroke-dasharray: 3330;
  stroke-dashoffset: 3330;
  animation: vector51 8s ease-in forwards infinite;
}

@keyframes vector51 {
  70% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.vector3 {
  stroke-dasharray: 3330;
  stroke-dashoffset: 3330;
  animation: draw 5s ease-in forwards infinite;
}

@keyframes draw {
  70% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.third-vector {
  stroke-dasharray: 3330;
  stroke-dashoffset: -3330;
  animation: vector5 10s ease-in forwards infinite;
}

@keyframes vector5 {
  70% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 0;
  }
}

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

.tooltip {
  background-color: #f9f9f9 !important;
  opacity: 1 !important;
}

.tooltip-inner {
  text-align: left;
  max-width: 500px;
  background-color: #f9f9f9;
  gap: 20px;
  box-shadow: 4px 4px 10px 5px rgb(230, 226, 226);
  color: #868686;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.disease-name {
  color: #282828;
  font-family: InterMedium;
  font-size: 32px;
  /* font-weight: bold; */
}

.audio-title {
  color: #282828;
  font-family: Inter;
  font-size: 24px;
}

.stack-img-content {
  position: relative;
  overflow: hidden;
}

.grid-desc,
.specialize-item-img {
  position: absolute;
  /* top: 0;
  left: 0; */
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.grid-desc {
  opacity: 0;
}

.grid-col:hover .grid-desc {
  opacity: 1;
}

.grid-col:hover .specialize-item-img {
  opacity: 0;
}

/* .grid-col:hover .grid-item {
  height: unset;
} */

.bld-txt {
  color: #282828;
  font-weight: 600;
}

.fs-46 {
  font-size: 46px;
}

.fs-16 {
  font-size: 16px;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700;
}

.fw-400 {
  font-weight: 700;
}

.fn-play {
  font-family: 'PlayfairDisplay';
}

.fn-inter {
  font-family: Inter;
}

.content-color {
  color: rgba(40, 40, 40, 1);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3fbbc0;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.p-8-8-0-8 {
  padding: 8px 8px 0 8px;
}

.get-started-btn {
  position: relative;
}

.logo-innertalkz {
  width: 203px !important;
  height: 52px !important;
}

.logo-innertalkz img {
  width: 100%;
  height: auto;
}

.slider-height {
  width: 95%;
  margin: auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.navbar-toggler {
  margin-left: auto;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  padding: 8px 0;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  margin-top: 11px;
  margin-right: auto;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #3fbbc0;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #3fbbc0;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #555555;
}

header nav {
  margin: auto !important;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 26px;
  margin-left: auto !important;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 9%;
  right: 15px;
  bottom: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: 30%;
  width: 30%;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #000000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    60deg,
    rgba(82, 175, 190, 1) 50%,
    rgba(13, 92, 117, 1) 100%
  );
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(63, 187, 192, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

#hero .btn-get-started {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

.section-replace-tag {
  overflow: hidden;
}

.p-60-0 {
  padding: 60px 0;
}

.mt-5rem {
  margin-top: 5rem !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: '/';
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.dim-section-title {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}

.dim-section-title-dark {
  color: rgba(40, 40, 40, 0.5);
}

.dim-section-title-light {
  color: rgba(33, 33, 33, 0.5);
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #3fbbc0;
  color: #fff;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta .cta-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type='submit'] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type='submit']:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

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

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.doctors .member .social a i {
  line-height: 0;
}

.doctors .member .social a:hover {
  color: #3fbbc0;
}

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

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

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

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #65c9cd;
}

.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d9f1f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #32969a;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #3fbbc0;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type='submit'] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
  background: #65c9cd;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0d5c75;
  padding: 0 0 30px 0;
  color: #ffffff;
  font-size: 14px;
  margin-top: 5rem;
}

#footer .footer-top {
  background: var(--primaryColor);
  padding: 60px 0 10px 0;
}

#footer .footer-top .footer-info {
  /* margin-bottom: 30px; */
  margin: auto;
  max-width: 258px !important;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #52afbe;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type='email'] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type='submit'] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type='submit']:hover {
  background: #65c9cd;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* ********************************************************************************** */

.facebook,
.twitter,
.instagram,
.linkedin {
  background-color: #256c83 !important;
  font-size: 25px !important;
}

.facebook:hover,
.twitter:hover,
.instagram:hover,
.linkedin:hover {
  background-color: var(--secondaryColor) !important;
}

.to-home {
  margin-left: auto;
  width: 30%;
  display: flex;
  place-content: center;
}

.footer-to-home-icon {
  background: white !important;
  border-radius: 50% !important;
  color: #4a8597;
  font-size: 36px;
  font-weight: bolder !important;
  padding: 6px 12px 6px 12px;
}

.back-to-home {
  background: #fff !important;
  width: 65px !important;
  height: 65px !important;
  border-radius: 50%;
}

.back-to-home:hover .child-el i {
  color: #fff !important;
}

.back-to-home:hover {
  background: var(--secondaryColor) !important;
}

.back-to-home .child-el {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: auto;
  display: flex;
}

.back-to-home .child-el i {
  color: var(--primaryColor);
  margin: auto;
  font-size: 36px;
}

@keyframes move-to-home-animation {
  from {
    transform: translateY(-1.6rem);
  }

  to {
    transform: translateY(25px);
  }
}

.back-to-home:hover .child-el {
  animation-name: move-to-home-animation;
  animation-duration: 0.2s;
  animation-iteration-count: 1.2;
  animation-timing-function: ease-in;
  animation-direction: reverse;
}

.welcome-to-innerTalkz {
  background: linear-gradient(
    43deg,
    var(--secondaryColor) 11%,
    var(--tertiaryColor) 35%,
    var(--tertiaryColor) 75%,
    var(--secondaryColor) 91%
  );
}

.welcome-to-content {
  text-align: center;
}

.first {
  border-radius: 20px;
  width: 100% !important;
  height: auto;
}

.second {
  border-radius: 30px;
  width: 100% !important;
  height: auto;
}

.third {
  border-radius: 30px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 100% !important;
  height: auto;
}

.fourth {
  border-radius: 30px;
  width: 100% !important;
  height: auto;
}

.fifth {
  border-radius: 20px;
  width: 100% !important;
  height: auto;
}

.sixth {
  border-radius: 30px;
  max-width: 354px;
  height: 358px;
}

.welcome-firstimage {
  max-width: 140px;
  max-height: 105px;
  justify-content: right;
  margin-top: 50%;
}

.welcome-fourthimage {
  justify-content: center;
  max-width: 164px;
  max-height: 165px;
  margin: auto;
}

.home-zig-zag {
  position: absolute;
  width: 100%;
  bottom: -20%;
}

.embrace-inner-peace {
  padding: 60px;
  border-radius: 40px;
  width: 83%;
  justify-content: center;
  text-align: center;
  /* background: linear-gradient(48deg, #53dae0, #287d92, #53dae0); */
  /* background: linear-gradient(48deg, var(--tertiaryColor), var(--secondaryColor), var(--tertiaryColor)); */
  background: radial-gradient(var(--tertiaryColor), var(--primaryColor));

  background-size: 300% 250%;
  -webkit-animation: embrace-inner-peace-animation 3s ease infinite;
  -moz-animation: embrace-inner-peace-animation 3s ease infinite;
  -o-animation: embrace-inner-peace-animation 3s ease infinite;
  animation: embrace-inner-peace-animation 3s ease infinite;
}

@-webkit-keyframes embrace-inner-peace-animation {
  0% {
    background-position: 0% 59%;
  }

  50% {
    background-position: 100% 42%;
  }

  100% {
    background-position: 0% 59%;
  }
}

@-moz-keyframes embrace-inner-peace-animation {
  0% {
    background-position: 0% 59%;
  }

  50% {
    background-position: 100% 42%;
  }

  100% {
    background-position: 0% 59%;
  }
}

@-o-keyframes embrace-inner-peace-animation {
  0% {
    background-position: 0% 59%;
  }

  50% {
    background-position: 100% 42%;
  }

  100% {
    background-position: 0% 59%;
  }
}

@keyframes embrace-inner-peace-animation {
  0% {
    background-position: 0% 59%;
  }

  50% {
    background-position: 100% 42%;
  }

  100% {
    background-position: 0% 59%;
  }
}

.with-peace {
  color: #ffffff;
  font-size: 24px;
  margin-top: 2rem !important;
}

.download-innertalkz {
  font-size: 64px;
  font-family: 'Times New Roman', Times, serif;
  color: #ffffff;
  margin: auto;
}

.playstore-icons {
  margin: auto !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
}

.playstore-icons img {
  height: 72px;
  width: 100% !important;
  border-radius: 8px;
  margin-bottom: 5px;
}

.features {
  margin: auto;
  width: 83%;
}

.features .together-nav-discover {
  font-family: 'Times New Roman', Times, serif;
}

.features .Features-title {
  color: rgba(92, 89, 89, 0.8) !important;
  letter-spacing: 2px !important;
}

.features .row .Navigating {
  font-size: 48px;
  color: #0d5c75;
}

.features .row .Discover {
  font-size: 48px;
  color: #0d5c75;
}

.features .row .Finding {
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.vitae {
  background-color: #eafcff;
  border-radius: 35px;
}

.nav-link:focus,
.nav-link:hover {
  color: unset;
}

.vitae-tabs {
  background-color: transparent;
  position: relative;
  bottom: 25px;
}

.vitae-tabs .nav .nav-item div {
  min-width: 239px;
}

.vitae .nav {
  justify-content: center;
}

.vitae .nav .nav-link {
  /* padding: 16px 70px 16px 70px; */
  /* padding: 16px 84px; */
  padding: 16px;
}

.nav-pills .nav-link.active {
  background: unset !important;
}

.vitae-tabs .nav-pills .nav-link.active-tab {
  color: #ffffff !important;
}

.vitae-tabs .nav-pills .active-tab {
  background: linear-gradient(2deg, #4da9b9 4%, #25798f 100%) !important;
}

.vitae-tabs .nav-pills .nav-item {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  font-size: 18px !important;
}

.vitae-tabs .nav-pills .in-active-tab {
  background-color: #d1f9ff;
}

.vitae-tabs .nav-pills .active-tab .nav-link {
  color: #ffffff !important;
  font-weight: 400;
}

.vitae .row .Vitae-proin {
  font-size: 24px;
  font-weight: 500;
}

.try-sample .btn {
  background-color: #d1f9ff;

  color: #282828;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.vitae .row .sagittis-nisl {
  font-weight: 700;
}

.tab-image {
  max-width: 95%;
  margin: auto;
  /* border: var(--primaryColor) 12px solid; */
  border: 12px solid transparent;
  /* background:
    linear-gradient(to left, var(--primaryColor), var(--secondaryColor)) border-box; */
  border-image: linear-gradient(
      to left,
      var(--primaryColor),
      var(--secondaryColor),
      var(--secondaryColor),
      var(--secondaryColor)
    )
    80;

  border-bottom: none;
  /* border-radius: 25px; */
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.tab-image .carousel .carousel-inner .last-item div img {
  /* transition: transform 2s ease, opacity .5s ease-out; */
  /* transition: transform 2s ease, opacity .5s ease; */
  /* transform: scale(1.5) !important; */
  /* transition: 0.2s; */
}

#vs-three {
  /* transform: scale(2);
  transition: 1s; */
}

.tab-image-1 {
  /* max-width: 95%; */
  /* width: 326px; */
  width: 360px;
  height: 493px;
  margin: auto;
  border: 12px solid transparent;
  background: linear-gradient(to left, var(--primaryColor), #52afbe) border-box;

  border-bottom: none;
  border-top-right-radius: 34px;
  border-top-left-radius: 34px;
}

.scroll-image-up {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 26px;
  border-top-left-radius: 26px;
}

#scroll-image {
  position: absolute;
  top: 0;
  transition: 1s ease;
  transform: scale(1);
  width: 100%;
  height: auto;
}

.vertical-carousel-border {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.appimage {
  width: 100% !important;
  height: auto !important;
  /* border-top-right-radius: 5%;
  border-top-left-radius: 5%; */
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #3fbbc0;
}

.counts {
  padding-bottom: 30px;
}

.explore-the-mental {
  color: #0d5c75;
  font-size: 42px;
  font-family: 'Times New Roman', Times, serif;
}

.mental-well-being {
  color: #000000;
}

.specialize-title {
  letter-spacing: 3px;
}

.prev-icon,
.next-icon {
  color: #000000 !important;
}

.prev-dot,
.next-dot {
  margin-bottom: 8px !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 65px !important;
  opacity: unset !important;
  margin: auto !important;
  color: #000000;

  border: 1px solid #595353 !important;
  height: 65px !important;
  border-radius: 50% !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  border: 1px solid transparent !important;
  background-color: var(--tertiaryColor);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #000000 !important;
}

.swiper-button-prev::after {
  content: url('../../assets/img/pictures/prev-arrow.png') !important;
}

.swiper-button-next::after {
  content: url('../../assets/img/pictures/next-arrow.png') !important;
}

.specialize-carousel {
  width: 90% !important;
  margin: auto;
  text-align: center !important;
}

.carousel-inner .carousel-item .carousel-item1,
.carousel-item2,
.carousel-item3,
.carousel-item4,
.carousel-item5,
.carousel-item6 {
  height: 200px;
  width: 200px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  padding: 50px;
  margin: auto !important;
}

.swiper-slide .carousel-item1 img,
.carousel-item2 img,
.carousel-item3 img,
.carousel-item4 img,
.carousel-item5 img,
.carousel-item6 img {
  filter: invert(1);
}

.swiper-slide .carousel-item1,
.carousel-item2,
.carousel-item3,
.carousel-item4,
.carousel-item5,
.carousel-item6 {
  height: 200px;
  width: 200px;
  background-color: var(--primaryColor);
  border-radius: 50%;
  padding: 50px;
  margin: auto !important;
}

.carousel-inner .carousel-item .carousel-item1 img,
.carousel-item2 img,
.carousel-item3 img,
.carousel-item4 img,
.carousel-item5 img,
.carousel-item6 img {
  filter: invert(1);
}

.carousel-item2,
.carousel-item4,
.carousel-item6 {
  background-color: var(--secondaryColor) !important;
}

.carousel-item-text {
  justify-content: center;

  color: #282828;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
}

.asking-for-help {
  width: 83%;
  border-radius: 40px;
  margin: auto;
  color: #ffffff;
  background: linear-gradient(20deg, #4cd1d9, #207389);
}

.asking-for-help .asking {
  justify-content: center;
  font-size: 46px;
  font-family: 'PlayfairDisplay';
  font-weight: 600;
}

.asking-for-help .bravest {
  justify-content: center;
  font-size: 46px;
  font-weight: 600;
  font-family: 'PlayfairDisplay';
}

.asking-for-help .and-we-are {
  font-family: Inter;
  justify-content: center;
  font-size: 30px;
}

.dc-center {
  display: flex;
  place-content: center;
}

.asking-for-help .invest-btn {
  margin: auto !important;
}

.asking-for-help .invest-btn .rounded-pill {
  padding: 18px 30px 18px 30px !important;
  font-weight: 500 !important;
  border: none;
  color: var(--primaryColor);
  font-family: InterMedium;
  font-size: 16px;
}

.asking-for-help .invest-btn .bi {
  font-weight: bold !important;
  margin-left: 1rem !important;
}

.asking-for-section {
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-replace-tag .our-team-section {
  width: 95%;
  margin: auto;
  text-align: center;
}

.section-replace-tag .our-team-images {
  width: 90%;
  margin: auto;
  text-align: center;
}

.section-replace-tag .our-team-images img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.section-replace-tag .our-team-images .col .item {
  border-radius: 12px;
  width: 95%;
  margin: auto;
}

.section-replace-tag .our-team-images .item {
  color: #ffffff;
  max-width: 285px !important;
  margin: auto;
}

.section-replace-tag .our-team-section .our-team {
  letter-spacing: 2px;
  color: rgba(75, 71, 71, 0.8) !important;
}

.section-replace-tag .our-team-section .meet-our {
  color: #0d5c75;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
}

.section-replace-tag .our-team-section .find-your {
  color: #0d5c75;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
}

.section-replace-tag .our-team-section .innertalkz {
  color: #000000;
}

.our-team-text {
  text-align: left;
  margin: auto;
  background-color: #f9f9f9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 24px;
  height: 145px;
  color: #000000;
}

.our-team-images .item:hover .our-team-text {
  background: linear-gradient(150deg, #4da9b9 25%, #25798f 85%) !important;
  transition: ease 0.3s;
  width: 100%;
}

.our-team-images .item:hover .dr-names {
  color: #fff !important;
}

.our-team-images .item:hover .dr-surname {
  color: #fff !important;
}

.our-team-images .item:hover .dr-spec {
  color: #fff !important;
}

.dr-names {
  margin-bottom: 1rem;
  color: #282828;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
}

.dr-surname {
  color: #282828;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.dr-spec {
  color: #868686;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.our-team-images .row .col .item {
  cursor: pointer;
}

.unique-magic {
  width: 83%;
  margin: auto;
}

.unique-magic #title {
  letter-spacing: 3px;
}

.unique-magic #why {
  color: #0d5c75;
  font-size: 64px;
  font-weight: 600;
  font-family: 'Times New Roman', Times, serif;
}

.unique-magic #peek-behind {
  color: #0d5c75;
  font-size: 64px;
  font-family: 'Times New Roman', Times, serif;
}

.unique-magic #desc {
  color: #000000;
  font-size: 20px;
}

.unique-magic .row .grid-col {
  background: #acf0fc;
  height: 100%;
  min-width: 100%;
  border-radius: 20px;
  position: relative;
}

.grid-row-title {
  min-height: 25%;
  font-weight: 700;
  font-size: 24px;
  margin-left: 5px;
  margin-top: 2rem;
  color: #000000;
}

.unique-icon {
  font-size: 68px;
  color: #0d5c75;
}

header .navbar {
  background-color: transparent !important;
}

.ml-auto {
  margin-left: auto !important;
}

.pl-8 {
  padding-left: 8px;
}

.download-now-btn {
  border-radius: 60px;
  background: linear-gradient(296deg, #0d5c75 -21.05%, #52afbe 90.12%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 60px;
  border-color: transparent;
  border-width: 1px;
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 48px;
  color: #ffffff;
  margin-left: auto !important;
}

.download-now-btn-med {
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 12px;
  width: 100%;
  background-color: #0d5c75;
  border-color: transparent;
}

.appimage-div {
  width: 405px !important;
  /* margin: auto; */
  margin: auto auto 0 auto;
  display: flex;
}

.play-store-img-div {
  width: 310px !important;
  margin: auto !important;
}

.footer-contents {
  padding-top: 8px !important;
}

.footer-info img {
  width: 100%;
  height: auto;
}

.location-details {
  display: flex;
  place-content: start;
}

.location-details .location {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}

.grid-item {
  display: flex;
  place-content: center;
  /* height: 100%; */
}

.grid-item1 {
  place-content: center;
}

.specialize-item-img {
  /* width: 285px;
  height: 255px; */
  max-height: 75%;
  position: relative;
}

.specialize-item-img img {
  width: 100%;
  height: 255px !important;
  /* max-height: 100%; */
  border-radius: 21px;
}

.unique-arrow {
  /* max-height: 20%; */
  position: absolute;
  bottom: 0;
  padding: 0 0 0 14px;
}

.specialiaze-para {
  padding: 0 5px 0 12px;
}

.font-black {
  color: #000000 !important;
}

.header-navbar-items {
  font-size: 16px !important;
  font-family: Inter !important;
  font-weight: 400 !important;
  color: rgba(0, 28, 36, 1) !important;

  color: var(rgba(0, 28, 36, 1), #001c24);
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.header-navbar-our_servic {
  font-size: 16px !important;
  font-family: Inter !important;
  font-weight: 500 !important;
  color: var(rgba(13, 92, 117, 1), --primaryColor);
}

.header-navbar-download_n {
  font-size: 16px !important;
  font-family: Inter !important;
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 1) !important;
}

.width-80 {
  width: 80%;
  margin: auto;
}

.width-60 {
  width: 60%;
  margin: auto;
}

.para-content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400 !important;
}

.light-content-font {
  color: #282828;
}

.dark-content-font {
  color: #212121;
}

.width-50 {
  width: 50%;
  margin: auto;
}

.width-60 {
  width: 60%;
  margin: auto;
}

.main-get_starte {
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 16px 12px 16px 12px;
  width: 100%;
  background-color: #0d5c75;
  border-color: transparent;
}

.get-start {
  /* width: 11%; */
  font-size: 16px;
  font-family: Inter;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
  padding: 20px 26px;
  background-color: #0d5c75;
  border-color: transparent;
  margin: auto;
}

/* --------------------FEATURES--------------------------------------- */

.heading-blue-46 {
  font-size: 46px !important;
  font-family: 'PlayfairDisplay' !important;

  color: var(--Turquoise-Dark, #0d5c75);
  font-weight: 400;
}

.heading-blue-46-regular {
  font-size: 46px !important;
  font-family: 'PlayfairDisplay-Regular' !important;
  color: var(--Turquoise-Dark, #0d5c75);
  font-weight: 400;
}

.heading-white {
  color: #fff;
}

.heading-blue-48 {
  font-size: 48px !important;
  font-family: 'PlayfairDisplay' !important;

  color: var(--Turquoise-Dark, #0d5c75);
  font-weight: 400;
}

.heading-blue-48-regular {
  font-size: 48px !important;
  font-family: 'PlayfairDisplay-Regular' !important;

  color: var(--Turquoise-Dark, #0d5c75);
  font-weight: 400;
}

.features-section-finding_th {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
}

.features-section-tabs {
  font-size: 18px;
  font-family: Inter;
  color: #282828;
  font-weight: 300;
  text-align: center;
}

.features-section-vitae_proi {
  font-size: 24px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
}

.features-section-dolor_sed {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
}

.features-section-therapy {
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
}

/* -------------------SPEACIALIZE---------------------- */

.specialize-section-title {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
}

.specialize-section-mental_wel {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
}

.specialize-section-depression {
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  color: rgba(40, 40, 40, 1);
}

.peek-behind {
  width: 80%;
}

.specialize-grid-header {
  padding: 8px;
  font-size: 24px;
  font-family: Inter;
  font-weight: 600;
  color: rgba(33, 33, 33, 1);
  margin-left: 5px;
  min-height: 25%;
}

.specialize-grid-content {
  padding: 0px 14px 24px 20px;
}

.asking-forhelp-disc {
  font-size: 46px !important;
  font-family: 'PlayfairDisplay' !important;
  color: rgba(255, 255, 255, 1) !important;
}

.download-section-title {
  font-size: 61px;
  font-family: 'PlayfairDisplay';
  font-weight: 400;
  color: #fff;
  margin: auto;
}

.download-section-embrace {
  font-size: 28px;
  font-family: Inter;
  font-weight: 300;
  color: #fff;
  margin-top: 2rem;
}

/* -------------------------FOOOTER */

.footer-useful-link {
  font-size: 18px;
  font-family: Satoshi;
  font-weight: 700;
  color: #fff;
}

.footer-dim-links {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.footer-location {
  color: #fff;
  text-align: left;
  font-family: Inter;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}

.footer-©_2023_inn {
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  color: #fff;
}

.lspc-4 {
  letter-spacing: 4px !important;
}

.carousel-adjust {
  width: 95%;
  margin: auto;
}

.wel-six {
  max-width: 375px !important;
  max-height: 255px !important;
  margin: auto;
}

.wel-sec {
  max-width: 221px;
  max-height: 224px;
  margin-left: auto;
}

.wel-third {
  max-width: 192px !important;
  max-height: 161px;
}

.mt-10rem {
  margin-top: 10rem !important;
}

.wel-fifth {
  max-width: 140px !important;
  max-height: 103px;
  margin-left: auto;
}

.wel-six img {
  width: 100% !important;
  height: auto !important;
  border-radius: 25px;
}

.stack-item1 {
  position: absolute;
  /* bottom: -68px; */
  z-index: -1;
  /* height: 65%;
  width: 30%; */

  bottom: 5%;
  right: 52%;
  height: 56%;
  width: 84%;
}

.inner-stack {
  height: 100%;
  width: 100%;
}

.specialize-download-together {
  position: relative;
}

.last-ribbon {
  position: absolute;
  z-index: -1;
  bottom: 14%;
  left: -7%;
  height: 58%;
  width: 65%;
}

.feature-service-together {
  position: relative;
}

.welcome-img-section {
  position: relative;
  width: 83%;
  margin: auto;
  margin-bottom: 5rem;
}

.wel-content {
  width: 65%;
  position: relative;
  margin: auto;
}

.now-btn {
  max-width: 200px;
  margin: auto;
}

.footer-container {
  max-width: 95%;
  margin: auto;
}

nav {
  width: 83%;
  margin: auto;
}

nav .navbar {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.hero-margin {
  margin-bottom: 5%;
}

.navbar ul {
  margin: auto !important;
}

.download-med {
  display: none;
}

.specialize-slider {
  width: 83%;
  margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 1911px) {
  .home-zig-zag {
    /* top: 30%; */
  }

  .last-ribbon {
    bottom: 20%;
    left: -8%;
    height: 60%;
    width: 80%;
  }
}

@media screen and (max-width: 1900px) {
  .vitae-tabs .nav-pills .nav-item {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .vitae .nav .nav-link {
    /* padding: 16px 64px 16px 64px; */
    padding: 16px;
  }
}

@media screen and (max-width: 1850px) {
  .home-zig-zag {
    bottom: -28%;
  }
}

@media screen and (max-width: 1750px) {
  .home-zig-zag {
    /* top: 42%; */
  }

  .home-zig-zag {
    bottom: -29%;
  }

  .last-ribbon {
    bottom: 9%;
    left: -8%;
    height: 60%;
    width: 80%;
  }
}

@media screen and (max-width: 1700px) {
  .last-ribbon {
    bottom: 15%;
  }

  .home-zig-zag {
    /* top: 48%; */
  }

  /* .heading-blue-46 {
    font-size: 42px !important;
  }

  .heading-blue-48 {
    font-size: 44px !important;
  } */

  .vitae-tabs .nav-pills .nav-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 16px !important;
  }

  .asking-for-help .asking {
    /* font-size: 38px; */
  }

  .asking-for-help .bravest {
    font-size: 38px;
  }

  .asking-for-help .and-we-are {
    /* font-size: 32px; */
  }

  /* .para-content {
    font-size: 15px;
  } */

  .unique-icon {
    font-size: 56px;
  }

  .specialize-grid-header {
    /* font-size: 22px; */
  }

  /* .download-section-embrace {
    font-size: 24px;
  } */

  /* .download-section-title {
    font-size: 56px;
  } */

  .footer-dim-links {
    font-size: 15px;
  }
}

@media screen and (max-width: 1650px) {
  .home-zig-zag {
    /* top: 64%; */
  }

  .hero-margin {
    margin-bottom: 7%;
  }

  .stack-item1 {
    bottom: -7%;
  }
}

@media screen and (max-width: 1600px) {
  .home-zig-zag {
    /* top: 70%; */
  }

  .hero-margin {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 1502px) {
  .asking-for-help .invest-btn .rounded-pill {
    padding: 16px 24px 16px 24px !important;
    /* font-size: 14px; */
  }
}

@media screen and (max-width: 1400px) {
  /* .unique-magic{
    width: 88%;
  } */
  .home-zig-zag {
    /* top: 80%; */
  }

  /* .heading-blue-46 {
    font-size: 33px !important;
  }

  .heading-blue-48 {
    font-size: 35px !important;
  } */

  .vitae-tabs .nav-pills .nav-item {
    font-size: 14px !important;
  }

  .para-content {
    /* font-size: 14px; */
  }

  .unique-icon {
    font-size: 48px;
  }

  .specialize-grid-header {
    /* font-size: 20px; */
  }

  /* .download-section-embrace {
    font-size: 18px;
  } */

  /* .download-section-title {
    font-size: 52px;
  } */

  .footer-dim-links {
    font-size: 15px;
  }

  .vitae-tabs .nav .nav-item div {
    min-width: 230px;
  }

  .vitae .nav .nav-link {
    /* padding: 16px 42px 16px 42px; */
    padding: 16px;
  }

  .last-ribbon {
    bottom: 7%;
    left: -8%;
    height: 60%;
    width: 80%;
  }
}

@media screen and (max-width: 1349px) {
  .vitae-tabs .nav .nav-item div {
    min-width: 176px;
  }
}

@media screen and (max-width: 1342px) {
  .asking-for-help .asking {
    /* font-size: 34px; */
  }

  .asking-for-help .and-we-are {
    /* font-size: 28px; */
  }

  .asking-for-help .invest-btn .rounded-pill {
    padding: 14px 16px 14px 16px !important;
    /* font-size: 14px; */
  }

  .stack-item1 {
    bottom: -15%;
  }
}

@media screen and (max-width: 1325px) {
  .dr-names {
    font-size: 16px;
  }

  .dr-spec {
    font-size: 14px;
  }

  .tooltip-inner {
    font-size: 14px;
  }
}

@media screen and (max-width: 1265px) {
  .asking-for-help .invest-btn .rounded-pill {
    padding: 14px !important;
    /* font-size: 13px; */
  }
}

@media screen and (max-width: 1250px) {
  .home-zig-zag {
    /* top: 79%; */
  }

  .hero-margin {
    margin-bottom: unset;
  }
}

@media screen and (max-width: 1200px) {
  /* .para-content {
    font-size: 15px;
  } */

  .grid-row-title {
    font-size: 16px !important;
  }

  .unique-magic #why {
    font-size: 42px;
  }

  .unique-magic #peek-behind {
    font-size: 42px;
  }

  .download-innertalkz {
    font-size: 48px;
  }

  .with-peace {
    font-size: 18px;
  }

  .to-home {
    margin: auto;
  }

  .to-home a {
    margin: auto;
  }

  .vitae .nav .nav-link {
    /* padding: 16px 32px 16px 32px; */
    padding: 16px 12px;
  }

  .features-section-tabs {
    font-size: 16px;
  }

  .vitae-tabs .nav-pills .nav-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .home-zig-zag {
    /* top: 84%; */
  }

  .stack-item1 {
    /* bottom: -33px; */
  }

  .last-ribbon {
    bottom: 10%;
  }
}

@media screen and (max-width: 1040px) {
  .vitae-tabs .nav .nav-item div {
    min-width: 145px;
  }
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 993px) {
  .stack-item1 {
    /* bottom: -60px; */
  }

  .vitae .nav .nav-link {
    /* padding: 16px 24px 16px 24px; */
    padding: 16px 12px;
  }

  .features-section-tabs {
    font-size: 13px;
  }

  .navbar-collapse.collapsing {
    max-height: 220px !important;
  }

  .small-screen-now-btn {
    width: 70%;
    margin: auto;
  }

  .download-now-btn {
    display: none;
  }

  .download-med {
    /* display: block; */
  }

  /* .para-content {
    font-size: 14px;
  } */

  .main-get_starte {
    font-size: 14px;
    padding: 12px !important;
  }

  .get-start {
    font-size: 14px;
    padding: 18px !important;
  }

  .header-navbar-download_n {
    font-size: 14px !important;
  }

  /* .logo-innertalkz img {
    content: url('../InnerTalkzLogos/InnerTalkzTrans.png') !important;
  }

  .home-innertalkz-logo {
    max-width: 100px !important;
    max-height: 100px !important;
  } */
  .disease-name {
    font-size: 24px;
  }

  .audio-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
}

@media screen and (max-width: 991px) {
  .stack-item1 {
    /* bottom: -184px; */
  }

  .last-ribbon {
    bottom: -12%;
  }

  .asking-for-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .asking-for-help .invest-btn {
    margin-bottom: 2rem !important;
  }

  .asking-for-section {
    margin: 2rem;
    text-align: center;
    width: 85%;
  }

  .back-to-home {
    margin: auto;
  }
}

@media screen and (max-width: 916px) {
  .vitae-tabs .nav-pills .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .vitae-tabs .nav .nav-item div {
    max-width: 143px;
    min-width: unset;
  }
}

@media screen and (max-width: 845px) {
  .vitae-tabs .nav-pills .nav-item {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 900px) {
  .carousel-control-next,
  .carousel-control-prev {
    height: 40px !important;
    width: 40px !important;
  }

  .unique-magic #why {
    font-size: 36px;
  }

  .unique-magic #peek-behind {
    font-size: 36px;
  }

  .download-innertalkz {
    font-size: 48px;
  }

  .with-peace {
    font-size: 18px;
  }

  .download-section-embrace {
    font-size: 16px;
  }

  .download-section-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 850px) {
  .swiper-navBtn::after {
    font-size: 16px;
  }

  .specialize-slider {
    width: 75%;
  }

  .stack-item1 {
    bottom: -20%;
  }
}

@media screen and (max-width: 768px) {
  .vitae-tabs .nav .nav-item div {
    max-width: 143px;
    min-width: unset;
  }

  .vitae .nav .nav-link {
    padding: 10px;
  }

  .unique-icon {
    /* font-size: 28px !important; */
  }

  .grid-item1 {
    width: 95%;
    margin: auto;
  }

  .specialize-grid-content {
    padding: 0px 14px 42px 20px;
  }

  .grid-item {
    margin-bottom: 2rem !important;
  }

  .width-80 {
    width: unset;
  }

  .width-60 {
    width: unset;
  }

  .width-50 {
    width: unset;
  }

  .last-ribbon {
    bottom: -2%;
    left: -5%;
    height: 25%;
    width: 50%;
  }

  .stack-item1 {
    bottom: -30%;
  }
}

@media screen and (max-width: 657px) {
  .vitae .nav .nav-link {
    padding: 12px;
  }

  .vitae-tabs .nav .nav-item div {
    min-width: unset;
    /* min-height: 19px; */
    max-width: 98px;
  }
}

@media screen and (max-width: 650px) {
  .features-section-tabs {
    font-size: 12px;
  }

  .wel-content {
    width: 70%;
  }

  /* .stack-item1 {
    top: 48%;
  } */

  .now-btn {
    max-width: 150px;
  }

  .main-get_starte {
    padding: 10px !important;
    font-size: 12px;
  }

  .get-start {
    padding: 14px !important;
    font-size: 12px;
  }

  .download-now-btn-med {
    padding: 8px;
    display: unset;
    height: unset;
  }

  .header-navbar-download_n {
    font-size: 12px !important;
    height: 45px;
  }

  .heading-blue-46 {
    font-size: 28px !important;
  }

  .heading-blue-46-regular {
    font-size: 28px !important;
  }

  .heading-blue-48 {
    font-size: 30px !important;
  }

  .heading-blue-48-regular {
    font-size: 30px !important;
  }

  .features-section-finding_th {
    font-size: 14px;
  }

  /* 
  .para-content {
    font-size: 13px;
  } */

  .download-innertalkz {
    font-size: 42px;
  }

  .with-peace {
    font-size: 16px;
  }

  .asking-for-help .asking {
    font-size: 28px;
  }

  .asking-for-help .bravest {
    font-size: 28px;
  }

  .asking-for-help .and-we-are {
    font-size: 22px;
  }

  .asking-for-help .invest-btn .rounded-pill {
    padding: 18px 18px 18px 18px !important;
    font-size: 13px;
    text-align: inherit;
  }

  .specialize-grid-header {
    font-size: 16px;
  }

  .specialize-section-mental_wel {
    font-size: 13px;
  }
}

@media screen and (max-width: 543px) {
  .para-content {
    font-size: 14px;
  }

  .appimage-div {
    width: 333px !important;
  }

  .grid-item1 {
    width: 100%;
  }

  .vitae .nav .nav-link {
    padding: 8px;
  }

  .features-section-tabs {
    font-size: 12px;
  }

  .vitae-tabs {
    bottom: 18px;
  }
}

@media screen and (max-width: 500px) {
  .heading-blue-46 {
    font-size: 25px !important;
  }

  .heading-blue-48 {
    font-size: 27px !important;
  }

  .heading-blue-46-regular {
    font-size: 25px !important;
  }

  .heading-blue-48-regular {
    font-size: 27px !important;
  }

  .wel-content {
    width: 80%;
  }

  .playstore-icons {
    margin: unset !important;
  }

  .download-section-embrace {
    margin-top: 1rem;
  }

  .logo-innertalkz {
    padding: 0px !important;
  }

  .vitae-tabs .nav-pills .nav-item {
    margin-left: 2px;
    margin-right: 2px;
  }

  .carousel-item-text {
    font-size: 18px;
  }

  .vitae-tabs .nav .nav-item div {
    min-width: unset;
    /* min-height: 19px; */
    max-width: 84px;
  }

  .vitae .nav .nav-link {
    padding: 4px;
  }

  .features-section-tabs {
    font-size: 11px;
  }
}

@media screen and (max-width: 400px) {
  nav {
    width: 85%;
    margin: auto;
  }

  .vitae-tabs .nav .nav-item div {
    min-width: unset;
    /* min-height: 19px; */
    max-width: 84px;
  }

  .vitae .nav .nav-link {
    padding: 4px;
  }

  .features-section-tabs {
    font-size: 11px;
  }

  .vitae-tabs {
    margin-bottom: unset !important;
    bottom: 12px;
  }

  .features-section-tabs {
    font-size: 12px;
  }

  .heading-blue-46 {
    font-size: 24px !important;
  }

  .heading-blue-48 {
    font-size: 28px !important;
  }

  .heading-blue-46-regular {
    font-size: 24px !important;
  }

  .heading-blue-48-regular {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 390px) {
  .appimage-div {
    width: 300px !important;
  }

  nav {
    width: 90%;
    margin: auto;
  }

  .vitae .nav .nav-link {
    padding: 4px;
  }

  .vitae-tabs {
    bottom: 6px;
  }

  .features-section-tabs {
    font-size: 10px;
  }
}
