.text-showing {
    display: none;
}
.text-showing__btn {
    width: 100%;
    margin: 20px 0 30px;
    text-align: left;
}
.text-showing__btn.center-btn {
    max-width: 1170px;
    text-align: center;
    margin: 20px auto 30px;
}
.text-showing__btn a.btn-show-text {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2.46px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    position: relative;
    padding-bottom: 17px;
}
.text-showing__btn a.btn-show-text.blue-color {
    color: #009CE9;
}
.text-showing__btn a.btn-show-text:hover {
    text-decoration: underline;
    color: #fff;
}
.text-showing__btn a.btn-show-text.blue-color:hover {
    color: #009CE9;
}
a.btn-show-text::after {
    content: '';
    background: url(/wp-content/uploads/2017/10/arrow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 12px;
    height: 9px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    transition: transform .3s ease;
}
a.btn-show-text.blue-color::after {
    background: url(/wp-content/uploads/2017/10/arrow-blue.png) no-repeat;
    width: 17px;
    height: 10px;
}
.text-showing__btn.center-btn a.btn-show-text.blue-color::after {
    background: url(/wp-content/uploads/2017/10/arrow-blue.png) no-repeat;
    width: 17px;
    height: 10px;
}
.text-showing__btn a.btn-show-text.open::after {
    transform: rotate(180deg);
}
.text-showing__btn.center-btn a.btn-show-text{
    flex-direction: column;
}
.text-showing__btn.center-btn a.btn-show-text::after {
    position: absolute;
    content: '';
    background: url(/wp-content/uploads/2017/10/arrow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 12px;
    height: 9px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: block;
}
.template-8 .template__side-block--image img {
    height: auto;
}
.template-8 .template__side-block--text {
    margin: auto 0;
}
.template-8 .template__side-block.img-down .template__side-block--image{
    margin-top: auto;
}
.template-8 .template__side-block--text.custom-text-template-8 {
    font-size: 16px;
    color: #292929;
}
.template-8 .template__side-block--text.custom-text-template-8 h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: left;
}
.template-8 .template__side-block--text.custom-text-template-8 ul {
    list-style-type: disc;
    margin-bottom: 18px;
}
.template-8 .template__side-block--text.custom-text-template-8 ul li{
    color: #292929;
    list-style-type: disc;
    line-height: normal;
}
.template-8 .template__side-block--text.custom-text-template-8 ul li:before{
    display: none;
 }
.template-regenerative {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.template__side-block.white-margin {
    margin: 60px 0;
}
.template__side-block.white-margin .template__side-block--text ul li {
    margin-bottom: 20px;
    line-height: 25px;
}
.template__side-block.white-margin .template__side-block--text ul li a{
    text-decoration: underline;
    color: #000;
}
.template-regenerative.active {
    margin-bottom: 50px;
    padding-bottom: 60px;
}
.template-regenerative .syndrome--notes-block .container{
    padding: 89px 20px 83px!important;
}
.template-regenerative .text-showing__btn.center-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;

}
h3.subtitle-template-center {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 30px;
}
.template__side-block--text.cust-ul ul li {
    margin-bottom: 20px;
    line-height: 25px;
}
.template-8 .simple-text__list{

}
.template-regenerative .syndrome--notes-block__text ul {
    list-style: none;
}
.template-regenerative .syndrome--notes-block__text ul li {
    margin-bottom: 14px;
    font-size: 18px;
}
.template-regenerative .syndrome--notes-block__text ul li::before {
    content: "\2022";
    color: #009CE9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.template__side-block.grey .text-showing__btn a.btn-show-text {
    color: #009CE9;
}
.template__side-block.grey .text-showing__btn a.btn-show-text::after {
    background: url(/wp-content/uploads/2017/10/arrow-blue.png) no-repeat;
    width: 17px;
    height: 10px;
}
@media (min-width: 1440px) {
    .about-us-slider .item {
        height: 850px;
    }
}
@media (min-width: 1600px) {
    .about-us-slider .item {
        height: 950px;
    }
}
@media (min-width: 1800px) {
    .about-us-slider .item {
        height: 1050px;
    }
}