
#video{width:100%}

.press-center-l {
        display: none;
}
.press-center-l.active {display: block;}

.contact-icon .icon, .contact-address .icon{
width: var(--space-m);
}
.press-center-r h4, .press-center-l h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.job-list-block .job-lists:nth-child(even) {
    background-color: rgba(217, 198, 109, 0.2);
}
.video-page-block .brxe-container {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.icon-box {
    box-shadow: 0px 0px 20px rgba(21, 61, 124, 0.08);
}

.table-box-alternate-colored > .brxe-block:nth-child(odd) > .brxe-block:first-child {
  background-color: #D6B728;
  color:#fff;
}

.table-box-alternate-colored > .brxe-block:nth-child(even) > .brxe-block:nth-child(2) {
  background-color: #D6B728;
  color:#fff;
}

.culture-box > .brxe-block:nth-child(odd) > .culture-data-box {
  background-color: var(--primary);

}
.culture-box > .brxe-block:nth-child(odd) > .culture-data-box .culture-label {
  color:#fff;
}
.video-box {
    padding-bottom: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px 30px 20px 20px;
}

.left-image-right-text{
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.therapies-item {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
li.menu-item-has-children [aria-expanded] .menu-item-icon {
    display: none;
}
ul#menu-main-menu {
    align-items: center;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
    min-width: auto;
    max-width: 120px;
    top: 4rem;
    left: -2rem;
}
#splide06 h3, #splide06 .post-meta {
    display: none;
}
.video-slider .video-slide{
    gap: 3px;
    align-items: start;
        cursor: pointer;
}
.video-slider .video-slide h3{
color:#333;
}
.video-slider .video-slide .brxe-post-meta span{
color:#999;
}
.video-slider .video-slide img{
border-radius: var(--radius-l);
}
#brx-header ul#menu-main-menu li > a {
    font-size: 14px;
}
.page-id-617 .video-slide h3.brxe-dhqkew.brxe-heading, .page-id-617 .video-slide .post-meta {
    display: none;
}

.custom-page-links a {
    padding: 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: var(--light);
        opacity: .5;
}
.custom-page-links a.active {
    opacity: 1;
}
.custom-page-links {
    text-align: center;
}
.truncate-one-line {
  white-space: nowrap;        /* Prevents text from wrapping */
  overflow: hidden;           /* Hides the overflowed text */
  text-overflow: ellipsis;    /* Adds the three dots */
}
.brxe-slider-nested .splide__slide {height: auto !important;}
/* Development history */ 

.jtt{
	background: #fff;
}
.jtta{
	margin: 0 15px;
}
.jtw{
	padding: 0 10%;
}
.jtw::after{
	width: 1px;
	height: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	background: #C4C4C4;
}
.jta{
	display: flex;
	margin-top: -30px;
}
.jta:nth-child(odd){
	justify-content: flex-end;
}
.jtaw{
	width: 42%;
	border: 3px solid #39df93;
	padding: 15px;
	background: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 9;
}
.jtaw::after{
	width: 14px;
	height: 26px;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -13px;
}
.jtaw::before{
	width: 16px;
	height: 16px;
	border: 4px solid #f7f4e2;
	border-radius: 100%;
	content: "";
	background: #D9C66D;
	position: absolute;
	top: 50%;
	margin-top: -9px;
}
.jtaw_yellow{
	border: 3px solid #D9C66D;
}
.jtaw_yellow h3{
	color: #D9C66D;
}
.jtaw_yellow::after{
	background: url(/wp-content/uploads/2025/07/ico_yl_03.png) no-repeat center;
}
.jtaw_yellow::before{
	background: #D9C66D;
}
.jtaw_blue{
	border: 3px solid #153D7C;
}
.jtaw_blue h3{
	color: #153D7C;
}
.jtaw_blue::after{
	background: url(/wp-content/uploads/2025/07/ico_bl_03.png) no-repeat center;
}
.jtaw_blue::before{
	background: #153D7C;
}
.jtaw_green{
	border: 3px solid #39df93;
}
.jtaw_green h3{
	color: #33ada2;
}
.jtaw_green::after{
	background: url(/wp-content/uploads/2025/07/ico_gn_03.png) no-repeat center;
}
.jtaw_green::before{
	background: #33ada2;
}
.jta:nth-child(odd) .jtaw::after{
	left: -14px;
}
.jta:nth-child(even) .jtaw::after{
	right: -14px;
	transform:rotate(180deg);
}
.jta:nth-child(odd) .jtaw::before{
	left: -22.8%;
}
.jta:nth-child(even) .jtaw::before{
	right: -22.8%;
}
.posrelative {
    position: relative;
}
h3.titleh3.ftwt_none {
    font-size: var(--text-m);
}

