@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Montserrat:wght@100;200;300;400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Gloock&family=Sacramento&family=Viaoda+Libre&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Arizonia&family=Gloock&family=Sacramento&family=Viaoda+Libre&display=swap');

@font-face {
  font-family: 'Gill-Sans-Medium';
  src: url("../fonts/GrandSlang-Roman.woff2") format("woff2"), url("../fonts/GrandSlang-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Restless-Regular';
  src: url(Restless-Regular.otf);
}

:root {
  --Didact-Gothic: "Didact Gothic";
}

body {
  /*font-family: "Didact Gothic", sans-serif;*/
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  font-size: 14px;
  color: #515151;

}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-info:hover,
.btn-info:focus {
  background-color: #D8A790 !important;
  border-color: #D8A790 !important;
}

.btn {
  border-radius: 10px !important;
}

.theme-wizard .nav-link.active .nav-item-circle {
  background-color: #D8A790 !important;
  color: #fff;
  border-color: #D8A790 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Didact-Gothic);
  color: #000000;
}

h2 {
  font-size: 38px;
}

p {
  font-size: 16px;
  line-height: inherit;
  color: #000000;
}

ol,
ul {
  padding-left: 0rem !important;
  margin: 0;
}

li,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  transition: all 0.3s ease-in-out;
}

header .logo img {
  width: 220px;
  height: 80px;
}

header .logo img {
  max-width: 100%;
}

.user-login-btn {
  background: #D8A790;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  /* max-width: 180px; */
  border: 1px solid #D8A790;
  border-radius: 7px;
  transition: all ease-in-out 0.5s;
}

.user-login-btn:hover {
  background: #fff;
  color: #D8A790;
  border: 1px solid #D8A790;
}

.dropdown::after {
  position: absolute;
  right: 30px;
  top: 20px;
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-link.active {
  color: #D8A790 !important;
  font-weight: 500;
}

.nav-link {
  color: #000000 !important;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #D8A790 !important;
}

.navbar-nav li.nav-item {
  padding: 0px 10px;
}


/* .user-login-btn {
  background: #D8A790;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  max-width: 180px;
  display: block;
  text-align: center;
}

.user-login-btn {
  background: #D8A790;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  max-width: 180px;
  display: block;
  text-align: center;
} */

.navbar-nav li.nav-item {
  padding: 0px 10px;
}

li.nav-item.user-login-btn {
  display: none !important;
}

li.nav-item .dropdown-menu {
  background: #D8A790 !important;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.nav-item .dropdown-menu {
  border: 0px !important;
  /* margin-left: -35px !important; */
  margin-left: 0px !important;
}

.nav-item .dropdown-menu:after {
  display: none;
}

.navbar-nav .nav-item:nth-last-of-type(2) .dropdown-menu {
  padding: 0;
  border-radius: 10px;
  border: 1px solid #cecece !important;
  overflow: hidden;
}

.dropdown-item {
  font-size: 14px !important;
  text-transform: capitalize;
  text-align: left;
  color: #fff !important;
  padding: 10px 16px;
}

.dropdown-item:hover {
  background-color: #fff !important;
  color: #D8A790 !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-toggle::after {
  display: none !important;
}

.main-banner-sec {
  width: 100%;
  float: left;
  position: relative;
}

.ban-sec-1 {
  width: 100%;
  /* height: 300px; */
  background: #fff;
}

.ban-sec-2 {
  background: #fff;
  width: 100%;
  /* height: 300px; */
  position: relative;
}


.heading-div {
  position: relative;
  padding: 60px 0px;
}

/* .heading-div {
  margin-top: -115px;
  position: absolute;
  left: 0px;
  right: 0px;
} */

.heading-div p {
  font-size: 18px;
  font-size: 28px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
  color: #daa520;
}

.heading-div h1 {
  font-size: 150px;
  text-align: center;
  color: #0D1321;
  line-height: normal;
  font-family: "Allura", cursive;
  line-height: 1;
  margin: 0px;
}

.heading-div h5 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #daa520;
  position: relative;
}

