@charset "UTF-8";
/*===========================================================================
  Owl-Carosel
  ===========================================================================*/
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/wellness/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

ul {
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

p, li, label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.common-section-pad {
  padding: 65px 45px;
}

:root {
  --main-color: rgb(185 102 231);
}

h1 {
  font-size: 80px;
  line-height: 70px;
  font-weight: normal;
}

h4 {
  font-size: 35px;
}

.border-radius {
  border-radius: 10px;
}

.color-1 {
  background: -webkit-linear-gradient(var(--main-color), var(--main-color), rgb(47, 87, 239));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sub-head {
  font-size: 20px;
  display: block;
}

.btn-flex {
  display: flex;
}

.primary-btn {
  padding: 7px 50px;
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  font-size: 23px;
  font-weight: 300;
}
.primary-btn:hover {
  background: #fff;
  color: var(--main-color);
}
.primary-btn:hover svg {
  color: var(--main-color);
}

.primary-btn1 {
  padding: 10px 35px;
  border-radius: 5px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: inline-block;
}
.primary-btn1:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h2 {
  font-size: 331cvpx;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  margin-bottom: 25px;
}

@keyframes color-animation {
  0% {
    background: var(--main-color);
  }
  50% {
    background: #c1e3de;
    border-radius: 5px;
    border: 0;
  }
  100% {
    background: #304e5e;
  }
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

/*=============== GOOGLE FONTS ===============*/
/*=============== VARIABLES CSS ===============*/
.button-animation {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  font-size: 21px;
}
.button-animation span {
  position: absolute;
  display: block;
}
.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
.button-animation:hover {
  background-color: #132b37;
  color: #fff;
  border-radius: 5px;
}

body {
  overflow-x: hidden;
  font-family: "Teko", sans-serif;
  font-size: 21px;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 15px 25px;
}
header.header-2 {
  background: -webkit-linear-gradient(var(--main-color), rgb(47, 87, 239));
}
header .logo {
  width: 285px;
  display: block;
}
header li a {
  color: #fff;
}
header .call-us-btn {
  display: flex;
  color: #fff;
  font-size: 23px;
}
header .call-us-btn img {
  width: 45px;
  margin: auto;
  margin-right: 15px;
}
header .call-us-btn span {
  font-size: 20px;
}
header .menu {
  display: flex;
  margin: 0;
  justify-content: center;
}
header .menu a {
  margin: 0 15px;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
header .menu a.primary-btn {
  padding: 4px 15px;
  font-size: 18px;
  background-color: #fff;
  color: #6b3887;
  line-height: initial;
  margin-top: -15px;
  height: 33px;
}

.main-head {
  margin-bottom: 25px;
}
.main-head p {
  border-left: 2px solid #1e4153;
  padding-left: 15px;
  font-size: 16px;
}
.main-head .sub-head {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 50px;
}
.main-head .sub-head::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 7px;
}
.main-head .sub-head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
  left: 10px;
  top: 7px;
}
.main-head .sub-head.no-line::before, .main-head .sub-head.no-line::after {
  display: none;
}
.main-head .sub-head.white-line::after, .main-head .sub-head.white-line::before {
  background-color: #fff;
}
.main-head .sub-head {
  font-size: 18px;
  position: relative;
  display: block;
  padding-left: 50px;
}
.main-head .sub-head::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 7px;
}
.main-head .sub-head::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
  left: 10px;
  top: 7px;
}

#modalFreeConsultation .modal-dialog {
  max-width: 70%;
  position: relative;
}
#modalFreeConsultation .modal-dialog .modal-header button {
  position: absolute;
  right: 20px;
  background: none;
  z-index: 99;
  font-family: "Inter", sans-serif;
  color: #fff;
  top: 14px;
}
#modalFreeConsultation .modal-dialog::after {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  background: #6b3887;
  top: 0;
  bottom: 0;
}
#modalFreeConsultation .modal-dialog .form-control {
  margin-bottom: 20px;
  font-weight: 300;
  background: #eee;
  border: 0;
  padding: 15px;
}
#modalFreeConsultation .modal-dialog .form-consultation {
  padding: 50px;
}
#modalFreeConsultation .modal-dialog .free-consultation-right {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 35px;
}
#modalFreeConsultation .modal-dialog .vector-img {
  display: block;
  position: absolute;
  z-index: 9;
  z-index: -1;
  opacity: 0.5;
  right: -18px;
  top: -73px;
}
#modalFreeConsultation .modal-dialog ul {
  margin-top: 45px;
}
#modalFreeConsultation .modal-dialog li {
  margin-bottom: 10px;
}
#modalFreeConsultation .modal-dialog li svg {
  border: 1px solid rgba(255, 255, 255, 0.4117647059);
  width: 25px;
  height: 25px;
  padding: 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.6588235294);
  top: 16px;
  margin-right: 10px;
}
#modalFreeConsultation .primary-btn {
  border-radius: 40px;
}

.for-zero-four {
  background: url(../img/error-pattern.jpg);
  height: 100vh;
  text-align: center;
}
.for-zero-four h2 {
  font-size: 155px;
  text-shadow: 0px 20px 0px #E8E8E7;
}
.for-zero-four h2 .color-1 {
  text-shadow: 0px 20px 0px rgba(252, 245, 237, 0.6117647059);
}
.for-zero-four h4 span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.banner {
  width: 100%;
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  height: 100vh;
  overflow: hidden;
  z-index: 9;
  padding-top: 100px;
  position: relative;
}
.banner .btn-primary {
  background: transparent;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 9px 45px;
  border-radius: 40px;
}
.banner h1 {
  margin: 20px 0;
  font-size: 75px;
  color: var(--thm-black);
  font-weight: 400;
  line-height: 73px;
}
.banner .blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.banner:after {
  background: url(../img/banner-bg-shape-3.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  -webkit-animation: slide 30s linear infinite;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.03;
}
.banner:before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: -52%;
  left: -16%;
  width: 100vh;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
}
.banner .banner-right {
  position: relative;
}
.banner .banner-right img {
  font-family: "Teko", sans-serif;
  border-radius: 15px;
  position: relative;
  right: -200px;
  bottom: 0;
  border-radius: 50%;
  z-index: 2;
  width: 92vh;
  height: 92vh;
  margin: 25px 0;
  border-radius: 50%;
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.banner .banner-right::before {
  content: "";
  position: absolute;
  opacity: 0.2;
  background-color: #fff;
  top: -11px;
  left: 114px;
  right: -192px;
  bottom: 58px;
  border-radius: 50%;
}
.banner .banner-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 330px;
  background: url(../img/b-3-shape.webp) center center no-repeat;
  z-index: 3;
}
.banner .banner-left {
  color: #fff;
  padding-right: 20px;
}
.banner .banner-left .primary-btn1 {
  border-color: #fff;
  color: #fff;
}
.banner.inner-banner {
  height: 50vh;
}
.banner.inner-banner p {
  font-weight: 300;
  font-size: 17px;
}

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.get-help-block {
  padding-top: 175px;
  background-image: url(https://bracketweb.com/delogis-html/main-html/assets/images/shapes/about-bg-6.png);
  background-color: linear-gradient(to bottom, rgba(162, 192, 194, 0.1019607843), transparent);
}
.get-help-block img {
  border-radius: 10px;
}
.get-help-block .primary-btn svg {
  margin-left: 15px;
  font-size: 18px;
}
.get-help-block span.icon-log {
  position: absolute;
  width: 100px;
  background: var(--main-color);
  padding: 20px;
  border-radius: 50%;
  border: 10px solid #fff;
  animation: animName 2s linear infinite;
  width: 140px;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.04);
  height: 140px;
  top: 41%;
  left: 47px;
}
.get-help-block .get-hep-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.get-help-block .get-hep-flex div {
  width: 48.5%;
  background: #fff;
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.06);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.about__box {
  border-radius: 5px;
  padding: 39px 36px 36px;
  overflow: hidden;
  box-shadow: 0px 0px 28px 0px rgba(191, 191, 191, 0.35);
  transition: all 0.5s ease;
  position: relative;
  padding-top: 35px;
}
.about__box span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  border: 1px solid #f6f1e8;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.0588235294);
  text-align: center;
  position: relative;
  top: -17px;
}
.about__box span svg {
  color: var(--main-color);
  font-size: 35px;
  padding-top: 17px;
}
.about__box::before {
  width: 65px;
  height: 65px;
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  right: -27px;
  bottom: -10px;
  transition: all 0.5s ease;
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}
.about__box::after {
  width: 100%;
  height: 7px;
  content: "";
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  left: 0;
  top: 57px;
  transition: all 0.5s ease;
  position: absolute;
  z-index: -1;
}

