@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #00ff80;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  line-height: 25px;
  font-family: "montserrat-font-one";
}

@font-face {
  font-family: "saudagar-font-one";
  src: url(../font/Saudagar.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "montserrat-font-one";
  src: url(../font/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0;
}

.theme_btn {
  padding: 4px 4px 4px 17px;
  border: unset;
  border-radius: 45px;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 0.27);
  box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  font-family: "montserrat-font-one";
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  border: 1px solid #fff;
  text-transform: uppercase;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #000;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 0.27);
  box-shadow: 4px 8px 19px -3px rgb(0 0 0 / 0.27);
  transition: all 250ms;
  border: 1px solid #a4b738;
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "saudagar-font-one";
  font-size: 72px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "saudagar-font-one";
  font-size: 72px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0 0 2px;
}

h3 {
  font-family: "saudagar-font-one";
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "saudagar-font-one";
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0 0 3px;
}

h5 {
  font-family: "saudagar-font-one";
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "saudagar-font-one";
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url(../images/arrow.png) no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.menuSec img {
  margin: 0;
}

.menuSec {
  width: 100%;
  transition: all 0.3s ease;
  padding: 20px 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #ffffff5e;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  font-weight: bolder;
}

.menuSec.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #6e7d33;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 23px;
  font-size: 14px;
  font-family: "montserrat-font-one";
}

.menuSec ul li:last-child a {
  padding-right: 0;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #000;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000;
  left: 0;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #fff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000;
  left: 0;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #fff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(0 0 0 / 0.15);
  border-radius: 0.25rem;
}

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgb(255 255 255 / 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgb(255 27 27 / 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0;
}

.carousel-control.left {
  left: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  opacity: 1;
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.blog_sec {
  padding: 5% 0;
}

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.dis-block {
  display: block;
}

.banner-img img {
  width: 100%;
  height: 770px;
}

.btn-flex {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.btn-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-btns ul {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}

.banner_img img {
  width: 90%;
  margin-left: -28px;
  margin-top: 87px;
  height: auto;
}

.container-fluid {
  padding: 0 100px;
}

.header-logo img {
  width: 69%;
  margin-top: -20px;
  margin-bottom: -20px;
  background: #fff;
}

.theme_btn.theme-btn-two {
  background: #fff0;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: unset;
  bottom: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3%;
  padding: 0;
  color: #000;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

.carousel-control-prev-icon {
  background-image: url(../images/banner-slider-left.png);
  position: absolute;
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url(../images/banner-slider-right.png);
  position: absolute;
  height: 12px;
  width: 12px;
  opacity: 1;
}

.carousel-control-next {
  right: 88%;
}

.carousel-indicators {
  position: absolute;
  right: unset;
  bottom: 4px;
  left: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: unset;
  margin-bottom: 1rem;
  margin-left: unset;
  list-style: none;
  align-items: center;
}

.carousel-indicators [data-bs-target] {
  box-sizing: unset;
  flex: 0 1 auto;
  width: 30px;
  height: 18px;
  padding: 0;
  margin: 3px !important;
  text-indent: unset;
  cursor: pointer;
  background-color: #fff0;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid #fff0;
  border-bottom: 10px solid #fff0;
  opacity: 1;
  border-radius: 20px;
  font-size: 18px;
  color: #67721f;
  font-family: "saudagar-font-one";
}

.carousel-indicators .active {
  width: 60px !important;
  font-size: 40px !important;
  color: #8c9c2f !important;
}

section.meet-michelle-sec {
  padding: 140px 0 100px;
  position: relative;
  z-index: 1;
}

section.meet-michelle-sec .container-fluid {
  padding: 0 0 0 100px;
}

.meet-michelle-text {
  width: 100%;
}

section.meet-michelle-sec:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 20%;
  background: #f9fbf0;
  z-index: -1;
}

.meet-michelle-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 100%;
}

.book-appointment-box {
  padding-top: 20px;
}

.meet-michelle-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.our-services-box {
  padding: 10px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 80px 8px 100px 8px;
}

.our-services-box-img img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  height: 310px;
  border-radius: 80px 10px 10px 10px;
}

.our-services-box-text {
  padding: 0 10px;
}

section.our-services-sec {
  padding: 100px 0;
  background: #f9fbf0;
  margin-bottom: 100px;
}

.our-services-top-heading {
  text-align: center;
  margin: 0 auto;
  width: 40%;
  margin-bottom: 30px;
}

.discover-rejuvenation-text ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-family: "montserrat-font-one";
  font-size: 16px;
}

.discover-rejuvenation-text ul {
  margin: 40px 0;
}

.discover-rejuvenation-img img {
  width: 80%;
}

.discover-rejuvenation-img {
  position: relative;
  z-index: 1;
}

.discover-rejuvenation-img-one {
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: -1;
}

section.discover-rejuvenation-sec {
  margin-bottom: 100px;
}

section.book-an-appointment {
  margin-bottom: 100px;
  padding: 100px 0;
  background: #eee4dc;
}

.row.book-an-row {
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  border-radius: 0 200px 0 200px;
  position: relative;
  z-index: 0;
  padding-right: 60px;
  padding-bottom: 20px;
}

.book-text-img {
  position: absolute;
  top: 60px;
  right: 70px;
  z-index: 1;
  width: 120px;
}

.book-appointment-box h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}

.book-appointment-input input {
  background: #fff0;
  margin-top: 20px;
  width: 100%;
  border: unset;
  border-bottom: 1px solid #a5b158;
  padding-bottom: 10px;
  color: #d1d7b7;
  padding-left: 10px;
  font-size: 13px;
  font-family: "montserrat-font-one";
}

.book-appointment-input select {
  background: #fff0;
  margin-top: 20px;
  width: 100%;
  border: unset;
  border-bottom: 1px solid #a5b158;
  padding-bottom: 10px;
  color: #d1d7b7;
  padding-left: 10px;
  font-size: 13px;
  font-family: "montserrat-font-one";
}

.book-appointment-input textarea {
  background: #fff0;
  margin-top: 20px;
  width: 100%;
  border: unset;
  border-bottom: 1px solid #a5b158;
  padding-bottom: 10px;
  color: #d1d7b7;
  height: 120px;
  margin-bottom: 20px;
  font-size: 13px;
  font-family: "montserrat-font-one";
}

.book-appointment-input textarea::placeholder {
  color: #d1d7b7;
  font-family: "montserrat-font-one";
  font-size: 13px;
}

.book-appointment-input input::placeholder {
  color: #d1d7b7;
  font-family: "montserrat-font-one";
  font-size: 13px;
}

.happy-client-slider .slick-active {
  opacity: 1;
}

.happy-client-box-img img {
  width: auto;
}

.happy-client-box-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  border: 10px solid #f2f4e9;
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
}

.happy-client-box {
  text-align: center;
  padding: 33px 40px;
}

.happy-client-ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.happy-client-ul li i {
  color: #f39f1e;
}

.happy-client-slider .slick-current {
  opacity: 1;
  border: 1px solid #92a330;
  border-radius: 200px 4px 200px 4px;
}

.happy-client-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.happy-client-slider .slick-slide {
  margin: 0 0;
}

.happy-clients-top-text {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.happy-client-slider {
  height: 460px;
}

.happy-client-slider .slick-prev:before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-slider-left.png);
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.happy-client-slider .slick-track {
  height: 430px;
}

.happy-client-slider .slick-next:before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-slider-right.png);
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.happy-client-slider .slick-next {
  right: 35%;
}

.happy-client-slider .slick-prev {
  left: 31%;
}

section.our-happy-clients {
  margin-bottom: 100px;
}

.gallery-img-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

section.our-gallery-sec {
  margin-bottom: 100px;
}

