.service-article-main-header h1,.service-article-main-header h2,.service-article-main-header h3,.service-article-main-header h4,.service-article-main-header h5,.service-article-main-header h6 {
    font-weight: bold;
    color: #034ea2;
    border-bottom: 2px solid #f37021;
    display: inline;
    font-size: 28px;
}

.services-article-headers h3 {
    font-weight: 700;
    font-size: 28px;
    color: #034ea2;
    display: inline;
    border-bottom: 2px solid #f37021;
    line-height: 40px;
}

.services-article-headers p {
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.services-article-headers h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #f37021;
}

.services-article-headers table{
    border: 1px solid #f37021;
}
.services-article-headers table th{
    background-color: #034ea2;
    color: #fff;
    text-align: center;
}

.services-article li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.list-icon {
    color: #034ea2;
    font-size: 15px;
}

.sticky-service {
    position: sticky;
    top: 100px;
    z-index: 1;
}

.treatment-heading {
    color: #034ea2;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #f37021;
    display: inline-block
}

.list-group-item {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    height: 100%;
    text-align: center;
    margin: 5px;
    color: #034ea2;
    font-weight: 600;

}

.list-group-item:hover {
    color: #f37021;
}

.list-group {
    max-height: 420px;
    padding: 10px;
    border-radius: 10px;
}
.list-group h5{
    color: #f37021;
    font-size: 20px;
    font-weight: 500;
}

.checkbox-list li {
    list-style-type: none;
    font-size: 15px;
}

.checkbox-list input {
    margin-right: 10px;
}

.service-btn {
    color: #FFF;
    background-color: #034ea2;
    font-size: 15PX;
    font-weight: bold;
}

.service-btn:hover {
    color: #FFF;
    background-color: #034ea2;
    font-size: 15PX;
    font-weight: bold;
}

.pain-head {
    font-size: 14px;
    color: #034ea2;
    border-bottom: 1px solid #f37021;
    display: inline;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #034ea2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button.collapsed {
    color: #034ea2;
    font-size: 18px;
    font-weight: 600;
}
.treatment-heading {
    color: #034ea2;
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #f37021;
    display: inline-block
}

.treatment-card-img-top {
    height: 80px;
    width: 80px;
    padding-top: 20px;
}

.treatment-card {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.treatment-card:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.media-btn-elements {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border: #fff;
    height: 100%;
    text-align: center;
    margin: 5px;
    color: #034ea2;
    font-weight: 600;
    background-color: #fff;
}

.media-btn-elements:hover {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background-color: #034ea2;
    border-radius: 10px;
    transition: 1s;
}

.content_inside {
    display: none;
}

.content_inside_active {
    display: block;
}
.scan-text{
    font-weight: bold;
    text-align: center;
    text-decoration:none;
    color: rgb(113, 113, 113,1.0);
    font-size: 16px;
}
.form-scan-list li{
    color: rgb(113, 113, 113,1.0);
    font-weight: 700;
    list-style-type: none;
    font-size: 16px;
    margin: 5px;
}
.form-scan-list input{
    margin-right: 10px;
}
.banner-caption{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
}

@media only screen and (min-width:0px) and (max-width:800px) {
    .services-article-headers{
        margin-top: 40px;
    }
}