/* therapist */
.view-centers #sp-main-body,
.view-center #sp-main-body {
  padding: 0;
}

/* centers */

.searchboxy {
  background: #dd9225 !important;
  border-radius: 1.3rem 1.3rem 0 0 !important;
  color: #333 !important;
  line-height: 30px !important;
  z-index: 9;
  position: absolute;
  border-bottom: 0;
border-top: 4px solid #666 !important;
border-left: 4px solid #666 !important;
border-right: 4px solid #666 !important;
height:56px;
}
.searchboxy .searchTextField {
  background: #faefde !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #333 !important;
  line-height: 56px !important;
}
.searchboxy label {
  font-size: 22px;
  color: #333;
}
.small-text {
  font-size: 14px;
}
.terap-box-centers {
    border: 0;
	transition: all 0.5s ease;
	position:relative;
	margin-bottom: 50px;
}
.text-red {
  color: #e9530d;
}
.terap-row-box div {
  z-index: 2;
}
.terap-box-centers:hover .image-profile-centers {
	transform: rotate(360deg); 
	transition: all 0.5s ease-in;
}
.t-box-waiting {
  position: relative;
}
.t-flag-lang img {
	width: 24px;
	height: 20px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}
.b-title a {
  color: #666;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}
.view-centers .h_data_color_red .w-day-t {
  font-size: 16px;
}
.view-centers .h_data_color_green.today .w-day-t {
  font-size: 18px;
}
.view-centers .h_data_color_orange .w-day-t {
  font-size: 18px;
}
.t-box-ag .muted {
  opacity: 0.5;
  cursor: not-allowed;
}
.view-centers .stretched-link::after{
	z-index:9;
}


/* Single Center */
.view-center .terap-box {
    border: 3.8px solid #333;
    border-radius: 1.7rem;
    padding: 15px;
	transition: all 0.5s ease;
	background: #faefde;
	overflow: hidden;
}
.view-center .t-rating-box {
    background: var(--color-primary);
    border-radius: 1.7rem;
    padding: 5px;
    color: #fff;
    font-size: 16px;
	position:relative;
	overflow: hidden;
	transition: all 0.35s ease;
}
.view-center .rating-text-black {
    color: #333;
    font-weight: bold;
}
.view-center .rating-text-gold {
    color: #fff119;
}
.view-center .t-review-count {
    font-size: 12px;
    font-weight: bold;
}

.view-center .image-profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 8px;
	transform: rotate(0deg);
	
}
.t-profile-logo{
	position:relative;
}
.t-profile-logo::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
    z-index: 3;
}

.view-center .terap-box:hover .image-profile {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}
.view-center .terap-box:hover .t-profile-logo::before {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}

.rsform-block-note p {
  font-size: 17px;
  color: #252525c9;
  font-weight: normal;
  line-height: 30px;
}
.view-center #mailform input, .view-center #mailform select, .view-center #mailform textarea {
  border: 0;
  border-radius: 9px !important;
  background: #faefde;
}
.form-control:focus {
  color: #212529;
  background-color: #f7e1bd;
}
.view-center .form-check-input:checked {
  background-color: #dd9225;
  border-color: #dd9225;
}
.view-center .form-check-input:focus {
border-color: #dd9225;
  box-shadow: none;
}
.view-center .color-primary {
  color: var(--color-primary);
}
.view-center .form-control:focus{
	border-color: #dd9225;
  box-shadow: none;
}
.view-center address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
}