@keyframes animation2 {
  0% {
    left: 0;
    top: 0;
  }
  50% {
    left: 40px;
    top: 50px;
  }
  75% {
    left: 60px;
    top: 30px;
  }
  100% {
    left: 0;
    top: 0;
  }
}
.zoombox1 {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: -50px;
  width: 100%;
  height: 100%;
  border-radius: 150px 0 150px 0;
  background: var(--main-color);
  transition: all 0.5s ease;
}

.zoombox2 {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: -50px;
  width: 100%;
  height: 100%;
  border-radius: 150px 0 150px 0;
  background: #c1e3de;
  transition: all 0.5s ease;
  animation-name: animation2;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.about-us {
  margin-top: 100px;
  position: relative;
  padding-bottom: 150px;
}
.about-us span.star-ico {
  position: absolute;
  right: 25%;
  display: block;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  top: -40px;
}
.about-us span.star-ico img {
  margin: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-us::after {
  position: absolute;
  content: "";
  top: -120px;
  right: 0;
  background: var(--main-color);
  background: var(--main-color);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(53% 100%, 104% 100%, 79% 0);
          clip-path: polygon(53% 100%, 104% 100%, 79% 0);
}
.about-us::before {
  WIDTH: 74%;
  HEIGHT: 98%;
  FONT-WEIGHT: 100;
  content: "";
  position: absolute;
  Z-INDEX: -1;
  left: 0;
  top: 36%;
  transform: translate(0%, -50%);
  BACKGROUND: rgba(185, 102, 231, 0.12);
  -webkit-clip-path: polygon(0 324%, 0 0, 100% 0);
          clip-path: polygon(0 324%, 0 0, 100% 0);
}
.about-us ul {
  margin-bottom: 20px;
}
.about-us ul li {
  margin: 15px 0;
  font-size: 18px;
  display: flex;
  font-weight: 300;
  border-bottom: 1px solid rgba(147, 146, 146, 0.2470588235);
  padding: 10px 0;
}
.about-us ul li svg {
  color: #fff;
  margin: auto 0;
  font-size: 23px;
  padding-top: 16px;
  text-align: center;
}
.about-us ul li .head-text {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
  margin-right: 15px;
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
}
.about-us ul li h6 {
  width: 80%;
  line-height: 25px;
  font-weight: 300;
  color: #676767;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.about-us ul li h6 span {
  display: block;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #4e2b03;
}
.about-us ul li:last-child {
  border-bottom: 0;
}
.about-us .about-section-right {
  padding-right: 50px;
}
.about-us svg {
  font-size: 40px;
}
.about-us img {
  margin-top: -85px;
}
.about-us .pulse-circle {
  background-color: var(--main-color);
}
.about-us .pulse-center-item {
  background: var(--main-color);
}

.quotes {
  background-image: url(http://www.slashcreative.co/themes/psychare/wp-content/uploads/2020/10/quote-bg.jpg?id=202) !important;
  background-position: center !important;
  z-index: 9;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
  background-size: cover !important;
  position: relative;
  padding: 0;
}
.quotes .first-svg {
  fill: #fff;
}
.quotes .second-svg {
  rotate: 180deg;
  fill: rgb(245, 243, 243);
  margin-bottom: -3px;
}
.quotes::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  opacity: 0.95;
  z-index: -1;
}
.quotes::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../img/dotted-pattern-large.png);
}
.quotes h5 {
  font-size: 30px;
  width: 65%;
  margin: auto;
  color: #fff;
}
.quotes h5 span {
  display: block;
  font-size: 50px;
  text-align: center;
}
.quotes h6 {
  font-size: 20px;
  margin-top: 25px;
  color: #fff;
  font-style: italic;
}

.banner-img-sec {
  position: relative;
}
.banner-img-sec img {
  border-radius: 100px 0 100px 0;
}