.sa-right-col .special-ad-r {
    display: none;
}
.sa-right-col .special-ad-r.active {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.bricks-mobile-menu .sub-menu > .menu-item
 {
    text-align: right;
}
.bricks-mobile-menu {
    margin-top: var(--space-s);
        border-top: 1px solid var(--bricks-border-color);
}
.show-mobile-menu button.bricks-mobile-menu-toggle {
    color: #999;
        margin: -5px 18px 10px 0;
            background: none;
}
.show-mobile-menu img.bricks-site-logo.css-filter {
    width: 120px;
    margin: 5px 24px 0;
}
.bricks-mobile-menu li.menu-item a {
    padding-left: var(--space-4xl) !important;
}
.show-mobile-menu .mobile-contact {
    display: block;
    max-width: 160px;
    margin: 20px auto;
    }
 .show-mobile-menu .mobile-contact img{
    float: left;
    margin-right:5px;
 }  

 .icoshou {
    position: fixed;
    top: 13%;
    width: 200px;
    z-index: 111111;
    right: 0;
    margin-right: -25px;
}
a.icoshou img {
    width: 160px;
    height: 160px;
}
/*
#splide01 button.splide__arrow.splide__arrow--prev {
    background-image: url(/wp-content/uploads/2025/07/jt.png);
    background-size: 32px;
    background-repeat: no-repeat;
    transform: scaleY(-1) !important;
}

#splide01 button.splide__arrow.splide__arrow--next {
    background-image: url(/wp-content/uploads/2025/07/jt.png);
    background-size: 32px;
    background-repeat: no-repeat;
        transform: scaleX(-1) !important;
}
button.splide__arrow svg{
    display: none;
}
*/
header#brx-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.care-center:hover h3, .care-center:hover p, .care-center:hover a, .care-center:hover .icon {
    color: var(--primary) !important;
}

.home #brx-content > section:last-of-type {
  background-color: #f4f6f8; /* Replace with your desired color */
}

.footer-contact:hover a, footer .brxe-text-link:hover{
color: var(--primary) !important;
}

.video-slider img, .press-center-l img, .special-ad-r img{
    transition: 1s;
    filter: opacity(1);
}
.video-slider img:hover, .press-center-l img:hover, .special-ad-r img:hover{
    filter: opacity(0.6);
}
.video-slide:hover h3{
    color: var(--primary);
}
.page-id-577 .brxe-avhcfy.brxe-section{
    background:#fff;
}
.custom-page-links a:hover {
    color: #000;
    opacity: 1;
}
.page-id-577 footer{
margin-top: var(--space-m)!important;
}
.circle-box {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--primary-l-4);
    display: flex