.view-center .t-rating-box:hover {
    transform: scale(1.04);
}
.view-center .t-rating-box:after {
  
    animation: shine 7s ease-in-out infinite;
    content: "";
    position: absolute;
    top: 0%;
    left: -270%;
    width: 450%;
    height: 300%;
    opacity: 0;
    transform: rotate(45deg);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.view-center .t-rating-box:active:after {
  opacity: 0;
}

@keyframes shine{
  40% {
    opacity: 1;
    top: -30%;
    left: -30%;
  }
  50% {
    opacity: 0;
    top: -30%;
    left: -30%;
  }
}
.view-center .t-name {
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 600;
	word-spacing: 100px;
	line-height: 24px;
	word-wrap: break-word;
	word-break: break-word;
	white-space: pre-line;
	text-align: left;
}
.view-center .t-name a {
    color: var(--color-primary);
}
.view-center .t-trainings {
    font-size: 12px;
    font-weight: 400;
    color: #333;
	min-height: 29px;
	max-height:29px;
	margin-top: 3px;
}
.view-center .lang-pos img {
    width: 24px;
    height: 20px;
    margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}
.view-center .t-lang-title {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}
.view-center .h_data_color_red,
.view-center .h_data_color_green,
.view-center .h_data_color,
.view-center .h_data_color_orange {
    font-size: 20px;
    width: 260px;
}
.view-center .h_data_color_red {
    position: relative;
    background: #e9530d;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color_green {
    position: relative;
    background: var(--color-green);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color {
    position: relative;
    background: #edc700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.view-center .h_data_color_orange {
    position: relative;
    background: #dd9225;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #009a39;
    border-radius: 2rem;
    min-height: 44px;
    padding: 0 14px 0 50px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.view-center .availability-clock {
    position: absolute;
    left: -17px;
    top: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid #009a39;
    border-radius: 50%;
    background: #fff;
    transform: translateY(-50%);
}
.view-center .availability-clock i {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: #dd9225;
    font-size: 24px;
    line-height: 1;
}
.view-center .availability-value {
    display: inline-block;
    line-height: 1.15;
}

@media (max-width: 991px) {
  .view-center .h_data_color_green,
  .view-center .h_data_color,
  .view-center .h_data_color_red,
  .view-center .h_data_color_orange {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 2rem;
    min-height: 64px;
    line-height: 1;
    font-weight: 600;
    padding: 0 18px 0 72px;
    margin-right: auto;
    margin-left: auto;
  }

  .view-center .availability-clock {
    left: -20px;
    width: 72px;
    height: 72px;
  }

  .view-center .availability-clock i {
    font-size: 32px;
  }

  .view-center .availability-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    line-height: 1;
    text-align: center;
  }
}
.view-center .t-box-ag {
    background: var(--color-primary);
    border-radius: 1.7rem;
    padding: 15px;
}
.view-center .t-box-ag i {
    font-size: 140px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.view-center .t-age-title {
    text-align: center;
    color: #333;
    font-weight: 600;
	text-transform: uppercase;
}
.view-center .t-rating-box:last-child {
    margin-bottom: 0 !important;
}
.view-center .t-box-effect {
    transform: scale(1);
	transition: all 0.35s ease;
}
.view-center .t-box-effect:hover {
    transform: scale(1.03);
}

/* Avvisi pagina dettaglio terapista */
.therapist-notices {
	display: grid;
	gap: 12px;
	margin-bottom: 20px;
}

.therapist-notice {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 64px;
	padding: 8px 16px;
	border-radius: 14px;
	box-sizing: border-box;
}

.therapist-notice-icon {
	display: flex;
	flex: 0 0 42px;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	color: #fff;
	font-size: 21px;
	line-height: 1;
}

.therapist-notice-text {
	color: #444;
	font-size: 16px;
	line-height: 1.45;
}

.therapist-notice-success {
	background: rgba(0, 154, 57, 0.10);
	border: 2px solid rgba(0, 154, 57, 0.18);
}

.therapist-notice-success .therapist-notice-icon {
	background: #179644;
}

.therapist-notice-danger {
	background: rgba(233, 83, 13, 0.10);
	border: 2px solid rgba(233, 83, 13, 0.18);
}

.therapist-notice-danger .therapist-notice-icon {
	background: #d31c14;
	border-radius: 0;
	clip-path: polygon(
		30% 0,
		70% 0,
		100% 30%,
		100% 70%,
		70% 100%,
		30% 100%,
		0 70%,
		0 30%
	);
}

.therapist-notice-info {
	background: rgba(158, 189, 254, 0.18);
	border: 2px solid rgba(127, 168, 242, 0.35);
}

.therapist-notice-info .therapist-notice-icon {
	background: #9EBDFE;
	border: 1px solid #666;
}

.therapist-notice-label {
	font-weight: 700;
	text-transform: uppercase;
}

.therapist-notice-success .therapist-notice-label {
	color: #179644;
}

.therapist-notice-danger .therapist-notice-label {
	color: #d31c14;
}

.therapist-notice-info .therapist-notice-label {
	color: #7FA8F2;
}

@media (max-width: 680px) {
	.therapist-notice {
		gap: 10px;
		min-height: 56px;
		padding: 8px 11px;
	}

	.therapist-notice-icon {
		flex-basis: 35px;
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.therapist-notice-text {
		font-size: 14px;
		line-height: 1.35;
	}
}

.map_canvas {
    border: 4px solid #666;
    border-radius: 1.3rem;
}
div[title="you"]{
	overflow: inherit !important;
}
div[title="you"]::before{
	width: 100px !important;
	content:"";
	height: 100px!important;
	position: relative !important;
	top: -40px !important;
	left: -40px !important;
	display: block;
	background: rgba(221,146,37,0.6);
	border-radius: 50%;
	opacity: 0;
	animation: pulsate 2400ms ease-out infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.bigicon i{
	font-size: 4em;
}
.addreess-sec i {
  color: var(--color-primary);
  
  padding-right: 15px;
  vertical-align: middle;
  padding-left:7px;
}
.addreess-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.contact-sec i {
  color: var(--color-primary);
  padding-right: 15px;
  vertical-align: middle;
}
.contact-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.center-content-box{
	color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}	
.center-content-box .titlestyle i {
	padding-right: 15px;
	vertical-align: middle;
}
.contact-sec a {
  color: #333;
}
.h-payment-row {
  text-align: center;
  margin-right: 30px;
}
.h-payment-row-img img {
  margin: 0 auto;
}
.slider-sec {
  background: #faefde;
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #dd9225;
}
.slick-initialized .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
  border: 3px solid #dd9225;
  border-radius: 15px;
  overflow: hidden;
}
.slick-slide img {
  display: block;
  height: 240px;
  width: 100%;
  cursor: zoom-in;
}
.slick-prev::before, .slick-next::before {
  color: var(--color-primary) !important;
  font-size: 30px !important;
}
.slick-prev.slick-arrow {
  margin-left: -10px;
}
.box-rout {
  background: #faefde;
  height: 100px;
  border: 3.5px solid #333;
  border-radius: 17px;
  overflow: hidden;
}
.box-rout-icon {
  background: #dd9225;
  height: 100px;
}
.box-rout-icon i {
  color: #fff;
  font-size: 50px;
  padding: 0;
}
.agenda-text {
  position: absolute;
  color: #dd9225;
  font-size: 12px;
  top: 31px;
  width: 100px;
  left: 72px;
  font-weight: 600;
  z-index: 9;
}

.badge.bg-green {
  background: #cbead6;
  color: #009a39;
  vertical-align: text-top;
}
.today-day {
  color: #009a39;
}
.hrs_day_title {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 2px 5px 8px;
  min-width: 130px;
  border-radius: 5px;
}
.text-gray {
  color: #333;
}

#loadingDiv {
  background: #ffffff8c;
}
.green-icon::before {
  color: #009a39;
}
.gray-icon::before {
  color: #333;
}
.text-green {
  color: #23cf5f;
}
.payx img {
  padding: 10px;
  border-radius: 15px;
}
.width50.align-left-faq-center .sppb-panel-modern > .sppb-panel-heading {
	margin:0;
}
.telx i {
  font-size: 35px;
  text-align: center;
  min-width: 50px;
}
@media (min-width:992px) and (max-width:1200px) {
	
	.agenda-text {
	  left: 45px;
	}
}


@media (max-width:578px){
.today-day .badge {
  display: none;
}
.telx span {
  font-size: 15px;
}
.bigicon i {
  font-size: 2em;
  padding: 0 !important;
}
.bigicon span {
  font-size: 14px;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 5px;
}	
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 10px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.adr-title {
  padding-top: 0px;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:4%;
    transform: rotate(0deg);
}
.d-title {
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 15px !important;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.adr-title {
  font-size: 13px;
  line-height:18px;
  color: #666;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 12px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:13px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}	
.d-title.mob-d-title {
  font-size: 23px;
}
.hrs_day_title {
  min-width: 90px;
  font-size: 13px;
}
.hours p {
  font-size: 14px;
}
.dangerz-icon-style-article {

  font-size: 13px;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
}


@media (min-width:578px) and (max-width:767px) {
.hrs_day_title {
  min-width: 100px;
  font-size: 14px;
}
.hours p {
  font-size: 16px;
}	
.bigicon i {
  font-size: 3em;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 5px;
}	
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.adr-title {
  padding-top: 0px;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:8px;
    transform: rotate(0deg);
}
.d-title {
  padding-top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
	
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.adr-title {
  font-size: 18px;
  line-height:22px;
  color: #666;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 12px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:13px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.b-title a {
  font-size: 32px;
  line-height: 30px;
}
.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
.d-title.mob-d-title {
  font-size: 23px;
}
}

@media (min-width:768px) and (max-width:991px) {
.today-day .badge {
  display: none;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 8px;
}
.view-center .image-profile{
 padding: 12px;	
}
.view-center .t-rating-box{
  font-size: 11px;
  padding: 1px;
}
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  border-radius: 25px;
  padding: 12px 5px;
}
.view-center .t-box-ag i {
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
}
.view-center .t-age-title {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 19px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.t-flag-lang {
  padding-top: 0;
}
.image-profile-centers {  
    border-radius: 50%;
    transform: rotate(0deg);
	max-width: 60%;
	padding: 8px;
}
.d-title {
  padding-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #666;
}
.view-centers .mobile-h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_green {
    background: #8cbe22;
    display: block;   
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.view-centers .mobile-h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
	padding: 0 15px;
	line-height: 25px;
	border-radius: 100px;
}
.w-day-t {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.adr-title {
  font-size: 22px;
  line-height:32px;
  color: #666;
  padding-top: 0px;
}	
.go_btn_box {
  background: #666;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  line-height: 55px;
}
.searchboxy label {
  font-size: 14px;
  color: #666;
}
.searchboxy {
  border-radius: 12px 12px 0px 0px !important;
  height: 40px;
}
.searchboxy .searchTextField {
	font-size:14px !important;
  line-height: 40px !important;
}
.map_canvas {
  border-radius: 12px;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.b-title a {
  font-size: 42px;
  line-height: 30px;
}


.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/../../../../images/template/cerchio_foto.svg");
  background-size: 100% 100%;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
.d-title.mob-d-title {
  font-size: 23px;
}
}

@media (min-width:992px) and (max-width:1200px) {

.view-center .t-rating-box{
 font-size: 12px;
}	
.view-center .t-review-count {
  font-size: 10px;
}
.h-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.t-title-centers {
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}	
.b-title a {
  font-size: 18px;
}
.t-flag-lang {
  padding-top: 20px;
}
.adr-title {
  padding-top: 0px;
  color:#666;
}
.image-profile-centers {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #666;
    transform: rotate(0deg);	
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.d-title {
  padding-top: 15px;
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: #8cbe22;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 4px solid #666;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  min-height: 150px;
  max-height:150px;
  width:150px;
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
  word-spacing: 200px;
}
.name-t-c {
  padding-top: 0px !important;
}
}


@media (min-width:1200px) {


.h-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 5px 0;
}
.t-title-centers {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}	
.t-flag-lang {
  padding-top: 36px;
}
.adr-title {
  padding-top: 15px;
  color:#666;
}
.image-profile-centers {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 4px solid #666;
    transform: rotate(0deg);	
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.d-title {
  padding-top: 32px;
  font-size: 34px;
  font-weight: 600;
  color: #666;
}
.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	line-height: 20px;
}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: #8cbe22;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 4px solid #666;
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  min-height: 175px;
  max-height:175px;
  width:175px;
  float: right;
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
}
.name-t-c {
  padding-top: 15px !important;
}
.view-center .image-profile {
  width: 85% !important;
}  
.view-center .terap-box{
 padding: 10px 15px;	
}
}


/* exclusive mobile small */
@media (max-width:385px){
.view-center .rating-text-gold {
  display: none;
}
.hours p {
  font-size: 12px;
}
}
@media (max-width:426px){
.telx span {
  font-size: 13px;
}
.bigicon span {
  font-size: 13px;
  line-height: 15px;
}
.view-center .t-rating-box {
  font-size: 9px;
}
.view-center .image-profile{
  padding:4%;
}	
.view-center .t-review-count {
  font-size: 9px;
}
.view-center .t-name {
  font-size: 20px !important;
}  
.t-lang-title {
  font-size: 12px !important;
}
.h_data_color_red {
  font-size: 11px !important;
}
}
/* therapist */
.view-centers #sp-main-body {
  padding: 0px;
}
@media (min-width: 1200px) {
  .view-centers #sp-main-body > .container,
  .view-center #sp-main-body > .container {
    max-width: 1600px;
}
}
.view-center #sp-main-body {
  padding: 0px;
}

/* centers */

/* Barra posizione e mappa: doppia cornice esterna + separatore interno */
.view-centers .article-details > .position-relative {
  width: 100%;
  margin: 3rem 0 !important;
  border: 4px solid var(--color-therapist-dark);
  border-radius: 1.3rem 1.3rem 12px 12px;
  outline: 2px solid var(--color-green);
  outline-offset: 2px;
  overflow: hidden;
  box-sizing: border-box;
}

.view-centers .article-details > .position-relative > .searchboxy {
  position: static;
  width: 100%;
  height: 64px;
  margin: 0;
  background: #fff !important;
  border: 0 !important;
  border-bottom: 2px solid var(--color-therapist-dark) !important;
  border-radius: 0 !important;
  color: #333 !important;
  box-sizing: border-box;
  overflow: hidden;
  z-index: auto;
}

.view-centers .article-details > .position-relative > .searchboxy > div:first-child {
  display: flex;
  flex: 0 0 30%;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 30%;
  height: 100%;
  padding: 0 !important;
  background: #efefef;
}

.view-centers .article-details > .position-relative > .searchboxy > div:last-child {
  flex: 0 0 70%;
  width: 70%;
  max-width: 70%;
  height: 100%;
  padding: 0 !important;
  background: #fff;
}

.view-centers .article-details > .position-relative .searchboxy label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 16px;
  color: #666;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: none;
}

.view-centers .article-details > .position-relative .searchboxy label::before {
  flex: 0 0 auto;
  color: #666;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.view-centers .article-details > .position-relative .searchboxy .searchTextField {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 18px;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #666 !important;
  font-size: 22px !important;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: normal !important;
  box-shadow: none !important;
  outline: 0 !important;
  box-sizing: border-box;
}

.view-centers .article-details > .position-relative .searchboxy .searchTextField::placeholder {
  color: #555;
  opacity: 0.5;
}

.view-centers .article-details > .position-relative .searchboxy .searchTextField:focus {
  background: #fff !important;
  box-shadow: none !important;
}

.view-centers .article-details > .position-relative > .map_canvas {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
}

@media (max-width: 991px) {
  .view-centers .article-details > .position-relative {
    border-width: 4px;
    border-radius: 12px;
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--color-green);
  }

  .view-centers .article-details > .position-relative > .searchboxy {
    height: 56px;
    border-bottom-width: 2px !important;
  }
   .view-centers .article-details > .position-relative > .map_canvas {
    border-radius: 0 0 10px 10px !important;
  }

  .view-centers .article-details > .position-relative > .searchboxy > div:first-child {
    flex-basis: 42%;
    width: 42%;
    max-width: 42%;
  }

  .view-centers .article-details > .position-relative > .searchboxy > div:last-child {
    flex-basis: 58%;
    width: 58%;
    max-width: 58%;
  }

  .view-centers .article-details > .position-relative .searchboxy label {
    gap: 7px;
    padding: 0 8px;
    font-size: 14px;
    letter-spacing: 0.3px;
  }

  .view-centers .article-details > .position-relative .searchboxy label::before {
    font-size: 24px;
  }

  .view-centers .article-details > .position-relative .searchboxy .searchTextField {
    padding: 0 10px;
    font-size: 14px !important;
    letter-spacing: 0.3px;
  }
}
.small-text {
  font-size: 14px;
}
.terap-box-centers {
    border: 0;
	transition: all 0.5s ease;
	position:relative;
	margin-bottom: 50px;
}

.text-red {
  color: #e9530d;
}
.terap-row-box div {
  z-index: 2;
}


.terap-box-centers:hover .image-profile-centers {
	transform: rotate(360deg); 
	transition: all 0.5s ease-in;
}
@media (min-width: 992px) {
	.terap-box-centers:hover .box-wait {
		transform: rotate(360deg); 
		transition: all 0.5s ease-in;
	}
}
.t-box-waiting {
  position: relative;
}


.t-flag-lang img {
	width: 24px;
	height: 20px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}


.b-title a {
  color: #666;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
}


.t-box-ag .muted {
  opacity: 0.5;
  cursor: not-allowed;
}
.view-centers .stretched-link::after{
	z-index:9;
}


/* Single Center */
.view-center .terap-box, .view-center .t-box-ag {
    border: 3.8px solid #333;
    border-radius: 1.7rem;
    padding: 15px;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease;
	background: #faefde;
	overflow: hidden;
}
.view-center .t-rating-group {
    width: 100%;
}
.view-center .t-rating-group-title {
    margin: 0 0 clamp(8px, 1vw, 18px);
    color: #333;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 600;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
}
.view-center .t-rating-box {
    display: flex;
    align-items: center;
    gap: clamp(3px, 0.45vw, 7px);
    min-height: clamp(56px, 7vw, 76px);
    padding: clamp(5px, 0.5vw, 8px) clamp(8px, 0.8vw, 14px) clamp(5px, 0.5vw, 8px) clamp(6px, 0.6vw, 10px);
    background: #dd9225;
    border: 2px solid #009a39;
    border-radius: 999px;
    color: #fff;
    position: relative;
    z-index: 4;
    overflow: hidden;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.22);
    transition: transform 150ms ease, box-shadow 150ms ease;
}
.view-center .rating-icon {
    flex: 0 0 clamp(40px, 7vw, 54px);
    width: clamp(40px, 7vw, 54px);
    height: clamp(40px, 7vw, 54px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #dd9225;
    font-size: clamp(17px, 3.2vw, 25px);
    line-height: 1;
    margin-right: clamp(3px, 0.45vw, 7px);
}
.view-center .rating-score {
    flex: 0 0 auto;
    color: #333;
    font-size: clamp(19px, 4vw, 30px);
    font-weight: 800;
    line-height: 1;
}
.view-center .rating-stars {
    position: relative;
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin-right: clamp(4px, 0.6vw, 10px);
    font-size: clamp(17px, 4.2vw, 30px);
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0;
}
.view-center .rating-stars-empty {
    display: block;
    box-sizing: border-box;
    padding-bottom: clamp(3px, 0.35vw, 5px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff119;
    text-stroke: 1px #fff119;
}
.view-center .rating-stars-full {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: var(--stars-fill);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: clamp(3px, 0.35vw, 5px);
    overflow: hidden;
    color: #fff119;
    line-height: 1;
    white-space: nowrap;
}
.view-center .rating-label-wrap {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    color: #fff;
    font-size: clamp(12px, 3.2vw, 20px);
    font-weight: 800;
    line-height: 1.05;
    white-space: nowrap;
}
.view-center .rating-label {
    display: block;
}
.view-center .rating-count {
    display: block;
    margin-top: 2px;
    font-size: 0.58em;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}
.view-center .rating-arrow {
    flex: 0 0 auto; margin-left: auto;
    color: #fff;
    font-size: clamp(20px, 4vw, 30px);
    line-height: 1;
}
.view-center .t-rating-mobile {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}
.view-center .t-rating-mobile .t-rating-group-title {
    margin-top: 0;
}
.view-center .t-rating .t-rating-group-title {font-size:clamp(15px,1.1vw,20px);margin-bottom:8px}
.view-center .t-rating .t-rating-box {gap:3px;min-height:clamp(44px,3vw,52px);padding:4px 7px 4px 5px}
.view-center .t-rating .rating-icon {flex-basis:clamp(32px,2.35vw,40px);width:clamp(32px,2.35vw,40px);height:clamp(32px,2.35vw,40px);font-size:clamp(14px,1.1vw,18px);margin-right:3px}
.view-center .t-rating .rating-score {font-size:clamp(16px,1.2vw,20px)}
.view-center .t-rating .rating-stars {font-size:clamp(18px,1.35vw,22px);margin-right:5px}
.view-center .t-rating .rating-label-wrap {font-size:clamp(11px,1vw,15px)}
.view-center .t-rating .rating-arrow {font-size:clamp(18px,1.3vw,24px)}

.view-center .image-profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%);
    padding: 8px;
	transform: rotate(0deg);
	

}
.t-profile-logo{
	position:relative; z-index:1;
}
.t-profile-logo::before {
  background-image: url("/images/template/cerchio_foto_terapist.svg");
  background-size: 100% 100%;
  background-color: #31131300;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}

.view-center .terap-box:hover .image-profile {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}
.view-center .terap-box:hover .t-profile-logo::before {
	transform: rotate(360deg);
	transition: all 0.5s ease-in;
}


.rsform-block-note p {
  font-size: 17px;
  color: #252525c9;
  font-weight: 400;
  line-height: 30px;
}
.view-center #mailform input, .view-center #mailform select, .view-center #mailform textarea {
  border: 0px solid #dd9225;
  border-radius: 9px !important;
  background: #faefde;
}
.form-control:focus {
  color: #212529;
  background-color: #f7e1bd;
}
.view-center .form-check-input:checked {
  background-color: #dd9225 !important;
  border-color: #dd9225 !important;
  position: relative;
}
.view-center .form-check-input:focus {
border-color: #dd9225 !important;
  box-shadow: none !important;
}
.view-center .rsform-submit-button {
  padding: 8px 35px;
}	

.view-center .form-check-input:checked::after {
	content: "\f00c";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	top: 0;
	line-height: 15px;
	left: 1px;
	color: #fff;
}
.view-center .form-check-input {
  background-color: #fff !important;
  border: 2px solid #dd9225cf !important;
}

.view-center .color-primary {
  color: var(--color-primary);
}
.view-center .form-control:focus{
	border-color: #dd9225;
  box-shadow: none;
}
.view-center address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
}

.view-center .t-rating-box:after {
  
    animation: shine 7s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: -270%;
    width: 450%;
    height: 300%;
    opacity: 0;
    transform: rotate(45deg);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}

.view-center .t-rating-box:active:after {
  opacity: 0;
}

@keyframes shine{
  40% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 2s, 2s, 1.65s;
    transition-timing-function: ease;
  }
  50% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}