.team {
  background: url(../img/service-bg-4.png);
  position: relative;
  margin-top: 70px;
}
.team::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
  z-index: -1;
}
.team .team-box {
  margin-top: 40px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 40px 0px rgba(206, 200, 190, 0.5);
  z-index: 9;
  padding: 35px 20px;
  background-color: #fff;
}
.team .team-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 105px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 84.000000"><g transform="translate(0.000000,84.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M2740 1659 c-956 -63 -1763 -441 -2485 -1164 -253 -253 -255 -255 -255 -347 l0 -92 95 107 c1590 1792 4232 1779 5788 -28 l117 -136 0 86 c0 79 -12 100 -135 236 -861 951 -1947 1416 -3125 1338z"/></g></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 84.000000"><g transform="translate(0.000000,84.000000) scale(0.050000,-0.050000)" stroke="none"><path d="M2740 1659 c-956 -63 -1763 -441 -2485 -1164 -253 -253 -255 -255 -255 -347 l0 -92 95 107 c1590 1792 4232 1779 5788 -28 l117 -136 0 86 c0 79 -12 100 -135 236 -861 951 -1947 1416 -3125 1338z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--main-color);
  left: 0;
  top: 80px;
}
.team .team-box span {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}
.team .team-box span img {
  width: 70px;
  height: 70px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .team-detail {
  border: 1px solid #fff;
  padding: 25px;
  position: relative;
}
.team .team-detail h4 {
  margin: 0;
  font-size: 30px;
}
.team .team-detail p {
  line-height: 25px;
  font-weight: 300;
}

.contact-section {
  position: relative;
  margin-bottom: 45px;
  min-height: 450px;
}
.contact-section .form-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-section .form-flex .form-control {
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 20px;
  background: var(--main-color) 8;
}
.contact-section .form-flex .contact-right {
  padding-left: 105px !important;
}
.contact-section .form-flex .primary-btn {
  border-color: var(--main-color);
}
.contact-section .form-flex .form-group {
  width: 49%;
  margin-bottom: 10px;
  font-size: 15px;
}
.contact-section .form-flex .form-group label {
  margin-bottom: 5px;
  font-size: 18px;
}
.contact-section .contact-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-section .contact-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  display: block;
}
.contact-section .call-us-btn {
  background: #fff;
  padding: 35px 25px;
  width: 31%;
  position: relative;
  background: #fff;
  padding: 35px 25px;
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 25%;
  box-shadow: 1px 1px 5px 6px rgba(0, 0, 0, 0.09);
}
.contact-section .call-us-btn svg {
  color: var(--main-color);
  font-size: 35px;
  margin-bottom: 25px;
}
.contact-section .call-us-btn::after {
  position: absolute;
  content: "";
  background: url(https://delogiswp.pixydrops.com/wp-content/uploads/2023/05/contact-one-contact-box-bg.png);
  opacity: 0.1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.contact-section .call-us-btn h4 {
  font-size: 28px;
}
.contact-section .call-us-btn h4 span {
  display: block;
  font-size: 14px;
  color: var(--main-color);
}
.contact-section .call-us-btn a {
  color: var(--main-color);
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.therapy-session {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background: rgb(245, 243, 243);
}
.therapy-session .icon-text {
  background: var(--main-color);
  color: #fff;
  display: flex;
  padding: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.therapy-session .icon-text img {
  width: 60px;
  margin-right: 28px;
}
.therapy-session .years-exp {
  background: -webkit-linear-gradient(var(--main-color), rgb(47, 87, 239));
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}
.therapy-session .years-exp h5 {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  padding: 25px;
  font-size: 33px;
  margin: auto;
  padding-top: 22px;
}
.therapy-session .years-exp h6 {
  font-size: 22px;
  font-weight: normal;
  margin-top: 15px;
}
.therapy-session .years-exp:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  opacity: 0.1;
  height: 330px;
  background: url(../img/b-3-shape.webp) center center no-repeat;
  z-index: 3;
}
.therapy-session .box-flex {
  display: flex;
  justify-content: space-between;
}
.therapy-session .box-flex .box-flex-inner {
  width: 49%;
  display: flex;
}
.therapy-session .box-flex .box-flex-inner svg {
  color: var(--main-color);
  font-size: 30px;
  margin-right: 10px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  padding: 20px;
  background: rgba(185, 102, 231, 0.12);
}
.therapy-session .svg-round-box {
  position: relative;
  transform: translateY(220%);
  display: block;
  text-align: center;
}
.therapy-session .svg-round-box svg {
  width: 150px;
  -webkit-animation: rotating 5s linear infinite;
  fill: #fff;
  background: -webkit-linear-gradient(var(--main-color), rgb(47, 87, 239));
  font-weight: normal;
  height: 150px;
  border-radius: 50%;
  padding: 9px;
  position: static !important;
}
.therapy-session .svg-round-box::after {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 37px;
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.therapy-session p {
  font-weight: 300;
}
.therapy-session ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.therapy-session ul li {
  display: flex;
  position: relative;
  z-index: 9;
  width: 100%;
  border-radius: 5px;
  transition: 0.5s ease;
  margin-bottom: 10px;
}
.therapy-session ul li span {
  margin-right: 10px;
  color: var(--main-color);
  text-align: center;
  font-size: 19px;
}
.therapy-session ul li svg {
  margin: auto;
  margin-right: 0;
}
.therapy-session ul li h6 {
  margin: auto 0;
  font-size: 17px;
}
.therapy-session .video-block {
  position: relative;
}
.therapy-session .video-block svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  font-size: 75px;
  color: #fff;
}
.therapy-session .video-block img {
  margin-top: -100px;
  border-top-left-radius: 250px;
}
.therapy-session .video-block::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 25%;
  background: rgb(47, 87, 239);
  right: -20px;
  top: 27%;
}
.therapy-session .video-block::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 15%;
  background: var(--main-color);
  right: -20px;
  top: 10%;
}

.testimonials {
  background: url(../img/testimonial-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.testimonials .item img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: auto;
}
.testimonials .rating {
  display: flex;
  justify-content: center;
}
.testimonials .rating svg {
  color: #e2bd13;
  margin: 0 5px;
}
.testimonials .rating + p {
  text-align: center;
}

.book-now-box {
  position: relative;
  padding: 40px 0;
  background-color: #03707a;
  background-image: url(../img/cta-bg-1-1.webp);
  color: #ffffff;
  z-index: 1;
}

.book-now-box .container {
  max-width: 60%;
}

.book-now-box .book-now-btn {
  background: #fff;
  color: #1e4153;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.book-now-box .book-now-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  left: -117px;
  background: #ffbc6a;
  position: absolute;
  transition: all 0.35s ease-Out;
  bottom: 0;
  opacity: 0.5;
  rotate: 35deg;
  z-index: -1;
  top: 0;
}
.book-now-box .book-now-btn:hover {
  color: #4c4c4c;
}
.book-now-box .book-now-btn:hover::after {
  left: 0;
  rotate: 0deg;
}

.services {
  margin-top: -5px;
}
.services .services-box {
  position: relative;
  box-shadow: 1px 1px 4px 4px rgba(0, 0, 0, 0.04);
}
.services .services-box:hover .services-content {
  bottom: 20px;
}
.services .services-box img {
  height: 375px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.services .services-content {
  width: 100%;
  position: absolute;
  transition: 0.5s ease;
  bottom: 0;
  background-color: #fff;
  overflow: hidden;
}
.services .services-content h5 {
  font-size: 22px;
}
.services .services-content .primary-btn {
  width: 55px;
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
  background: #fff;
  border-color: #fff;
  padding: 6px 8px;
  color: #fff;
  background-color: var(--main-color);
  background: var(--main-color);
  text-align: center;
  top: 0;
  margin-left: auto;
  display: block;
  display: flex;
  font-size: 16px;
  position: absolute;
  bottom: -6px;
  right: 0;
  box-shadow: 1px 1px 6px 6px rgba(0, 0, 0, 0.0509803922);
}
.services .services-content .primary-btn span {
  margin: auto;
}
.services .services-content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
}

.pricing-plan {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), transparent);
}
.pricing-plan .shape-svg {
  transform: scaleX(-1);
}
.pricing-plan .main-head {
  margin-top: -65px;
}
.pricing-plan .pricing-block {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-top: 45px;
}
.pricing-plan .pricing-block h3 {
  font-weight: bold;
  font-size: 35px;
}
.pricing-plan .pricing-block h4 {
  background: rgba(186, 102, 231, 0.348);
  padding: 23px 40px;
  position: relative;
}
.pricing-plan .pricing-block .pricing-content {
  padding: 30px;
}
.pricing-plan .pricing-block svg {
  font-size: 14px;
  margin-right: 10px;
  color: var(--main-color);
}
.pricing-plan .pricing-block .primary-btn {
  margin-top: 25px;
  width: 200px;
  display: block;
  text-align: center;
}
.pricing-plan .pricing-block ul {
  display: block;
}
.pricing-plan .pricing-block ul li {
  margin: 0;
}
.pricing-plan .pricing-block.active h4 {
  background: var(--main-color);
  color: #fff;
}
.pricing-plan .pricing-block:hover {
  background: var(--main-color);
  color: #fff;
}
.pricing-plan .pricing-block:hover h4 {
  background: rgb(47, 87, 239);
}
.pricing-plan .pricing-block:hover .primary-btn {
  background: rgb(47, 87, 239);
}
.pricing-plan .pricing-block:hover svg {
  color: #fff;
}