.our-gallery-top-heading {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-sec {
  background: #111;
}

.dv2footer {
  margin-left: 25px;
  border-right: 1px solid #a7a7a7;
  height: 100%;
  padding: 65px 0 30px;
}

ul.ul1footer li {
  padding: 3px 0;
}

.dv1footer .logo-text a {
  font-size: 31px;
  line-height: 35px;
}

.dv1footer p {
  margin-top: 27px;
  color: #b7b7b7;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

ul.ul1footer li {
  font-size: 14px;
  font-weight: 500;
  color: #d2d2d2;
}

.footer h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #dee0e0;
  font-weight: 400;
  margin-bottom: 20px;
}

.footer {
  background-color: #272727;
  padding: 0 0 25px;
  margin-top: 50px;
}

ul.ul1ftbottom li a {
  font-size: 18px;
  color: #fff;
}

ul.ul1footer li a {
  color: #d2d2d2;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

ul.ul2footer li {
  padding: 11px 0;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

ul.ul2footer li a {
  color: #c1c1c3;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

ul.ul1footer li a:hover {
  color: #818f29;
}

ul.ul2footer li a:hover {
  color: #98a933;
}

ul.ul2footer li i {
  font-size: 23px;
  color: #ffe898;
  margin-right: 18px;
}

.dv3footer {
  margin-left: 35px;
  padding: 65px 0 70px;
}

ul.ul1ftbottom {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.dv1ftbottom {
  display: flex;
  justify-content: space-between;
  border: 1px solid #a7a7a7;
  padding: 25px 35px;
  align-items: center;
  border-radius: 10px;
  background: #232323;
}

.dv1ftbottom p {
  margin-bottom: 0;
  font-size: 15px;
  color: #d2d2d2;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

ul.ul1ftbottom li i:hover {
  color: #86952b;
  transition: 0.5s;
}

ul.ul2footer li img {
  margin-right: 19px;
  object-fit: scale-down;
  width: 20px;
}

.dv1footer {
  padding: 82px 0 95px;
  border-right: 1px solid #a7a7a7;
  padding-right: 40px;
}

.banner_text.inner-baner-text {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  margin-top: 90px;
}

.banner-img.inner-banner img {
  height: 580px;
  object-fit: cover;
}

section.our-services-sec.services-detail-sec {
  margin-bottom: 0 !important;
  background: #fff;
  padding: 100px 0 20px !important;
}

section.about-pag {
  padding: 0 0 100px 0;
  background: #fff0;
}

.mission-img {
  text-align: center;
  width: 96%;
  display: block;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.mission-txt h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}

.mission-img img {
  width: 100%;
  height: 377px;
  object-fit: cover;
  border-radius: 0;
}

.mission-txt.vis {
  text-align: left;
}

.mission-img::before {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 82%;
  content: "";
  height: 110%;
  z-index: -1;
  border-radius: 0;
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
}

.mission-img.vis::before {
  right: auto;
  left: -20px;
}

.mission-img.vis {
  margin: 0;
}

.mission-txt h2 {
  color: #000;
}

.mission-row {
  margin-bottom: 100px;
}

section.location-sec {
  margin: 100px 0;
}

.location-map-box {
  padding: 50px 50px;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  position: relative;
}

.location-map-box-addreass {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}

.location-addreass-img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-addreass-text h4 {
  color: #fff;
}

.location-addreass-text p {
  color: #fff;
}

.location-map-box:before {
  position: absolute;
  content: "";
  top: 50px;
  left: 0;
  height: 50px;
  width: 7px;
  background: #fff;
}

.location-addreass-text {
  width: 80%;
}

.bg-color {
  padding: 50px;
  box-shadow: 0 0 10px 0 #0000004a;
  border-radius: 20px;
}

.register_form_inp.input-sec input {
  height: 50px;
  width: 100%;
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #66666647;
  background-color: #fff0;
  color: #666;
  border-radius: 6px;
}

.register_form_inp.input-sec select {
  height: 50px;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #66666647;
  background-color: #fff0;
  color: #666;
  border-radius: 6px;
}

.register_form_inp.input-sec input::placeholder {
  color: #666;
  text-transform: capitalize;
}

.register_form_inp textarea {
  height: 150px;
  padding-top: 20px;
  resize: none;
  background-color: #fff0;
}

.register_form_inp textarea:active,
.register_form_inp textarea:focus {
  background-color: #fff0;
}

.register_form_inp textarea::placeholder {
  color: #fff;
}

.sbmt-btn {
  height: 60px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #fff0;
  color: #fff;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  margin-top: 14px;
}

.booking-sec {
  margin: 100px 0;
}

.contact_detail_box figure img {
  margin: auto;
}

.contact_detail_box h2 {
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin: 30px 0 10px 0;
}

.contact_detail_box p a {
  font-size: 12px;
  line-height: 24px;
  color: #636363 !important;
  margin: 0;
  font-family: "Poppins";
  letter-spacing: 1px;
}

.contact_detail_box {
  padding: 50px 30px;
  border: 1px solid #8b8b8b4a;
  height: 280px;
  border-radius: 0;
  transition: 0.5s;
  border-radius: 100px 0 100px 0;
}

.contact_detail_box:hover {
  background: #000;
  color: #fff;
}

.contact_form {
  padding-bottom: 80px;
}

.contact_form label {
  font-size: 14px;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.contact_form input {
  height: 52px;
  width: 100%;
  box-shadow: none !important;
  outline: none;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #fff0;
  color: #000;
}

.btn_contact {
  border: 0;
  right: 0;
  background-color: #00007c;
  color: #fff;
  padding: 10px 40px;
  border: 2px solid #00007c;
  transition: 0.3s ease-in-out;
}

.btn_contact:hover {
  border: 0;
  right: 0;
  background-color: #fff0;
  color: #00007c;
  padding: 10px 40px;
  border: 2px solid #00007c;
}

.centerCol {
  margin: 0 auto;
  float: none;
}

.contact_form textarea {
  width: 100%;
  border: 1px solid #d5d5d5;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff0;
  color: #5d5d5d;
  border-radius: 9px;
}

.contact-sec-h h6 {
  font-size: 70px;
  color: #000;
  margin-bottom: 10px !important;
}

.contact-sec-h p {
  font-size: 14px;
  width: 100%;
  color: #636363;
  margin: auto;
  font-weight: 500;
  line-height: 23px;
}

.contact_page.all-section {
  background-color: #fff;
  padding: 100px 0 80px 0;
}

.contact_form {
  background-color: #fff;
}

.btn_wrap.text-center button {
  border: none;
  padding: 15px 71px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  font-family: "montserrat-font-one";
}

.btn_wrap.text-center button::before {
  background: #000;
  height: 0;
}

.contact_detail_box p {
  margin-bottom: 0;
  margin: 0 auto;
  width: 82%;
  font-weight: 400;
}

figure img {
  width: 50px;
}

section.contact_form button.theme_btn.theme_btn2 {
  padding: 15px 45px;
  background: #333;
  text-transform: uppercase;
}

.number-item input::-webkit-outer-spin-button,
.number-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto;
  margin: 0;
}

.contact_detail_box.text-center * {
  color: #a5b544;
}

.contact_detail_box:hover h2 {
  color: #fff;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover a {
  color: #fff !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.book-appointment-img iframe {
  width: 80%;
  height: 650px;
  margin-bottom: -7px;
  border-radius: 0 150px 0 150px;
  filter: grayscale(1);
}

.location-map-img iframe {
  width: 100%;
  height: 890px;
  border-radius: 30px;
}

.book-appointment-logo {
  background: #000;
  border-radius: 0 100px;
  padding: 0;
  height: 90vh;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 92%;
}

.book-appointment-logo img {
  width: 100%;
  height: 50%;
  object-fit: cover;
  margin: 0 auto;
}

ul.footer-timing li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

ul.footer-timing li span {
  padding-left: 0;
  padding-right: 0;
}

ul.footer-timing {
  margin-right: 40px;
}

.services-detail-img img {
  width: 100%;
}

.discover-rejuvenation-text.cherry-financing-text ul {
  margin-top: 12px;
}

.discover-rejuvenation-text.cherry-financing-text li {
  font-size: 14px;
  font-family: "montserrat-font-one";
  gap: 10px;
}

.discover-rejuvenation-text.cherry-financing-text li img {
  width: 16px;
}

.discover-rejuvenation-text.cherry-financing-text h2 {
  font-size: 40px;
}

.discover-rejuvenation-text.cherry-financing-text a.theme_btn.theme-btn-two {
  color: #839229;
  border: 1px solid #839229;
}

.discover-rejuvenation-text.cherry-financing-text a.theme_btn.theme-btn-two .btn-img {
  border: 1px solid #808e28;
}

.cherry-financing-img img {
  width: 100%;
}

section.cherry-financing-sec {
  margin: 100px 0;
}

.faq-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
}

.accordion-item {
  margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #000;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.125);
}

.location-addreass-text ul.ul2footer li a {
  color: #fff;
}

.location-addreass-text ul.ul2footer li img {
  color: #000;
}

.location-addreass-text ul.ul1footer li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.location-map-box.accordion h3 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.location-map-box.accordion .location-map-box-number a {
  background: #000;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff;
}

.location-map-box.accordion .location-map-box-number {
  text-align: center;
}

.location-map-box.accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(6%) saturate(4425%) hue-rotate(28deg) brightness(95%) contrast(80%);
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(6%) saturate(4425%) hue-rotate(28deg) brightness(95%) contrast(80%);
}

.accordion-button:focus {
  z-index: 3;
  border: 1px solid #a2b437;
  outline: 0;
  box-shadow: 0 0 6px 0 #717d21;
}

.location-addreass-img i {
  font-size: 30px;
  color: #a4b637;
}

.discover-rejuvenation-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.discover-rejuvenation-text ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}

.discover-rejuvenation-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/discover-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

haeder .container-fluid {
  padding: 0 3%;
}

header .col-md-3.col-sm-6.col-6.text-right {
  text-align: end;
}

header .col-md-3.col-sm-6.col-6.text-right {
  text-align: end;
}

.gt_container--hich1m .gt_switcher {
  width: 155px !important;
}

.header-transl-bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-translator .gt_switcher_wrapper {
  position: relative !important;
  bottom: initial !important;
  right: 40px !important;
  z-index: 999999 !important;
  top: 0 !important;
}

.gt_container--hich1m .gt_switcher .gt_option {
  position: absolute !important;
  width: fit-content !important;
  top: 40px !important;
}

.payment-section {
  padding: 80px 0;
  background-color: #fff;
}

.payment-img-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
  display: flex;
  align-items: center;
  height: 840px;
}

.payment-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  object-position: right;
}

.payment-img-container:hover .payment-img {
  transform: scale(1.03);
}

.payment-info {
  padding: 0 30px;
}

.paypal-box {
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 5px 20px rgb(0 0 0 / 0.05);
}

.paypal-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  gap: 15px;
}