.view-center .t-name {
    margin-bottom: 0;
    color: #333;
    font-size: 23px;
    font-weight: 600;
	word-spacing: normal;
	line-height: 24px;
	overflow-wrap: break-word;
	word-break: normal;
	white-space: normal;
}
.view-center .t-name a {
    color: #333;
}
.view-center .t-trainings {
    font-size: 12px;
    font-weight: 400;
    color: #333;
	min-height: 29px;
	max-height:29px;
	margin-top: 3px;
}
.view-center .lang-pos img {
    width: 24px;
    height: 20px;
    margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #676767;
}
.view-center .t-lang-title {
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}


.view-center .t-box-ag {
    background: var(--color-green);
    padding: 26px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.view-center .t-box-ag:has(.muted) {
    background: #009a392e;
}

.view-center .t-box-ag:has(.muted) .t-age-title.muted {
    color: #fff !important;
}
.view-center .t-box-ag i {
    font-size: 105px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0;
}
.view-center .t-age-title {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: clamp(20px, 1.75vw, 28px);
    line-height: 1.05;
    margin-bottom: 0;
    text-transform: uppercase;
}

html[lang="it-IT"] body.view-center .t-age-title {
    font-size: clamp(18px, 1.5vw, 24px) !important;
}
.view-center .t-rating-box:nth-last-child(1) {
    margin-bottom: 6px !important;
}
.view-center .t-box-effect {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.22);
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.view-center .t-rating-box:hover,
.view-center .t-rating-box:focus-visible,
.view-center .t-box-effect:hover,
.view-center .t-box-effect:focus-visible {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
    transform: translateY(-2px);
}

.view-center .t-rating-box:focus-visible,
.view-center .t-box-effect:focus-visible {
    outline: 3px solid var(--color-primary-opacity);
    outline-offset: 3px;
}

.view-center .t-rating-box:active,
.view-center .t-box-effect:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    transform: translateY(1px) scale(0.97);
}