.recent-work-section {
  padding-bottom: 150px;
  position: relative;
}
.recent-work-section img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-work-section .recet-work-block {
  position: relative;
}
.recent-work-section .sliding-star {
  animation: diagonal-move-anim 3s linear alternate;
  display: block;
  text-align: center;
  margin-left: auto;
  position: relative;
  width: 45px;
  margin-bottom: 20px;
}
.recent-work-section .sliding-star img {
  min-height: auto;
}
.recent-work-section .polygonal-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 28.6%;
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
@keyframes diagonal-move-anim {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, 150px);
  }
}

.recent-work {
  width: 85%;
  z-index: 99;
  padding: 12px;
  margin: auto;
  margin-left: auto;
  padding-top: 40px;
  background: #fff;
  text-align: center;
  margin-top: -54px;
  position: relative;
}
.recent-work img {
  opacity: 0.06;
  min-height: auto;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50% !important;
}
.recent-work span.svg-span {
  width: 65px;
  height: 65px;
  display: block;
  border: 1px solid rgb(185, 102, 231);
  border-radius: 50%;
  margin: auto;
  margin-top: -72px;
  color: rgb(185, 102, 231);
  padding-top: 15px;
  font-size: 26px;
  background: #fff;
}
.recent-work span.arrow-box {
  display: block;
  width: 35px;
  height: 35px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 3px;
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1803921569);
  margin-left: auto;
}
.recent-work h5 {
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Prompt", sans-serif;
}
.recent-work p {
  font-size: 15px;
}

.video-block-sec {
  width: 75%;
  background: url(../img/1.jpg);
  height: 400px;
  margin: auto;
  background-position: center;
  position: relative;
  margin-top: 55px;
  overflow: hidden;
}
.video-block-sec .video-content {
  position: relative;
  background-image: linear-gradient(to right, rgba(47, 85, 239, 0.477), rgba(186, 102, 231, 0.482), rgba(186, 102, 231, 0.4), rgba(47, 85, 239, 0.581));
  width: 60%;
  padding: 40px;
  color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-top: -75px;
}
.video-block-sec .video-content img {
  position: absolute;
  right: 25px;
  bottom: 0;
}
.video-block-sec .video-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 85px;
}
.video-block-sec p {
  position: absolute;
  bottom: 6vh;
  color: #fff;
  z-index: 99;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  width: 40%;
  text-align: center;
}

.pulse-center-item {
  background-color: rgba(60, 188, 199, 0.2);
  width: 120px;
  display: flex;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  left: 20%;
  top: 36%;
}
.pulse-center-item svg {
  color: #fff;
  margin: auto;
  font-size: 35px;
}

.pulse-circle {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5019607843);
  width: 120px;
  height: 120px;
  z-index: 9;
  position: absolute;
  opacity: 0;
  animation: scaleIn 5s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  left: 20%;
  top: 36%;
}

@keyframes scaleIn {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0.5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.footer-primary {
  padding: 35px 55px;
}
.footer-primary .footer-inner-box ul {
  display: flex;
  flex-wrap: wrap;
}
.footer-primary .footer-inner-box ul li {
  width: 100%;
  -webkit-text-decoration: dashed;
          text-decoration: dashed;
}
.footer-primary .footer-inner-box.contact-box li {
  width: 100%;
  text-decoration: none;
  position: relative;
}
.footer-primary .footer-inner-box.contact-box li .ico-foot {
  width: 50px;
  height: 50px;
  position: relative;
  left: -9px;
  background-color: var(--main-color);
  border-radius: 50%;
}
.footer-primary .footer-inner-box.contact-box li .ico-foot::after {
  position: absolute;
  left: -7px;
  top: 2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  border-radius: 50%;
  background-color: rgb(253, 248, 255);
}
.footer-primary .footer-inner-box.contact-box li svg {
  margin-right: 15px;
  font-size: 23px;
  color: var(--main-color);
  position: relative;
  top: 15px;
  left: 13px;
  z-index: 99;
}
.footer-primary .footer-inner-box.contact-box {
  padding-left: 30px;
}
.footer-primary .contact-box li {
  display: flex;
  margin-bottom: 15px;
}
.footer-primary .contact-box li svg {
  margin-right: 15px;
  font-size: 23px;
  color: var(--main-color);
}
.footer-primary .contact-box li h6 {
  line-height: 28px;
}
.footer-primary .contact-box li a {
  color: var(--main-color);
  font-size: 19px;
}
.footer-primary .contact-box li .cont-data {
  color: var(--main-color);
  font-size: 19px;
  font-weight: 400;
  margin-top: 4px;
}
.footer-primary .contact-box li .cont-data span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}

footer {
  position: relative;
  background: rgba(185, 102, 231, 0.0509803922);
}
footer form h6 {
  font-size: 20px;
  font-weight: 400;
}
footer h6 a {
  color: var(--main-color);
}
footer .form-group {
  display: flex;
  margin: 0;
  position: relative;
}
footer .form-group button {
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
  padding: 12px 30px;
  border: 0;
  color: #fff;
  position: absolute;
  border-radius: 5px;
  right: -7px;
  top: 7px;
  font-size: 25px;
}
footer .form-group .form-control {
  padding: 15px;
}
footer li a {
  color: #111;
  margin: 2px 5px;
  font-size: 16px;
  display: block;
  padding: 2px 11px;
}
footer li a svg {
  color: var(--main-color);
  font-size: 18px;
}
footer li a:hover {
  color: var(--main-color);
}

.footer-secondary {
  position: relative;
  padding: 30px 55px;
  border-top: 1px solid #dad9d9;
}
.footer-secondary .social-footer-icons {
  display: flex;
}
.footer-secondary .social-footer-icons a {
  width: 35px;
  height: 35px;
  border: 1px solid var(--main-color);
  padding: 5px 0;
  text-align: center;
  border-radius: 50%;
}
.footer-secondary p {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 18px;
}
.footer-secondary p a {
  color: rgb(185, 102, 231);
}
.footer-secondary h4 {
  margin-bottom: 20px;
}
.footer-secondary .primary-btn {
  border-radius: 15px !important;
  padding: 5px 35px !important;
}
.footer-secondary .primary-btn, .footer-secondary .primary-btn1 {
  border-radius: 10px;
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 12px;
  border: 0;
}
.footer-secondary .footer-logo {
  width: 300px;
  display: block;
  margin-bottom: 20px;
}
.footer-secondary .news-letter svg {
  margin-right: 10px;
}
.footer-secondary .contact-right {
  right: 50px;
  width: 41%;
  position: absolute;
  background: #fff;
  z-index: 9;
  top: -176px;
}
.footer-secondary .contact-right .form-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-secondary .contact-right .form-flex .form-group {
  width: 49%;
  margin-bottom: 15px;
}

.counter {
  background-color: #f5f5f5;
  padding: 35px 0;
  border-radius: 5px;
  width: 220px;
  text-align: center;
  height: 220px;
  border-radius: 50%;
  margin: auto;
}
.counter svg {
  font-size: 50px;
  color: var(--main-color);
}