;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 263px;
    max-height: 263px;
    box-sizing: border-box;
}
.public-area-col .brxe-block:not(:first-child) {
  max-width: 160px;
  margin: var(--space-4xs) auto;
}
.coloryellow {
    color:var(--primary);
}
.page-id-1754 #brx-content > .brxe-section:nth-of-type(1),
.page-id-1754 #brx-content > .brxe-section:nth-of-type(2) {
  background-color: #ffffff;
}
.page-id-1754 #brx-content > .brxe-section:nth-of-type(n+3) {
  background-color: #f4f6f8;
}
.page-id-1849 #brx-content > .brxe-section:nth-of-type(n+3) {
  background-color: #f4f6f8;
}
.page-id-1422 #brx-content > .brxe-section:nth-of-type(3), .page-id-992 #brx-content > .brxe-section:nth-of-type(3), .page-id-992 #brx-content > .brxe-section:nth-of-type(4)  {
  background-color: #f4f6f8;
}
.page-id-1498 #brx-content > .brxe-section:nth-of-type(1), .page-id-1498 #brx-content > .brxe-section:nth-of-type(2){
  background-color: var(--primary-l-4);
}
.page-id-1340 #brx-content > .brxe-section, .page-id-1525 #brx-content > .brxe-section {
  background-color: #f4f6f8;
}
.brxe-qmsdbn.brxe-block.culture-data-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.brxe-form button[type=submit].bricks-button {
    background: linear-gradient(84.09deg, rgba(51, 173, 162, 0.6) 5.89%, rgba(57, 223, 147, 0.0106251) 99.31%), linear-gradient(2.2deg, rgba(51, 173, 162, 0.6) 3.47%, rgba(57, 223, 147, 0) 106.86%), rgba(57, 223, 147, 0.2)!important;
}
.page-id-1561 #brx-content > .brxe-section:nth-of-type(3) {
  background-color: #f4f6f8;
  padding-top: var(--space-m);
}


/* circle box */

  .zlzd1{
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(57, 223, 147, 0.5);
        padding-top: 42px;
        text-align: center;
    }
    .text1{
        color: #fff;
        font-size: 18px;
    }
    .text2{
        color: #fff;
        font-size: 12px;
    }
    .weiz{
        position: relative;
        top: 100px;
    }
    .weiz1{
        position: relative;
        top: -138px;
        left: 100px;
        padding-top: 50px !important;
    }
    .weiz2{
        position: relative;
        top: -218px;
        left: 215px;

    }
    .weiz3{
        position: relative;
        top: -240px;
        left: 185px;
    }
    .weiz4{
        position: relative;
        top: -381px;
        left: 51px;
    }
    .zlzd11{
        padding-left: 80px;
        margin-bottom: -340px;
    }

.news-section img {
    object-fit: cover;
}

@media (max-width: 991px) {
.footer-contact{
        justify-content: center!important;
        }
 
button.bricks-mobile-menu-toggle {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/wp-content/uploads/2025/07/navicon.png) no-repeat center;
    background-size: 40%;
    color: #fff;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
}

}

