h2, h3 {
  text-transform: none;
  margin-bottom: 10px;
}

h3 {
  line-height: 37px;
}

html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.open, 
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.accessibility-open, 
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:focus, 
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:active, 
html.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a.active {
  background: #d7d7d7;
}

.icon-bar-side {
  position: fixed;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5000;
  
}

.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.5s ease;
  color: #ffffff;
  font-size: 15px;
  background-color: #000000;
  
}

.icon-bar-side a:hover {
  color: #ffffff;
}

.whatsapp-hover-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5000;
}

.pageStartSpace {
	padding-top: 100px;
}

.sliderTopCloser {
  margin-top: -70px !important;
}

.icon-terapi {
	font-size: 34pt;
}

.text-grey {
	color: #676767 !important;
}

.text-dark-grey {
  color: #333333 !important;
}

.text-light-grey {
  color: #969696 !important;
}

.text-gold {
  color: #b7b076 !important;
}

.bg-dark {
  background-color: #111;
}

.side-header-overlay-full-screen #header .header-body {
  background-color: #e7e7e7 !important;
}

.side-header-overlay-full-screen #header {
  background-color: #e7e7e7 !important;
}

.side-header-overlay-full-screen #header .header-nav-main nav>ul>li:hover {
  background-color: #d7d7d7 !important;
  border-radius: 10px;
}

.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a:hover {
  color: #444 !important;
}

.side-header-overlay-full-screen #header .header-nav-main nav>ul>li>a {
  display: inline-block;
  border: 0;
  font-size: 28.8px;
  font-size: 1.8rem;
  text-transform: none;
  color: #444 !important;
  padding: 15px 0 !important;
  font-weight: 600;
}

.terapi-divider-grey {
  background: #292525 !important;
}

.price-unit-terapi {
  font-size: 34%;
  line-height: 1.5;
  margin-right: 4px;
}

.text-from {
  font-size: 37%;
  line-height: 2.7rem;
  margin-left: 4px;
}

.page-header.page-header-classic:after {
  background: rgb(35 33 33 / 80%);
}

.terapi_parallax {
  /* The image used 
  background-image: url("../img/parallax/parallax-nose.jpg");*/

  /* Set a specific height */
  min-height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.terapi_parallax:not(.mobile) {
  background-attachment: fixed!important;
}

.image-wrapper {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.image-wrapper:not(.mobile) {
  background-attachment: fixed!important;
}


.custom-curved-text-1 {
  max-width: 130px;
  left: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  background: #fff;
  border-radius: 50%;
}

.custom-curved-text-1 svg {
  position: relative;
  left: 4px;
  top: 1px;
  margin: 2px;
}

.terapi-slider-header {
  line-height: 100%;
  letter-spacing: 0;
}

.bg-gold {
  background-color: #e7e6da !important;
}

.bg-pastel-green {
  background-color: #cfcfcf;
}

.terapi-price {
  font-size: 2.7rem;
  font-weight: 600;
  display: flex;
}

.list-style-none {
  list-style: none;
}

.from-terapi-style {
  font-size: 15pt !important;
  line-height: 18px;
  display: flex;
  align-items: end;
}

.contact-box-terapi {
  height: 421px;
}

@media (min-width: 1200px) {
  .modal-xl { --bs-modal-width: 1200px; }
}

.modal-header {
  padding: var(--bs-modal-header-padding);
  border-bottom: none !important;
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-content {
  background-color: var(--bs-modal-bg);
  border: none;
  border-radius: 1.7rem;
}

.header-right {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 9999;
  top: 0px;
  position: sticky;
}

.btn-circle.btn-lg {
  width: 37px;
  height: 37px;
  padding: 1px 8px;
  font-size: 21px;
  line-height: 1.6;
  border-radius: 25px !important;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}


.bottom-mobile-menu {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: -1px;
  background-color: #1c1f23;
  color: #eaeaea;
  z-index: 5000;
  text-align: center;
  padding: 10px 0px 10px 0px;
  /*border-radius: 10px 10px 0px 0px;*/
}

.font-bottom-menu {
	font-size: 7.5pt;
	margin-top: -5px;	
}

.bottom-menu-icon {
	font-size: 15px;
	margin-bottom: 0px;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-line-narrow {
  line-height: 22px;
}

.text-big-subtitle {
  font-size: 16pt;
}

.cookie-consent{
  position: fixed;
  bottom: 40px;
  right: 25px;
  width: 260px;
  line-height: 17px;
  font-size: 12px;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
}