.count-title {
  font-size: 40px;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}

.blue-box {
  border: 3px solid #579eee;
  color: #579eee;
}
.blue-box svg {
  color: #579eee;
}
.blue-box:hover {
  border-color: #579eee;
}

.orange-box {
  border: 3px solid #ff9a61;
  color: #ff9a61;
}
.orange-box svg {
  color: #ff9a61;
}
.orange-box:hover {
  border-color: #ff9a61;
}

.green-box {
  border: 3px solid #54d6ad;
  color: #54d6ad;
}
.green-box svg {
  color: #54d6ad;
}
.green-box:hover {
  border-color: #54d6ad;
}

.pink-box {
  border: 3px solid #f15d8a;
  color: #f15d8a;
}
.pink-box svg {
  color: #f15d8a;
}
.pink-box:hover {
  border-color: #f15d8a;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(15px, 0);
  }
  to {
    transform: translate(0px, 0);
  }
}
.FAQ-banner {
  background: url(../img/contct.jpg);
  position: relative;
  height: 65vh !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.FAQ-banner .contact-banner-right {
  display: flex;
}
.FAQ-banner .contact-banner-right img {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -15px;
}
.FAQ-banner .contact-banner-right h6 {
  font-size: 25px;
  color: #fff;
  margin-left: 20px;
}
.FAQ-banner .shape-bottom svg {
  position: absolute;
  bottom: -55px;
  fill: #fff;
  rotate: -180deg;
}

.contact-banner {
  background: url(https://mentality.1onestrong.com/wp-content/uploads/2022/12/mentaljpg026.jpg);
  min-height: 65vh;
  background-position: top;
  background-size: cover;
}
.contact-banner h2 {
  font-size: 45px;
}
.contact-banner::after, .contact-banner::before {
  display: none;
}
.contact-banner h2, .contact-banner .breadcrumb-item + .breadcrumb-item, .contact-banner .breadcrumb-item a {
  color: #000 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f04b";
  font-family: "fontawesome";
  color: #fff;
  font-size: 12px;
  margin-left: -10px;
}

.breadcrumb-item {
  margin-right: 18px;
}

.breadcrumb-item + .breadcrumb-item, .breadcrumb-item a {
  color: #fff !important;
}

.contact-form-sec {
  background: rgba(84, 158, 197, 0.04);
}
.contact-form-sec .form-flex {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-sec .form-group {
  width: 49%;
  margin-bottom: 15px;
}
.contact-form-sec .form-group .form-control {
  padding: 9px 17px;
  border-radius: 50px;
}
.contact-form-sec .form-group label {
  font-weight: 500;
}
.contact-form-sec .primary-btn {
  width: 100%;
  border-radius: 40px;
}
.contact-form-sec .contact-sec-img {
  background: url(../img/img12.jpg);
  height: 100%;
  background-repeat: no-repeat;
  display: block;
  background-size: cover;
}

.contact-details {
  display: flex;
  position: relative;
  justify-content: space-between;
  border-radius: 10px;
}
.contact-details h6 {
  font-weight: normal;
  font-size: 20px;
}
.contact-details h6 span {
  display: block;
}
.contact-details .contact-box {
  text-align: center;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 30px 30px 30px 30px;
  padding: 35px;
  width: 100%;
  margin: 0 30px 0 0;
}
.contact-details .contact-box svg {
  color: var(--main-color);
  font-size: 45px;
  margin-bottom: 20px;
}
.contact-details .primary-btn {
  background: transparent;
  color: var(--main-color);
}
.contact-details .primary-btn svg {
  font-size: 14px;
  margin: 0;
  margin-left: 15px;
}

.map-iframe ul {
  display: flex;
}

.blog-banner {
  height: 65vh !important;
  background-image: url(https://gajean.com/tkit/mindscape/wp-content/uploads/sites/5/2024/02/above-view-of-counseling-during-group-therapy-at-mental-health-center-.jpg);
}
.blog-banner .shape-bottom {
  position: absolute;
  left: 0;
  right: 0;
  rotate: 180deg;
  bottom: -5px;
}
.blog-banner .shape-bottom svg {
  fill: #fff;
}
.blog-banner .shape__2 {
  opacity: 0.5;
}

.blog-single {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  width: 96%;
  background-color: rgba(255, 255, 255, 0.7725490196);
}
.blog-single .blog-content {
  padding: 15px 20px;
  padding-top: 35px;
}
.blog-single .blog-content p {
  font-size: 15px;
}
.blog-single .blog-content span {
  margin-right: 10px;
  font-size: 14px;
}
.blog-single .blog-content svg {
  margin-right: 10px;
  color: var(--main-color);
}
.blog-single .blog-content h4 {
  margin: 8px 0;
  font-size: 19px;
  font-family: "Reddit Sans Condensed", sans-serif;
  font-weight: 600;
  color: #6e318f;
}
.blog-single .blog-content .primary-btn {
  background: transparent;
  padding: 0;
  font-size: 16px;
  color: #6e318f;
  transition: 0.5s ease;
  border: 0;
}
.blog-single .blog-content .primary-btn:hover {
  color: #fff;
  border-color: var(--main-color);
}
.blog-single .blog-content .primary-btn:hover::after {
  rotate: 0deg;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--main-color);
}
.blog-single .blog-content .primary-btn:hover svg {
  color: #fff;
}
.blog-single .blog-content .primary-btn svg {
  color: #1e4153;
  margin-left: 8px;
  font-size: 15px;
}
.blog-single .blog-content .flex-box {
  display: flex;
  position: relative;
}
.blog-single .blog-content .flex-box span {
  margin: auto;
  display: block;
}
.blog-single .blog-content .data-inside {
  display: flex;
  position: relative;
}
.blog-single .blog-content .data-inside span {
  width: 50px;
  height: 50px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  margin-top: -60px;
  padding-top: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 14px;
  font-weight: 300;
}
.blog-single .blog-content .click-share {
  cursor: pointer;
}
.blog-single .blog-content .share-box {
  margin-left: auto;
}
.blog-single .blog-content .share-box .share-div {
  display: none;
}
.blog-single .blog-content .share-box ul {
  display: flex;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-radius: 40px;
  position: absolute;
  right: 0;
  z-index: 99;
  background: #fff;
}
.blog-single .blog-content li {
  margin-bottom: 12px;
  display: flex;
  font-size: 16px;
}

.book-appointment-div {
  text-align: center;
  padding: 0 35px;
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
  color: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  color: #fff;
}
.book-appointment-div .book-appoinment-ico {
  width: 55px;
  height: 55px;
  display: block;
  background: #b966e7;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  margin: auto;
  margin-bottom: 10px;
}
.book-appointment-div h3 {
  color: #fff;
  font-size: 22px;
}

.sidebar-blog-sub {
  background: #f4f5f8;
  padding: 45px 30px;
  border-radius: 20px;
  margin: 20px 0;
}
.sidebar-blog-sub h3 {
  color: #512769;
}
.sidebar-blog-sub li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  display: block;
  position: relative;
  font-size: 17px;
}
.sidebar-blog-sub li a::after {
  position: absolute;
  content: "\f053";
  font-family: "FontAwesome";
  right: 0;
  position: absolute;
  color: #908d8d;
  rotate: 180deg;
  font-size: 12px;
}
.sidebar-blog-sub:nth-child(1) {
  background: transparent;
  padding: 0;
}
.sidebar-blog-sub .form-group {
  position: relative;
}
.sidebar-blog-sub .form-group .primary-btn {
  position: absolute;
  right: 35px;
  top: 25px;
  background: transparent;
  border: 0;
  padding: 0;
}
.sidebar-blog-sub .form-control {
  background: var(--main-color);
  padding: 25px;
  border-radius: 20px;
  font-size: 22px;
}
.sidebar-blog-sub .form-control::-moz-placeholder {
  color: #fff;
}
.sidebar-blog-sub .form-control::placeholder {
  color: #fff;
}
.sidebar-blog-sub .blog-single {
  display: flex;
}
.sidebar-blog-sub .blog-content h4 {
  margin: 0;
  font-size: 15px !important;
}
.sidebar-blog-sub span.blog-sidebar-img {
  width: 45%;
}
.sidebar-blog-sub span.blog-sidebar-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-blog-sub .blog-content {
  width: 65%;
  padding: 14px 10px;
  margin: auto;
}
.sidebar-blog-sub.latest-post .blog-single:last-child {
  margin-bottom: 0;
}

.pagination a {
  border: 1px solid rgba(186, 102, 231, 0.3019607843);
  color: #b966e7;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 50%;
  padding-top: 2px;
}

.blog-detailed .blog-single .blog-content h4 {
  font-size: 25px;
}
.blog-detailed .blog-single span {
  display: block;
}
.blog-detailed .blog-single img {
  width: 100%;
  border-radius: 10px;
}
.blog-detailed h5 {
  color: var(--main-color);
}
.blog-detailed li svg {
  margin-top: 5px;
}
.blog-detailed .flex-boxes {
  display: flex;
}
.blog-detailed .posted-box, .blog-detailed .tag-box {
  display: flex;
}
.blog-detailed .posted-box h6, .blog-detailed .tag-box h6 {
  margin: auto 0;
}
.blog-detailed .posted-box-list, .blog-detailed .tag-box-list {
  display: flex;
  margin: 0;
}
.blog-detailed .posted-box-list li, .blog-detailed .tag-box-list li {
  margin: 0;
}
.blog-detailed .posted-box-list a, .blog-detailed .tag-box-list a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #000;
  padding: 5px 15px;
  margin: 0 10px;
  font-size: 14px;
}
.blog-detailed .posted-box-list a {
  background: #333;
  color: #fff;
}
.blog-detailed .comment-box {
  display: flex;
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.blog-detailed .comment-box:nth-child(odd) {
  margin-left: 100px;
}
.blog-detailed .comment-box img {
  border-radius: 50%;
}
.blog-detailed .comment-box p {
  font-size: 16px;
}
.blog-detailed .leave-comment h3 {
  margin-bottom: 25px;
  color: var(--main-color);
}
.blog-detailed .leave-comment .form-group {
  margin-bottom: 15px;
}
.blog-detailed .leave-comment .form-group .form-control {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.52);
  font-family: "Reddit Sans Condensed", sans-serif;
  padding: 11px;
}

.service-about img {
  border-radius: 10px;
}
.service-about .accordion-items {
  margin-bottom: 25px;
}

.service-banner {
  position: relative;
  background: url(https://templatekits.themewarrior.com/psych/wp-content/uploads/sites/33/2021/10/hero-services.jpg);
  background-size: cover;
  height: 65vh !important;
  padding-top: 140px;
  z-index: -1;
}
.service-banner .main-head .sub-head::after, .service-banner .main-head .sub-head::before {
  background: #fff;
}
.service-banner .service-banner-right {
  position: relative;
}
.service-banner .service-banner-right .years-service {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 9;
  bottom: 0;
  color: var(--main-color);
  font-size: 40px;
  text-align: center;
  padding: 19px;
  font-weight: 700;
}
.service-banner svg {
  fill: #fff;
  rotate: 180deg;
  position: relative;
  bottom: 0;
  z-index: 999;
}
.service-banner .service-banner-right img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-list li {
  margin: 8px 0;
}
.services-list li svg {
  color: var(--main-color);
  margin-right: 10px;
}

.services-list-section {
  text-align: center;
  color: #fff;
  position: relative;
}
.services-list-section h4 {
  font-size: 28px;
}
.services-list-section .read-more-btn {
  font-size: 19px;
  color: var(--main-color);
}
.services-list-section .read-more-btn svg {
  font-size: 14px !important;
  margin-left: 12px;
}
.services-list-section .main-head .sub-head {
  width: 200px;
  margin: auto;
}
.services-list-section .service-box-list {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  margin-top: 25px;
  position: relative;
  border: 1px solid rgba(48, 78, 94, 0.1411764706);
  color: #304e5e;
  padding: 30px 20px;
  padding-bottom: 60px;
  box-shadow: 1px 1px 5px 8px rgba(0, 0, 0, 0.03);
  transition: 0.5s ease;
  position: relative;
}
.services-list-section .service-box-list::after {
  position: absolute;
  content: "";
  background: url(../img/services-v1-shape12.png);
  left: 0;
  right: 0;
  bottom: -15px;
  height: 50px;
  z-index: 9;
  opacity: 0.2;
  background-size: cover;
}
.services-list-section .service-box-list p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 14px;
}
.services-list-section .service-box-list svg {
  font-size: 60px;
}
.services-list-section::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, var(--main-color), rgb(47, 87, 239));
  top: 0;
  right: 0;
  left: 0;
  height: 50vh;
  z-index: -1;
}