.paypal-logo {
  height: 45px;
  width: auto;
}

.paypal-heading {
  color: #003087;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}

.paypal-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
  font-size: 1rem;
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-control {
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #0070ba;
  box-shadow: 0 0 0 3px rgb(0 112 186 / 0.1);
  outline: none;
}

.form-control::placeholder {
  color: #999;
}

.text-muted {
  color: #777777 !important;
  font-size: 0.85rem;
  margin-top: 5px;
  display: block;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
}

.form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid #a6b939;
}

.form-check-input:checked {
  background-color: #0070ba;
  border-color: #0070ba;
}

.form-check-input:focus {
  box-shadow: 0 0 0 3px rgb(0 112 186 / 0.2);
}

.form-check-label {
  color: #555;
  font-size: 0.95rem;
  cursor: pointer;
  user-select: none;
}

.btn-paypal {
  background: linear-gradient(90deg, rgb(167 186 57) 0%, rgb(111 123 32) 100%);
  color: #fff;
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-size: 1rem;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-paypal:hover {
  background-color: #005ea6;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(0 112 186 / 0.2);
}

.btn-paypal:active {
  transform: translateY(0);
}

.btn-paypal i {
  font-size: 1.2rem;
}

.form-control.is-invalid {
  border-color: #d2042d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d2042d'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d2042d' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}

.invalid-feedback {
  color: #d2042d;
  font-size: 0.85rem;
  margin-top: 5px;
}

.secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f5e9;
  color: #2e7d32;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  margin-top: 20px;
  font-weight: 500;
}

.secure-badge i {
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .payment-section {
    padding: 60px 0;
  }

  .payment-img-container {
    margin-bottom: 30px;
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .payment-section {
    padding: 40px 0;
  }

  .payment-info {
    padding: 0 15px;
  }

  .paypal-box {
    padding: 25px 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .paypal-heading {
    font-size: 1.3rem;
  }

  .paypal-logo {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .paypal-box {
    padding: 20px 15px;
  }

  .paypal-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .paypal-description {
    font-size: 0.95rem;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  background-color: #6e7d33;
  padding: 10px 0;
}

.marquee-content {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee-content li {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-content:hover {
  animation-play-state: paused;
}

header {
  position: relative;
  z-index: 9;
}

.top_nav.marquee ul.ul2footer li {
  padding: 0 0 0;
}

.top_nav.marquee ul.ul2footer {
  margin-bottom: 0;
}

.top_nav.marquee ul.ul2footer li a {
  color: #fff;
}

.toggle-password {
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  color: #6c757d;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .contact_detail_box p {
    width: 100%;
  }

  .meet-michelle-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 110%;
  }

  .book-appointment-logo {
    background: #000;
    border-radius: 0 100px;
    padding: 0;
    height: 800px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 92%;
  }

  .dv3footer {
    margin-left: 20px;
    padding: 65px 0 70px;
  }

  .header-transl-bx a {
    padding: 4px 4px 4px 11px;
    font-size: 11px;
  }

  ul.ul2footer li img {
    margin-right: 10px;
  }

  ul.ul2footer li a {
    font-size: 12px;
  }

  .dv2footer {
    margin-left: 5px;
  }

  ul.footer-timing li {
    gap: 40px;
  }

  .container-fluid {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .discover-rejuvenation-text ul li::before {
    top: 2px;
    width: 18px;
    height: 18px;
  }

  .header-transl-bx a {
    font-size: 11px;
    padding: 4px 4px 4px 12px;
  }

  .container-fluid {
    padding: 0 50px;
  }

  .location-map-box {
    padding: 40px 40px;
    border-radius: 20px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .menuSec ul li a {
    padding: 10px 9px;
    font-size: 13px;
  }

  .contact_detail_box p {
    width: 100%;
  }

  .header-transl-bx {
    display: block;
  }

  .menuSec {
    padding: 5px 0;
  }

  .theme_btn {
    padding: 5px 5px 5px 15px;
    font-size: 12px;
  }

  .btn-flex {
    gap: 5px;
  }

  .header-logo img {
    width: 80%;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  section.book-an-appointment {
    margin-bottom: 70px;
    padding: 50px 0;
  }

  .dv2footer {
    margin-left: 0 !important;
    padding: 65px 0 30px !important;
  }

  .dv1footer p {
    margin-top: 0;
    font-size: 12px;
  }

  ul.footer-timing {
    margin-right: 10px;
  }

  .dv1ftbottom {
    padding: 15px 35px;
  }

  ul.ul1ftbottom li a {
    font-size: 16px;
  }

  ul.ul1footer.footer-timing li {
    font-size: 11px !important;
    margin-bottom: 0;
  }

  .banner-img.inner-banner img {
    height: 350px;
    object-fit: cover;
  }

  ul.footer-timing li {
    gap: 10px;
  }

  ul.ul1footer li {
    font-size: 12px;
  }

  .dv1footer {
    padding: 55px 0 95px;
    padding-right: 10px;
  }

  .dv2footer {
    height: 100%;
    padding: 55px 0 30px;
  }

  .dv3footer ul.ul2footer li img {
    margin-right: 5px;
    width: 20px;
  }

  .dv3footer ul.ul2footer li a {
    font-size: 11px;
    line-height: 15px;
  }

  .happy-client-slider {
    height: auto;
  }

  .happy-client-slider .slick-track {
    height: auto;
  }

  section.about-pag {
    padding: 0 0 50px 0;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dv3footer {
    margin-left: 0;
    padding: 55px 0 70px;
  }

  section.our-gallery-sec {
    margin-bottom: 60px;
  }

  .gallery-img-box img {
    width: 100%;
    height: 250px;
  }

  .book-text-img {
    top: 30px;
    right: inherit;
    width: auto;
    left: 10px;
  }

  .book-text-img img {
    width: 75%;
  }

  .row.book-an-row {
    border-radius: 0 120px 0 120px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 60px;
  }

  .book-appointment-logo img {
    height: 70%;
  }

  .book-appointment-logo {
    border-radius: 0 50px;
    height: 30vh;
    width: 62%;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 0 0 20px;
  }

  .our-services-box-img img {
    height: 260px;
  }

  .happy-client-slider .slick-current {
    height: auto !important;
  }

  .discover-rejuvenation-img-one img {
    width: 70%;
  }

  .discover-rejuvenation-text ul {
    margin-bottom: 20px;
  }

  .discover-rejuvenation-img-one {
    bottom: -30px;
    right: -25px;
  }

  .discover-rejuvenation-text ul li {
    margin-top: 10px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .our-services-top-heading {
    margin-bottom: 20px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    background: #f9fbf0;
    margin-bottom: 50px;
  }

  section.our-services-sec.services-detail-sec.inner .row.align-items-center.mb-5 {
    margin-bottom: 0 !important;
  }

  .services-detail-text h2 {
    font-size: 40px;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_detail_box figure {
    margin-bottom: 0;
  }

  .contact_detail_box h2 {
    font-size: 25px;
  }

  .contact_detail_box {
    padding: 20px 10px;
    height: 250px;
    border-radius: 70px 0 70px 0;
  }

  .contact_page.all-section {
    padding: 50px 0 50px 0;
  }

  .section_head.contact-sec-h.theme.text-center.mb-5 {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 50px;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact_form textarea {
    height: 150px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 60px 0;
  }

  .location-map-img iframe {
    width: 100%;
    height: 640px;
  }

  section.location-sec {
    margin: 60px 0px !important;
  }

  section.location-sec ul.ul2footer li img {
    margin-right: 5px;
  }

  section.location-sec ul.ul2footer {
    margin-bottom: 0;
  }

  .location-addreass-text ul.ul2footer li a {
    line-height: 15px;
  }

  .location-addreass-text p {
    color: #fff;
    margin-bottom: 0;
  }

  .location-map-box {
    padding: 20px 20px;
  }

  .location-addreass-img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }

  .location-addreass-img img {
    width: 25px;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
  }

  .meet-michelle-img img {
    height: auto;
  }

  .dis-block {
    display: contents;
  }

  h2 {
    font-size: 45px;
  }

  p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .carousel-control-next {
    right: 90%;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 30px;
  }

  .slide-counter {
    bottom: 38px !important;
    left: 70px !important;
  }

  .banner-img img {
    width: 100%;
    height: 630px;
  }

  h1 {
    font-size: 60px;
    margin: 5px 0 12px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .header-translator .gt_switcher_wrapper {
    right: 90px !important;
    top: 10px !important;
  }

  .gtranslate_wrapper.gt_container--hich1m {
    margin-bottom: -30px;
  }

  .marquee-content {
    gap: 40px;
  }

  .marquee-content li {
    gap: 5px;
  }

  ul.ul2footer li img {
    width: 18px;
    height: 18px;
  }

  .banner_img img {
    width: 80%;
    margin-left: -28px;
    margin-top: 47px;
    height: auto;
  }

  .btn-img {
    height: 30px;
    width: 30px;
  }

  ul.ul2footer li a {
    font-size: 12px;
  }

  .marquee {
    padding: 5px 0;
  }

  ul.ul2footer li img {
    margin-right: 0;
    width: 20px;
  }

  html .happy-client-slider .slick-track {
    height: auto !important;
    transform: translate(0, 0) !important;
  }

  .happy-client-box {
    padding: 33px 20px !important;
  }

  .happy-client-slider {
    height: auto !important;
  }

  .happy-client-slider ul.slick-dots {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .happy-client-slider ul.slick-dots {
    display: none !important;
  }

  .discover-rejuvenation-text ul li::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }

  html .happy-client-slider .slick-track {
    height: auto !important;
    transform: translate(0, 0) !important;
  }

  .happy-client-box {
    padding: 33px 20px !important;
  }

  .happy-client-slider {
    height: auto !important;
  }

  section.our-happy-clients {
    margin-bottom: 60px;
  }

  .menuSec ul li a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .header-transl-bx {
    display: block;
  }

  .menuSec {
    padding: 5px 0;
  }

  .theme_btn {
    padding: 3px 3px 3px 10px;
    font-size: 12px;
  }

  .btn-flex {
    gap: 5px;
  }

  .header-logo img {
    width: 90%;
  }

  section.book-an-appointment {
    margin-bottom: 70px;
    padding: 50px 0;
  }

  .dv2footer {
    margin-left: 0 !important;
    padding: 65px 0 30px !important;
  }

  .dv1footer p {
    margin-top: 0;
    font-size: 12px;
  }

  ul.footer-timing {
    margin-right: 10px;
  }

  .dv1ftbottom {
    padding: 15px 35px;
  }

  ul.ul1ftbottom li a {
    font-size: 16px;
  }

  ul.ul1footer.footer-timing li {
    font-size: 10px !important;
    margin-bottom: 0;
  }

  .banner-img.inner-banner img {
    height: 350px;
    object-fit: cover;
  }

  ul.footer-timing li {
    gap: 10px;
  }

  ul.ul1footer li {
    font-size: 12px;
  }

  .dv1footer {
    padding: 55px 0 95px;
    padding-right: 10px;
  }

  .dv2footer {
    height: 100%;
    padding: 55px 0 30px;
  }

  .dv3footer ul.ul2footer li img {
    margin-right: 5px;
    width: 20px;
  }

  .dv3footer ul.ul2footer li a {
    font-size: 11px;
    line-height: 15px;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dv3footer {
    margin-left: 0;
    padding: 55px 0 70px;
  }

  section.our-gallery-sec {
    margin-bottom: 60px;
  }

  .gallery-img-box img {
    width: 100%;
    height: 190px;
  }

  .book-text-img {
    top: 30px;
    right: inherit;
    width: auto;
    left: 10px;
  }

  .book-text-img img {
    width: 75%;
  }

  .row.book-an-row {
    border-radius: 0 120px 0 120px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 60px;
  }

  .book-appointment-logo img {
    height: 70%;
  }

  .book-appointment-logo {
    border-radius: 0 50px;
    height: 60vh;
    width: 62%;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 0 0 20px;
  }

  .our-services-box-img img {
    height: 160px;
  }

  .discover-rejuvenation-img-one img {
    width: 70%;
  }

  .discover-rejuvenation-text ul {
    margin-bottom: 20px;
  }

  .discover-rejuvenation-text ul li {
    margin-top: 10px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .our-services-top-heading {
    margin-bottom: 20px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    background: #f9fbf0;
    margin-bottom: 50px;
  }

  section.our-services-sec.services-detail-sec.inner .row.align-items-center.mb-5 {
    margin-bottom: 0 !important;
  }

  .services-detail-text h2 {
    font-size: 40px;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_detail_box figure {
    margin-bottom: 0;
  }

  .contact_detail_box h2 {
    font-size: 25px;
  }

  .contact_detail_box {
    padding: 20px 10px;
    height: 250px;
    border-radius: 70px 0 70px 0;
  }

  .contact_page.all-section {
    padding: 50px 0 50px 0;
  }

  .section_head.contact-sec-h.theme.text-center.mb-5 {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 50px;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact_form textarea {
    height: 150px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 60px 0;
  }

  .location-map-img iframe {
    width: 100%;
    height: 640px;
  }

  section.location-sec {
    margin: 60px 0px !important;
  }

  section.location-sec ul.ul2footer li img {
    margin-right: 5px;
  }

  section.location-sec ul.ul2footer {
    margin-bottom: 0;
  }

  .location-addreass-text ul.ul2footer li a {
    line-height: 15px;
  }

  .location-addreass-text p {
    color: #fff;
    margin-bottom: 0;
  }

  .location-map-box {
    padding: 20px 20px;
  }

  .location-addreass-img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }

  .location-addreass-img img {
    width: 25px;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
  }

  .meet-michelle-img img {
    height: auto;
  }

  .dis-block {
    display: contents;
  }

  h2 {
    font-size: 45px;
  }

  p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .carousel-control-next {
    right: 90%;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 30px;
  }

  .slide-counter {
    bottom: 38px !important;
    left: 70px !important;
  }

  .banner-img img {
    width: 100%;
    height: 520px;
  }

  h1 {
    font-size: 45px;
    margin: 0 0 12px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .header-translator .gt_switcher_wrapper {
    right: 0px !important;
  }

  .marquee-content {
    gap: 40px;
  }

  .marquee-content li {
    gap: 5px;
  }

  ul.ul2footer li img {
    width: 18px;
    height: 18px;
  }

  .btn-img {
    height: 30px;
    width: 30px;
  }

  ul.ul2footer li a {
    font-size: 12px;
  }

  .meet-michelle-img {
    display: block;
    height: auto;
  }

  section.meet-michelle-sec .row {
    align-items: center;
  }

  .marquee {
    padding: 5px 0;
  }

  .our-services-box-text h2 {
    font-size: 20px;
  }

  ul.ul2footer li img {
    margin-right: 0;
    width: 20px;
  }

  .menuSec ul li a {
    padding: 10px 18px;
  }

  .book-appointment-input select {
    padding-left: 2px;
  }

  .book-appointment-input input {
    padding-left: 2px;
  }

  .our-services-box h4 {
    font-size: 22px;
  }

  .meet-michelle-text h2 {
    font-size: 38px;
  }

  .book-appointment-input option {
    color: #000 !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-fluid {
    padding: 0 20px;
  }

  .book-appointment-input option {
    color: #000 !important;
  }

  .meet-michelle-text h2 {
    font-size: 38px;
  }

  .our-services-box h4 {
    font-size: 22px;
  }

  .discover-rejuvenation-text ul li::before {
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
  }

  .meet-michelle-img {
    display: block;
    height: auto;
  }

  section.meet-michelle-sec .row {
    align-items: center;
  }

  .menuSec ul li a {
    padding: 10px 10px;
    font-size: 12px;
  }

  .contact_detail_box p {
    width: 100%;
  }

  .contact_detail_box p a {
    font-size: 11px;
  }

  .header-transl-bx {
    display: block;
  }

  .menuSec {
    padding: 5px 0;
  }

  .theme_btn {
    padding: 3px 3px 3px 10px;
    font-size: 12px;
  }

  .btn-flex {
    gap: 5px;
  }

  .header-logo img {
    width: 80%;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  section.book-an-appointment {
    margin-bottom: 70px;
    padding: 50px 0;
  }

  .dv2footer {
    margin-left: 0 !important;
    padding: 65px 0 30px !important;
  }

  .dv1footer p {
    margin-top: 0;
    font-size: 12px;
  }

  ul.footer-timing {
    margin-right: 10px;
  }

  .dv1ftbottom {
    padding: 15px 35px;
  }

  ul.ul1ftbottom li a {
    font-size: 16px;
  }

  ul.ul1footer.footer-timing li {
    font-size: 11px !important;
    margin-bottom: 0;
  }

  .banner-img.inner-banner img {
    height: 350px;
    object-fit: cover;
  }

  ul.footer-timing li {
    gap: 10px;
  }

  ul.ul1footer li {
    font-size: 12px;
  }

  .dv1footer {
    padding: 55px 0 95px;
    padding-right: 10px;
  }

  .dv2footer {
    height: 100%;
    padding: 55px 0 30px;
  }

  .dv3footer ul.ul2footer li img {
    margin-right: 5px;
    width: 20px;
  }

  .dv3footer ul.ul2footer li a {
    font-size: 10px;
    line-height: 15px;
  }

  section.about-pag {
    padding: 0 0 50px 0;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dv3footer {
    margin-left: 0;
    padding: 55px 0 70px;
  }

  section.our-gallery-sec {
    margin-bottom: 60px;
  }

  .gallery-img-box img {
    width: 100%;
    height: 250px;
  }

  .book-text-img {
    top: 30px;
    right: 10px;
    width: 150px;
    left: unset;
  }

  .book-text-img img {
    width: 75%;
  }

  .row.book-an-row {
    border-radius: 0 120px 0 120px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 60px;
  }

  .book-appointment-logo img {
    height: 43%;
  }

  .book-appointment-logo {
    border-radius: 0 50px;
    height: 53vh;
    width: 95%;
  }

  .book-appointment-input select {
    padding-left: 2px;
  }

  .book-appointment-input input {
    padding-left: 2px;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 0 0 20px;
  }

  .our-services-box-img img {
    height: 210px;
  }

  .discover-rejuvenation-img-one img {
    width: 70%;
  }

  .discover-rejuvenation-text ul {
    margin-bottom: 20px;
  }

  .discover-rejuvenation-img-one {
    bottom: -30px;
    right: -45px;
  }

  .discover-rejuvenation-text ul li {
    margin-top: 10px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .our-services-top-heading {
    margin-bottom: 20px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    background: #f9fbf0;
    margin-bottom: 50px;
  }

  section.our-services-sec.services-detail-sec.inner .row.align-items-center.mb-5 {
    margin-bottom: 0 !important;
  }

  .services-detail-text h2 {
    font-size: 40px;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_detail_box figure {
    margin-bottom: 0;
  }

  .contact_detail_box h2 {
    font-size: 25px;
  }

  .contact_detail_box {
    padding: 20px 10px;
    height: 250px;
    border-radius: 70px 0 70px 0;
  }

  .contact_page.all-section {
    padding: 50px 0 50px 0;
  }

  .section_head.contact-sec-h.theme.text-center.mb-5 {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 50px;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact_form textarea {
    height: 150px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 60px 0;
  }

  .location-map-img iframe {
    width: 100%;
    height: 640px;
  }

  section.location-sec {
    margin: 60px 0px !important;
  }

  section.location-sec ul.ul2footer li img {
    margin-right: 5px;
  }

  section.location-sec ul.ul2footer {
    margin-bottom: 0;
  }

  .location-addreass-text ul.ul2footer li a {
    line-height: 15px;
  }

  .location-addreass-text p {
    color: #fff;
    margin-bottom: 0;
  }

  .location-map-box {
    padding: 20px 20px;
  }

  .location-addreass-img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }

  .location-addreass-img img {
    width: 25px;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
  }

  .meet-michelle-img img {
    height: auto;
  }

  .dis-block {
    display: contents;
  }

  h2 {
    font-size: 45px;
  }

  p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .carousel-control-next {
    right: 90%;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 30px;
  }

  .slide-counter {
    bottom: 38px !important;
    left: 70px !important;
  }

  .banner-img img {
    width: 100%;
    height: 520px;
  }

  h1 {
    font-size: 45px;
    margin: 0 0 12px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .header-translator .gt_switcher_wrapper {
    right: 90px !important;
    top: 10px !important;
  }

  .gtranslate_wrapper.gt_container--hich1m {
    margin-bottom: -30px;
  }

  .marquee-content {
    gap: 40px;
  }

  .marquee-content li {
    gap: 5px;
  }

  ul.ul2footer li img {
    width: 18px;
    height: 18px;
  }

  .banner_img img {
    width: 94%;
    margin-left: -28px;
    margin-top: 60px;
    height: auto;
  }

  .btn-img {
    height: 30px;
    width: 30px;
  }

  ul.ul2footer li a {
    font-size: 12px;
  }

  .marquee {
    padding: 5px 0;
  }

  ul.ul2footer li img {
    margin-right: 0;
    width: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .menuSec ul li a {
    padding: 10px 5px;
    font-size: 12px;
  }

  .book-appointment-input option {
    color: #000 !important;
  }

  .book-appointment-input select {
    padding-left: 2px;
  }

  .book-appointment-input input {
    padding-left: 2px;
  }

  .meet-michelle-img {
    display: block;
    height: auto;
  }

  section.meet-michelle-sec .row {
    align-items: center;
  }

  .header-transl-bx {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .menuSec {
    padding: 5px 0;
  }

  .theme_btn {
    padding: 3px 3px 3px 10px;
    font-size: 12px;
  }

  .btn-flex {
    gap: 5px;
  }

  .header-logo img {
    width: 90%;
  }

  section.book-an-appointment {
    margin-bottom: 70px;
    padding: 50px 0;
  }

  .dv2footer {
    margin-left: 0 !important;
    padding: 65px 0 30px !important;
  }

  .dv1footer p {
    margin-top: 0;
    font-size: 12px;
  }

  ul.footer-timing {
    margin-right: 10px;
  }

  .dv1ftbottom {
    padding: 15px 35px;
  }

  ul.ul1ftbottom li a {
    font-size: 16px;
  }

  ul.ul1footer.footer-timing li {
    font-size: 10px !important;
    margin-bottom: 0;
  }

  .banner-img.inner-banner img {
    height: 350px;
    object-fit: cover;
  }

  ul.footer-timing li {
    gap: 10px;
  }

  ul.ul1footer li {
    font-size: 12px;
  }

  .dv1footer {
    padding: 55px 0 95px;
    padding-right: 10px;
  }

  .dv2footer {
    height: 100%;
    padding: 55px 0 30px;
  }

  .dv3footer ul.ul2footer li img {
    margin-right: 5px;
    width: 20px;
  }

  .dv3footer ul.ul2footer li a {
    font-size: 11px;
    line-height: 15px;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .dv3footer {
    margin-left: 0;
    padding: 55px 0 70px;
  }

  .book-appointment-box h2 .dis-block {
    display: inline !important;
    padding-left: 12px;
  }

  section.our-gallery-sec {
    margin-bottom: 60px;
  }

  .gallery-img-box img {
    width: 100%;
    height: 190px;
  }

  .book-text-img {
    top: 30px;
    width: auto;
    left: unset;
    right: 0;
  }

  .book-text-img img {
    width: 50%;
  }

  .row.book-an-row {
    border-radius: 0 120px 0 120px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 60px;
  }

  .book-appointment-logo img {
    height: 60%;
  }

  .book-appointment-logo {
    border-radius: 0 50px;
    height: 40vh;
    width: 94%;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 0 0 20px;
  }

  .our-services-box-img img {
    height: 160px;
  }

  .discover-rejuvenation-img-one img {
    width: 70%;
  }

  .discover-rejuvenation-text ul {
    margin-bottom: 20px;
  }

  .discover-rejuvenation-text ul li {
    margin-top: 10px;
  }

  .discover-rejuvenation-img-one {
    position: absolute;
    bottom: -25px;
    right: -60px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 14px;
    line-height: 20px;
  }

  .our-services-top-heading {
    margin-bottom: 20px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  section.our-services-sec {
    padding: 40px 0;
    background: #f9fbf0;
    margin-bottom: 50px;
  }

  section.our-services-sec.services-detail-sec.inner .row.align-items-center.mb-5 {
    margin-bottom: 0 !important;
  }

  .services-detail-text h2 {
    font-size: 40px;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_detail_box figure {
    margin-bottom: 0;
  }

  .contact_detail_box h2 {
    font-size: 25px;
  }

  .contact_detail_box {
    padding: 20px 10px;
    height: 250px;
    border-radius: 70px 0 70px 0;
  }

  .contact_page.all-section {
    padding: 50px 0 50px 0;
  }

  .section_head.contact-sec-h.theme.text-center.mb-5 {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 50px;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contact_form textarea {
    height: 150px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 60px 0;
  }

  .location-map-img iframe {
    width: 100%;
    height: 640px;
  }

  section.location-sec {
    margin: 60px 0px !important;
  }

  section.location-sec ul.ul2footer li img {
    margin-right: 5px;
  }

  section.location-sec ul.ul2footer {
    margin-bottom: 0;
  }

  .location-addreass-text ul.ul2footer li a {
    line-height: 15px;
  }

  .location-addreass-text p {
    color: #fff;
    margin-bottom: 0;
  }

  .location-map-box {
    padding: 20px 20px;
  }

  .location-addreass-img {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
  }

  .location-addreass-img img {
    width: 25px;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
  }

  .meet-michelle-img img {
    height: auto;
  }

  .dis-block {
    display: contents;
  }

  h2 {
    font-size: 30px;
  }

  p {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .carousel-control-next {
    right: 90%;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    bottom: 30px;
  }

  .slide-counter {
    bottom: 38px !important;
    left: 70px !important;
  }

  .banner-img img {
    width: 100%;
    height: 520px;
  }

  h1 {
    font-size: 45px;
    margin: 0 0 12px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
    padding: 0 10px;
    margin-bottom: 5px;
  }

  .header-translator .gt_switcher_wrapper {
    right: 0px !important;
  }

  .marquee-content {
    gap: 40px;
  }

  .marquee-content li {
    gap: 5px;
  }

  ul.ul2footer li img {
    width: 18px;
    height: 18px;
  }

  .btn-img {
    height: 30px;
    width: 30px;
  }

  ul.ul2footer li a {
    font-size: 12px;
  }

  .marquee {
    padding: 5px 0;
  }

  ul.ul2footer li img {
    margin-right: 0;
    width: 20px;
  }

  header .col-md-3.col-sm-6.col-6.text-right {
    width: 30%;
    padding: 0;
  }

  header .col-md-7.d-none.d-md-block {
    width: 55%;
  }

  header .col-md-2.col-sm-6.col-6 {
    width: 15%;
  }

  .header-translator {
    width: 70px;
  }

  header .gt_switcher.notranslate {
    width: 100px !important;
    height: 35px !important;
  }

  header a.theme_btn {
    font-size: 9px;
    height: 34px;
    display: flex;
    align-items: center;
  }

  header .btn-img {
    width: 20px;
    height: 20px;
  }

  .header-transl-bx {
    width: 100%;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }

  .book-appointment-input select {
    padding-left: 2px;
  }

  .book-appointment-input input {
    padding-left: 2px;
  }

  .book-appointment-input option {
    color: #000 !important;
  }

  .dv2footer {
    border-right: none !important;
    height: 100%;
    padding: 0 0 0;
    margin-left: 0;
  }

  .dv1footer {
    padding: 30px 0 15px;
    border-right: none !important;
    padding-right: 0;
  }

  p {
    line-height: 20px !important;
    font-size: 12px !important;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .dv1footer p {
    margin-top: 0;
  }

  ul.ul2footer {
    margin-bottom: 10px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    width: 80px !important;
    height: 30px !important;
  }

  .header-logo img {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
  }

  .theme_btn {
    padding: 3px 3px 3px 10px;
    font-size: 9px;
  }

  .header-transl-bx html .btn-text {
    font-size: 9px !important;
  }

  .btn-flex {
    gap: 5px;
  }

  .menuSec {
    padding: 5px 0 !important;
  }

  .gt_container--hich1m .gt_switcher .gt_selected {
    width: 85% !important;
    height: 37px !important;
  }

  .header-transl-bx {
    display: block !important;
  }

  .header-translator .gt_switcher_wrapper {
    right: 0 !important;
  }

  .menuSec .col-md-2.col-sm-6.col-12 {
    width: 100%;
  }

  .footer {
    margin-top: 30px;
  }

  .our-services-box-img img {
    height: 320px;
  }

  .btn-img {
    height: 35px !important;
    width: 35px !important;
  }

  .carousel-caption {
    position: absolute;
    top: 50px;
  }

  .slicknav_nav a:hover {
    background: #000;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
  }

  .slicknav_btn {
    background-color: #000;
  }

  .slicknav_menu {
    background: linear-gradient(90deg,
        rgb(167 186 57) 0%,
        rgb(111 123 32) 100%);
  }

  .header-translator {
    margin-bottom: 8px;
  }

  .banner-img img {
    width: 100%;
    height: 720px;
  }

  .our-services-box {
    text-align: center;
    margin-bottom: 20px;
  }

  .our-services-top-heading {
    width: 100%;
    margin-bottom: 10px;
  }

  .happy-client-slider {
    height: 370px;
  }

  .happy-client-box-img {
    margin-bottom: 20px;
  }

  .happy-client-slider .slick-next:before {
    height: 40px;
    width: 40px;
    background-size: contain;
  }

  .happy-client-slider .slick-prev:before {
    height: 40px;
    width: 40px;
    background-size: contain;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 15px 0 15px;
  }

  .happy-client-slider .slick-prev {
    left: 38%;
  }

  .happy-client-slider .slick-next {
    right: 40%;
  }

  section.our-happy-clients .slick-prev,
  .slick-next {
    z-index: 9999999;
    top: inherit;
    bottom: 20px;
  }

  .dis-block {
    display: contents;
  }

  section.our-services-sec .row.mb-5 {
    margin-bottom: 0 !important;
  }

  section.our-services-sec {
    padding: 30px 0;
    margin-bottom: 50px;
  }

  .happy-client-box {
    padding: 12px 10px;
  }

  .happy-client-slider .slick-current {
    border: 1px solid #92a330;
    border-radius: 20px;
  }

  .happy-client-box {
    padding: 12px 10px;
  }

  section.our-happy-clients {
    margin-bottom: 30px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  .meet-michelle-img {
    height: auto;
  }

  .meet-michelle-text {
    text-align: center;
  }

  .meet-michelle-img img {
    height: auto;
    width: 100%;
  }

  .row.book-an-row {
    border-radius: 0 100px 0 100px;
    text-align: center;
    padding: 20px 10px 20px 10px;
  }

  section.book-an-appointment {
    margin-bottom: 50px;
    padding: 20px 0;
  }

  .happy-clients-top-text {
    width: 100%;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .our-gallery-top-heading {
    width: 100%;
    margin-bottom: 10px;
  }

  ul.ul2footer li {
    padding: 8px 0;
  }

  section.our-gallery-sec {
    margin-bottom: 0;
  }

  .gallery-img-box img {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
  }

  html .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 40px !important;
    height: 40px !important;
  }

  .tawk-min-chat-icon,
  .tawk-min-chat-icon-down {
    width: 20px !important;
  }

  ul.ul2footer li img {
    margin-right: 10px;
    width: 18px;
  }

  .book-appointment-box h2 {
    margin-top: 15px;
  }

  .book-appointment-logo img {
    height: 80%;
  }

  .book-text-img img {
    width: 70%;
  }

  .book-text-img {
    top: 60px;
    right: -10px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  .banner-img.inner-banner img {
    height: 280px;
    object-fit: cover;
    object-position: center 55px;
    background: #8e9e42;
  }

  section.about-pag {
    padding: 0 0 50px 0;
    text-align: center;
  }

  .location-map-box {
    padding: 15px 15px;
  }

  .location-addreass-img {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .location-addreass-text {
    width: 100%;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  .mission-img img {
    height: 320px;
  }

  .mission-txt.vis {
    text-align: center;
  }

  section.meet-michelle-sec {
    padding-bottom: 0 !important;
  }

  section.about-pag .col-lg-5.col-md-5.col-12.mt-5 {
    margin-top: 2rem !important;
  }

  .location-addreass-img i {
    font-size: 25px;
  }

  .mission-txt.vision-text {
    margin-bottom: 40px;
  }

  .mission-row {
    margin-bottom: 30px;
  }

  .banner_text.inner-baner-text h1 {
    margin-bottom: 0;
    font-size: 30px !important;
  }

  .banner_text.inner-baner-text {
    width: 100%;
    margin-top: 20px;
  }

  .services-detail-text p {
    margin-bottom: 0 !important;
  }

  .services-detail-text {
    margin-top: 15px;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
    text-align: center;
  }

  .book-appointment-logo {
    border-radius: 0 30px;
    padding: 0;
    height: 100%;
    width: 30%;
    margin: 0 auto;
  }

  ul.ul1ftbottom li a {
    font-size: 15px;
  }

  .location-addreass-text ul.ul2footer li {
    padding: 3px 0;
    justify-content: center;
  }

  ul.ul1ftbottom {
    gap: 10px;
    margin-bottom: 8px;
    justify-content: center;
  }

  .dv1ftbottom {
    padding: 5px 12px;
    display: block;
    text-align: center;
  }

  ul.footer-timing li {
    margin-bottom: 5px;
    gap: 30px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .section_head.contact-sec-h {
    margin-bottom: 10px !important;
  }

  .happy-client-slider .slick-slide {
    margin: 0 5px !important;
  }

  .happy-client-slider .slick-current {
    height: auto !important;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_form textarea {
    margin-bottom: 10px;
    height: 140px;
  }

  .contact_detail_box {
    padding: 20px 0;
    height: 180px;
    margin-top: 10px;
  }

  .contact_page.all-section {
    padding: 50px 0 40px 0;
  }

  .section_head.contact-sec-h {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 40px;
    color: #000;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    margin-bottom: 5px;
  }

  .contact_form input {
    height: 45px;
    margin-bottom: 10px;
  }

  .btn_wrap.text-center button {
    padding: 12px 40px;
    font-size: 12px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .discover-rejuvenation-text.cherry-financing-text .banner-btns {
    margin-top: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
    justify-content: left;
    text-align: left;
  }

  .location-addreass-text ul.ul1footer li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 50px 0;
    text-align: center;
  }

  .location-map-img {
    margin-bottom: 15px;
  }

  .location-map-img iframe {
    height: 250px;
  }

  section.location-sec {
    margin: 50px 0;
  }

  ul.footer-timing {
    margin-right: 0;
  }

  .dv3footer {
    margin-left: 0;
    padding: 10px 0 10px;
  }

  ul.ul2footer li a {
    font-size: 12px;
    line-height: 20px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
  }

  .discover-rejuvenation-text ul li::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 50px;
    text-align: center;
  }

  .discover-rejuvenation-img img {
    width: 100%;
  }

  .discover-rejuvenation-img-one img {
    width: 60%;
  }

  .discover-rejuvenation-img-one {
    right: -10px;
    text-align: end;
    bottom: -15px;
  }

  .discover-rejuvenation-img-one img {
    width: 60%;
  }

  .slide-counter {
    display: none !important;
  }

  .carousel-control-next-icon {
    display: none !important;
  }

  .carousel-control-prev-icon {
    display: none !important;
  }

  .banner-btns ul {
    justify-content: center;
  }

  .banner_text {
    background: linear-gradient(90deg,
        rgb(167 186 57) 0%,
        rgb(111 123 32) 100%);
    text-align: center;
    padding: 15px 0;
  }

  .banner_img img {
    width: 70%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin: 0 auto;
  }

  .banner_img {
    text-align: center;
  }

  h1 {
    font-size: 40px;
    margin: 0 0 17px;
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    background-color: #6e7d33;
    padding: 5px 0;
    border-top: 1px solid #bbc67f;
    border-bottom: 1px solid #bfc982;
  }

  .discover-rejuvenation-text {
    margin-top: 35px;
  }

  ul.ul2footer li img {
    margin-right: 5px;
    width: 12px;
  }

  .top_nav.marquee ul.ul2footer li a {
    font-size: 11px;
  }

  .gt_container--hich1m .gt_switcher {
    margin: 0 0 0 auto;
  }

  .mission-img::before {
    top: -9px;
  }

  .banner_text.inner-baner-text {
    background: no-repeat;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  ul.ul2footer.marquee-content {
    display: flex;
    flex-wrap: nowrap;
    width: 140%;
  }

  .banner-btns ul {
    display: flex;
    justify-content: center;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .book-appointment-input select {
    padding-left: 2px;
  }

  .book-appointment-input input {
    padding-left: 2px;
  }

  .dv2footer {
    border-right: none !important;
    height: 100%;
    padding: 0 0 0;
    margin-left: 0;
  }

  .banner_text.inner-baner-text {
    background: no-repeat;
  }

  .dv1footer {
    padding: 30px 0 15px;
    border-right: none !important;
    padding-right: 0;
  }

  p {
    line-height: 20px !important;
    font-size: 12px !important;
  }

  .footer h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .dv1footer p {
    margin-top: 0;
  }

  ul.ul2footer {
    margin-bottom: 10px;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    font-size: 8pt !important;
  }

  .gt_container--hich1m .gt_switcher .gt_selected a {
    width: 80px !important;
    height: 30px !important;
  }

  .header-logo img {
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
  }

  .theme_btn {
    padding: 3px 3px 3px 10px;
    font-size: 9px;
  }

  .header-transl-bx html .btn-text {
    font-size: 9px !important;
  }

  .btn-flex {
    gap: 5px;
  }

  .menuSec {
    padding: 5px 0 !important;
  }

  .gt_container--hich1m .gt_switcher .gt_selected {
    width: 85% !important;
    height: 37px !important;
  }

  .header-transl-bx {
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    justify-content: right;
    gap: 10px;
  }

  .header-translator {
    margin: 0 0 0 auto;
  }

  .header-translator .gt_switcher_wrapper {
    right: 0 !important;
  }

  .menuSec .col-md-2.col-sm-6.col-12 {
    width: 100%;
  }

  .footer {
    margin-top: 30px;
  }

  .our-services-box-img img {
    height: 180px;
  }

  .btn-img {
    height: 35px !important;
    width: 35px !important;
  }

  .carousel-caption {
    position: absolute;
    top: 50px;
  }

  .slicknav_nav a:hover {
    background: #000;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
  }

  .slicknav_btn {
    background-color: #000;
  }

  .slicknav_menu {
    background: linear-gradient(90deg,
        rgb(167 186 57) 0%,
        rgb(111 123 32) 100%);
  }

  .header-translator {
    margin-bottom: 8px;
  }

  .banner-img img {
    width: 100%;
    height: 720px;
  }

  .our-services-box {
    text-align: center;
    margin-bottom: 20px;
  }

  .our-services-top-heading {
    width: 100%;
    margin-bottom: 10px;
  }

  .happy-client-slider {
    height: 370px;
  }

  .happy-client-box-img {
    margin-bottom: 20px;
  }

  .happy-client-slider .slick-next:before {
    height: 30px;
    width: 30px;
    background-size: contain;
  }

  .happy-client-slider .slick-prev:before {
    height: 30px;
    width: 30px;
    background-size: contain;
  }

  section.meet-michelle-sec .container-fluid {
    padding: 0 15px 0 15px;
  }

  .happy-client-slider .slick-next {
    right: 40%;
  }

  section.our-happy-clients .slick-prev,
  .slick-next {
    z-index: 9999999;
    top: inherit;
    bottom: 20px;
  }

  .dis-block {
    display: contents;
  }

  section.our-services-sec .row.mb-5 {
    margin-bottom: 0 !important;
  }

  section.our-services-sec {
    padding: 30px 0;
    margin-bottom: 50px;
  }

  .happy-client-box {
    padding: 12px 10px;
  }

  .happy-client-slider .slick-current {
    border: 1px solid #92a330;
    border-radius: 20px;
  }

  .happy-client-box {
    padding: 12px 10px;
  }

  section.our-happy-clients {
    margin-bottom: 30px;
  }

  section.meet-michelle-sec {
    padding: 50px 0 50px;
  }

  .meet-michelle-img {
    height: auto;
  }

  .meet-michelle-text {
    text-align: center;
  }

  .meet-michelle-img img {
    height: auto;
    width: 100%;
  }

  .row.book-an-row {
    border-radius: 0 100px 0 100px;
    text-align: center;
    padding: 20px 10px 20px 10px;
  }

  section.book-an-appointment {
    margin-bottom: 50px;
    padding: 20px 0;
  }

  .happy-clients-top-text {
    width: 100%;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 35px;
  }

  .our-gallery-top-heading {
    width: 100%;
    margin-bottom: 10px;
  }

  ul.ul2footer li {
    padding: 8px 0;
  }

  section.our-gallery-sec {
    margin-bottom: 0;
  }

  .gallery-img-box img {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
  }

  html .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 40px !important;
    height: 40px !important;
  }

  .tawk-min-chat-icon,
  .tawk-min-chat-icon-down {
    width: 20px !important;
  }

  ul.ul2footer li img {
    margin-right: 10px;
    width: 18px;
  }

  .book-appointment-box h2 {
    margin-top: 15px;
  }

  .book-appointment-box h2 {
    display: flex;
    font-size: 35px;
    text-align: center;
    justify-content: center;
  }

  .book-appointment-box h2 span.dis-block {
    display: none;
  }

  .book-appointment-logo img {
    height: 80%;
  }

  .book-text-img img {
    width: 50%;
  }

  .book-text-img {
    top: 60px;
    right: 0px;
  }

  .book-appointment-input textarea {
    height: 70px;
  }

  .banner-img.inner-banner img {
    height: 280px;
    object-fit: cover;
    object-position: center 55px;
    background: #8e9e42;
  }

  section.about-pag {
    padding: 0 0 50px 0;
    text-align: center;
  }

  .location-map-box {
    padding: 15px 15px;
  }

  .location-addreass-img {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .location-addreass-text {
    width: 100%;
  }

  .location-map-box-addreass {
    gap: 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }

  .mission-img img {
    height: 207px;
  }

  .mission-img::before {
    top: -9px;
  }

  .mission-txt.vis {
    text-align: center;
  }

  section.meet-michelle-sec {
    padding-bottom: 0 !important;
  }

  section.about-pag .col-lg-5.col-md-5.col-12.mt-5 {
    margin-top: 2rem !important;
  }

  .location-addreass-img i {
    font-size: 25px;
  }

  .mission-txt.vision-text {
    margin-bottom: 40px;
  }

  .mission-row {
    margin-bottom: 30px;
  }

  .banner_text.inner-baner-text h1 {
    margin-bottom: 0;
    font-size: 30px !important;
  }

  .banner_text.inner-baner-text {
    width: 100%;
    margin-top: 0;
  }

  .services-detail-text p {
    margin-bottom: 0 !important;
  }

  .services-detail-text {
    margin-top: 15px;
  }

  section.our-services-sec.services-detail-sec {
    padding: 50px 0 20px !important;
    text-align: center;
  }

  .book-appointment-logo {
    border-radius: 0 30px;
    padding: 0;
    height: 100%;
    width: 40%;
    margin: 0 auto;
  }

  ul.ul1ftbottom li a {
    font-size: 15px;
  }

  .location-addreass-text ul.ul2footer li {
    padding: 3px 0;
    justify-content: center;
  }

  ul.ul1ftbottom {
    gap: 10px;
    margin-bottom: 8px;
    justify-content: center;
  }

  .dv1ftbottom {
    padding: 5px 12px;
    display: block;
    text-align: center;
  }

  ul.footer-timing li {
    margin-bottom: 5px;
    gap: 30px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .section_head.contact-sec-h {
    margin-bottom: 10px !important;
  }

  .happy-client-slider .slick-slide {
    margin: 0 5px !important;
  }

  .happy-client-slider .slick-current {
    height: auto !important;
  }

  .contact_detail_box figure img {
    width: 40px;
  }

  .contact_form textarea {
    margin-bottom: 10px;
    height: 140px;
  }

  .contact_detail_box {
    padding: 20px 0;
    height: 220px;
    margin-top: 10px;
  }

  .contact_page.all-section {
    padding: 50px 0 40px 0;
  }

  .section_head.contact-sec-h {
    margin-bottom: 20px !important;
  }

  .contact-sec-h h6 {
    font-size: 40px;
    color: #000;
    margin-bottom: 0px !important;
  }

  .contact_form label {
    margin-bottom: 5px;
  }

  .contact_form input {
    height: 45px;
    margin-bottom: 10px;
  }

  .btn_wrap.text-center button {
    padding: 12px 40px;
    font-size: 12px;
  }

  .contact_form {
    padding-bottom: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text h2 {
    font-size: 30px;
    margin-bottom: 0;
  }

  .discover-rejuvenation-text.cherry-financing-text .banner-btns {
    margin-top: 20px;
  }

  .discover-rejuvenation-text.cherry-financing-text li {
    font-size: 12px;
    justify-content: left;
    gap: 20px;
    text-align: left;
  }

  .location-addreass-text ul.ul1footer li {
    font-size: 12px;
  }

  section.cherry-financing-sec {
    margin: 50px 0;
    text-align: center;
  }

  .location-map-img {
    margin-bottom: 15px;
  }

  .location-map-img iframe {
    height: 250px;
  }

  section.location-sec {
    margin: 50px 0;
  }

  ul.footer-timing {
    margin-right: 0;
  }

  .dv3footer {
    margin-left: 0;
    padding: 10px 0 10px;
  }

  ul.ul2footer li a {
    font-size: 12px;
    line-height: 20px;
  }

  .discover-rejuvenation-text ul li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 20px;
  }

  .discover-rejuvenation-text ul li::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }

  section.discover-rejuvenation-sec {
    margin-bottom: 50px;
    text-align: center;
  }

  .discover-rejuvenation-img img {
    width: 100%;
  }

  .discover-rejuvenation-img-one img {
    width: 60%;
  }

  .discover-rejuvenation-img-one {
    right: -10px;
    text-align: end;
    bottom: -15px;
  }

  .discover-rejuvenation-img-one img {
    width: 60%;
  }

  .slide-counter {
    display: none !important;
  }

  .carousel-control-next-icon {
    display: none !important;
  }

  .carousel-control-prev-icon {
    display: none !important;
  }

  .banner-btns ul {
    display: flex;
  }

  .banner_img {
    text-align: center;
  }

  .banner_text {
    background: linear-gradient(90deg,
        rgb(167 186 57) 0%,
        rgb(111 123 32) 100%);
    text-align: center;
    padding: 15px 0;
  }

  .banner_img img {
    width: 70%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  h1 {
    font-size: 40px;
    margin: 0 0 17px;
  }

  .marquee {
    width: 100%;
    overflow: hidden;
    background-color: #6e7d33;
    padding: 5px 0;
    border-top: 1px solid #bbc67f;
    border-bottom: 1px solid #bfc982;
  }

  .discover-rejuvenation-text {
    margin-top: 35px;
  }

  ul.ul2footer li img {
    margin-right: 5px;
    width: 12px;
  }

  .top_nav.marquee ul.ul2footer li a {
    font-size: 10px;
  }

  .book-appointment-input option {
    color: #000 !important;
  }
}

html {
  overflow-x: hidden !important;
}

.modal-backdrop.show {
  opacity: 0.85;
}

#exampleModalload .modal-dialog {
  max-width:max-content;
  width: 100%;
  margin: auto;
  height: 100%;
}

#exampleModalload .modal-content {
  border-radius: 20px;
  border: none;
  background: #fff0;
  box-shadow: none;
}

#exampleModalload .modal-body {
  padding: 0;
  position: relative;
}

#exampleModalload .modal-img {
  width: 100%;
}

#exampleModalload .modal-img img {
  width: 100%;
  max-width: 100%;
  height: 90vh;
  display: block;
  border-radius: 20px;
}

#exampleModalload .modal-header {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 999;
  border: none;
  padding: 0;
}

#exampleModalload .btn-close {
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.3);
  right: 10px;
  top: 10px;
  position: relative;
  font-size: 20px;
  padding: 15px;
}

@media (max-width: 768px) {
  #exampleModalload .modal-dialog {
    max-width: 95%;
  }

  #exampleModalload .modal-header {
    top: 10px;
    right: 10px;
  }
}


.our-services-box.blogs {
    border: 1px solid #e6e6e6;
    border-radius: 80px 8px 100px 8px;
    padding: 40px;
}



.services-detail-sec, .location-detail-sec {
    padding: 80px 0;
    background: #ffffff;
}

.services-detail-text {
    text-align: left;
}

.services-detail-text h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.services-detail-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.services-detail-text h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 0px;
    font-weight: 600;
}

.services-detail-text ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.services-detail-text ul li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
}
.services-detail-text h2 {
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}