.therapy-sec {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* .therapy-card {
  width: 25%;
  background-color: #899da3;
  text-align: center;
   padding: 40px 40px 60px 40px; 
  padding: 30px 20px 50px 20px; 
}*/

.therapy-card {
  width: 25%;
  background-color: #899da3;
  text-align: left;
  padding: 50px;
}

.therapy-card:nth-child(5) {
  /* width: 50%; */
  background: lightcoral;
}

/* .therapy-card:nth-child(5) p {
  max-width: 470px;
} */

.therapy-card:nth-child(1) {
  /* background: #f7da91; */
  background: #FFDECE;
}

.therapy-card:nth-child(2) {
  background: #FFC7AC;
}

.therapy-card:nth-child(3) {
  /* background: #f7da91; */
  background: #f9c1a5;

}

.therapy-card:nth-child(4) {
  background: #f3b698;
}

.therapy-card:nth-child(5) {
  background: #fff;
}

.therapy-card:nth-child(7) {
  background: #fff;
  width: 50%;
}

.therapy-card:nth-child(6) {
  background-image: url(../img/cards.webp);
  /* aspect-ratio: 3/1; */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25%;
}

.therapy-card h4 {
  font-size: 30px;
  font-weight: 700;
}

.therapy-card h5 {
  font-size: 25px;
  line-height: 30px;
  /* margin-bottom: 10px; */
  animation: textanim 2s ease 0s 1 normal forwards;
  text-transform: capitalize !important;
}

.therapy-card p {
  color: #000000;
  /* max-width: 235px; */
  margin: 20px auto;
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.therapy-card a {
  padding-bottom: 5px;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: 600;
}

.getting-help {
  /* background: #f7ce6a; */
  background: #fcdccc73;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px 70px 0px;
}

.getting-help h2 {
  /* text-align: center; */
  text-transform: capitalize;
  /* font-weight: 700; */
  margin-bottom: 20px;
  font-family: "Gloock", serif;
}

/* .getting-help p {
  color: #000000;
  max-width: 470px;
  margin: 20px auto;
  text-align: center;
} */


.getting-help .list-unstyled li {
  position: relative;
}

/* .getting-help .list-unstyled li::before {
  content: "\f058";
  position: absolute;
  font-family: 'FontAwesome';
  width: 20px;
  height: 20px;
  left: -30px;
  right: 0;
  top: 5px;
  bottom: 0;
  color: #D8A790;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */





.getting-help .card-num-sec .card-num {
  text-align: center;
}

.getting-help .card-num-sec .card-num a {
  color: #000;
  border-bottom: 1px solid #000;
  /* text-transform: capitalize; */
}

.getting-help .card-num-sec .card-num ul {
  display: flex;
  margin: 50px auto 0px auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.getting-help .card-num-sec .card-num ul li {
  width: calc(20% - 13px);
  list-style: none;
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  background: #fcdccc73;
  padding: 30px;
  margin-right: 0%;
}

/* 
 */
/* .getting-help .card-num-sec .card-num ul li span {
  background: linear-gradient(to right, #cfbaed, #D8A790);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
} */

/* .getting-help .card-num-sec .card-num ul li:nth-child(1) span {
  background: #ccc6c6 !important;
}

.getting-help .card-num-sec .card-num ul li:nth-child(2) span {
  background: #fadcd6 !important;
}

.getting-help .card-num-sec .card-num ul li:nth-child(3) span {
  background: #e5c7b5 !important;
}

.getting-help .card-num-sec .card-num ul li:nth-child(4) span {
  background: #b6d1d9 !important;
}

.getting-help .card-num-sec .card-num ul li:nth-child(5) span {

  background: #d0dee2 !important;
} */

.getting-help .card-num-sec .card-num ul li span {
  font-size: 30px;
  border-radius: 50%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  color: #000;
}

.getting-help .card-num-sec .card-num ul li p {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.form-sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 25px 0px;
  text-align: center;
}

/* .form-sec .address p {
  margin-bottom: 10px;
  line-height: 25px;
} */

/* .form-sec .address a {
  color: #000;
  font-size: 28px;
  margin-left: 15px;
} */

/* .form-sec .address .social p {
  margin: 15px 0px;
} */


.form-sec .address h2 {
  font-weight: 600;
}

.form-sec .address h5 {
  font-size: 18px;
}

.form-sec .address h6 {
  text-decoration: underline;
  font-weight: 500;
  margin-right: 20px;
  font-size: 24px;
  margin-bottom: 0px;
  color: #222222;
}

.form-sec .address .social a {
  font-size: 24px;
}




.form-sec .address .address-social {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
  flex-direction: row;
}

.form-sec .address .address-social a {
  color: #000;
  font-size: 16px;

}

.form-sec .address .address-social a:nth-child(2) {
  margin-left: 5px;
}



.form-sec .address .address-social a i.fa-regular.fa-envelope {
  padding: 12px;
  background: #4285f4;
  /* border-radius: 50%; */
  color: #fff;
  width: 40px;
  height: 40px;
}

.form-sec .address .address-social a i.fa-brands.fa-instagram {
  padding: 12px;
  background: #d43d93;
  /* border-radius: 50%; */
  color: #fff;
  width: 40px;
  height: 40px;
}


/* footer profile card start */
/* .form-sec .profile-card {
  padding: 20px;
  background-color: #a783db;
  border-radius: 10px;
  display: flex;
  margin: 50px auto;
  justify-content: space-evenly;
  width: 50%;
} */
/* .form-sec .profile-card {
  padding: 20px;
  background-color: #a783db;
  border-radius: 10px;
  display: flex;
  margin: 0px auto;
  justify-content: space-evenly;
  width: 50%;
} */

.form-sec .profile-card {
  /* padding: 20px; */
  /* background-color: #a783db; */
  border-radius: 10px;
  margin: 0px auto;
  width: 65%;
}

.profile-social-icons .profile-social-list .profile-social-list-details {
  font-size: 16px;
  /* color: #fff; */
  color: #010101;
  margin-left: 10px;
}

/* .form-sec .profile-card .profile-card-img {
  margin-top: -80px;
  text-align: center;

} */

.form-sec .profile-card .profile-card-img {
  display: none;

}


.form-sec .profile-card .profile-card-img img {
  border: 2px solid #b98e0d;
  border-radius: 15px;
  max-height: 200px;
  width: 200px;
  position: relative;
  /* top: -80px; */
  width: 100%;
  margin-bottom: 20px;
}

.form-sec .profile-card .profile-card-img h4 {
  color: gold;
}

/* .form-sec .profile-card .profile-info-text {
  margin-left: 30px;
} */
.form-sec .profile-card .profile-card-img p {
  color: #fff;
}

.form-sec .profile-card .profile-info-text h4 {
  color: #010101;
  /* font-size: 32px; */
  margin-bottom: 10px;
  line-height: normal;
  font-weight: bold;
}

.form-sec .profile-card .profile-info-text p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0px !important;
}

/* .form-sec .profile-card .profile-info-text .profile-social-icons {
  margin-top: 15px !important;
  padding-top: 20px;
} */
.form-sec .profile-card .profile-info-text .profile-social-icons {
  margin-top: 15px !important;
  padding-top: 0px;
}

/* .form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list {
  display: flex;
  width: 100%;
  justify-content: center;
} */
.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list {
  display: flex;
  justify-content: center;
  width: 100%;
}




.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li {
  /* margin: 0px 15px; */
  margin: 15px;
  transition: 0.4s ease-in-out all;
  display: flex;
}

.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li a:nth-child(1),
.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li a:nth-child(3) {
  background-image: linear-gradient(145deg, #e2e8ec, #ffffff);
  /* box-shadow: 5px 5px 15px #D1D9E6, -5px -5px 15px #ffffff; */
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 25px;
  /* display: inline-block; */
  display: block;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: 0.4s ease-in-out all;
  color: #00000062;
  font-size: 20px;
}

.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li img {
  width: 25px;
}

.form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li img {
  width: 20px;
}

/* .form-sec .profile-card .profile-info-text .profile-social-icons .profile-social-list li a:hover {
  background-image: linear-gradient(145deg, #D8A790, #D8A790);
  color: #fff;
  transition: 0.4s ease-in-out all;
} */

/* footer profile card end */







.form-sec .time p {
  width: 200px;
  margin-bottom: 0px;
  line-height: 25px;
}

.form-sec .abt-me {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.form-sec .abt-me .abt-social {
  display: flex;
  flex-direction: column;
}

.form-sec .abt-me .abt-social a {
  font-size: 20px;
  color: #111111;
  margin-bottom: 10px;
}


.form-sec .abt-me .abt-social a .fa-brands {
  font-size: 22px;
  color: #111111;
  margin-bottom: 0px !important;

}

.form-sec {
  background-color: #fff !important;
}

footer {
  width: 100%;
  float: left;
}

footer .cta-sec-web {
  /* background-color: #C8A2C8; */
  background-color: #533471;
  padding: 50px 0px;
  border: none !important;
  background: linear-gradient(45deg, #E29874, #d8a790a3);
}

footer .cta-sec-web h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 55px;
  /* color: #ffd700; */
  color: #010101;
}

footer .cta-sec-web h4 {
  /* color: #fff; */
  color: #010101;
  font-size: 1.25rem;
}

footer .cta-sec-web h4 br {
  display: none;
}

footer .cta-sec-web .col-lg-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


footer .cta-sec-web .col-lg-4 .user-login-btn {
  background-color: #fff !important;
  color: #D8A790 !important;
  padding: 1rem 2rem !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

footer .copyright-sec {
  width: 100%;
  float: left;
  position: relative;
  background: #D1774C !important;
  padding: 20px;
  text-align: center;
}

footer .copyright-sec a {
  color: #000;
}

footer .copyright-sec p {
  margin: 0px;
  color: #fff;
}

.form-sec .address .address-social {
  margin-top: 18px;
}

.form-sec .address .address-social img {
  width: 25px;
}



.new-abt-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.new-abt-pg div.part-1 {
  width: 40%;
  background-image: url(../img/abt-page.webp);
  min-height: 600px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.new-abt-pg div.part-2 {
  width: 60%;
  background: #f0e7fd;
  padding: 0px 80px 0px 60px;
}

.new-abt-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.new-abt-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.about-me {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px;
  background: #f2ebf9;
}

.about-me .container {
  width: 60%;
}

.about-me .container p.sec-head-num {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
}

.abt-time-line-sec h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0px;
}

.about-me .container p {
  color: #000000;
  margin: 20px auto;
}

.about-me .container ul {
  margin-left: 1rem;
}

.about-me .container ul li {
  font-size: 16px;
  color: #000000;
}

.about-me .container img {
  max-width: 100%;
}

.how-do-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.how-do-pg div.part-1 {
  width: 40%;
  background-image: url(../img/how-do.webp);
  min-height: 500px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: cover;
}

.how-do-pg div.part-2 {
  width: 60%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 0px 60px;
}

.how-do-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.how-do-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.how-do-pg div.part-2 .services-part h3 {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 20px;
  /* margin-top: 40px; */
}

.how-do-pg div.part-2 .services-part p {
  font-weight: 500;
}

.how-do-pg div.part-2 .services-part table a {
  color: #000;
}

ul.work-services {
  list-style-position: inside;
}

ul.work-services li {
  line-height: 35px;
}

ul.work-services li a {
  color: #000;
  font-size: 16px;
}

/*  */
.list-unstyled {
  padding-left: 0;
  list-style: none;
  /* max-width: 600px;
  margin: 20px auto; */

}

ul.list-unstyled li {
  /* margin: 15px 0px; */
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

ul.list-unstyled li i {
  padding-right: 10px;
  color: #D8A790;
}

.insignt-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.part-1 {
  width: 50%;
  background-image: url(../img/insight.webp);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.insignt-pg div.part-2 {
  width: 50%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 20px 60px;
}

.insignt-pg div.part-2 h2 {
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.insignt-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.insignt-pg div.part-2 h6 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .insignt-pg div.part-2 h6:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: black;
} */

/* Theta waves breath therapy css  */
.theta-waves-breath-therapy-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.theta-waves-breath-therapy-pg div.part-1 {
  width: 50%;
  background-image: url(../img/theta-waves-breath-therapy.jpg);
  min-height: 600px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.theta-waves-breath-therapy-pg div.part-2 {
  width: 60%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 20px 60px;
}

.theta-waves-breath-therapy-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.theta-waves-breath-therapy-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.theta-waves-breath-therapy-pg div.part-2 h6 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .theta-waves-breath-therapy-pg div.part-2 h6:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: black;
} */

/* Theta waves breath therapy css end */
.somatic-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.somatic-pg div.part-1 {
  width: 40%;
  background-image: url(../img/somatic.webp);
  min-height: 600px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 120%;
  background-position: right;
}

.somatic-pg div.part-2 {
  width: 60%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 20px 60px;
}

.somatic-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.somatic-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.somatic-pg div.part-2 h6 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-via {
  color: #000;
}

/* .somatic-pg div.part-2 h6:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: black;
} */



.somatic-pg div.part-2 .services-part h3 {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.somatic-pg div.part-2 .services-part p {
  font-weight: 500;
}

.hypnosis-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.hypnosis-pg div.part-1 {
  width: 40%;
  background-image: url(../img/hypnosis.webp);
  min-height: 600px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.women-guidance .part-1 {
  background-image: url(../img/women-guidance-bg.webp) !important;
}

.couples-therapy .part-1 {
  background-image: url(../img/couples-therapy-bg.webp) !important;
}

.hypnosis-pg div.part-2 {
  width: 60%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 20px 60px;
}

.hypnosis-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.hypnosis-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.hypnosis-pg div.part-2 h6 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .hypnosis-pg div.part-2 h6:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: black;
} */

.inner-dance-pg {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 0px;
  display: flex;
}

.inner-dance-pg div.part-1 {
  width: 40%;
  background-image: url(../img/inner-dance.webp);
  min-height: 500px;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
}

.inner-dance-pg div.part-2 {
  width: 60%;
  background: rgba(242, 235, 249, 0.6);
  padding: 0px 80px 20px 60px;
}

.inner-dance-pg div.part-2 h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.inner-dance-pg div.part-2 p {
  text-align: left;
  color: #000000;
  margin: 20px auto;
  font-size: 16px;
}

.inner-dance-pg div.part-2 .services-part h3 {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}

.inner-dance-pg div.part-2 .services-part p {
  font-weight: 500;
}


.inner-dance-pg div.part-2 h6 {
  text-align: left;
  color: #000000;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* .inner-dance-pg div.part-2 h6:before {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  top: 5px;
  bottom: 0;
  width: 9px;
  height: 9px;
  background: black;
} */


.abt-time-line-sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px;
  background: #fff;
}

.abt-time-line-sec h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}


/* .abt-time-line-sec .container section .timeline {
  border-left: 4px solid #f2ebf9;
  position: relative;
  list-style: none;
  padding-left: 2rem !important;
} */

.abt-time-line-sec .container section .timeline .timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.abt-time-line-sec .container section .timeline .timeline-item::after {
  position: absolute;
  display: block;
  top: 0;
}

.abt-time-line-sec .container section .timeline .timeline-item::after {
  background-color: hsla(0, 0%, 100%, 0);
  left: -44px;
  border-radius: 50%;
  height: 20px;
  width: 21px;
  content: "";
}

/* .abt-time-line-sec .container section .timeline .timeline-item .text-muted {
  position: absolute;
  color: #6c757d !important;
  left: -175px;
  top: 3px;
} */

.new-testmonial {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px 0px 0px;
}

.new-testmonial .container {
  width: 100%;
}

.new-testmonial .container h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
}

.new-testmonial .container .swiper {
  width: 100%;
  height: 100%;
}

.new-testmonial .container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-testmonial .container .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec {
  background: rgba(230, 216, 243, 0.3803921569);
  padding: 50px;
  position: relative;
  /* margin: 40px auto; */
  height: 100%;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .quote {
  position: absolute;
  font-size: 3em;
  width: 40px;
  height: 40px;
  background: #cdb1e7;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .open {
  top: 0;
  left: 0;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .close {
  bottom: 0;
  right: 0;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .review-card-text {

  padding: 110px 50px;

}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .review-card-text h5 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

/* .new-testmonial .container .swiper .swiper-slide .review-card-sec .review-card-text p {
  font-weight: 500;
  font-size: 16px;
  
} */
.new-testmonial .container .swiper .swiper-slide .review-card-sec .img-part {
  max-width: 200px;
  border: 2px solid #fff;
}

.new-testmonial .container .swiper .swiper-slide .review-card-sec .img-part img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-testmonial .container .row .col-lg-6 {
  display: flex;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination {
  color: #cdb1e7;
}

.testimonial-me {
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 0px 0px 0px;
}

.testimonial-me .container {
  width: 60%;
}

.testimonial-me .container h2 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 40px;
}

.testimonial-me .container .review-card-sec {
  background: rgba(230, 216, 243, 0.3803921569);
  padding: 50px;
  position: relative;
  margin: 40px auto;
}

.testimonial-me .container .review-card-sec .quote {
  position: absolute;
  font-size: 3em;
  width: 40px;
  height: 40px;
  background: #cdb1e7;
  color: #fff;
  text-align: center;
  line-height: 1.25;
}

.testimonial-me .container .review-card-sec .open {
  top: 0;
  left: 0;
}

.testimonial-me .container .review-card-sec .close {
  bottom: 0;
  right: 0;
}

.testimonial-me .container .review-card-sec .review-card-text h5 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.testimonial-me .container .review-card-sec .review-card-text p {
  font-weight: 500;
  font-size: 16px;
}

.testimonial-me .container .review-card-sec .img-part {
  max-width: 200px;
  border: 2px solid #fff;
}

.testimonial-me .container .review-card-sec .img-part img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}




/*# sourceMappingURL=main.css.map */
/**Nishigandha
10-11-23
*/
.mr-2 {
  margin-right: 20px;
}

.contant-part {
  background: #fcdccc73;
  text-align: center;
  padding: 60px 0px;
}

.getting-help h4 {
  font-family: "Allura", cursive !important;
}

.btn-flex {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.social-icon img {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  overflow: hidden;
}

.getting-help .list-unstyled li span {
  margin-right: 10px;
}

.contant-part p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  margin: 0px auto 16px auto;
  line-height: 40px;
}

.contant-part h2 {
  font-size: 40px;
  /* font-family: "Allura", cursive; */
}

a.btn.btn-work {
  background: #D8A790;
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #D8A790;
  border-radius: 7px;
  transition: all ease-in-out 0.5s;
}

.part-2 h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: italic;
}

.part-1 {
  width: 50% !important;
  min-height: 100vh !important;
  background-size: cover !important;
  background-position: center center;
}

.part-2 {
  width: 50% !important;
  padding: 60px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #fcdccc73 !important;
}

.part-2 h2 {
  margin-top: 0px !important;
}

.part-2 ul li {
  text-align: left;
  color: #000000;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  list-style: disc;
}

.btn-book {
  background: #D8A790 !important;
  color: #fff !important;
  padding: 10px 15px;
  font-weight: 500;
  border: 1px solid #D8A790;
  border-radius: 7px;
  transition: all ease-in-out 0.5s;
  margin-top: 20px;
}

.part-2 p {
  margin: 0px 0px 20px 0px !important;
  line-height: 30px !important;
}

.dropdown::after {
  content: '\f107 ';
  font-family: 'FontAwesome';
  position: absolute;
  width: 10px;
  height: 10px;
  z-index: 100;
  right: 0;
  top: -13px;
  bottom: 0;
  margin: auto;
  color: #000;
}

header {
  border-bottom: 1px solid #e5e5e5;
}

.getting-help h2,
.part-2 h2,
.abt-time-line-sec h2,
.sessions-sec h2,
.get-in-touch-sec h2 {
  text-transform: capitalize !important;
  margin-bottom: 20px !important;
  font-family: "Allura", cursive !important;
  font-size: 60px !important;
  font-weight: 100 !important;
  text-align: left !important;
}

.getting-help h4,
.part-2 h3 {
  font-size: 30px !important;
  margin-bottom: 30px !important;
  font-weight: 100;
  font-family: "Allura", cursive !important;
}

.getting-help .list-unstyled li {
  font-size: 20px;
  line-height: inherit !important;
  margin-bottom: 20px;
}

.user-login-btn,
.btn-work,
.btn {
  border-radius: 100px !important;
  padding: 10px 16px !important;
}

.therapy-card a svg {
  height: 18px;
  width: 18px;
  position: relative;
  margin-left: 5px;
}

footer .cta-sec-web h2,
footer .cta-sec-web h4 {
  color: #fff !important;
}

ul.timeline {
  margin-top: 20px;
}

.abt-time-line-sec .container section .timeline .timeline-item .text-muted {
  color: #000 !important;
  min-width: 140px;
  text-align: left;
  font-weight: 500 !important;
}

.timeline-item h5 {
  font-weight: 100 !important;
  position: relative;
  top: 0px;
  font-size: 20px;
}

.services-part {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.services-part .table>thead {
  vertical-align: bottom;
  background: linear-gradient(45deg, #E29874, #d8a790a3);
  color: #fff;
}

.services-part .table {
  font-size: 16px;
  vertical-align: middle;
}

.services-part td:nth-child(4) a {
  color: #D8A790 !important;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}

.services-part h6 {
  margin-bottom: 0rem !important;
  font-size: 26px;
  font-weight: 200;
  margin-top: 30px;
}

.table-bordered>:not(caption)>*>* {
  padding: 16px;
}

.sessions-sec {
  min-height: 100vh;
  padding: 140px 0px 60px 0px;
  background: #fff;
}

.session-card {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 2px 6px 12px #00000021;
  padding-bottom: 60px;
  position: relative;
  width: 100%;
}

.session-card .top-part {
  color: #fff;
  padding: 20px;
  background: linear-gradient(45deg, #E29874, #d8a790a3);
}

.session-card .top-part h3 {
  color: #fff;
}

.session-card .text-part {
  padding: 30px;
}

.text-part p span {
  color: #D8A790;
  font-weight: 600;
  /* display: block; */
}

.session-card .text-part a {
  padding-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: #000;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 100px;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
}

.session-card .text-part a svg {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.col-lg-4:has(.session-card) {
  display: flex;
  margin-bottom: 30px;
}

.sessions-sec .col-lg-12 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.sessions-sec h2 {
  margin-bottom: 50px !important;
}

.sessions-sec .col-lg-12 h3 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Allura", cursive !important;
}

.get-in-touch-sec {
  padding: 60px 0px;
}

.get-in-touch-sec p {
  font-size: 20px;
}

.get-in-touch-sec p a {
  color: #D8A790 !important;
  font-weight: 500;
}

.session-card .text-part h4 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid;
  width: fit-content;
}

.contant-part.get-in-touch-sec h2 {
  text-align: center !important;
}

.session-card .text-part p {
  display: flex;
  justify-content: space-between;
}

.session-card .text-part p span {
  text-align: right;
  padding-left: 20px;
}

.contant-part.get-in-touch-sec p {
  font-size: 30px;
}

.contact-sec-new {
  display: flex;
}

.contact-sec-new .part-2 {
  padding: 0px !important;
  background: #fff;
}

.contact-sec-new .get-in-touch-sec {
  padding: 60px;
}

.contact-sec-new .heading-div h1 {
  font-size: 90px;
}

.contact-sec-new .heading-div p,
.contact-sec-new .heading-div h5 {
  font-size: 18px;
}

.contact-sec-new .part-1 {
  background: url('https://lucieaviola.com/assets/img/contact-bg.webp');
  background-size: cover;
  background-position: center center;
}

.part-2 .heading-div p {
  margin-bottom: 0px !important;
}

.part-2 .contant-part p {
  font-size: 16px;
  max-width: 100%;
}

.contact-sec-new .part-2 {
  background: #fff !important;
}

.contact-sec-new .part-2 .btn-flex {
  margin-top: 10px;
}

.my-bg-sec ul li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 14px;
}

.my-bg-sec ul li p {
  margin: 0px !important;
  line-height: inherit !important;
  min-width: 120px;
  font-size: 14px !important;
  color: #000 !important;
}

.my-bg-sec ul .timeline-item h5 {
  font-size: 14px !important;
  margin: 0px !important;
  line-height: inherit !important;
}

.my-bg-sec div.part-1 {
  width: 40%;
  background-image: url(../img/my-bg.webp);
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.session-bg.session-card {
  background-image: url(../img/session-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
}

.disclaimer-sec {
  float: left;
  width: 100%;
  padding: 40px 0px;
  background: #fff;
}

.disclaimer-sec h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.disclaimer-sec h2 {
  font-size: 30px;
  font-weight: bold;
}

.disclaimer-sec h3 {
  font-size: 26px;
  font-weight: bold;
  margin: 20px 0px;
}

.disclaimer-sec ul {
  padding-left: 20px;
}

.disclaimer-sec ul li {
  list-style: disc;
  color: #000;
  margin-bottom: 12px;
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .container {
    max-width: 1140px !important;
  }
}