.other-services h3 {
  margin-bottom: 25spx;
}
.other-services li a {
  background: rgba(185, 102, 231, 0.1215686275);
  color: #111;
  display: block;
  border-radius: 50px;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 500;
  padding: 8px;
}
.other-services li a svg {
  color: var(--main-color);
  font-size: 30px;
  margin-right: 8px;
}

.counter__sec .container-fluid {
  background: var(--main-color);
  padding: 50px;
  border-radius: 15px;
}
.counter__sec .primary-btn {
  padding: 7px 34px;
}
.counter__sec .counter {
  background-color: rgba(245, 245, 245, 0.5490196078);
  padding: 20px 0;
  border-radius: 5px;
}
.counter__sec .counter:hover {
  background: #1e4153;
}
.counter__sec .counter svg {
  color: #fff;
  font-size: 55px;
}
.counter__sec .counter-img {
  position: relative;
}
.counter__sec .counter-img span:last-child {
  left: 0;
  position: absolute;
  top: 38px;
  display: block;
  right: 0;
}
.counter__sec .counter-img span:last-child img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.img-shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  transform: scaleX(-1);
}

.about-banner {
  background: none;
  position: relative;
  height: 450px !important;
  padding-left: 55px;
  background: url(../img/bg-about.jpg) !important;
  background-position: center center;
  background-repeat: no-repeat€ !important;
  background-size: cover !important;
}

.progress {
  height: 7px;
  background: var(--main-color);
}

.progress_bar_item {
  width: 49%;
  margin-bottom: 10px;
  margin-top: 20px;
}