div[title="you"]{
	overflow: inherit !important;
}
div[title="you"]::before{
	width: 100px !important;
	content:"";
	height: 100px!important;
	position: relative !important;
	top: -40px !important;
	left: -40px !important;
	display: block;
	background: rgba(221,146,37,0.6);
	border-radius: 50%;
	opacity: 0;
	animation: pulsate 2400ms ease-out infinite;
}


.suggestions-container{
	border-top:none !important;
}
/* Wrapper styles */
.me_circle_wrapper {
    position: relative;
    width: 10px;
    height: 10px;
}

/* Pulsating circle styles */
.me_circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #dd9225;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(221, 146, 37, 0.6);
}

.me_circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: rgba(221, 146, 37, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    animation: pulsatex 2400ms ease-out infinite;
}

/* Pulsating animation */
@keyframes pulsatex {
    0% {
        transform: translate(-50%, -50%) scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}


@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
.bigicon i{
	font-size: 4em;
}
.addreess-sec i {
  color: var(--color-primary);
  
  padding-right: 15px;
  vertical-align: middle;
  padding-left:7px;
}
.addreess-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.contact-sec i {
  color: var(--color-primary);
  padding-right: 15px;
  vertical-align: middle;
}
.contact-sec {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.view-center .therapist-contact-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 30px;
  margin: 3rem 0;
}

.view-center .therapist-info-panel {
  min-width: 0;
  margin: 0;
  padding-right: 32px;
  padding-left: 32px;
  border: 2px solid #009a39;
  border-radius: 1.7rem;
  box-sizing: border-box;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}
.center-content-box{
	color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}	
.center-content-box .titlestyle i {
	padding-right: 15px;
	vertical-align: middle;
}
.contact-sec a {
  color: #333;
}
.h-payment-row {
  text-align: center;
  margin-right: 30px;
}
.h-payment-row-img img {
  text-align: center;
  margin: 0 auto;
}
.slider-sec {
	padding: 10px;
}
.slick-initialized .slick-slide {
	margin:1rem;
  border-radius: 12px;
  overflow: hidden;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}
.slick-prev::before, .slick-next::before {
  color: var(--color-primary) !important;
  font-size: 30px !important;
}
.slick-prev.slick-arrow {
  margin-left: -10px;
}

.box-rout {
  background: #faefde;
  height: 100px;
  border: 3.5px solid #333;
  border-radius: 17px;
  overflow: hidden;
}
.box-rout-icon {
  background: #dd9225;
  height: 100px;
}
.box-rout-icon i {
  color: #fff;
  font-size: 50px;
  padding: 0;
}
.agenda-text {
  position: absolute;
  color: #dd9225;
  font-size: 12px;
  top: 31px;
  width: 100px;
  left: 90px;
  font-weight: 600;
  z-index: 9;
}
.de-DE .agenda-text {
  font-size: 21px;
letter-spacing: 2.5px;
left: 90px;
}
.fr-FR .agenda-text {
font-size: 16px;
letter-spacing: 0px;
left: 90px;
}
.agenda-text_two {
	display:none;
}
.de-DE .agenda-text_two {
  position: absolute;
  color: #dd9225;
  font-size: .65rem;
  top: 61px;
  width: 100px;
  left: 32%;
  font-weight: 600;
  z-index: 9;
  display:block;
}
.fr-FR .agenda-text_two {
  position: absolute;
color: #dd9225;
font-size: .85rem;
top: 60px;
width: 100px;
left: 32%;
font-weight: 600;
z-index: 9;
display: block;
letter-spacing: 0.07rem;
word-spacing: 0.2rem;
}

.badge.bg-green {
  background: #cbead6;
  color: #009a39;
  vertical-align: text-top;
}
.today-day {
  color: #009a39;
}
.hrs_day_title {
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 2px 5px 8px;
  min-width: 130px;
  border-radius: 5px;
  margin-right: 7px;
}
.text-gray {
  color: #333;
}

#loadingDiv {
  background: #ffffff8c;
}
.green-icon::before {
  color: #009a39;
}
.gray-icon::before {
  color: #333;
}
.text-green {
  color: #23cf5f;
}
.payx img {
  padding: 10px;
  border-radius: 15px;
  
}
.width50.align-left-faq-center .sppb-panel-modern > .sppb-panel-heading {
	margin:0;
}
.telx i {
  font-size: 35px;
  text-align: center;
  width: 50px;
}