@media screen and (max-width: 1300px) {
  .icoshou {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .video-slide {
    width: calc((100% + var(--space-s)) / 2.5 - var(--space-s)) !important;
  }
}

@media (max-width: 767px) {
  .sa-right-col .special-ad-r {
    display: block !important;
}
.custom-page-links a {
    font-size: var(--text-s);
}

.jtw{
		padding: 0;
		padding-left: 30px;
	}
	.jtta{
		margin: 0 8px;
	}
	.jtta img{
		height: 26px;
	}
	.jtw::after{
		left: 0;
		margin-left: 0;
	}
	.jta{
		margin-top: 0;
		justify-content: flex-end;
	}
	.jtaw::before{
		width: 12px;
		height: 12px;
		margin-top: -6px;
	}
	.jtaw{
		border-width: 2px;
	}
	.jta:nth-child(even) .jtaw::before{
		right: inherit;
		left: -42px;
	}
	.jta:nth-child(odd) .jtaw::before{
		left: -42px;
	}
	.jtaw{
		width: 100%;
	}
	.jta:nth-child(even) .jtaw::after{
		right: inherit;
		left: -10px;
		transform: rotate(0deg);
	}
	.jtaw::after{
		width: 10px;
		height: 20px;
		background-size: 100% 100%;
		left: -10px;
	}
	.jta:nth-child(odd) .jtaw::after{
		left: -10px;
	}
	.jta{
		margin-bottom: 15px;
	}
	.jta:last-child{
		margin-bottom: 0;
	}
	
}


@media (min-width: 1599px) {

.video-slider .video-slide h3 {
    font-size: 28px;
}   
.video-slider .video-slide .brxe-post-meta span {
    font-size: 15px;
}
.press-center-r .brxe-text-basic, .press-center-r .brxe-post-meta.post-meta {
    font-size: 16px !important;
}

H2.back-heading {
    font-size: 10rem;

}
H3.main-heading {
    font-size: 4.5rem;

}
.main-heading.brxe-heading {
    top: auto;
        bottom: 15px;
    
}
body {
    font-size: 18px;
}
#brxe-nfisxr .bricks-nav-menu .current-menu-item > a
 {

    font-size: var(--text-l);
}
#brxe-nfisxr .bricks-nav-menu > li > .brx-submenu-toggle > *{
    font-size: 14px;
}
H3 {
    font-size: var(--text-xl);
}
H4 {
    font-size: var(--text-l)!important;
}
.brxe-nrnrjx .brxe-oeswlb.brxe-text-basic, .brxe-izcpol .brxe-ppyaeo.brxe-text-basic, .brxe-avhcfy .brxe-vltivt.brxe-text-basic {
    font-size: 18px;
}
#brxe-kkdqyx .item {
    font-size: 18px!important;
}
.header-phone .brxe-text-link {
    font-size: 3rem!important;
}
.footer-contact .brxe-text-link {
    font-size: 4rem!important;
}
.brxe-izcpol .brxe-nzfbwq.brxe-heading {
    font-size: 28px;
}
.brxe-szpeda .brxe-dbnuwf.brxe-text-basic {
    font-size: var(--text-l);
}
.brxe-gciosh .brxe-nmjuih.brxe-text-basic {
    font-size: var(--text-l);
}
.brxe-nrnrjx .brxe-oeswlb.brxe-text-basic{
        max-height: 58px;
}
.brxe-vqjzhr .brxe-temhqa.brxe-block {
    row-gap: var(--space-xs);
}
.brxe-izcpol .brxe-ppyaeo.brxe-text-basic {
    height: 60px;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
    max-width: 130px;

}
.brxe-fdjnql .brxe-rykqnw.brxe-heading {
    font-size: var(--text-l);
}
.brxe-fdjnql .brxe-epfbpc.brxe-text-basic {
    font-size: var(--text-s);
}
.custom-page-links a {
    font-size: 30px;
}
.brxe-epdvkc .brxe-xlzkuv.brxe-text-basic {
    font-size: var(--text-l);
}
.brxe-xvamgf .brxe-jtwvlf.brxe-block, .brxe-xvamgf .brxe-lytwoc.brxe-block, .brxe-xvamgf .brxe-uinhvj.brxe-block{max-width: 1400px;}
.circle-box{
    max-width: none;
    max-height: none;
}
.brxe-xvamgf .brxe-wplmmd.brxe-block, .brxe-xvamgf .brxe-zufwzx.brxe-text-basic{max-width: 1200px;}
.brxe-wadqvj.brxe-block {
    gap: 12px;
}
#brxe-ujldac {
    max-width: 950px;
}
.job-section.brxe-container{padding: 0 18%; max-width:none;}

.brxe-suncxx .brxe-gqpdxe.brxe-block {
    max-height: 330px;
}
.page-menu-link.brxe-text-link {
    font-size: var(--text-xl);
}
.brxe-rwjund .brxe-xblghb.brxe-container, .brxe-rwjund .brxe-aazzdm.brxe-container {
    max-width: 1450px;
}
.brxe-rwjund .brxe-cxlxei.brxe-block{max-width:1200px;}
.brxe-mrfied .brxe-ossedd.brxe-image {
    max-width: 315px;
}
.brxe-bcoerh .brxe-stjenl.brxe-container {
    max-width: 1650px;
}
.brxe-sihfzn .brxe-naxkjm.brxe-text-basic {
    font-size: var(--text-m);
}
.table-box-alternate-colored.brxe-block {
    max-width: 950px;
}
.brxe-bcoerh .brxe-floctj.brxe-block {
    max-width: 1200px;
}
.brxe-bcoerh .brxe-irlkul.brxe-block {
    max-width: 1200px;
}
.brxe-bcoerh .brxe-ytqloq.brxe-block, .brxe-bcoerh .brxe-ytlndy.brxe-block {
    max-width: 1400px;
 }
 .brxe-bcoerh .brxe-zraynn.brxe-block, .brxe-bcoerh .brxe-hxbcnh.brxe-block {
    max-width: 1400px;
 }
}

@media (min-width: 2100px) {
    .press-center-r .brxe-text-basic {
        font-size: 19px !important;
    }
}