.item_bar.cell {
  background: #eee;
}

.about-section .about-right {
  margin-left: -10%;
  display: block;
}
.about-section .about-section-left {
  position: relative;
}
.about-section .about-section-left p {
  padding-right: 10%;
  font-size: 17px;
}
.about-section li {
  margin-bottom: 8px;
}
.about-section li svg {
  color: var(--main-color);
  margin-right: 10px;
}

div#counter {
  display: flex;
  padding: 20px;
  background: rgba(238, 238, 238, 0.7019607843);
  justify-content: center;
  border-radius: 20px;
  padding-top: 30px;
}
div#counter .item {
  width: 25%;
  color: var(--main-color);
  text-align: center;
}
div#counter .item .text {
  color: #000;
  font-weight: normal;
}
div#counter h1 {
  font-size: 75px;
}

.who-we-are-element {
  width: 80%;
}

.why-choose-us sup {
  top: -1.5em;
  font-size: 20px;
}
.why-choose-us .why-choose-box {
  width: 85%;
}
.why-choose-us .year-box {
  width: 180px;
  height: 180px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 72px;
  padding-top: 25px;
  text-align: center;
}
.why-choose-us .year-box span {
  display: block;
  font-size: 23px;
  font-weight: 300;
  margin-top: -8px;
}
.why-choose-us .who-we-are-right p {
  font-size: 15px;
  line-height: 22px;
}
.why-choose-us h5 {
  font-size: 25px;
  margin-top: 10px;
}
.why-choose-us .who-we-are-box h5 {
  font-size: 20px;
}
.why-choose-us .why-choose-box {
  margin-top: -11px;
}

.offers-flex:nth-child(odd) {
  margin-top: 30px;
}

.our-value-first-sec {
  text-align: center;
  background: -webkit-linear-gradient(var(--main-color), rgb(47, 87, 239));
  position: relative;
  padding: 120px 0;
}
.our-value-first-sec::after {
  position: absolute;
  content: "";
  background: url(../img/Pattern_img.png);
  background-position: center center;
  -webkit-animation: slide 30s linear infinite;
  background-repeat: no-repeat;
  opacity: 0.4;
  left: 0;
  top: 0;
  right: 0;
  background-size: cover;
  bottom: 0;
  z-index: 99;
}
.our-value-first-sec p {
  color: #fff;
}
.our-value-first-sec .sub-head {
  width: 170px;
  margin: auto;
}
.our-value-first-sec .sub-head::after, .our-value-first-sec .sub-head::before {
  background: #fff;
}

.our-value-second-sec {
  width: 80%;
  margin: auto;
  margin-top: -110px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  z-index: 99;
}
.our-value-second-sec p {
  margin: 25px 0;
}
.our-value-second-sec .vision-box {
  box-shadow: 1px 1px 4px 4px rgba(170, 170, 170, 0.0901960784);
  padding: 25px;
  border-radius: 15px;
}
.our-value-second-sec .item_value.cell {
  font-size: 16px;
  color: var(--main-color);
}
.our-value-second-sec .vision-mision-box {
  display: flex;
  box-shadow: 1px 1px 7px 6px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.our-value-second-sec .vision-mision-box .content-inner span {
  font-size: 22px;
  font-weight: 600;
}
.our-value-second-sec .vision-mision-box .content-inner p {
  font-size: 17px;
  margin: 0;
}
.our-value-second-sec .vision-mision-box span {
  margin: auto 0;
}
.our-value-second-sec .vision-mision-box span svg {
  color: var(--main-color);
  font-size: 30px;
  margin: auto 0;
  margin-right: 15px;
}

.who-we-are-right p {
  font-size: 17px;
}
.who-we-are-right .who-we-are-box {
  display: flex;
}
.who-we-are-right .who-we-are-box span {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #eee;
  color: var(--main-color);
  display: inline-block;
  margin-right: 15px;
  padding: 9px 0;
  text-align: center;
}

.offer-box {
  box-shadow: 1px 1px 5px 5px rgba(238, 238, 238, 0.5490196078);
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.offer-box h6 {
  font-size: 20px;
}
.offer-box .content__box {
  padding: 20px 15px;
}
.offer-box .content__box p {
  margin: 0;
}
.offer-box p {
  font-size: 15px;
  line-height: 25px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  overflow: hidden;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
ul.accordion-list li p {
  padding: 20px;
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
}
ul.accordion-list li.active h3 {
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color));
  color: #fff;
}
ul.accordion-list li.active h3:after {
  content: "-";
  color: #fff;
}
ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  background: rgb(253, 248, 255);
}
ul.accordion-list li h3:after {
  content: "+";
  position: absolute;
  right: 25px;
  top: 18px;
  color: var(--main-color);
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  cursor: pointer;
  color: #fff;
}
ul.accordion-list li div.answer p {
  font-size: 16px;
}

.inner-banner {
  height: 65vh !important;
}
.inner-banner svg {
  margin-top: -100px;
  rotate: 180deg;
  transform: scaleX(-1);
  fill: #FFF;
}
.inner-banner h2 {
  font-size: 45px;
  text-transform: inherit;
  font-weight: 600;
  line-height: 53px;
}
.inner-banner h2 span {
  color: rgb(217, 149, 255);
}
.inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  opacity: 0.89;
}

.faq-left {
  background: url(../img/faq.jpg);
  display: block;
  height: 100%;
  background-size: cover;
  background-size: cover;
  border-radius: 15px;
}

.therapy-types img {
  border-radius: 20px;
}

.consultation-div {
  background: url(../img/img15.jpg);
  padding: 160px;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #fff;
}
.consultation-div h1 {
  font-size: 55px;
}
.consultation-div:after {
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.9;
}

.faq-more .service-box-list {
  box-shadow: 1px 1px 5px 6px rgba(0, 0, 0, 0.08);
}
.faq-more::after {
  opacity: 0.95;
}
.faq-more::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/img6.jpg);
  top: 0;
  right: 0;
  left: 0;
  background-attachment: fixed;
  height: 50vh;
  z-index: -1;
}

.how-it-works-right {
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color));
  padding: 50px;
  border-radius: 15px;
  color: #fff;
}
.how-it-works-right svg {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.6156862745);
}
.how-it-works-right li {
  font-size: 16px;
  margin-bottom: 8px;
}

.video-sec {
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
}
.video-sec .video-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.video-sec .video-content h2 {
  color: #fff;
  width: 50%;
  margin: auto;
  text-align: center;
}
.video-sec img {
  width: 150px;
}