.view-center .telx a {
  display: flex;
  align-items: flex-start;
}

.view-center .telx span {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-all;
}
.t-title-go-btn {
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .view-center .therapist-contact-hours-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin: 2rem 0;
  }

  .view-center .therapist-info-panel {
    padding-right: 20px;
    padding-left: 20px;
  }

  .view-center .lang-pos {
    width: min(300px, 75%);
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--color-green);
  }


  .go_btn_box {
    position: relative;
    overflow: hidden;
  }

  .go_btn_box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 30%,
      rgba(255,255,255,0.8) 50%,
      rgba(255,255,255,0) 70%
    );
    animation: slide 5s infinite;
    pointer-events: none;
  }
}
@media (min-width:1200px) and (max-width:1400px) {
	
	.agenda-text {
	  left: 68px;
	}
	.de-DE .agenda-text {
      left: 68px;
    }
	.de-DE .agenda-text_two{
		left: 68px;
	}
	.fr-FR .agenda-text {
      left: 68px;
    }
	.fr-FR .agenda-text_two{
		left: 68px ;
	}
	.view-center .rating-text-black {
	  margin-left: 3px !important;
	  margin-right: 4px !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	
	.agenda-text {
	  left: 45px;
	}
	.de-DE .agenda-text_two{
		left: 46.3px;
	}
	.fr-FR .agenda-text_two{
		left: 46.3px ;
	}
	.view-center .rating-text-black {
	  margin-left: 3px !important;
	  margin-right: 4px !important;
	}
	.view-center .t-age-title {
	  font-size: 22px;
	}
	html[lang="it-IT"] body.view-center .t-age-title {
    font-size:20px !important;
}
}


/* 0 - 578 mobile |  578 - 767 tablet sm | 767 - 992 md | 992 - ....  lg | xl*/
/* centers mobile */


/* Therapist cards — mobile common layout */
@media (max-width: 991px) {
  .view-centers .terap-row-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .view-centers .t-profile-centers {
    flex: 0 0 41.666667%;
    width: 41.666667%;
  }

  .view-centers .therapist-name-column {
    flex: 0 0 58.333333%;
    width: 58.333333%;
  }

  .view-centers .therapist-data-column,
  .view-centers .t-box-waiting,
  .view-centers .go_btn_box {
    flex: 0 0 100%;
    width: 100%;
  }

  .view-centers .go_btn_box {
    --contact-button-shadow: 0 7px 14px rgba(0, 0, 0, 0.22);
    transition: transform 150ms ease, box-shadow 150ms ease;
  }

  .view-centers .terap-box-centers:hover .go_btn_box,
  .view-centers .terap-box-centers:focus-within .go_btn_box {
    --contact-button-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
    transform: translateY(-2px);
  }

  .view-centers .terap-box-centers:active .go_btn_box {
    --contact-button-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    transform: translateY(1px) scale(0.97);
  }

  .view-centers .therapist-data-column,
  .view-centers .t-box-waiting {
    --therapist-mobile-icon-size: clamp(46px, 7vw, 58px);
    display: grid !important;
    grid-template-columns: var(--therapist-mobile-icon-size) minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 5px;
    align-items: center !important;
    width: 100%;
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding: 0 18px !important;
    box-sizing: border-box;
  }

  .view-centers .therapist-mobile-icon-circle {
    grid-column: 1;
    grid-row: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: var(--therapist-mobile-icon-size);
    height: var(--therapist-mobile-icon-size);
    border: 2px solid var(--color-green);
    border-radius: 50%;
    background: #fff;
    color: #dd9225;
    font-size: clamp(21px, 3.8vw, 28px);
    line-height: 1;
    box-shadow: none;
  }

  .view-centers .therapist-data-label,
  .view-centers .therapist-waiting-label {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    margin: 0;
    padding: 0 18px;
    text-align: left;
  }

  .view-centers .therapist-data-label .h-title,
  .view-centers .therapist-waiting-label .title-box {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .view-centers .therapist-data-label .t-title-centers,
  .view-centers .therapist-waiting-label .t-title-centers {
    display: block;
    margin: 0;
    color: #dd9225;
    font-size: clamp(15px, 2.8vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .view-centers .therapist-data-content {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    margin: 0;
    padding: 9px 24px;
    border: 2px solid var(--color-green);
    border-radius: 999px;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
  }

  .view-centers .therapist-language-content .t-flag-lang {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    gap: 8px 12px;
  }

  .view-centers .therapist-language-content .t-flag-lang > * {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .view-centers .therapist-language-content .t-flag-lang img {
    display: block;
    width: 32px;
    height: 27px;
    margin: 0 !important;
  }

  .view-centers .t-box-waiting .box-wait {
    grid-column: 2;
    grid-row: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    float: none;
    width: 100%;
    min-width: 0;
    min-height: 58px;
    max-height: none;
    margin: 0;
    padding: 9px 20px;
    border: 2px solid var(--color-green);
    border-radius: 999px;
    box-shadow: none;
    box-sizing: border-box;
    text-align: center;
  }

  .view-centers .t-box-waiting .box-wait.h_data_color_red {
    background: #e9530d;
  }

  .view-centers .t-box-waiting .box-wait.h_data_color {
    background: #edc700;
  }

  .view-centers .t-box-waiting .box-wait.h_data_color_green {
    background: var(--color-green);
    border: 2px solid #333;
  }

  .view-centers .t-box-waiting .box-wait.h_data_color_orange {
    background: #dd9225;
  }

  .view-centers .t-box-waiting .box-wait.h_data_color_red .w-day-t {
    font-size: clamp(16px, 3.3vw, 23px) !important;
  }

  .view-centers .t-title-go-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 55px;
    gap: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .de-DE .view-centers .t-title-go-btn,
  .fr-FR .view-centers .t-title-go-btn {
    gap: clamp(8px, 2.5vw, 13px);
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .view-centers .therapist-contact-icon {
    font-size: 27px;
    line-height: 1;
  }

  .view-centers .therapist-contact-chevron {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-left: 0;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
  }

  .view-centers .waiting-value-row-numeric {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
    align-items: center;
    column-gap: 18px;
    width: 100%;
    min-height: 36px;
    line-height: 1;
    white-space: nowrap;
  }

  .view-centers .waiting-value-row-numeric > .w-day-between-t {
    grid-column: 1;
    justify-self: end;
  }

  .view-centers .waiting-value-row-numeric > .w-day-t {
    grid-column: 2;
    justify-self: center;
  }

  .view-centers .waiting-value-row-numeric > .w-day-label-t {
    grid-column: 3;
    justify-self: start;
  }

  .view-centers .waiting-value-row-status {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    line-height: 1.2;
    text-align: center;
  }

  .view-centers .w-day-between-t,
  .view-centers .w-day-t,
  .view-centers .w-day-label-t {
    margin: 0 !important;
    color: #fff !important;
    white-space: nowrap;
  }

  .view-centers .waiting-value-row-numeric > .w-day-between-t,
  .view-centers .waiting-value-row-numeric > .w-day-label-t {
    font-size: clamp(12px, 2.6vw, 16px) !important;
    font-weight: 600;
  }

  .view-centers .waiting-value-row-numeric > .w-day-t {
    font-size: clamp(28px, 6vw, 36px) !important;
    font-weight: 700;
  }

  .view-centers .waiting-value-row-status > .w-day-t,
  .view-centers .waiting-value-row-status > .w-day-label-t {
    font-size: clamp(20px, 4vw, 27px) !important;
    font-weight: 700;
  }
}

@media (max-width:1199px) {
  .hrs_day_title {
    display: block;
    width: fit-content;
  }
}

@media (max-width:577px){
.view-center .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}
.today-day .badge {
  display: none;
}
.bigicon i {
  font-size: 2em;
  padding: 0 !important;
}
.bigicon span {
  font-size: 14px;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 8px;
}	
.view-center .image-profile {
  width: 100%;
  height: 100%;
}
.t-profile-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  font-size: 11px;
  font-weight: 500;
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  padding: 12px 5px;
}

.view-center .t-box-ag a {
  display: flex !important;
  text-align: center;
}

.view-center .t-box-ag i {
  font-size: 105px;
  display: block;
  margin: 0 auto;
}

.view-center .t-age-title {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.terap-row-box {
  background: #edf4ef;
  border-radius: 14px;
  transition: all 0.5s ease;
  box-shadow: none;
  border: 2px solid var(--color-green);
  overflow: hidden;
}	
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:4%;
    transform: rotate(0deg);
}
.d-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}	
.view-centers .mobile-h_data_color_red,
.view-centers .mobile-h_data_color,
.view-centers .mobile-h_data_color_green,
.view-centers .mobile-h_data_color_orange {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #fff;
  line-height: 1.2;
}
.adr-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.25;
  text-align: left;
}	
.go_btn_box {
  position: relative;
  overflow: hidden;
  height: 55px;
  min-height: 0;
  margin-top: 22px !important;
  padding-top: 0 !important;
  padding-right: 15px;
  padding-bottom: 0 !important;
  background: var(--color-green);
  color: #fff;
  border-top: 2px solid var(--color-green);
  border-radius: 0 0 12px 12px;
  box-shadow:
    -2px 0 0 var(--color-green),
     2px 0 0 var(--color-green),
     0 2px 0 var(--color-green),
     var(--contact-button-shadow);
  box-sizing: border-box;
  line-height: 55px !important;
  text-align: center;
}
.go_btn_box::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 30%,
    rgba(255,255,255,0.8) 50%,
    rgba(255,255,255,0) 70%
  );
  animation: slide 5s infinite;
  pointer-events: none;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}
.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/images/template/cerchio_foto_search.svg");
  background-size: 100% 100%;
  background-color: #31131300;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
  z-index: 3;
}	
.hrs_day_title {
  min-width: 90px;
  font-size: 14px;
}
.hours p {
  font-size: 14px;
}
}
@media (max-width: 575px) {
  .view-centers .therapist-data-column,
  .view-centers .t-box-waiting {
    --therapist-mobile-icon-size: 46px;
    column-gap: 10px;
    row-gap: 4px;
    margin-top: 14px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .view-centers .therapist-data-label,
  .view-centers .therapist-waiting-label {
    padding: 0 14px;
  }

  .view-centers .therapist-data-content,
  .view-centers .t-box-waiting .box-wait {
    min-height: 50px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .view-centers .therapist-language-content .t-flag-lang {
    gap: 6px 9px;
  }

  .view-centers .therapist-contact-icon {
    font-size: 23px;
  }
}

@media (min-width:578px) and (max-width:767px) {
	
	.view-center .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}
.hrs_day_title {
  min-width: 100px;
  font-size: 14px;
}
.hours p {
  font-size: 16px;
}	
.bigicon i {
  font-size: 3em;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 8px;
}	
.view-center .image-profile {
  width: 100%;
  height: 100%;
}
.t-profile-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  font-size: 12px;
  text-align: center;
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
}
.view-center .t-box-ag {
  padding: 12px 5px;
}

.view-center .t-box-ag a {
  display: flex !important;
  text-align: center;
}

.view-center .t-box-ag i {
  font-size: 105px;
  display: block;
  margin: 0 auto;
}

.view-center .t-age-title {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
	
	/* end center */
		
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.terap-row-box {
  background: #edf4ef;
  border-radius: 14px;
  transition: all 0.5s ease;
  box-shadow: none;
  border: 2px solid var(--color-green);
}	
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.image-profile-centers {  
    border-radius: 50%;
    padding:8px;
    transform: rotate(0deg);
}
.d-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}	
.view-centers .mobile-h_data_color_red,
.view-centers .mobile-h_data_color,
.view-centers .mobile-h_data_color_green,
.view-centers .mobile-h_data_color_orange {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #fff;
  line-height: 1.2;
}
.adr-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}	
.go_btn_box {
  position: relative;
  overflow: hidden;
  height: 55px;
  min-height: 0;
  margin-top: 22px !important;
  padding-top: 0 !important;
  padding-right: 15px;
  padding-bottom: 0 !important;
  background: var(--color-green);
  color: #fff;
  border-top: 2px solid var(--color-green);
  border-radius: 0 0 12px 12px;
  box-shadow:
    -2px 0 0 var(--color-green),
     2px 0 0 var(--color-green),
     0 2px 0 var(--color-green),
     var(--contact-button-shadow);
  box-sizing: border-box;
  line-height: 55px !important;
  text-align: center;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}

.b-title a {
  font-size: 32px;
  line-height: 30px;
}

.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/images/template/cerchio_foto_search.svg");
  background-size: 100% 100%;
  background-color: #31131300;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
}


@media (min-width:768px) and (max-width:991px) {
.rowb {
  padding-left: 7px;
}	
.box-rout-icon i {
  font-size: 30px;
}
.box-rout .small-text {
  font-size: 11px;
}
.view-center .box-rout {
  font-size: 13px !important;
}
.view-center .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}
.hrs_day_title {
  font-size: 16px;
}
.view-center .hours {
  font-size: 16px;
}	
.today-day .badge {
  display: none;
}
.view-center .terap-box, .view-center .t-box-ag {
  border: 5px solid #333;
}
	
	/* center */
.boss-boxx .location-title.t-name {
  font-size: 20px !important;
  text-align: left;
}
.boss-boxx .location-cat.t-trainings {
  text-align: left;
  margin-bottom: 0;
}	
.boss-boxx .image-profile {
  padding: 8px;
}
.view-center .image-profile{
 padding: 12px;	
  width: 100%;
  height: 100%;
}
.t-profile-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
}
.view-center .t-name {
  font-size: 33px !important;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  text-align: center;
}
.view-center .t-trainings {
  font-size: 12px;
  text-align: center;
}
.view-center .t-lang-title {
  font-size: 15px;
  text-align:center;
  
}
.waiting-pos {
  text-align: center;
  line-height: 20px;
}
.view-center .t-box-ag {
  padding: 12px 5px;
  height: auto;
}

.view-center .t-box-ag a {
  display: flex !important;
  text-align: center;
}

.view-center .t-box-ag i {
  font-size: 105px;
  display: block;
  margin: 0 auto;
}

.view-center .t-age-title {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
	
	/* end center */
	
	
.terap-row-box .t-profile-centers {
  position: relative;
  right: 0;
}
.terap-row-box {
  background: #edf4ef;
  border-radius: 14px;
  transition: all 0.5s ease;
  box-shadow: none;
  border: 2px solid var(--color-green);
}	
.h-title {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  padding: 0;
}
.t-title-centers {
  margin-right: 5px;
  font-size: 19px;
  font-weight: 600;
  color: #dd9225;
  text-transform: uppercase;
}
.image-profile-centers {  
    border-radius: 50%;
    transform: rotate(0deg);
	max-width: 60%;
	padding: 8px;
}
.d-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: clamp(20px, 4vw, 27px);
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}	
.view-centers .mobile-h_data_color_red,
.view-centers .mobile-h_data_color,
.view-centers .mobile-h_data_color_green,
.view-centers .mobile-h_data_color_orange {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #fff;
  line-height: 1.2;
}
.adr-title {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 22px;
  line-height: 1.25;
  text-align: left;
}	
.go_btn_box {
  position: relative;
  overflow: hidden;
  height: 55px;
  min-height: 0;
  margin-top: 22px !important;
  padding-top: 0 !important;
  padding-right: 15px;
  padding-bottom: 0 !important;
  background: var(--color-green);
  color: #fff;
  border-top: 2px solid var(--color-green);
  border-radius: 0 0 12px 12px;
  box-shadow:
    -2px 0 0 var(--color-green),
     2px 0 0 var(--color-green),
     0 2px 0 var(--color-green),
     var(--contact-button-shadow);
  box-sizing: border-box;
  line-height: 55px !important;
  text-align: center;
}
.name-t-c a {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-line;
  word-spacing: 200px;
}

.b-title a {
  font-size: 42px;
  line-height: 30px;
}


.t-profile-centers{
	position:relative;
}
.t-profile-centers::before {
  background-image: url("/images/template/cerchio_foto_search.svg");
  background-size: 100% 100%;
  background-color: #31131300;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-repeat:no-repeat;
  transform: rotate(0deg);
	z-index: 3;
}
}







/* Therapist cards — desktop common layout */
@media (min-width: 992px) {
  .view-centers .terap-row-box {
    --therapist-side-size: 150px;
    --therapist-card-height: calc(var(--therapist-side-size) + 24px);
    display: grid;
    grid-template-columns:
      var(--therapist-card-height)
      minmax(0, 1.4fr)
      minmax(0, 1.25fr)
      minmax(0, 1.15fr)
      minmax(0, 1fr)
      var(--therapist-card-height);
    align-items: stretch;
    min-height: var(--therapist-card-height);
    padding: 12px 0;
    box-sizing: border-box;
    background: var(--color-therapist-dark);
    border-radius: 200px;
    outline: 2px solid var(--color-green);
    outline-offset: 2px;
    color: #efefef;
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.22);
    transition: transform 150ms ease, box-shadow 150ms ease;
  }

  .view-centers .terap-box-centers:hover .terap-row-box,
  .view-centers .terap-box-centers:focus-within .terap-row-box {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.26);
    transform: translateY(-2px);
  }

  .view-centers .terap-box-centers:active .terap-row-box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    transform: translateY(1px) scale(0.97);
  }

  .view-centers .t-profile-centers,
  .view-centers .t-box-waiting {
    position: relative;
    place-self: center;
    width: var(--therapist-side-size);
    height: var(--therapist-side-size);
    z-index: 3;
  }

  .view-centers .therapist-name-column,
  .view-centers .therapist-data-column {
    position: relative;
    display: grid;
    grid-template-rows: 36px 56px;
    align-content: center;
    align-items: center;
    min-width: 0;
    padding: 0 clamp(14px, 1.3vw, 24px);
    row-gap: 8px;
  }

  .view-centers .therapist-name-column {
    justify-items: start;
  }

  .view-centers .therapist-name-column .b-title {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
  }

  .view-centers .therapist-language-column::before,
  .view-centers .therapist-location-column::before,
  .view-centers .therapist-distance-column::before {
    content: "";
    position: absolute;
    top: 24%;
    bottom: 24%;
    left: 0;
    width: 2px;
    background: var(--color-green);
  }

  .view-centers .h-headbox,
  .view-centers .therapist-data-label,
  .view-centers .therapist-data-content {
    width: 100%;
  }

  .view-centers .h-headbox .h-title,
  .view-centers .therapist-data-label .h-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    gap: 9px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .view-centers .h-headbox .h-title {
    justify-content: flex-start;
  }

  .view-centers .therapist-card-heading-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-green);
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--color-green);
    line-height: 1;
  }

  .view-centers .therapist-data-column .t-title-centers {
    margin-right: 0;
  }

  .view-centers .therapist-data-content {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-align: center;
  }

  .view-centers .therapist-language-content .t-flag-lang {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0;
  }

  .view-centers .therapist-language-content .t-flag-lang > * {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .view-centers .therapist-language-content .t-flag-lang img {
    display: block;
  }

  .view-centers .therapist-location-content .adr-title,
  .view-centers .therapist-distance-content .d-title {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .view-centers .t-box-waiting {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .view-centers .t-box-waiting .box-wait {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    box-sizing: border-box;
  }

  .view-centers .t-box-waiting .box-wait::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 50%;
    pointer-events: none;
    background: repeating-conic-gradient(
      from -90deg,
      rgba(239, 239, 239, 0.92) 0deg 2deg,
      transparent 2deg 30deg
    );
    -webkit-mask: radial-gradient(
      farthest-side,
      transparent calc(100% - 10px),
      #000 calc(100% - 10px) calc(100% - 2px),
      transparent calc(100% - 2px)
    );
    mask: radial-gradient(
      farthest-side,
      transparent calc(100% - 10px),
      #000 calc(100% - 10px) calc(100% - 2px),
      transparent calc(100% - 2px)
    );
  }

  .view-centers .t-box-waiting .box-wait::after {
    content: "\f073";
    position: absolute;
    top: 76%;
    right: 0;
    left: 0;
    z-index: 1;
    color: #efefef;
    font-family: "Font Awesome 5 Free";
    font-size: calc(var(--therapist-side-size) * 0.22);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .view-centers .h_data_color_red .w-day-t {
    font-size: 16px;
    font-weight: 700;
  }

  .view-centers .h_data_color_green.today .w-day-t,
  .view-centers .h_data_color_orange .w-day-t {
    font-size: 18px;
    font-weight: 700;
  }

  .view-centers .waiting-value-row-numeric {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content minmax(0, 1fr);
    align-items: center;
    width: auto;
    min-height: 48px;
    line-height: 1;
    white-space: nowrap;
    transform: translateY(-50%);
  }

  .view-centers .waiting-value-row-numeric .w-day-between-t,
  .view-centers .waiting-value-row-numeric .w-day-t,
  .view-centers .waiting-value-row-numeric .w-day-label-t {
    position: static;
    transform: none;
  }

  .view-centers .waiting-value-row-numeric .w-day-between-t {
    grid-column: 1;
    justify-self: center;
  }

  .view-centers .waiting-value-row-numeric .w-day-t {
    grid-column: 2;
    justify-self: center;
  }

  .view-centers .waiting-value-row-numeric .w-day-label-t {
    grid-column: 3;
    justify-self: center;
  }

  .view-centers .waiting-value-row-status {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #333;
    line-height: 1.2;
    text-align: center;
    transform: translateY(-50%);
  }

  .view-centers .waiting-value-row-numeric .w-day-between-t,
  .view-centers .waiting-value-row-numeric .w-day-label-t {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
  }

  .view-centers .waiting-value-row-numeric .w-day-t {
    color: #333;
    font-size: 35px;
    font-weight: 700;
    line-height: 0.9;
  }

  .view-centers .waiting-value-row-status .w-day-between-t {
    display: none;
  }
}

@media (min-width:992px) and (max-width:1199px) {
.mobile-h_data_color_red {
  line-height: 20px;
}
.de-DE .agenda-text {
  font-size: 21px;
left: 47px;
}
.fr-FR .agenda-text {
  font-size: 16px;
left: 47px;
}
.view-center .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}	


.h-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 0;
}
.t-title-centers {
    font-size: 11px;
    font-weight: 600;
    color: #efefef;
    text-transform: uppercase;
}
.view-centers .t-box-waiting .t-title-centers {
  position: relative;
  top: -2px;
  margin-right: 0;
  text-transform: none;
}	
.b-title a {
  font-size: 17px;
  line-height: 1.2;
}
.t-flag-lang {
  width: 88px;
  padding: 0 !important;
  gap: 4px 6px;
}

.view-centers .therapist-card-heading-icon {
  width: 30px;
  height: 30px;
  font-size: 14px;
}
.view-centers .therapist-language-content .t-flag-lang img {
  margin: 0 !important;
}

.adr-title {
  padding-top: 0;
  color:#efefef;

  line-height: 17px !important;
}
.image-profile-centers {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid var(--color-green);
    transform: rotate(0deg);	
}
.name-t-c a {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  color: #efefef;
}
.d-title {
  padding-top: 0;
  font-size: 17px;
  font-weight: 600;
  color: #efefef;
}	

.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;

}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: var(--color-green);
    display: block;
    
    border: 2px solid #efefef;
    color: #fff;
	
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 2px solid var(--color-green);
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  transform: rotate(0deg);
}
.view-centers .waiting-value-row-numeric .w-day-t {
  color: #333;
  font-size: 42px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
  word-spacing: normal;
}
.name-t-c {
  padding-top: 0;
}
.rowb {
  padding-top: 5px;
}
}

