body,
html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Assistant", sans-serif;
}

.container {
  max-width: 1330px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

img {
  vertical-align: middle;
}

header {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.hero__section {
  padding-top: 35px;
  background: #f5e9db;
}

.hero__section .outer__hero > .hero__image {
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: flex;
  margin-top: -170px;
  justify-content: center;
  top: 120px;
  position: relative;
}

.hero__section .outer__hero > .head__hero {
  text-align: center;
}

.hero__section .outer__hero > .head__hero > p {
  margin: 0px;
  max-width: 770px;
  font-size: 24px;
  line-height: 28px;
  color: #3d332b;
  font-weight: 600;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.hero__section .outer__hero > .head__hero > .hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero__section .outer__hero > .head__hero > .hero__button > a {
  background: #ea8f51;
  border-radius: 20px;
  min-width: 310px;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.hero__section .outer__hero > .head__hero > .hero__button > a:hover {
  opacity: 0.7;
}

.hero__section .outer__hero > .head__hero > h2 {
  text-align: center;
  margin: 0px;
  margin-bottom: 15px;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 64px;
  line-height: 102px;
  color: #3d332b;
  font-weight: 500;
}

.hero__section .outer__hero > .head__hero > h2 br {
  display: none;
}

.hero__section .outer__hero > .head__hero > h2 span {
  color: #ea8f51;
}

.info__section {
  padding-top: 150px;
  padding-bottom: 85px;
  background: url("../img/backinfo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.info__section .outer__info > p {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  color: #3d332b;
}

.info__section .outer__info > p:last-child {
  margin-bottom: 0px;
}

.advantages__section {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #d6ad8d;
}

.advantages__section .outer__advantages .inner__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__section .outer__advantages .inner__advantages > .elem__advantage {
  margin-bottom: 30px;
}

.advantages__section
  .outer__advantages
  .inner__advantages
  > .elem__advantage:nth-child(4) {
  margin-left: auto;
  margin-right: auto;
}

.advantages__section
  .outer__advantages
  .inner__advantages
  > .elem__advantage:nth-child(5) {
  margin-right: auto;
  margin-left: auto;
}

.advantages__section
  .outer__advantages
  .inner__advantages
  > .elem__advantage
  > .advantage__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages__section
  .outer__advantages
  .inner__advantages
  > .elem__advantage
  > p {
  text-align: center;
  margin: 0px;
  font-size: 26px;
  line-height: 120%;
  color: #3d332b;
  font-weight: 600;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}

.advantages__section .outer__advantages .head__advantages {
  text-align: center;
  margin-bottom: 30px;
}

.advantages__section .outer__advantages .head__advantages > h2 {
  margin: 0px;
  font-size: 64px;
  font-weight: 400;
  color: #ffffff;
}

.app__block {
  padding-bottom: 85px;
  padding-top: 80px;
  background: url("../img/backinfo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.app__block .outer__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app__block .outer__app .app__inner {
  min-width: 402px;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../img/appvector.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-bottom: 14px;
  margin-top: 10px;
}

.app__block .outer__app .app__inner .app__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app__block .outer__app .app__inner .app__buttons > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 150px;
  min-height: 50px;
  background-color: #ff878a;
  border-radius: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 23px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.app__block .outer__app .app__inner .app__buttons > a:hover {
  opacity: 0.7;
}

.app__block .outer__app .app__inner > p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  color: #3d332b;
}

.app__block .outer__app > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app__block .outer__app > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 150%;
  color: #ea8f51;
  font-weight: 400;
}

.app__block .outer__app > p {
  margin: 0px;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  color: #3d332b;
  margin-bottom: 5px;
}

.health__info {
  padding-top: 70px;
  background: url("../img/healthback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 75px;
}

.health__info .outer__health {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.health__info .outer__health > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.health__info .outer__health > h2 {
  margin: 0px;
  font-size: 64px;
  line-height: 150%;
  color: #3d332b;
  font-weight: 400;
}

.health__info .outer__health > .health__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.health__info .outer__health > .health__button > a {
  background: #ea8f51;
  border-radius: 20px;
  min-width: 310px;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.health__info .outer__health > .health__button > a:hover {
  opacity: 0.7;
}

.health__info .outer__health > p {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  color: #3d332b;
  margin-bottom: 30px;
  margin-top: 0px;
}

.about__block {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url("../img/backinfo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about__block .outer__about > .about__info {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about__block .outer__about > .about__info > .elem__about > p {
  margin: 0px;
  font-size: 20px;
  line-height: 150%;
  color: #3d332b;
}

.about__block .outer__about > .about__info > .elem__about > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 170%;
  color: #3d332b;
  font-weight: bold;
}

.about__block .outer__about > .about__info > .about__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0px;
}

.about__block .outer__about > .about__info > .about__image > img {
  max-width: 560px;
  width: 100%;
}

.about__block .outer__about > .about__info > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 64px;
  line-height: 150%;
  font-weight: 400;
  color: #ea8f51;
}

footer {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.outer__footer {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 0px 6px;
  padding: 30px 0;
}

.footer_contact_info > ul > li {
  list-style: none;
  display: flex;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  align-items: center;
}

.footer_contact_info > ul {
  padding: 0px;
  display: grid;
  grid-template-columns: 70% auto;
  justify-items: center;
}

.footer_contact_info > ul > li p {
  display: inline-block;
  margin: 0px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.footer_contact_info > ul > li a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0px;
}

.outer__footer > p:nth-child(3) {
  font-size: 18px;
  line-height: 31px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #323233;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-end;
}

.outer__footer > p:nth-child(2) {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #323233;
  text-align: center;
}

.outer__footer > ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
}

.outer__footer > ul > li {
  margin-right: 40px;
}

.outer__footer > ul > li > a {
  font-size: 16px;
  line-height: 1.2;
  color: #323233;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.outer__footer > ul > li {
  font-size: 16px;
  color: #323233;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.footer_contact_info > ul {
  padding: 0px;
}

.footer_contact_info > ul > li {
  list-style: none;
}

.footer_contact_info > ul svg {
  width: 18px;
  margin-right: 8px;
  display: block;
}

.outer__footer > ul > li > a:hover {
  opacity: 0.7;
}

.footer_social_media.double__social_media > p {
  margin: 0;
}

/* .footer_social_media.double__social_media span svg {
  width: 20px !important;
} */

.double__phone_num > p > a svg {
  width: 18px;
  fill: #fff;
  transition: 0.4s ease all;
}

.double__phone_num > p > a:hover svg {
  fill: #000;
}

.double__phone_num > p {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  transition: 0.4s ease all;
}

.double__phone_num > p > a:hover {
  color: #000;
}

/* .footer_social_media.double__social_media span svg path {
  fill: #000;
} */

.double__phone_num > p > a {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  transition: 0.4s ease all;
}

/* .footer_social_media.double__social_media span {
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.3s all;
  margin-bottom: 0px;
  justify-content: center;
} */

.outer__footer > ul > li:last-child {
  margin-right: 0px;
}

div.contact__block
  .outer__contact
  .contact__form
  form
  .group__form
  > input[type="text"] {
  border: 2px solid #fff;
}

.group__form {
  position: relative;
}

.group__form > input {
  border: 2px solid #fff;
}

.group__form > label {
  position: absolute;
  left: 0px;
  bottom: -17px;
  font-size: 14px;
  line-height: 15px;
  color: white;
  background: #ff4a4a;
  border-radius: 8px;
  padding: 0px 3px;
  display: none;
}

.group__form.error > input {
  border-color: #ff4a4a !important;
  background: url("../img/backerror.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 98% center !important;
  background-color: #fff !important;
}

.group__form.error > label {
  display: block;
}

.aboutus__block {
  padding-top: 75px;
  padding-bottom: 75px;
  background: url("../img/backinfo.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.aboutus__info h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 64px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #3d332b;
}

.aboutus__info {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.aboutus__image {
  margin: 50px 0;
}

.elem__aboutus_section {
  display: grid;
  grid-template-columns: 23% 72%;
  gap: 0px 42px;
  padding-bottom: 50px;
}

.elem__aboutus_section:last-child {
  padding-bottom: 0px;
}

.elem__aboutus__left.elem__aboutus_image span img {
  border-radius: 5px;
  width: 100%;
}

.elem__aboutus_content h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  text-align: justify;
  line-height: 1.2;
  color: #3d332b;
  font-weight: bold;
}
.elem__aboutus_content p {
  margin: 0px;
  font-size: 20px;
  line-height: 1.4;
  text-align: justify;
  color: #3d332b;
}

.aboutus__image img {
  max-width: 560px;
  width: 100%;
}

.elem__aboutus_image span {
  display: block;
}

.footer_social_media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_media a {
  width: 30px;
  background: #d6ad8d;
  height: 30px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 10px;
  transition: 0.3s all;
  margin-bottom: 0px;
}

.footer_social_media a:hover {
  background: #ea8f51;
}

.footer_social_media a svg {
  width: 15px;
  margin: 0 auto;
}

.footer_social_media a svg path {
  fill: #fff;
}

.footer_social_media a:first-child svg {
  width: 10px;
}

.s__modal_button svg {
  width: 25px;
  margin: 0px 10px;
}

.s__modal_button svg path {
  fill: #fff;
}

.services__list ul {
  display: grid;
  width: 530px;
  max-width: none;
  list-style: none;
  gap: 5px 30px;
  grid-template-columns: 47% 47%;
  margin: 0px;
  padding: 20px 0px 50px 0px;
}

.services__list ul li {
  margin: 0px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  color: #3d332b;
  background: url("../img/check-icon.svg") no-repeat;
  background-size: 22px;
  background-position: left;
  padding-left: 30px;
}

.google__reviews {
  padding: 100px 0px;
}

.google__rating_inner img {
  width: 24px;
}

.overall_rating {
  text-align: center;
  padding-bottom: 50px;
}

.google__rating_inner span {
  display: inline-block;
  margin-bottom: 5px;
}

.google__rating_inner p {
  margin: 0px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.testimonial_sections {
  position: relative;
}

.reviews_top_sec_3 img {
  width: 20px;
}

.reviews_top_section {
  display: grid;
  grid-template-columns: 10% 40% 45%;
  gap: 0px 8px;
}

.reviews_center_section img {
  width: 20px;
  margin-right: 3px;
}

.reviews_top_sec_1 span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
}

.reviews_top_sec_1 span img {
  width: 100%;
  border-radius: 50%;
}

.reviews_top_sec_2 h3 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}

.reviews_top_sec_3 {
  text-align: end;
}

.reviews_center_section {
  margin: 10px 0;
}

.testimonial_block {
  margin: 20px 0;
  display: block;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 5px;
}

.testimonials_a_next {
  background: url("../img/arrow-icon-next.svg") no-repeat;
  background-position: center;
  transition: 0.5s all ease;
  background-size: 15px;
  opacity: 0.5;
  top: 35% !important;
}

.testimonials_a_prev {
  background: url("../img/arrow-icon-prev.svg") no-repeat;
  background-position: center;
  transition: 0.5s all ease;
  background-size: 15px;
  opacity: 0.5;
  top: 35% !important;
}

.reviews_bottom_section::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.reviews_bottom_section::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.reviews_bottom_section::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.reviews_bottom_section::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.reviews_bottom_section {
  overflow: auto;
  max-height: 80px;
  min-height: 80px;
  line-height: 1.2;
  padding-right: 10px;
  font-family: inherit;
  text-align: left;
}

.reviews_bottom_section p {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.outer__header {
  display: grid;
  grid-template-columns: 41% 15% 41%;
  justify-content: center;
  justify-items: center;
  gap: 0px 20px;
  padding: 20px 0px;
  align-items: center;
}

.header__info ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:focus,
textarea:focus,
input:focus {
  outline: none;
}

.header__info ul li a {
  font-size: 18px;
  color: #3d332b;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  padding: 0px 10px;
  margin-bottom: 0;
}

.header__info ul li a img {
  display: block;
  width: 31px;
}

.header__info ul li a:hover {
  color: #ea8f51;
}

.header__info ul li {
  margin: 0px 32px;
}

.header__info ul li.language {
  position: relative;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  align-items: center;
}

.header__info ul li ul.select-language {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  border-radius: 15px;
  padding: 10px 5px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #3d332b;
  list-style: none;
  z-index: 1;
}

.header__info ul li.language .select-language {
  right: 0;
  left: auto;
  z-index: 1;
}

.header__info ul li.language .select-language li {
  border-bottom: 1px solid #3d332b;
  padding: 10px 0;
  margin: 0px 10px;
}

.header__info ul li.language .select-language li a {
  display: flex;
  justify-content: space-around;
  padding: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3d332b;
}

.header__info ul li.language .select-language li a:last-child {
  border: none;
  padding-bottom: 0px;
}

.header__info ul li.language .select-language li:last-child {
  border: none;
  margin: 0px;
  padding-bottom: 5px;
}

.gr_date {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #9a9898;
}

.h_testimonial_slider_inner {
  padding: 0px 4%;
}

.site_button {
  background: #ea8f51;
  border-radius: 20px;
  min-width: 310px;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: white;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

a:hover.site_button {
  opacity: 0.7;
  color: #fff;
}

.h_testimonial_all_inner {
  text-align: center;
  padding-top: 30px;
}

.testimonials_a_btns:after {
  content: "" !important;
}

.hero__image img {
  width: 80%;
}

.content__section {
  padding: 90px 0;
  background-color: #f5e9db;
}

.heading_title h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  margin-bottom: 20px;
  font-family: "Assistant", sans-serif;
  font-size: 64px;
  line-height: 1.2;
  color: #3d332b;
  font-weight: 500;
}

.heading_title h2 {
  font-size: 60px;
}

.heading_title h3 {
  font-size: 55px;
}

.heading_title h4 {
  font-size: 50px;
}

.heading_title h5 {
  font-size: 45px;
}

.heading_title h6 {
  font-size: 40px;
}

.paragraph_p p,
blockquote,
a {
  font-size: 20px;
  line-height: 1.4;
  font-family: inherit;
  color: #3d332b;
  margin: 0;
  margin-bottom: 20px;
}

.listing_info ul {
  list-style-type: disc;
  /* padding-left: 20px; */
  /* margin: 0px; */
  color: #ea8f51;
  /* padding: 0; */
  /* list-style: none; */
  margin-bottom: 20px;
  padding-left: 20px;
}

.listing_info ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
  /* margin: 0px;
  padding: 0; */
  color: #ea8f51;
  /* list-style: none; */
  margin-bottom: 20px;
}

.listing_info ol,
ul li {
  font-size: 20px;
}

.listing_info ul li a {
  display: inline-block;
  /* font-size: 20px; */
  line-height: 1.4;
  transition: 0.4s ease all;
  font-family: inherit;
  color: #3d332b;
  margin: 0;
  text-decoration: none;
}

.listing_info ul li a:hover {
  color: #ea8f51;
}

.listing_info ol li a {
  display: inline-block;
  /* font-size: 20px; */
  line-height: 1.4;
  transition: 0.4s ease all;
  font-family: inherit;
  color: #3d332b;
  margin: 0;
  text-decoration: none;
}

.listing_info ol li a:hover {
  color: #ea8f51;
}

.filled {
  color: #fff;
  text-align: left;
  margin: 5px;
  list-style: none;
  position: absolute;
  left: 0px;
  bottom: -22px;
  font-size: 14px;
  line-height: 15px;
  color: white;
  background: #ff4a4a;
  border-radius: 8px;
  padding: 0px 3px;
}

.contact__form form .group__form > input.parsley-error {
  border-color: #ff4a4a !important;
  background: url("../img/backerror.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 98% center !important;
  background-color: #fff !important;
}

.select__language_o span.wpml-ls-display {
  display: none;
}

.language_selector {
  padding-left: 0px;
}

.language_selector ul.sub-menu {
  justify-content: flex-start;
}

.hero__section .hero__button_sec {
  padding-bottom: 30px;
}

.hero__section .hero__button_sec a {
  margin: 10px;
}

.google__reviews_inner .ti-header.source-Google {
  display: none !important;
}

.faq__block {
  padding-top: 75px;
}

.faq_inner_sec .accordion {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.faq_inner_sec .accordion li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
}

.faq_inner_sec .accordion li .accordion_left_sec {
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #ebebeb;
  border-radius: 15px;
  z-index: 1;
}

.faq_inner_sec .accordion h5 {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 400;
  text-align: left;
  font-size: 22px;
  color: #000;
  padding: 20px 50px 20px 20px;
  transition: 0.3s all;
  margin-bottom: 0;
  position: relative;
}

.faq_inner_sec .accordion h5.active:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 35%;
}

.faq_inner_sec .accordion h5:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 20px;
  background: url("../img/arrow-down.svg") no-repeat;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.para_open_sec.active {
  padding: 20px;
}

.para_open_sec {
  display: none;
  margin-top: -12px;
  padding: 20px;
}

.faq_inner_sec .accordion li p {
  font-size: 16px;
  color: #3c3b3b;
  max-width: 100%;
  text-align: left;
  line-height: 1.7;
  padding: 0 55px 0px 0;
  margin-bottom: 0px;
}

.group__form span input.wpcf7-form-control.input_group_form {
  width: 100%;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  border: 2px solid #fff;
  outline: none;
}

.group__form span textarea.wpcf7-form-control.input_group_form {
  width: 100%;
  height: 175px;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  outline: none;
  resize: none;
  border: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.group__submit input.wpcf7-form-control.submit_btn {
  width: 100%;
  height: 60px;
  background: #ea8f51;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: 0px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.group__submit input.wpcf7-form-control.submit_btn:hover {
  opacity: 0.7;
}

.group__form span .wpcf7-not-valid-tip {
  text-align: left;
  margin-top: 5px;
  font-size: 16px;
}

.group__form {
  margin-bottom: 15px;
}

.group__form > p {
  margin: 0;
}

.group__submit p span.wpcf7-spinner {
  margin-top: 20px;
}

.call_icon_button svg {
  width: 22px;
}

.elem__advantage p span {
  color: #ea8f51;
}

@media (max-width: 1400px) {
}

.header__small {
  display: none;
}

.small__image {
  display: none;
}

.contact__block {
  background-color: #d6ad8d;
  padding-bottom: 78px;
  padding-top: 98px;
}

.contact__block .outer__contact {
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.contact__block .outer__contact .thank__form {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #d6ad8d;
  width: 100%;
  height: 100%;
}

.contact__block .outer__contact .thank__form > .inner__thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.contact__block .outer__contact .thank__form > .inner__thank > h2 {
  margin: 0px;
  font-size: 64px;
  line-height: 170%;
  color: #3d332b;
  font-weight: 400;
}

.contact__block .outer__contact .thank__form > .inner__thank > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3px;
}

.contact__block .outer__contact .thank__form > .inner__thank > span > img {
  width: 105px;
}

.contact__block .outer__contact .contact__loading {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #d6ad8d;
  width: 100%;
  height: 100%;
}

.contact__block .outer__contact .contact__loading > .inner__loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__block .outer__contact .contact__loading > .inner__loading > p {
  margin: 0px;
  font-size: 64px;
  line-height: 170%;
  color: #3d332b;
}

.contact__block .outer__contact .contact__form {
  width: 100%;
}

.contact__block .outer__contact .contact__form form > .double__group {
  margin-bottom: 20px;
}

.contact__block .outer__contact .contact__form form > .group__form {
  margin-bottom: 20px;
}

.contact__block .outer__contact .contact__form form .double__group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
}

.contact__block .outer__contact .contact__form form > .group__submit {
  width: 100%;
}

.contact__block
  .outer__contact
  .contact__form
  form
  > .group__submit
  > button[type="submit"] {
  width: 100%;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ea8f51;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: 0px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.contact__block
  .outer__contact
  .contact__form
  form
  > .group__submit
  > button[type="submit"]:hover {
  opacity: 0.7;
}

.contact__block
  .outer__contact
  .contact__form
  form
  .group__form
  > input[type="text"],
input[type="email"] {
  width: 100%;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  outline: none;
  border: 0px;
}

.contact__block .outer__contact .contact__form form .group__form > textarea {
  width: 100%;
  height: 175px;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  outline: none;
  resize: none;
  border: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* .contact__block .outer__contact .contact__head {
  margin-bottom: 30px;
} */

.double__phone_num {
  padding-bottom: 10px;
}

.contact__block .outer__contact .contact__head > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__block .outer__contact .contact__head > h2 {
  text-align: center;
  margin: 0px;
  font-size: 64px;
  color: #3d332b;
  line-height: 170%;
  margin: 0px;
  font-weight: 400;
}

.modal__form {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 51, 43, 0.6);
  z-index: 6;
}

.modal__form > .inner__modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.modal__form > .inner__modal > .modal__box {
  max-width: 430px;
  width: 100%;
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  background: #f5e9db;
  border-radius: 8px;
  position: relative;
}

.modal__form > .inner__modal > .modal__box .modal__thank {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5e9db;
  border-radius: 8px;
}

.modal__form > .inner__modal > .modal__box .modal__thank > .inn__thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.modal__form
  > .inner__modal
  > .modal__box
  .modal__thank
  > .inn__thank
  > span
  > img {
  width: 105px;
}

.modal__form > .inner__modal > .modal__box .modal__thank > .inn__thank > p {
  margin: 0px;
  font-size: 64px;
  line-height: 108px;
  color: #3d332b;
  font-weight: 400;
}

.modal__form > .inner__modal > .modal__box .modal__load {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5e9db;
  border-radius: 8px;
}

.modal__form > .inner__modal > .modal__box .modal__load > .inn__modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__form > .inner__modal > .modal__box .modal__load > .inn__modal > p {
  margin: 0px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #3d332b;
}

.modal__form > .inner__modal > .modal__box > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #3d332b;
  text-align: center;
  font-weight: 400;
}

.modal__form > .inner__modal > .modal__box form {
  width: 100%;
}

.modal__form > .inner__modal > .modal__box form .modal__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__form
  > .inner__modal
  > .modal__box
  form
  .modal__submit
  > button[type="submit"] {
  width: 100%;
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ea8f51;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  border: 0px;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

.modal__form
  > .inner__modal
  > .modal__box
  form
  .modal__submit
  > button[type="submit"]:hover {
  opacity: 0.7;
}

.modal__form > .inner__modal > .modal__box form .modal__group {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.modal__form > .inner__modal > .modal__box form .modal__group.error label {
  display: block;
}

.modal__form > .inner__modal > .modal__box form .modal__group.error > input {
  border-color: #ff4a4a !important;
  background: url("../img/backerror.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: 98% center !important;
  background-color: #fff !important;
}

.modal__form > .inner__modal > .modal__box form .modal__group:last-child {
  margin-bottom: 0px;
}

.modal__form > .inner__modal > .modal__box form .modal__group > label {
  position: absolute;
  left: 0px;
  bottom: -20px;
  color: white;
  font-size: 14px;
  line-height: 14px;
  background: #ff4a4a;
  border-radius: 8px;
  padding: 1px 4px;
  display: none;
}

.modal__form
  > .inner__modal
  > .modal__box
  form
  .modal__group
  > input[type="text"],
input[type="email"] {
  width: 100%;
  height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  background: #ffffff;
  border-radius: 8px;
  outline: none;
  border: 0px;
  font-size: 18px;
  border: 2px solid #fff;
}

.modal__form > .inner__modal > .modal__box > p {
  text-align: center;
  margin: 0px;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 14px;
  color: #3d332b;
  font-weight: 400;
}

.modal__form > .inner__modal > .modal__box > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
}

@media (max-width: 1366px) {
  .outer__footer > ul > li {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  .outer__footer {
    grid-template-columns: 50% 50%;
    gap: 8px 6px;
  }

  .outer__footer {
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 8px 6px;
    padding: 30px 0;
  }

  .faq_inner_sec .accordion li p {
    padding: 0px;
  }

  .header__info ul li {
    margin: 0px 30px;
  }

  .testimonials_a_next {
    top: 40% !important;
  }

  .testimonials_a_prev {
    top: 40% !important;
  }

  .reviews_top_section {
    grid-template-columns: 13% 59% 21%;
  }

  .outer__header {
    grid-template-columns: 41% 14% 41%;
  }

  .header__info ul li a {
    font-size: 16px;
    padding: 0px 8px;
  }

  .hero__image img {
    width: 100%;
  }

  .hero__section .outer__hero > .hero__image {
    margin-top: -110px;
  }

  .contact__block .outer__contact .contact__head > h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .about__block .outer__about > .about__info > h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .health__info .outer__health > h2 {
    font-size: 58px;
    line-height: 80px;
    text-align: center;
  }
  .app__block .outer__app > h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .advantages__section .outer__advantages .head__advantages > h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage
    > .advantage__image
    img {
    max-width: 300px;
  }

  .hero__section .outer__hero > .head__hero > h2 {
    font-size: 58px;
    line-height: 80px;
  }
  .content__section {
    padding: 70px 0;
  }

  .heading_title h1 {
    font-size: 40px;
  }

  .heading_title h2 {
    font-size: 35px;
  }

  .heading_title h3 {
    font-size: 30px;
  }

  .heading_title h4 {
    font-size: 25px;
  }

  .heading_title h5 {
    font-size: 20px;
  }

  .heading_title h6 {
    font-size: 18px;
  }

  .site_button {
    font-size: 18px;
    line-height: 1.2;
  }
}

.menu__small {
  display: none;
}

@media (max-width: 991px) {
  .language a img {
    width: 31px;
  }

  .menu__small
    > .inner__menu
    > ul
    > li.language
    .select-language
    li:last-child {
    list-style: none;
  }

  .language_selector ul.sub-menu {
    padding: 0;
  }

  .h_testimonial_slider_inner {
    padding: 0px 5%;
  }

  .outer__header {
    grid-template-columns: 35%;
    display: flex;
  }

  .header__info {
    display: none;
  }

  .header__center.header__info {
    display: block;
  }

  .aboutus__info h2 {
    font-size: 50px;
  }

  .modal__form
    > .inner__modal
    > .modal__box
    .modal__thank
    > .inn__thank
    > span
    > img {
    width: 50px;
  }
  .modal__form > .inner__modal > .modal__box .modal__thank > .inn__thank > p {
    font-size: 28px;
    line-height: 48px;
  }
  .modal__form > .inner__modal > .modal__box .modal__load > .inn__modal > p {
    font-size: 24px;
    line-height: 24px;
  }
  .modal__form > .inner__modal > .modal__box > h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .modal__form
    > .inner__modal
    > .modal__box
    form
    .modal__group
    > input[type="text"] {
    height: 40px;
  }
  .modal__form
    > .inner__modal
    > .modal__box
    form
    .modal__submit
    > button[type="submit"] {
    min-height: 50px;
    font-size: 18px;
  }
  .contact__block .outer__contact .contact__loading > .inner__loading > p {
    font-size: 36px;
    font-weight: 600;
  }
  .contact__block .outer__contact .contact__head > h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .menu__small {
    display: block;
  }
  .outer__footer {
    min-height: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .outer__footer > ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: center;
  }

  .footer_social_media {
    margin: 20px 0px 10px 0px;
  }

  .footer_contact_info > ul > li {
    margin: 0px 6px;
  }

  .outer__footer > p {
    width: 100%;
    line-height: 18px;
    position: static !important;
  }
  .outer__footer > p:nth-child(2) {
    font-size: 14px;
  }
  .outer__footer > ul > li > a {
    font-size: 14px;
  }
  .outer__footer > p:nth-child(3) {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .about__block .outer__about > .about__info > h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .health__info .outer__health > p {
    font-size: 18px;
  }
  .health__info .outer__health > h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .app__block .outer__app > h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .advantages__section .outer__advantages .head__advantages > h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .info__section {
    background: none;
  }
  .info__section .outer__info > p {
    font-size: 18px;
  }
  .hero__section .outer__hero > .head__hero > .hero__button > a {
    min-height: 50px;
    font-size: 18px;
    width: 100%;
    max-width: 310px;
    min-width: 0px;
  }
  .hero__section .outer__hero > .head__hero > p {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .hero__section .outer__hero > .head__hero > h2 {
    font-size: 50px;
    line-height: 70px;
  }
  .header__small {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    left: 20px;
  }
  .header__small > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .header__small > a.active__menu > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
  }
  .header__small > a.active__menu > span:nth-child(3) {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header__small > a.active__menu > span:nth-child(2) {
    opacity: 0;
  }
  .header__small > a > span {
    height: 3px;
    min-width: 30px;
    /* border-radius: 5px; */
    background-color: #3d332b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    bottom: auto;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .header__small > a > span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .hero__section {
    padding-top: 20px;
  }
  .advantages__section {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage
    > p {
    font-size: 18px;
    line-height: 120%;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage {
    width: 100%;
    margin-bottom: 20px;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage:last-child {
    margin-bottom: 0px;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage
    > .advantage__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app__block .outer__app .app__inner > p {
    font-size: 20px;
  }
  .app__block .outer__app > p {
    font-size: 18px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .app__block .outer__app > span {
    margin-bottom: 8px;
  }
  .health__info .outer__health > .health__button > a {
    min-height: 50px;
    font-size: 18px;
    width: 100%;
    max-width: 310px;
    min-width: 0px;
    width: 100%;
  }
  .health__info .outer__health > .health__button {
    width: 100%;
    max-width: 310px;
  }
  .about__block .outer__about > .about__info > .elem__about > p {
    font-size: 18px;
  }
  .about__block .outer__about > .about__info > .elem__about > h6 {
    font-size: 21px;
  }
  .menu__small {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 5;
    right: -100%;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }
  .menu__small > .inner__menu {
    min-height: 100vh;
    overflow-y: auto;
    width: 230px;
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    background: #ffffff;
    padding-bottom: 25px;
    position: relative;
  }
  .menu__small > .inner__menu > ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu__small > .inner__menu > ul > li {
    margin-bottom: 10px;
  }
  .inner__menu ul.language__outer_tab {
    padding-top: 10px;
  }

  .menu__small > .inner__menu > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    color: #1e1e1e;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 0px;
  }
  .menu__small > .inner__menu > ul > li:last-child {
    margin-bottom: 0px;
  }
  .menu__small > .inner__menu > ul > li.language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__small > .inner__menu > ul > li.language:hover .select-language {
    z-index: 1;
  }
  .menu__small > .inner__menu > ul > li.language:hover .down-arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__small > .inner__menu > ul > li.language .select-language {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    width: 180px;
    border-radius: 15px;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #3d332b;
    list-style: none;
    z-index: 2;
  }
  .menu__small > .inner__menu > ul > li.language .select-language li {
    border-bottom: 1px solid #3d332b;
  }
  .menu__small > .inner__menu > ul > li.language .select-language li a {
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
    margin-bottom: 0px;
  }
  .menu__small > .inner__menu > ul > li.language .select-language li a:hover {
    color: #ea8f51;
  }
  .menu__small
    > .inner__menu
    > ul
    > li.language
    .select-language
    li:last-child {
    border: none;
  }
  .menu__small > .inner__menu > ul > li.language a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__small > .inner__menu > ul > li.language .down-arrow {
    line-height: 1;
    margin: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__small > .inner__menu > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #3d332b;
    opacity: 0.6;
    z-index: 4;
  }
  .mobile__app > p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #3d332b;
  }
  .mobile__app > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 190px;
    min-height: 50px;
    background: #ff878a;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .mobile__app > a:last-child {
    margin-bottom: 0px;
  }
  .button__mobile {
    margin-top: 35px;
    position: relative;
    margin-bottom: 20px;
  }
  .button__mobile > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 205px;
    min-height: 50px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    background-color: #ea8f51;
  }
  .button__mobile:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 170px;
    top: -16px;
    background-color: #c8cbce;
  }
  .hero__section .outer__hero > .head__hero > .hero__button {
    margin-bottom: 15px;
  }
  .outer__footer > ul > li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .footer_contact_info > ul > li {
    line-height: 1.4;
  }

  .footer_contact_info > ul {
    justify-content: center;
    grid-template-columns: 100%;
  }

  .hero__section .hero__button_sec {
    padding-bottom: 0px;
  }

  .outer__footer {
    grid-template-columns: 100%;
  }

  .outer__footer > p:nth-child(3) {
    justify-content: center;
  }

  .content__section {
    padding: 50px 0;
  }

  .paragraph_p p,
  blockquote,
  a {
    font-size: 18px;
  }
  .listing_info ul li a {
    font-size: 18px;
  }

  .listing_info ol li a {
    font-size: 18px;
  }

  .google__reviews {
    padding: 50px 0px;
  }

  .elem__aboutus_content p {
    font-size: 16px;
  }

  .overall_rating {
    padding-bottom: 20px;
  }

  .testimonials_a_next {
    left: -10px !important;
  }

  .testimonials_a_prev {
    right: -10px !important;
  }

  .h_testimonial_all_inner {
    padding-top: 10px;
  }

  .services__list ul {
    width: 100%;
    grid-template-columns: 100%;
  }

  .elem__aboutus_section {
    grid-template-columns: 30% 64%;
    gap: 0px 25px;
    padding-bottom: 30px;
  }

  .contact__block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .about__block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .aboutus__block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .about__block .outer__about > .about__info > .elem__about > p {
    font-size: 16px;
  }
  .about__block .outer__about > .about__info > .elem__about > h6 {
    font-size: 18px;
  }
  .about__block .outer__about > .about__info > .about__image {
    margin: 45px 0px;
  }
  .contact__block .outer__contact .contact__head > h2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 8px;
  }
  .contact__block .outer__contact .contact__form form .double__group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /* grid-row-gap: 20px; */
  }
  .contact__block
    .outer__contact
    .contact__form
    form
    .group__form
    > input[type="text"] {
    height: 40px;
    font-size: 14px;
  }
  .contact__block .outer__contact .contact__form form .group__form > textarea {
    font-size: 14px;
    height: 200px;
  }
  .contact__block
    .outer__contact
    .contact__form
    form
    > .group__submit
    > button[type="submit"] {
    height: 50px;
    font-size: 18px;
  }
  .about__block .outer__about > .about__info > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .app__block {
    background: none;
  }
  .about__block {
    background: none;
  }
  .health__info {
    padding-top: 40px;
    padding-bottom: 70px;
    background: url("../img/healthback-small.png");
    background-color: #f5e9db;
    background-repeat: no-repeat;
    background-position: 40% 29%;
  }
  .health__info .outer__health > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .health__info .outer__health > span {
    margin-bottom: 12px;
  }
  .health__info .outer__health > h2 {
    margin-bottom: 12px;
  }

  .health__info .outer__health > p {
    font-size: 16px;
  }
  .app__block .outer__app .app__inner {
    width: 100%;
    max-width: 293px;
    min-width: 0px;
    min-height: 192px;
    background: url("../img/smallinfo.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .app__block .outer__app .app__inner > p {
    font-size: 18px;
  }
  .app__block .outer__app .app__inner .app__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app__block .outer__app .app__inner .app__buttons > a {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  .app__block .outer__app .app__inner .app__buttons > a:last-child {
    margin-bottom: 0px;
  }
  .app__block {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .app__block .outer__app > h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  .advantages__section
    .outer__advantages
    .inner__advantages
    > .elem__advantage
    > .advantage__image
    img {
    max-width: 240px;
  }
  .advantages__section .outer__advantages .head__advantages > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .info__section {
    padding-bottom: 35px;
  }
  .info__section .outer__info > p {
    font-size: 16px;
  }

  .hero__section .outer__hero > .hero__image > img {
    display: none;
  }
  .hero__section .outer__hero > .hero__image > img.small__image {
    display: block;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .hero__section .outer__hero > .head__hero > h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .hero__section .outer__hero > .head__hero > h2 br {
    display: block;
  }
  .app__block .outer__app .app__inner .app__buttons > a {
    min-width: 190px;
  }
}

@media (max-width: 479px) {
  .footer_contact_info > ul > li p {
    font-size: 14px;
  }

  .footer_contact_info > ul svg {
    width: 14px;
  }

  .footer_contact_info > ul > li a {
    font-size: 14px;
  }

  .elem__aboutus_image span {
    width: 200px;
    margin: 0 auto;
  }

  .hero__section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .advantages__section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .contact__block {
    padding-bottom: 15px;
  }

  .info__section {
    padding-bottom: 50px;
  }
  .health__info {
    background-position: 42% 15%;
  }

  .elem__aboutus_content h6 {
    text-align: center;
  }

  .elem__aboutus_content p {
    text-align: center;
  }

  .faq__block {
    padding-top: 40px;
  }

  .aboutus__info h2 {
    margin-bottom: 30px;
  }

  .para_open_sec.active {
    padding: 20px;
  }

  .faq_inner_sec .accordion h5 {
    font-size: 18px;
  }

  .hero__section .hero__button_sec a {
    margin: 5px;
  }

  .aboutus__image {
    margin: 40px 0;
  }

  .aboutus__info h2 {
    font-size: 36px;
  }

  .elem__aboutus_section {
    grid-template-columns: 100%;
    gap: 20px 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 400px) {
  .info__section {
    padding-top: 70px;
  }
  .hero__section .outer__hero > .hero__image {
    top: 50px;
    margin-top: -50px;
  }
}
