.simple-blue {
    background-color: rgba(0, 156, 233, 1);
    padding: 60px 0 20px;
}
.simple-blue__content {
    max-width: 978px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.template-cust-mrg {
    margin: 70px 0 50px;
}
.template__side-block--text.custom-ol {
    margin: auto 0;
}
.template__side-block--text.custom-ol p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.template__side-block--text.custom-ol ol {
    list-style-type: decimal;
    counter-reset: list;
}
.template__side-block--text.custom-ol ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    list-style-type: decimal;
    counter-increment: list;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0;
}
.template__side-block--text.custom-ol ol li p{
    margin-bottom: 0;
    padding: 0;
}
.template__side-block--text.custom-ol ol li:before {
    content: counter(list) '.';
    font-size: 30px;
    line-height: 40px;
    color: rgba(0, 156, 233, 1);
    margin-right: 10px;
}


.template__diagnostic-description--text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    color: #FFFFFF;
}
.template__diagnostic-description--text h3{
    font-size: 22px;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 15px;
    text-align: left;
}
.template__diagnostic-description--text ul li {
    color: #fff!important;
    margin-bottom: 20px!important;
}
.template__diagnostic-description--text ul li::marker{
    color: #009CE9;
}
.template__side-block--text ul,
.template__side-block--text ol
{
    padding-left: 0;
}
.template__symptoms.template-notes-img {
    margin: 0 0 130px 0;
    padding-top: 150px;
    background-image: url(/wp-content/uploads/2023/07/template-background-notes.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}
.template__symptoms.template-notes-img .template__symptoms--container {
    position: relative;
    margin-bottom: -100px;
}
.newArticle__video--container {
    overflow: hidden;
}

.template__side-block.template-mrg-cst {
    padding-bottom: 80px;
}
.template__side-block.template-mrg-cst .template__side-block--container{
    justify-content: space-between;
}
.template__side-block.template-mrg-cst .template__side-block--container.right .template__side-block--text{
    padding-right: 40px;
    margin:  auto 0;
}
.template__side-block.template-mrg-cst .template__side-block--container.right .template__side-block--text p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.template__side-block.template-mrg-cst .template__side-block--image.cus-pad img {
    max-width: unset;
}
.template__symptoms.template-mrg-cst {
    margin: -80px 0 40px;
}