@media (min-width:1200px) and (max-width:1399px) {

.view-centers .terap-row-box {
  --therapist-side-size: 175px;
}

.view-centers .b-title a {
  font-size: 19px;
  line-height: 1.2;
}

.h-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0;
}
.t-title-centers {
    font-size: 13px;
    font-weight: 600;
    color: #efefef;
    text-transform: uppercase;
}
.view-centers .t-box-waiting .t-title-centers {
  position: relative;
  top: 4px;
  margin-right: 0;
  text-transform: none;
}	
.t-flag-lang {
  width: 94px;
  padding: 0 !important;
  gap: 4px 8px;
}

.view-centers .therapist-card-heading-icon {
  width: 34px;
  height: 34px;
  font-size: 16px;
}
.view-centers .therapist-language-content .t-flag-lang img {
  margin: 0 !important;
  width: 26px;
  height: 22px;
}

.adr-title {
  padding-top: 0;
  color:#efefef;

  line-height: 17px !important;
}
.image-profile-centers {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 2px solid var(--color-green);
    transform: rotate(0deg);	
}
.name-t-c a {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  color: #efefef;
}
.d-title {
  padding-top: 0;
  font-size: 19px;
  font-weight: 600;
  color: #efefef;
}	

.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	line-height: 20px;

}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: var(--color-green);
    display: block;
    
    border: 2px solid #efefef;
    color: #fff;
	
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 2px solid var(--color-green);
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  transform: rotate(0deg);
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
}
.name-t-c {
  padding-top: 0;
}

.view-center .image-profile {
  width: 90% !important;
}  
.view-center .terap-box{
 padding: 10px 15px;	
}
}
@media (min-width:1400px) {

.view-centers .terap-row-box {
  --therapist-side-size: 175px;
}

.view-centers .b-title a {
  font-size: 21px;
  line-height: 1.2;
}

.h-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  padding: 0;
}
.t-title-centers {
    font-size: 15px;
    font-weight: 600;
    color: #efefef;
    text-transform: uppercase;
}
.view-centers .t-box-waiting .t-title-centers {
  position: relative;
  top: 4px;
  margin-right: 0;
  text-transform: none;
}	
.t-flag-lang {
  width: 116px;
  padding: 0 !important;
  gap: 6px 10px;
}

.view-centers .therapist-card-heading-icon {
  width: 34px;
  height: 34px;
  font-size: 16px;
}
.view-centers .therapist-language-content .t-flag-lang img {
  margin: 0 !important;
  width: 32px;
  height: 27px;
}

.adr-title {
  padding-top: 0;
	color: #efefef;
	line-height: 1.5em !important;

}
.image-profile-centers {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 2px solid var(--color-green);
    transform: rotate(0deg);	
}
.name-t-c a {
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  color: #efefef;
}
.d-title {
  padding-top: 0;
  font-size: 21px;
  font-weight: 600;
  color: #efefef;
}	

.view-centers .box-wait.h_data_color_red {
    background: #e9530d;
    display: block;
    color: #fff;
	line-height: 20px;

}
.view-centers .box-wait.h_data_color {
    background: #edc700;
    display: block;
    color: #fff;
}
.view-centers .box-wait.h_data_color_green {
    background: var(--color-green);
    display: block;
    
    border: 2px solid #efefef;
    color: #fff;
	
}
.view-centers .box-wait.h_data_color_orange {
    background: #dd9225;
    display: block;
    color: #fff;
}
.box-wait {
  border-radius: 50%;
  border: 2px solid var(--color-green);
  position: relative;
  overflow: hidden;
  padding: 16px 0;
  text-align: center;
  transform: rotate(0deg);
}
.w-day-t {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}
.w-day-label-t {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.adr-title {
  font-size: 14px;
}
.name-t-c {
  padding-top: 0;
}


.view-center .image-profile {
  width: 90% !important;
}  
.view-center .terap-box{
 padding: 10px 15px;	
}
}
/* exclusive mobile small */
@media (max-width:385px){
.hours p {
  font-size: 12px;
}
}
@media (max-width:426px){
	
.view-center .terap-box, .view-center .t-box-ag {
  border: 2.4px solid #333;
}  
.bigicon i {
  font-size: 2em;
}
.bigicon span {
  font-size: 13px;
  line-height: 15px;
}
.view-center .image-profile{
  padding:4%;
}	
.view-center .t-name {
  font-size: 20px !important;
}  
.t-lang-title {
  font-size: 12px !important;
}
.h_data_color_red {
  font-size: 11px !important;
}
.view-center p {
  font-size: 14px;
  line-height: 28px;
}
.box-rout-icon i {
  font-size: 40px;
}
.telx i {
  font-size: 20px;
  width: 50px;
}
.contact-sec i {
  padding-right: 10px;
}
.view-center h2.titlestyle {
  font-size: calc(1.325rem + .55vw) !important; text-align: center;
  line-height: 1.2 !important;
}
.view-center .faq-sec h2.sppb-addon-title{
  font-size: calc(1.325rem + .55vw) !important; text-align: center;
  line-height: 1.2 !important;	
}
.center-content-box h2 {
  font-size: calc(1.325rem + .55vw) !important; text-align: center;
  line-height: 1.2 !important;
}
.view-center .box-rout {
  font-size: 16px;
}
.view-center .slick-slide img {
  display: block;
  height: auto;
  width: 100%;
  cursor: zoom-in;
}
.view-center .sppb-alert {
  font-size: 14px;
}
}