.service-detailed h3 {
  margin-top: 25px;
}
.service-detailed p {
  font-size: 17px;
}
.service-detailed h5 {
  color: var(--main-color);
}
.service-detailed h5 + p {
  font-size: 16px;
}
.service-detailed .sidebar-service {
  position: sticky;
  top: 0;
}
.service-detailed .sidebar-service li a {
  position: relative;
  font-weight: 500;
  background: rgba(107, 56, 135, 0.1294117647);
  display: block;
  padding: 15px 20px;
  border-radius: 40px;
  margin-bottom: 10px;
  color: #000;
}
.service-detailed .sidebar-service li a::after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 25px;
  top: 20px;
}
.service-detailed .sidebar-service li.active a {
  background-image: linear-gradient(to right, rgb(47, 87, 239), var(--main-color), var(--main-color), rgb(47, 87, 239));
  color: #fff;
}
.service-detailed .sidebar-service li.active a::after {
  background: #fff;
}
.service-detailed .sidebar-service .contact-sidebar {
  background-image: linear-gradient(135deg, var(--main-color) 0%, #1e4153 100%);
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.service-detailed .sidebar-service .contact-sidebar h5 {
  position: absolute;
  top: 30px;
  width: 65%;
  color: #fff;
  font-size: 25px;
}
.service-detailed .sidebar-service .contact-sidebar .primary-btn {
  margin-top: 10px;
}
.service-detailed .process-inner {
  border: 1px solid #dedddd;
  padding: 30px 20px;
  margin-top: 25px;
  border-radius: 15px;
  text-align: center;
  background: var(--main-color) 0d;
}
.service-detailed .process-inner h6 {
  color: #6b3887;
}
.service-detailed .process-inner .ico-svg {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  background-color: rgba(185, 102, 231, 0.1215686275);
  display: block;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 15px;
}
.service-detailed .process-inner .ico-svg .num {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background: var(--main-color);
  top: 0;
  position: absolute;
  right: 0;
}
.service-detailed .process-inner .ico-svg svg {
  font-size: 55px;
  color: #fff;
  color: var(--main-color);
}
.service-detailed .therapy-benefits {
  padding: 35px;
  background: #f7f7f7;
  margin-top: 45px;
  border-radius: 10px;
}
.service-detailed .therapy-benefits img {
  border-radius: 50%;
}
.service-detailed .therapy-benefits ul {
  margin-top: 35px;
}
.service-detailed .therapy-benefits ul li {
  margin: 5px 0;
}
.service-detailed .therapy-benefits svg {
  color: var(--main-color);
  margin-right: 10px;
}
.service-detailed .have-questions {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 25px;
  border-radius: 15px;
  height: 300px;
  overflow: hidden;
  background: #e7eff4;
}
.service-detailed .have-questions .leftside-wrap {
  padding: 35px;
}
.service-detailed .have-questions .right-side-wrap {
  position: relative;
  height: 300px;
}
.service-detailed .have-questions .right-side-wrap span:first-child {
  position: absolute;
  top: 0;
  left: -99px;
  display: block;
  bottom: 0;
}
.service-detailed .have-questions .right-side-wrap span:first-child img {
  height: 100%;
}
.service-detailed .have-questions .call-block {
  display: flex;
}
.service-detailed .have-questions .call-block .icon-q {
  width: 75px;
  display: block;
  background: #c1e3de;
  text-align: center;
  height: 75px;
  border-radius: 50%;
  color: var(--main-color);
  font-size: 28px;
  padding-top: 13px;
  margin-right: 15px;
}
.service-detailed .have-questions .call-block h4 {
  font-size: 25px;
  color: var(--main-color);
}
.service-detailed .have-questions .call-block h4 span {
  display: block;
  font-size: 18px;
  color: #1e4153;
}
.service-detailed .have-questions .book-appoinment {
  display: flex;
  margin-top: 25px;
}
.service-detailed .have-questions .book-appoinment .primary-btn {
  border-radius: 35px;
  height: 50px;
  margin-left: 100px;
}
.service-detailed .services-right-content {
  padding-left: 35px;
}
.service-detailed .services-right-content .img-right img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.quotes-text {
  padding: 20px;
  background: rgba(238, 238, 238, 0.4666666667);
  margin-bottom: 35px;
  border-left: 4px solid var(--main-color);
  padding-left: 40px;
}

.our-team-box1 img {
  width: 95%;
}

.team-list {
  background: rgba(238, 238, 238, 0.5294117647);
}
.team-list img {
  border-radius: 10px;
}
.team-list .team__box {
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}
.team-list .team__box h6 {
  text-align: center;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
  width: 80%;
  margin: auto;
  margin-top: -50px;
  position: relative;
  font-size: 20px;
}
.team-list .team__box h6 span {
  display: block;
  color: var(--main-color);
}

.our-process-box {
  box-shadow: 1px 1px 5px 5px rgba(117, 115, 115, 0.0862745098);
  padding: 25px;
  border-radius: 10px;
}
.our-process-box span {
  color: var(--main-color);
  font-size: 40px;
}

.join-team {
  background: url(../img/team-2.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  border-radius: 40px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.join-team::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to bottom, var(--main-color), #4c6d59);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: -1;
}
.join-team h2 {
  color: #fff;
  width: 80%;
  margin: auto;
  font-size: 57px;
  text-align: center;
}

.chat-ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--main-color);
  position: fixed;
  display: block;
  animation: zoom-in-zoom-out 5s linear infinite;
  bottom: 15px;
  color: #fff;
  text-align: center;
  padding-top: 17px;
  z-index: 9;
  font-size: 26px;
  right: 15px;
}
.chat-ico:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--main-color);
  left: -5px;
  rotate: 158deg;
  top: 22px;
}

.pricing-banner {
  position: relative;
  z-index: 9;
  background: url(../img/bg-pricing-plan-1.jpg);
  min-height: 450px;
  background-size: cover;
  background-position: center;
}
.pricing-banner::after {
  background-image: linear-gradient(to bottom, #000, #4c6d59);
  opacity: 0.5;
}
.pricing-banner:before {
  display: none;
}

.pricing-plan-block1 h2 {
  font-size: 47px;
  line-height: 50px;
}
.pricing-plan-block1 .pricing-block-one {
  border: 1px solid #dedddd;
  padding: 20px;
  border-radius: 10px;
}
.pricing-plan-block1 .main-head p {
  font-size: 20px;
}
.pricing-plan-block1 h4 {
  font-size: 22px;
}
.pricing-plan-block1 svg {
  color: var(--main-color);
  font-size: 40px;
  margin-bottom: 20px;
}
.pricing-plan-block1 .pricing-row {
  text-align: center;
  margin-top: 55px;
}
.pricing-plan-block1 .pricing-row h4 {
  background: var(--main-color);
  padding: 20px;
  color: #fff;
}
.pricing-plan-block1 .pricing-row h4 span {
  display: block;
  font-weight: 300;
}
.pricing-plan-block1 .pricing-row h4.bg-green {
  background: rgb(47, 87, 239);
}
.pricing-plan-block1 .pricing-block {
  background-color: #fbf8ff;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  overflow: hidden;
  padding-bottom: 50px;
}
.pricing-plan-block1 .pricing-block h3 {
  font-size: 45px;
  margin: 15px 0;
  color: #6b3887;
}
.pricing-plan-block1 .pricing-block small {
  font-size: 18px;
  font-weight: 300;
  width: 60%;
  margin: auto;
  margin-top: 20px;
}
.pricing-plan-block1 .pricing-content li {
  margin: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 0;
  font-size: 14px;
}
.pricing-plan-block1 .pricing-content li:last-child {
  border-bottom: 0;
}

.pricing-plan-block2 {
  background: url(../img/bg-pricing-plan.jpg);
  padding: 80px 0;
  background-attachment: fixed;
  z-index: 9;
  background-size: cover;
  position: relative;
}
.pricing-plan-block2::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to bottom, #000, #4c6d59);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */