:root {
    --blue: #26508a;
    --red: #db2525;
    --heading-font-family: 'Lato';
    --heading-font-weight: 400;
}

body {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    font-size: 0.95rem;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1.4;
    color: var(--blue);
}

a {
    text-decoration: none;
}

.hide {
    display: none !important;
}

.container-component>*,
.container-sidebar-left>*,
.container-sidebar-right>* {
    margin-bottom: 0;
    margin-top: 0;
}

.grid-child {
    max-width: 1170px;
}

.container-header .grid-child {
    padding: 0;
}

.grid-child.main-header {
    padding: 15px 0;
}

div.mod-languages a {
    padding: 0 !important;
    margin: 0 !important;
}

div.mod-languages ul li.lang-active {
    background: none !important;
}

.container-header nav {
    margin-top: 0;
    padding: 0;
}

.container-header .mod-menu>li {
    padding: 0;
}

.container-header .mod-list li>a {
    padding: 14px 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.875rem;
}

.container-header .mod-list li.active>a {
    background: var(--red);
}

.main-menu {
    background: var(--blue);
}
li.jux-dropdown.jux-mega.hasChild {
    position: static;
}
.jux-easy-megamenu .mega-align-center > .jux-dropdown-menu {
    left: 0 !important;
    transform:none !important;
    -webkit-transform:none !important;
    -moz-transform:none !important;
    -ms-transform:none !important;
    -o-transform:none !important;
    right: 0 !important;
    margin: 0 auto !important;
}
.mega-group-title,
.mega-group-title, .mega-inner .mega-nav.level1>li:not(.hasChild)>a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    padding: 0 0 10px!important;
}
.navbar .jux-easy-megamenu .meganav,
.navbar,
.juxnav.jux-easy-megamenu {
    position: inherit !important;
}

.juxnav.jux-easy-megamenu .meganav > li > a{
        padding-left: 25px !important;
        padding-right: 25px !important;
}

@media (width >= 992px) {
    .jux-easy-megamenu .meganav>li+li {
        margin-left: 0 !important;
    }
}
@media(min-width:767px) and (max-width:979px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width:100% !important;
    }
}
@media(min-width:980px) and (max-width:1024px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width:900px !important;
    }
}
@media(min-width:1024px) and (max-width:1169px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width:1000px !important;
    }
}
@media(min-width:1170px) and (max-width:1279px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width:1140px !important;
    }
}
@media(min-width:1280px) and (max-width:1365px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width:1240px !important;
    }
}
@media(min-width:1366px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width: 1300px !important;
    }
}
@media(min-width:1666px) {
    .jux-nav-child.jux-dropdown-menu.jux-mega {
        width: 1600px !important;
    }
}
.mod-sppagebuilder.sp-page-builder {
    margin: 0 !important;
}

.container-header {
    background-color: #fff;
    background-image: none;
    box-shadow: none;
}

.three-boxes .sppb-row-container {
    transform: translateY(-80px);
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}

.three-boxes .sppb-row-container .sppb-row {
    padding: 20px 0;
    border-radius: 10px;
    border: 1px dashed #ddd;
    margin: 0;
}

.three-boxes .sppb-row-container .sppb-row .sppb-row-column:not(:last-child) {
    border-right: 1px dashed #ddd;
}

.image-left-box .sppb-column-addons {
    display: flex;
}

.image-left-box .sppb-column-addons>div:first-child {
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 10px;
}

.image-left-box h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.image-left-box p {
    margin-bottom: 1px;
}

.image-left-box p a {
    color: var(--red);
}

.img-full .sppb-addon-single-image-container,
.img-full .sppb-addon-single-image-container img {
    width: 100%;
}

.three-services h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--blue);
}

.play-overlay-icon {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(0%);
}

.play-overlay-icon .sppb-icon-inner {
    background: #00000094;
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}

.play-overlay-icon .sppb-icon-inner i {
    cursor: pointer;
}

body .cm-editor {
    max-height: 300px;
}

.sppb-btn-primary {
    background-color: #e2001a !important;
    border-color: #e2001a !important;
}

.sppb-btn-primary:hover {
    background-color: #0a4688 !important;
    border-color: #0a4688 !important;
}

.flex-icon-text p {
    margin-bottom: 0;
}

.head-cta .group-btn {
    display: flex;
    flex-direction: column;
}
.container-footer.footer.full-width {
    background: #585858;
}
.container-footer.footer.full-width.testimonials_footer {
    background: #2e2e2e;
    margin-top: 0 !important;
}
@media (min-width: 768px) {
    .head-cta .group-btn a {
        width: 265px;
    }
}

.head-cta .group-btn a {
    display: block;
    background: #184583;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    border: none;
    text-align: left;
    font-weight: 300;
    border-radius: 0;
}

.head-cta .group-btn a .fa {
    height: 44px;
    width: 38px;
    background: #db2525;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    position: relative;
    font-size: 22px;
}

.head-cta .group-btn a .fa:after {
    height: 0;
    right: -8px;
    top: 0;
    width: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 9px solid #db2525;
    content: "";
    position: absolute;
}

.head-cta .group-btn a:hover {
    background: var(--red);
}

.right-con-info .container-search .btn.btn-primary {
    font-size: 0;
}

.right-con-info .container-search .btn.btn-primary span {
    font-size: 15px;
}

.container-search .input-group input.form-control,
.container-search .input-group input.inputbox {
    padding: 0 24px 5px 0;
    height: 36px;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    max-width: 100%;
    background: transparent;
    outline: none;
    box-shadow: none;
    min-width: 215px;
}

.container-search .btn.btn-primary {
    border-radius: 0;
    background: var(--red);
    border: 0;
}

.top-bar {
    background: #2e2e2e;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-bar-left a,
.top-bar-right a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

.social-icons img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

.language-switcher {
    display: inline-block;
    margin: 0 15px;
}

#fontsize {
    display: flex;
    margin: 0;

}

#fontsize li {
    list-style: none;
}

#fontsize li #increaseBtn {
    font-size: 18px;
}

#fontsize li a {
    background: var(--red);
    color: #fff;
    padding: 0 12px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
    margin: 0 0 0 2px;
}

#increaseBtn {
    font-size: 18px;
}

#defaultBtn {
    font-size: 15px;
}

#decreaseBtn {
    font-size: 12px;
}

p {
    font-size: 17px;
    font-weight: 300;
}


body .main-slider .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner>div {
    width: 500px;
    height: auto;
    background: #fff;
    padding: 20px;
}

body .main-slider .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    display: flex;
    align-items: center;
}

.icon-plus-link i {
    border: 10px solid #ebebeb;
    border-radius: 100%;
}

.footer-main-menu li a {
    text-decoration: none !important;
    color: #fff;
    text-transform: uppercase;
}

.testimonials-title {
    font-family: "Lato" !important;
    text-align: left !important;
    text-transform: none !important;
    color: #fff !important;
    padding-top: 0px !important;
    padding-bottom: 15px !important;
    font-size: 1.5125em !important;
    font-weight: 300 !important;
}

.nobosstestimonials {
    background: none !important;
    min-height: inherit !important;
    padding: 0 !important;
}

.nobosstestimonials .testimonials-content {
    padding: 0 !important;
}

.nobosstestimonials .nb-lg-11 {
    width: 100% !important;
}
.testimonials-content__text {
    padding-left: 4px !important;
}
.nobosstestimonials__dots {
    display: none;
}
.footer.footer_menu .grid-child {
    padding: 0 !important;
}
.footer.footer_menu .grid-child ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 18px 10px;
    font-size: 14px;
    font-weight: 300;
    display: block;
}
.footer-menu ul li a:hover {
    background: var(--red);
}
.action a.btn.btn-primary {
    background: #e10307;
    height: 34px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    padding: 0 15px;
    font-weight: 400;
    border: none;
    font-size: 14px;
    margin-top: 10px;
}
h2.testimonials-text {
    font-family: "Lato" !important;
    text-align: left !important;
    text-transform: none !important;
    padding: 0px 0px 0px !important;
    font-size: 0.95em !important;
    line-height: 1.5em !important;
    font-weight: 400 !important;
    font-style: italic !important;
    color: #d0d0d0 !important;
}

.testimonials-author-name {
    font-family: "Lato" !important;
    text-align: left !important;
    text-transform: none !important;
    color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 1em !important;
    position: relative;
    padding-left: 15px !important;
}

.testimonials-author-name:before {
    position: absolute;
    content: '-';
    left: 0;
}
.grid-child.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff1f;
}
.grid-child.copyright p,
.container-footer.footer_menu.footer.full-width {
    margin: 0 !important;
}
.sppb-addon-content iframe {
    display: block;
}
.left-side .sppb-addon-title {
    margin: 0;
    line-height: 1;
    background: #db2525;
    padding: 15px 15px;
    color: #fff;
    font-size: 1.25em;
    display: block;
}
.left-side .mod-menu.mod-list.nav {
    background: #f1f1f1;
    padding: 15px 0;
} 
.left-side .mod-menu.mod-list.nav>li>a {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 400;
    padding: 9px 15px;
    display: block;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2 {
    background: none;
    padding-left: 0 !important;
}




/*****ssss*****/

.container-header .mod-menu .parent>ul a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    padding: 6px 15px;
}

.container-header .mod-menu .parent>ul li {
    border-bottom: 1px solid #3061a5;
    padding-left: 0 !important;
}

.container-header .mod-menu .parent:hover>ul {
    color: #ffffff;
    display: block;
    position: absolute;
    background: #26508a;
    width: 230px;
    padding-left: 0;

}


.ss_inner_pg_mn_div table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
  }
 
.ss_inner_pg_mn_div th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }
  
.ss_inner_pg_mn_div th {
    background-color: #f4f4f4;
  }
  .ss_inner_pg_mn_div h2 {
  font-size: 34px;
  line-height: 1.325;
  color: #26508a;
}

.ss_inner_pg_mn_div h6 {
  margin-top: 25px;
  color: #000;
  font-size: 18px;
}

.ss_inner_pg_mn_div h4 {
  margin-top: 30px;
  color:#000;
}

.ss_team_row_sec .sppb-row-column {
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
    background: #f8fbff;
}

.ss_team_row_sec .sppb-row {
    gap: 23px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
}

.ss_inner_team_dtl_box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.ss_inner_team_dtl_box {
    padding-top: 18px;
}

.ss_inner_team_dtl_box p {
    margin-bottom: 0;
    margin-top: 6px;
  
}

.ss_inner_team_dtl_box ul {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
.ss_inner_team_dtl_box a {
    text-decoration: none;
    color: #000;
}

.ss_inner_team_dtl_box ul li {
    line-height: 25px;
}

.ss_team_row_sec .sppb-img-responsive{
    border-radius: 10px !important;
}

.ss_team_row_sec {
    padding-top: 25px !important;
    padding-bottom: 0 !important;
}

.ss_inner_team_dtl_box a:hover {
    color: #db2525;
}
.ss_parix_bew h6 {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
}
.ss_praxisraeume_row .sppb-section {
    padding: 30px 0px 4px !important;
    border-radius: 10px;
}
.ss_unser_rw_sec ul li {
    margin-bottom: 4px !important;
}

.ss_unser_2_ul ul {
    width: 50%;
}

.ss_unser_div ul li {
    list-style-type: none;
    line-height: 28px;
    background-image: url(../../../images/2025/06/04/icons8-check-cropped.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 25px;
    color: #000;
    margin-bottom: 10px;
}
.com_easyblog .eb-entry-body ul{
    padding: 0;
}


#eb .eb-post h1, #eb .eb-entry h1 {
    font-size: 30px !important;
    line-height: 1.4em;
}

.com_easyblog .eb-entry-body ul li{
    list-style-type: none;
    line-height: 28px;
    background-image: url(../../../images/2025/06/04/icons8-check-cropped.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 25px;
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
}

.com-content-article ul li{
     list-style-type: none;
    line-height: 28px;
    background-image: url(../../../images/2025/06/04/icons8-check-cropped.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 25px;
    color: #000;
    margin-bottom: 10px;
}

.com-content-article ul {
    padding: 0;
}

.ss_unser_div h4 {
    font-size: 20px;
}
.ss_unser_div ul{
    padding: 0;
    margin-bottom: 0;
}

.ss_unser_rw_sec .sppb-container-inner {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.ss_unser_2_ul {
    display: flex;
    gap: 50px;

}
.ss_inner_unser_pg h4{
    margin-top: 0;
}

.mod-menu__sub.list-unstyled li ul {
    top: 0;
    left: 100%;
}

.ss_schult_col{
    min-height: 200px;
}

.ss_number_style {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    min-height: 165px;
}

.ss_number_style p{
    font-size: 16px;
}

.ss_number_style h6 {
    width: 45px;
    height: 45px;
    background: #db2525;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    font-size: 17px;
}

.ss_number_style p {
    margin-bottom: 0;
}


.ss_sternocl_box_design {
    background: #fff;
    padding: 22px 15px;
    border-radius: 10px;
    min-height: 320px;
    border: 1px solid #e5e5e5;
    border-bottom: 5px solid #26508a;
}

.ss_sternocl_box_design h6 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 1000px;
    text-align: center;
    border-right: 3px solid;
    margin-bottom: 20px;
}
.ss_sternocl_box_design h5 {
    font-size: 18px;
}
.ss_four_box_height{
    min-height: 240px;
}
.ss_inner_pg_mn_div.ss_sternokla_pg1st h4 {
    margin-top: 10px;
}

.ss_2_one_row .ss_sternocl_box_design{
    min-height: 335px;
}

.ss_sec_gour_rw .ss_sternocl_box_design{
    min-height: 235px;
}

.ss_schulter_text_div h4 {
    color: #000;
}

.ss_schulter_text_div h6 {
    font-size: 22px;
}

.ss_schulter_textcolor_div h6:nth-child(1) {
    color: #333399;
}

.ss_schulter_textcolor_div h6:nth-child(3) {
    color: #ffcc00;
}

.ss_schulter_textcolor_div h6:nth-child(2) {color: #00ff00;}
.ss_schulter_textcolor_div h6:nth-child(4) {color: #33cccc;}
.color_pink{
    color: #ff00ff;
}

.ss_inner_pg_mn_div.ss_untersuchung_head h6 {
    font-size: 20px;
    margin-top: 20px;
}

.ss_inner_pg_mn_div.ss_untersuchung_head h3 {
    color: #000;
}

.ss_die-kalkschulter_text h4{
    margin-top: 15px;
}

.container-header .mod-menu .parent>ul li{
    position: relative;
}

.ss_mrgin_mng ul{
    padding-bottom: 15px;
}
.ss_mrgin_mng table{
    margin-bottom: 15px; 
}

.ss_mrgin_mng h4{
    margin-top: 18px;
}

.ss_mrgin_mng h6{
    font-size: 20px;
    margin-top: 15px;
}

.ss_microinvas_pg_ul ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
}

.ss_microinvas_pg_ul ul li:nth-child(1) {
    width: 40%;
}

.ss_microinvas_pg_ul ul li:nth-child(2) {
    width: 60%;
}

.ss_microinvas_pg_ul {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

.ss_sternocl_box_design.ss_pulley_box_dsgn {
    min-height: auto;
}

.ss_slap_pg_box ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 28px;
}

.ss_slap_pg_box img {
    width: 150px;
    border-radius: 1000px;
    border: 2px solid #26508a;
    object-fit: cover;
    height: 150px;
}

.ss_slap_pg_box li:nth-child(2) {
    width: 80%;
}

.ss_slap_pg_box h4 {
    font-size: 20px;
    font-weight: 600;
}

.ss_slap_pg_box p {
    margin-bottom: 0;
}

.ss_slap_pg_box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    padding-top: 30px;  
}

.ss_box_row_design .sppb-row-column {
    border: 1px solid #e5e5e5;
    padding: 20px 15px;
    border-radius: 10px;
}

.ss_box_row_design .sppb-row{
    gap: 25px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: auto;
}
.ss_number_design_bx h6 {
    width: 50px;height: 50px;
    line-height: 50px;
    border-radius: 100px;
    background: #26508a;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}

.ss_klinische_video h2 {
    font-size: 25px;
}

.ss_klinische_video h6 {
    margin-top: 10px;
    font-size: 18px;
}

.ss_img_full .sppb-addon-single-image-container{
    width: 100%;
}
.ss_img_full .sppb-addon-single-image-container img{
    width: 100%;
}

.ss_img_redius img{
    border-radius: 10px !important;
}

.text-container {
    max-height: 7.5em;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
    margin-top: 15px;
  }

  .text-container.expanded {
    max-height: 100vh;
  }

  .read-toggle {
    margin-top: 0.5em;
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    padding: 0;

  }
  .read-toggle {
    background: #db2525;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
}

.category-name a {
  pointer-events: none;
  color: gray;
  cursor: default;
}


.ss_read_schultersteifen img{
    border-radius: 10px !important;
}

.ss_extrinisches_pg_col{
    text-align: center;
    margin-top: 20px;
}

.ss_new_extrinis h5 {
    color: #000;
    margin-top: 15px;
}

.ss_img_size_set img{
    height: 150px;
    object-fit: cover;
    object-position: 10% 27%;
}


.ss_download_col_sec.ss_box_row_design .sppb-row-column img {
    width: 70px;
}

.ss_downloads_div small {
    display: inline-block;
}

.ss_downloads_div h4 a {
    color: #db2525 !important;
    text-decoration: none;
}

.ss_downloads_div h4 {
    margin-top: 18px;
}

.ss_download_col_sec.ss_box_row_design .sppb-row-column{
    text-align: center;
}

.ss_para_small{
    font-size: 14px;
    color:#938f8f;
}

.ss_hr_broder {
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
}

.ss_worterbuch_pg_div h6 {
    color: #000 !important;
    font-size: 18px;
}

.ss_hr_broder h4 {
    width: 45px;
    height: 45px;
    background: #26508a;
    text-align: center;
    line-height: 45px;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.MsoNormal a {
    background: #db2525;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    margin: 0 3px;
    display: inline-flex;
    align-items: center;
}

.MsoNormal a:hover {
    background: #26508a;
}


.left-side .deeper.parent ul {
    background: #2e2e2e;
    color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 220px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    display: none;
    z-index: 99;
}

.left-side .deeper.parent:hover ul{
    display: block;
}

.left-side .deeper.parent {
    position: relative;
}

.left-side .mod-list a:hover {
    text-decoration: none;
    background: #000;
    color: #fff !important;
}

.left-side .deeper.parent ul a {
    background: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 15px;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #2c2c2c;
}

.left-side .mod-list li {
    padding: 0em 0;
}

.left-side{
   z-index: 9999 !important;
}
.left-side  li.parent>a{
    position: relative;
}
.left-side li.parent>a:after {
    border: none;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    padding-left: 8px;
    position: absolute;
    right: 15px;
}


.header nav .parent>a:after {
    content: "";
    font-family: "FontAwesome";
    padding-left: 8px;
    font-size: 12px;
    float: right;
    border: none;
}

.header nav .mod-menu__sub  li.parent>a:after {
    content: "";
}

.container-header .mod-list li>a:hover {
    background: #db2525;
}
.header .mod-list li {
    padding: 0em 0;
}
.swiper-button-prev,
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #26508a;
    border-radius: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
    font-size: 18px !important;
}
.swiper-button-prev {
    left:0px !important;
}
.swiper-button-next {
    right:0px !important;
}
.main-menu .navbar {
    padding: 0 !important;
}
.ss_impress_page_div p {
    margin-top: 10px;
    margin-bottom: 0;
}
footer .mod-menu {
    flex-direction: inherit;
}
footer .mod-menu.mod-list li {
    padding: 0 !important;
}
footer .mod-menu.mod-list li:hover a {
    background: var(--red) !important;
    color: #fff !important;
    text-decoration: none;
}
.ss_box_row_design.ss_impree_row_sec .sppb-row-column {
    padding: 20px 25px;

}
.ss_impress_h1_head h2 {
    color: #000;
    font-size: 34px;
}
a {
    text-decoration: none !important;
}
.video-swiper .swiper-slide>a {
    display: block;
    position: relative;
}
.video-swiper .swiper-slide>a:before {
    content: '\f144';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 70px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #2e2e2e;
    width: auto;
    cursor: pointer;
}
.ss_privacy_page_div h2 {
    color: #000;
    font-size: 35px;
}

.ss_privacy_page_div h4 {
    font-size: 28px;
    margin-top: 20px;
}

.ss_privacy_page_div h6 {
    font-size: 22px;
    color: #000;
    margin-top: 20px;
}

.ss_privacy_page_div strong {
    color: #000;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
}

.ss_privacy_page_div p {
    margin-bottom: 5px;
}
.custom_video_popup {
    position: fixed;
    top: 50%;
    width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    z-index: 999;
    transform: translateY(-50%) scale(0);
    transition: all 0.5s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
}
.custom_video_popup.active {
    transform: translateY(-50%) scale(1);
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
}
.video_close_btn {
    position: absolute;
    right: -30px;
    top: 0;
    background: var(--red);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.iframe_height * {
    height: 100%;
}
.meganav>li.active>a {
    background: var(--red) !important;
    color: #fff !important;
}
.mega-group-title {
    cursor: pointer !important;
}
.meganav>li.hasChild i.jux-caret.fa.fa-angle-down {
    position: relative !important;
    left: 0 !important;
    margin-left: 5px;
}
/* .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
} */


.ss_blesure_sec h5{
    color: #000;
    font-size: 18px;
}



ul.latestnews-items {
    display: inline !important;
}

.newsinfo {
    padding: 25px !important;
        background: #fff;
}

li.latestnews-item {
    width: calc(47% - 0px) !important;
    box-sizing: border-box;
        margin: 0px 20px 30px 0px !important;
}

.latestnews-items  li:nth-child(even) {
  margin-right: 0;
}

dd.newsextra {
        font-size: 14px !important;
    font-weight: 400;
    color: #000000;
}

dd.newsextra span {
    margin-right: 4px;
}


.ss_blog_lft_sidebr h3.sppb-addon-title {
    background: #db2525;
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 10px 15px;
}


.ss_blog_lft_sidebr .categories-module {
       padding: 0 15px;
    line-height: 37px;
    font-size: 16px;
}

.ss_blog_lft_sidebr .categories-module li {
    border-bottom: 1px solid #e5e5e5;
}

.ss_blog_lft_sidebr .categories-module a {
    color: #000;
    font-weight: 300;
}

.ss_blog_lft_sidebr .sppb-addon-wrapper{
    background: #fff;
        margin-bottom: 30px;
}

.items_pagination.bottom {
    margin-top: 30px !important;
}


.innernews {
    box-shadow: 0 18px 38px rgb(0 0 0 / 2%), 0 15px 12px rgb(0 0 0 / 3%);
}

.newstitle{
    font-size: 18px;
    padding-bottom: 0 !important;
}
#lnee_154 .newstitle span {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;       
    line-height: 1.4em;   
        height: 50px;
    max-height: 2.8em;       
}


.latestnews-items .newsinfo .item_details {
    padding: 15px 0 15px 0 !important;
}

p.link.linkleft {
    margin-top: 10px !important;
}
ul.mod-articleslatest.latestnews.mod-list {
    padding: 0 14px;
}

ul.mod-articleslatest.latestnews.mod-list a {
    color: #000;
}

ul.mod-articleslatest.latestnews.mod-list li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0 15px 0px;
}


ul.mod-articlescategories.categories-module.mod-list li:last-child {
    border: none;
    padding-bottom: 0;
}


ul.mod-articleslatest.latestnews.mod-list li:last-child {
    border: none;
    padding-bottom: 0;
}

.ss_blog_lft_sidebr a:hover {
    color: #db2525;
}


.lnee .newsextra .detail_icon {    color: #e2001a;
}


.ss_blog_mn_sec .linkleft a{

}


h4.newstitle a {
    color: #000;
}

.ss_blog_mn_sec .linkleft a {
    padding: 8px 20px;

        background: #db2525;
    border: 0;
}

.ss_blog_mn_sec .linkleft a:hover{
       background: #26508a;
}

.news {
    box-shadow: 0 -2px 27px rgb(0 0 0 / 2%), 0 6px 5px rgb(0 0 0 / 3%);
}


.ss_blog_pg_head {
    margin-bottom: 30px !important;
}

.ss_blog_pg_head h2 {
    font-size: 20px;
    color: #000;
}



.view-article dl.article-info.text-muted {
    display: flex;
    gap: 16px;
}

.view-article dt.article-info-term {
    display: none;
}

.view-article dl.article-info.text-muted .icon-fw {
    color: #db2525;
}

.view-article dl.article-info.text-muted {
    color: #000000 !important;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 10px;
}

.view-article dl.article-info.text-muted span {
    color: #000;
}

.view-article dl.article-info.text-muted a {
    color: #000;
}

.view-article dl.article-info.text-muted a:hover {
    color: #db2525;
}

.view-article a.btn.btn-sm.btn-secondary.previous {
    background: #e1001a;
    color: #fff;
    border: 0;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
}

.view-article span.pagination.ms-0 {
    margin-top: 40px;
}

.view-article a.btn.btn-sm.btn-secondary.next {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    background: #26508a;
    color: #fff;
    border: 0;
}



/**********blog details page***********/

.view-article .site-grids {
    max-width: 1170px;
    margin: auto;
    padding: 40px 0px;
}
.view-article .site-grids {
    max-width: 1170px;
    margin: auto;
    padding: 60px 0px;
}

.view-article .com-content-article.item-page {
    background: #f7f9ff;
    padding: 35px 40px;
    border-radius: 10px;
    border: 1px solid rgb(217, 224, 253);
}

.view-article .com-content-article.item-page h1 {
    font-size: 30px;
}



.ss_contact_page #mod-rscontact-contact-form-157 fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}

.ss_contact_page #mod-rscontact-contact-form-157 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-157 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-157 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-157 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-157 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}

.ss_contact_page #mod-rscontact-contact-form-158 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-158 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-158 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-158 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}
.ss_contact_page #mod-rscontact-contact-form-158 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-158 fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    
}


.ss_contact_page #mod-rscontact-contact-form-193 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-193 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-193 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-193 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}
.ss_contact_page #mod-rscontact-contact-form-193 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-193 fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}




.ss_contact_page #mod-rscontact-contact-form-159 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-159 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-159 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-159 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}
.ss_contact_page #mod-rscontact-contact-form-159 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-159 fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}




.ss_contact_page #mod-rscontact-contact-form-194 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-194 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-194 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-194 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}
.ss_contact_page #mod-rscontact-contact-form-194 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-194 fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.ss_contact_page #mod-rscontact-contact-form-195 .control-group:nth-of-type(1),
.ss_contact_page #mod-rscontact-contact-form-195 .control-group:nth-of-type(2),
.ss_contact_page #mod-rscontact-contact-form-195 .control-group:nth-of-type(3),
.ss_contact_page #mod-rscontact-contact-form-195 .control-group:nth-of-type(4) {
  flex: 1 1 48%;
}
.ss_contact_page #mod-rscontact-contact-form-195 .control-group {
  flex: 1 1 100%; 
}


.ss_contact_page #mod-rscontact-contact-form-195 fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}




.ss_contact_page  .controls input {
    border: 1px solid #e5e5e5;
    height: 42px;
    width: 100%;
    font-weight: 300;
    color:#303030;
    padding: 15px;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.ss_contact_page .control-group {
    margin: 0px 0;
}

.ss_contact_page label.control-label {
    font-weight: 400;
    padding-bottom: 2px;
        font-size: 14px;
}

.ss_contact_page span.help-inline {
    color: #db2525;
}

.ss_contact_page .checkbox input {
    width: 18px !important;
    height: 18px !important;
}
.ss_contact_page .control-group textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 15px;
}


.ss_contact_page label.checkbox {
    display: flex;
    align-items: anchor-center;
}

.ss_contact_page button#mod-rscontact-submit-btn-157 {
    background: #db2525;
    border: 0;
}

.ss_contact_page button#mod-rscontact-submit-btn-157:hover {
    background: #26508a;
}


.ss_login_form .sppb-addon-content {
    background: #fff;
    padding: 30px;
    width: 45%;
    margin: auto;
    border: 1px solid #cfe3ff;
    border-radius: 10px;
}

.ss_login_form ul.mod-login__options.list-unstyled {
    text-align: center;
}

.ss_login_form ul.mod-login__options.list-unstyled a {
    color: #808080;
    font-weight: 400;
}

.ss_login_form ul.mod-login__options.list-unstyled a:hover {
    color: #db2525;
}

.ss_login_form h3.sppb-addon-title {
    padding-bottom: 13px;
}

.ss_login_form .form-control:focus {
   box-shadow: 0 0 0 0rem #01015600;
}

.ss_login_form .form-control{
    font-size: 14px;
}

.ss_login_form .input-group{
    height: 48px;
}


.view-article .item-image img {
    border-radius: 10px;
    margin-top: 10px;
}


/***blog image display none****/
.ss_blog_mn_sec .newshead.picturetype {
    display: none;
}


.view-article .com-content-article a{
color:#db2525;
}

.ss_mt_40{
    margin-top: 40px;
}

.view-article  p {
    margin-bottom: 10px !important;
}

.view-article img{
    border-radius: 10px;
}


.view-category .site-grids {
    width: 1170px;
    margin: auto;
    padding: 60px 0;
}

.view-category {
    background: #f6f6f6;
}

.view-category .item-content {
    background: #fff;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.view-category dl.article-info.text-muted {
    color: #000000 !important;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    padding-top: 10px;
    display: flex;
    gap: 16px;
}

.view-category dt.article-info-term {
    display: none;
}

.view-category .page-header h2 {
    font-size: 25px;
}


.view-category dl.article-info.text-muted .icon-fw {
    color: #db2525;
}



.ss-read-more-button {
    background: #e2001a;
    padding: 8px 20px;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 400;
}

.ss-read-more-button:hover {
    background: #26508a;
}

.view-category .items-more {
    display: none;
}

.view-category .com-content-category-blog__navigation.w-100 {
    margin-top: 40px;
}


/****blog categary img hide*****/

.com-content-category-blog__item.blog-item img {
    display: none;
}


.ss_btm_30{
    margin-bottom: 30px !important;
}

.ss_align_center{
    align-items: center;
}


.view-article .item-image{
    width: 100%;
}
.view-article .item-image img{
    width: 100%;
}

ul.tags.list-inline a {
    color: #26508a;
    background: transparent;
    font-weight: 400;
}




.ss_foot_ofc_tym .sppb-addon-text {
    font-size: 14px;
}


.sppb-carousel-text h2 {
    padding-bottom: 8px !important;
}

.ss_foot_cnt_info a{
        color: #e2001a;
    font-weight: 400;
}

.ss_foot_cnt_info a:hover{
        color: #000;

}
.jux-collapse-bar.active, .collapsible:hover {
    background-color: #eee !important;
}



.jd_top_navi {
    display: none;
}

.jd-item-page {
    width: 1170px;
    max-width: 1170px;
    margin: auto;
    padding: 50px 0 80px;
}

.jd_footer {
    display: none;
}

.jd_back_button {
    display: none;
}


.jd_cats_sum_subcats {
    display: none;
}

.jd_sort_order39 {
    display: none !important;
}

.jd_top_navi .jd_top_navi_item:nth-child(2) {
    display: none;
}




.jblue {
    background: #26508a !important;
    border: 0 !important;
    padding: 10px 10px !important;
    color: #fff !important;
    text-shadow: 0 0 BLACK !important;
    font-size: 14px !important;
    border-radius: 3px !important;
}

.jd_cat_description {
    display: none !important;
}

.jd_top_navi {

    padding: 10px 0px 12px 0px !important;
        margin-bottom: 18px !important;

}

.jd_files_title39 {
    display: none !important;
}

.jd_cats_sum_subcats {
    display: none !important;
}


.jd_categories_title_v46, .jd_categories_title {
    padding: 14px 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}


.jd_files_subheader, .jd_cat_subheader, .jd_cats_subheader{
        background-color: #ebf3ff;
            padding: 10px 10px !important;
}

.jd_cat_main img {
    width: 40px;
    margin-right: 10px;
}
.com_jdownloads .site-grids {
    width: auto;
    padding: 0;
}

.jd_rating {
    display: none;
}


.jd_rating {
    display: none;
}

.jd_cats_subheader {
 background-color: #ebf3ff !important;
    margin-bottom: 30px;
    margin-bottom: 30px !important;

}

.com_jdownloads {
    background: #fff !important;
}



.jd_fields {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

span.jd_field_title {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.jd_field_row {
    padding: 8px 5px !important;
}

.jd_fields_wrapper {
    margin-top: 20px;
        border: 0 !important;
    padding: 0 !important;
}
.jd_fields_caption_compact, .jd_fields_caption {
  
    background-color: #26508a !important;
    padding: 10px !important;
    color: #fff !important;
}



.jd_tags39.jd_associations {
    display: none;
}

.jd_content_wrapper {
    margin-bottom: 50px !important;
    border-bottom: 0 !important;
}

.divTableHead {
    color: #fff !important;
    font-weight: 400;
    padding: 8px 0 !important;
}

.divTableBody {
    font-size: 14px !important;
}

.divTable.jd_div_table .divTableHeading {
    background: #26508a !important;
    border: 0 !important;
}

.divTableCell {
    font-size: 15px !important;
    font-weight: 400;
    padding: 10px !important;
}


ul.fields-container {
    display: none;
}

.article_cat {
    display: flex;
    gap: 5px;
}
.ss_home_3_box_div .sppb-addon-content p {
    min-height: 108px;
}

.main-slider .sppb-carousel-content {
    padding-bottom: 8px !important;
}


.ss_schulterzentrum_last .ss_schult_col   {
    min-height: 300px;
}

.ss_ternocl_pg .ss_four_box_height {
    min-height: 255px;
}


 .ss_sternocl_box_design p{
   font-size: 16px;
}

.ss_microinvas_pg_ul p{
    font-size: 16px;
}


.ss_unser_rw_sec p{
    font-size: 16px;
}

.view-search .grid-childs.container-component {
     background: #f7f7f7;
    text-align: center;
    padding: 130px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

div#search-form {
    width: 100%;
    margin: auto;
}
.view-search #search-form  .form-inline label {
    display: none;
}

.view-search #search-form .awesomplete>input {
    max-width: 450px;
    width: 450px;
    height: 50px;
}

.com-finder__results-list {
    list-style: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 25px;
}

.view-search mark, .mark{
        background-color: #fbeea800;
}

.view-search div#search-results {
    text-align: left;
    width: 80%;
    margin: auto;
    margin-top: 60px;
}
.view-search .result__title-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #26508a;
}

.view-search #search-form .input-group{
    justify-content: center;
}


.view-search li.result__taxonomy-item.result__taxonomy--Language {
    display: none;
}

.view-search ul.result__taxonomy {
    font-weight: 600;
    margin-top: 17px;
}


.view-latest .site-grids {
    max-width: 1170px;
    margin: auto;
    padding: 50px 0;
}


.eb-entry-tools.row-table {
    display: none !important;
}


.eb-view-entry {
    max-width: 1170px;
    margin: auto;
    padding: 0px 0 0px;
}


#eb .eb-entry-body{
padding: 0px 38px !important;
    background: #fff;
}
#eb .eb-entry-head {
    padding:30px 40px 20px!important;
        border-bottom: 0 !important;
            background: #fff;
}
.eb-entry-meta.text-muted {
    font-size: 17px;
    font-weight: 400;
}
.mod-easyblogtagcloud a {
    font-size: 16px !important;
    margin: 4px  4px;
    display: inline-block;
    color: #26508a;
}


.eb-tags.cell-top.type-1 {
    font-size: 16px;
    font-weight: 400;
}

.eb-entry-author{
    display: none !important;
}

.eb-image.style-clear {
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow: hidden;
}

.eb-container.has-sidebar.sidebar-left .eb-blog {
    width: 75%;
    float: right;
}

.eb-container.has-sidebar.sidebar-left .sidebar {
    width: 23%;
    float: left;
}

.com_easyblog .site-grids {
    display: flex;
    gap: 40px;
        width: 100%;
    flex-wrap: wrap;
        align-items: flex-start;
            max-width: 1170px;
    margin: auto;
    padding: 50px 0;
}

.com_easyblog  {
    background-color: #f5f6fb;
    box-shadow: 0 0 0 0 #FFFFFF;
}


.fd-toolbar-divider {
    display: none;
}

.fd-toolbar {
    background: #fff;
    padding: 10px;
    border: 1px solid #d8d8d8 !important;
}

.com_easyblog  .mod-cell a {
    color: #000;
    font-size: 14px;
}
.container-sidebar-left{
    gap:30px;
}

.com_easyblog  .mod-muted.mod-small.mod-fit {margin-top: 3px;}

.com_easyblog  .eb-mod-title a {
    color: #000;
}

.com_easyblog  .mod-post-type a {
    color: #db2525;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.com_easyblog  h3.card-header {
    color: #fff;
    font-size: 20px;
        background: #db2525;
}

.com_easyblog  .eb-mod-body {
    font-size: 15px;
    line-height: 25px !IMPORTANT;
    
}

.com_easyblog  .com_easyblog  .grid-childs.container-sidebar-left {
    flex-direction: column-reverse;
    margin-top: 16px;
}



.com_easyblog .eb-mod-foot.mod-muted.mod-small .mod-cell a {
    color: #db2525;
    font-weight: 400;
}

.com_easyblog .mod-cell.pr-10 a {
    color: #000 !important;
}



.com_easyblog .eb-post {
    background: #fff;
    padding: 30px 30px 18px !important;
}

.com_easyblog h2.eb-post-title.reset-heading a {
    color: #000000 !important;
    font-size: 22px;
    font-weight: 500;
}

.com_easyblog .eb-post-meta.text-muted {
    color: #6b6b6b !important;
    font-size: 15px;
    font-weight: 500;
}
#eb.eb-component, #eb .eb-post, #eb .eb-entry {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

#eb .eb-post p, #eb .eb-entry p {
    font-size: 17px !important;
}


.com_easyblog #eb .eb-post-more .btn {
    background: #db2525 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 4px;
    padding: 5px 20px !important;
    font-size: 15px;
    font-weight: 400;
}

.com_easyblog #eb .btn-default:hover {
    background: #000 !important;
    color: #fff !important;
}

.com_easyblog .eb-post-actions {
    display: none !important;
}


.com_easyblog #eb .eb-post-foot{
    background: transparent !important;
}
#eb .eb-post-foot>div .fa {
    color: #000000;
    margin-right: 2px;
}

#eb .eb-post-hits, #eb .eb-post-comments a {
    color: #000000;
}

.eb-mod-media-body a {
    color: #db2525;
}

a.eb-brand-rss {
    color: #3f3f3f;
    font-weight: 400;
}
.view-entry .grid-childs.container-sidebar-left {
    display: none;
}


.view-categories .site-grids{
    max-width: 1170px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.view-entry .eb-entry-title{
    font-size: 35px;
    font-weight: 500;
}

.view-entry .eb-entry-meta.text-muted a {
    color: #e2001a;
}
.eb-post-date {
    color: #000;
}

span.eb-post-hits {
    color: #000 !important;
}


.layout-listings .site-grids{
 max-width: 1170px;
    margin: auto;
    padding: 50px 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

#eb .eb-post-listing.is-row.has-divider>*+* {
    border-top: 0px solid rgba(var(--fd-gray-200), 1) !important;
    padding-top: 0 !important;
}


#eb .eb-authors-head {
    background: rgb(255 255 255) !important;
}

#fd .fd-toolbar__search-form {
    margin: 10px 15px !important;
}


/***********ss_md_media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
    .com_easyblog header {
    order: 1;
}

.com_easyblog .mm-slideout {
    order: 2;
}

.com_easyblog footer {
    order: 3;
}
    .view-article dl.article-info.text-muted {
    display: block;
}
    p{
        font-size: 16px;
    }
    .nobossmodule__section {
        display: none !important;
    }
.ss_home_3_box_div .sppb-addon-content p {
    min-height: auto;
}

    .font-resize {
        display: none;
    }
    .social-icons {
        display: none;
    }

    .top-bar-left a {
        font-size: 15px;
    }
    .top-bar-left, .top-bar-right{
        justify-content: center;
    }

    .top-bar {
        padding: 12px 0;
    }
    .top-bar .grid-child {
        display: block !important;
        text-align: center;
    }

    .main-header {
        display: block;
        padding: 0 12px !important;
    }
.awesomplete {
    width: 100%;
}
    .awesomplete input{

        border: 1px solid #e5e5e5 !important;
        padding: 0 15px !important;
        font-size: 13px !important;
    }

    .three-boxes .sppb-row-container {
        transform: translateY(0);
        padding: 45px 20px;
        border-radius: 0;
    }
    .mod-finder__search.input-group {
        padding-bottom: 18px;
        justify-content: center;
        padding-top: 10px;
    }

    .main-navigation {
        width: 100%;
    }

    .jux-collapse-bar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row-reverse;
    }
    span.fa.fa-bars.toggle-menu-icn {
    font-size: 25px;
    color: #db2525;
}

.jux-easy-megamenu .mod-custom.custom {
    display: none;
}

.jux-collapse-bar.active, .collapsible:hover {
    background-color: #eee;
}
    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner{
        padding: 15px 15px !important;
    }

.sppb-carousel img{
    height: 400px !important;
    object-fit: cover !important;
}

.navbar-brand img {
    width: 80%;
}

.navbar-brand {
    text-align: center;
    padding: 14px 0 !important;
}

.image-left-box .sppb-column-addons {
    display: block;
    padding-bottom: 30px;
}

.ss_home_3_box_div h2{
    font-size: 1.2rem !important;
}

.ss_home_3_box_div h3{
    font-size: 1.1rem !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #fff;
    font-size: 15px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
}

.ss_hm_tab_sec .sppb-nav{
    gap: 0px;
    justify-content: center;
    margin-bottom: 28px;
}
.ss_hm_tab_sec .sppb-nav>li>a{
    padding: 6px 10px !important;
    font-size: 13px !important;
}

.ss_foot_logo img{
    width: 250px;
}

.ss_foot_logo {
    margin: 20px 0 !important;
}


.footer.footer_menu .grid-child ul li a {
    font-size: 14px !important;
    text-transform: capitalize;
    padding: 9px 6px;
    display: inline-block;
}

footer .mod-menu.mod-list li {
    display: inline-block;
}
.footer .mod-menu {
    display: block;
    flex-wrap: wrap;
    width: 95%;
    padding: 15px 0;
}
.foot_text_div {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    height: auto !important;
    margin-top: 20px;
}
.grid-child.copyright {
    padding: 15px 15px;
    text-align: center;
    font-size: 14px;
}

.main-slider .sppb-carousel-text p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; 
}
.video-swiper .swiper-slide>a:before{
font-size: 40px;
}


.left-side {
    margin-bottom: 25px;
}
.ss_inner_pg_mn_div h2 {
    font-size: 25px;
}

.ss_number_style{
    margin-bottom: 30px;
}
.mod-breadcrumbs.breadcrumb.px-3.py-2{
        font-size: 14px;
}

/*******side menu toggle****/
.left-side .mod-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    /* position: absolute; */
    top: 50px;
    right: 10px;
    z-index: 1000;
  }

  .left-side .mod-menu.show {
    display: flex;
  }

  .left-side .mobile-toggle {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 14px;
    z-index: 1001;
  }

.left-side .deeper.parent ul{
    position: static;
}



/********inner page responsive*****/

.ss_praxisraeume_row .sppb-video-block {
    margin-bottom: 30px !important;
}
.ss_unser_div {
    padding: 0px 0px;
}
.ss_unser_2_ul {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.ss_unser_rw_sec .ss_unser_div {
    padding: 20px 0;
}

.ss_unser_rw_sec .sppb-container-inner {
    padding: 15px;
}
.ss_unser_rw_sec{
    padding-top: 40px !important;
}

.ss_inner_respon_sec .sppb-video-block{
    margin: 10px 0 30px;
}

.jd-item-page {
    padding: 30px 15px 60px;
    width: auto;
}
.jd_top_navi_item {
    display: none !important;
}
.jd_download_url_position, .jd_rating {
    top: 12px !important;
    float: left !important;
    margin-left: 0 !important;
}

.jd_download_url.jd_download_url_position {
    margin-bottom: 20px;
}

.ss_hm_tab_sec h3{
        margin-bottom: 8px !important;
}
li.latestnews-item {
    width: calc(100% - 0px) !important;
}

.ss_blog_mn_sec .sppb-row-column:nth-child(1){
    order: 2;
}

.ss_blog_mn_sec .sppb-row-column:nth-child(2){
    order: 1;
    margin-bottom: 50px;
}


.ss_unser_2_ul ul{
    display: block;
}
.ss_unser_2_ul ul {
    width: 100%;
}

.ss_team_row_sec .sppb-row {
    flex-wrap: wrap;

}


.ss_mob_mt_30{
    margin-top: 30px;
}

.ss_sternocl_box_design{
    min-height: auto !important;
}


.itemid-660 .ss_unser_rw_sec, .itemid-362 .ss_unser_rw_sec, .itemid-145 .ss_unser_rw_sec{
            padding-top: 10px !important;
}

.ss_inner_pg_mn_div h4 {
    margin-top: 10px;}


.sppb-addon-single-image-container img {
    width: 100%;
}
.sppb-addon-single-image-container {
    width: 100%;

}


.ss_table_responsive{
    overflow: scroll;
}


.ss_microinvas_pg_ul ul{
    flex-wrap: wrap;
}

.ss_microinvas_pg_ul ul li:nth-child(1){
    width: 100%;
}

.ss_microinvas_pg_ul ul li:nth-child(2) {
    width: 100%;
}

.ss_microinvas_pg_ul img{
    width: 100%;
}

.ss_slap_pg_box li:nth-child(2) {
    width: 100%;
}
.ss_slap_pg_box ul{
    flex-wrap: wrap;
}

.ss_box_row_design .sppb-row{
    flex-wrap: wrap;
}

.ss_shoulderinstability_img .sppb-img-responsive {
    margin-bottom: 30px;
}

.itemid-142 .ss_unser_rw_sec, .itemid-745 .ss_unser_rw_sec, .itemid-359 .ss_unser_rw_sec{
  padding-top: 18px !important;
}


.ss_schulterzentrum_last .ss_schult_col {
    min-height: auto;
}

.view-search .grid-childs.container-component {
    padding: 50px 0;
}
.view-search #search-form .awesomplete>input {
    max-width: 87%;
    width: 90%;
    height: 50px;
    margin: auto;
    margin-bottom: 13px;
}

.com-finder__results-list{
    padding: 20px;
}
.result__title-url{
    font-size: 14px;
}

.view-search ul.result__taxonomy {
    font-size: 12px;
}

.view-latest .site-grids {
    max-width: 1170px;
    margin: auto;
    padding: 30px 20px;
}
.eb-post-avatar{
    display: none;;
}
.view-entry .eb-entry-title {
    font-size: 22px;
    font-weight: 500;
}
.view-entry .site-grids{
display: block;
        padding: 30px 20px;
}
.view-entry .eb-layout-default{
    padding: 0;
}


#eb .eb-entry-head {
    padding: 20px 20px !important;
}
.view-entry  #eb .eb-entry-body {
    padding: 12px 20px !important;
}
.view-entry  .eb-image.style-clear {
    margin-bottom: 0px;
}

#eb .eb-entry-meta>div+div:before {
    display: none !important;
}
.view-entry #eb .eb-entry-meta {
    gap: 10px;
}


.com_easyblog .site-grids{    padding: 50px 20px;}

h2.eb-post-title.reset-heading a {
    font-size: 20px !important;
    line-height: 1.4em;
}

#eb .eb-post-more {
    float: left !important;
    margin-bottom: 20px !important;
}

#eb .eb-shares {
    display: inline-flex !important;
}

#eb.is-mobile .eb-post-more {
    width: 100%;
}
.com_easyblog .eb-post {
    padding: 30px 30px 30px !important;
}

}

/* Hide toggle on desktop */
@media (min-width: 769px) {
 .left-side .mobile-toggle {
    display: none;
  }
  
  
}

@media only screen and (min-width: 481px) and (max-width: 767px){ 
    .font-resize {
        display: none;
    }
    .com_easyblog .site-grids{    padding: 50px 20px;}
    .social-icons {
        display: none;
    }

    .top-bar-left a {
        font-size: 15px;
    }
    .top-bar-left, .top-bar-right{
        justify-content: center;
    }

    .top-bar {
        padding: 12px 0;
    }
    .top-bar .grid-child {
        display: block !important;
        text-align: center;
    }

    .main-header {
        display: block;
        padding: 0 12px !important;
    }

    .awesomplete input{

        border: 1px solid #e5e5e5 !important;
        padding: 0 15px !important;
        font-size: 13px !important;
    }

    .three-boxes .sppb-row-container {
        transform: translateY(0);
        padding: 45px 20px;
        border-radius: 0;
    }
    .mod-finder__search.input-group {
        padding-bottom: 18px;
        justify-content: center;
        padding-top: 10px;
    }

    div#site-nav-138 {
        width: 100%;
    }

    #jux-collapse-bar-138 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row-reverse;
    }

    .sppb-item.sppb-item-has-bg .sppb-carousel-item-inner{
        padding: 15px 15px !important;
    }

.sppb-carousel img{
    height: 400px !important;
    object-fit: cover !important;
}

.navbar-brand img {
    width: 80%;
}

.navbar-brand {
    text-align: center;
    padding: 14px 0 !important;
}

.image-left-box .sppb-column-addons {
    display: block;
    padding-bottom: 30px;
}

.ss_home_3_box_div h2{
    font-size: 1.2rem !important;
}

.ss_home_3_box_div h3{
    font-size: 1.3rem !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #fff;
    font-size: 15px !important;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
}

.ss_hm_tab_sec .sppb-nav{
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px;
}
.ss_hm_tab_sec .sppb-nav>li>a{
    padding: 6px 10px !important;
    font-size: 13px !important;
}

.ss_foot_logo img{
    width: 250px;
}

.ss_foot_logo {
    margin: 20px 0 !important;
}


.footer.footer_menu .grid-child ul li a {
    font-size: 14px !important;
    text-transform: capitalize;
    padding: 9px 6px;
    display: inline-block;
}

footer .mod-menu.mod-list li {
    display: inline-block;
}
.footer .mod-menu {
    display: block;
    flex-wrap: wrap;
    width: 95%;
    padding: 15px 0;
}

.ss_home_3_box_div .sppb-addon-single-image-container{
    width: 100% !important;
}
.ss_home_3_box_div .sppb-addon-single-image-container img{
    width: 100% !important;
}

}
@media only screen and (min-width: 767px) and (max-width: 1023px){

    .nobossmodule__section {
        display: none !important;
    }
    .com_easyblog .site-grids{    padding: 50px 20px;}


    .juxnav.jux-easy-megamenu-138 .meganav > li > a, .juxnav.jux-easy-megamenu-138 .meganav>li>.separator{
        font-size: 12px !important;
    }
    .image-left-box .sppb-column-addons {
        display: block;
        padding-bottom: 0px;
    }

    .three-boxes .sppb-row-container {
        transform: translateY(0px);
    }
.grid-child.main-header {
    padding: 15px 15px;
}

.juxnav.jux-easy-megamenu .meganav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.main-slider .sppb-carousel-text p{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; 
}
.three-services h3 {
    font-size: 1.1em;
}

.ss_hm_tab_sec ul.sppb-nav.sppb-nav-custom {
    margin-bottom: 30px;
}


.ss_hm_tab_sec .sppb-addon-title {
    margin-bottom: 10px !important;
}
    .footer.footer_menu .grid-child ul li a {
        font-size: 16px !important;
        text-transform: capitalize;
        padding: 9px 6px;
        display: inline-block;
    
    }
        footer .mod-menu.mod-list li {
        display: inline-block;
    }
        .footer .mod-menu {
        display: block;
        flex-wrap: wrap;
        width: 95%;
        padding: 4px 0;
        text-align: center;
    }



    /*******side menu toggle****/
.left-side .mod-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    /* position: absolute; */
    top: 50px;
    right: 10px;
    z-index: 1000;
  }

  .left-side .mod-menu.show {
    display: flex;
  }

  .left-side .mobile-toggle {
    display: block;
    font-size: 24px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 14px;
    z-index: 1001;
  }

.left-side .deeper.parent ul{
    position: static;
}

.ss_inner_respon_sec .sppb-row-column {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
}
.left-side {
    margin-bottom: 40px;
}

.main-navigation {
        width: 100%;
    }

    .jux-collapse-bar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-direction: row-reverse;
    }
    span.fa.fa-bars.toggle-menu-icn {
    font-size: 25px;
    color: #db2525;
}

.jux-easy-megamenu .mod-custom.custom {
    display: none;
}

.jux-collapse-bar.active, .collapsible:hover {
    background-color: #eee;
}
.ss_home_3_box_div .sppb-addon-wrapper .three-services {
    min-height: 370px;
}
.main-slider .sppb-carousel-content {
    padding-bottom: 0 !important;
}

[lang="fr-fr"] .ss_home_3_box_div .sppb-addon-wrapper .three-services {
        min-height: 400px;
    }

   .ss_hm_tab_sec .sppb-nav>li>a{
        font-size: 15px !important;
            padding: 10px 12px !important;
    }
    p {
    font-size: 16px;
}

.ss_blog_mn_sec .sppb-row-column:nth-child(1){
    order: 2;
}

.ss_blog_mn_sec .sppb-row-column:nth-child(2){
    order: 1;
            margin-bottom: 50px;
}
.ss_unser_rw_sec .sppb-container-inner {
    padding: 25px;
}

.ss_unser_rw_sec .sppb-addon .sppb-addon-single-image-container {
    width: 100%;
}

.ss_unser_rw_sec .sppb-addon.sppb-addon-single-image img {
    width: 100%;
    margin-bottom: 17px;
}

.ss_home_3_box_div .sppb-addon-content p {
    min-height: 200px;
     font-size: 16px;
}

.ss_schulterzentrum_last .ss_schult_col {
    min-height: 410px;
}
.ss_mob_mt_30{
    margin-top: 30px;
}

.ss_sternocl_box_design{
    min-height: auto !important;
}
.ss_chulter_page .sppb-img-responsive {
width: 100%;
}
.ss_chulter_page .sppb-addon-single-image-container {
width: 100%;
}
.sppb-addon-single-image-container img {
    width: 100%;
}
.sppb-addon-single-image-container {
    width: 100%;

}

.ss_microinvas_pg_ul ul{
    align-items: center;
}
.ss_shoulderinstability_img .sppb-img-responsive {
    margin-bottom: 30px;
}
.ss_box_row_design .sppb-row{
    flex-wrap: wrap;
}

.ss_unser_rw_sec .ss_unser_div {
    padding: 20px 0;
}
.ss_img_size_set img {
    height: 561px;
}


.container-sidebar-left, .container-sidebar-right {
    flex: none;
    order: 1;
    width: calc(100% - 0em);
}

}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
    div#t4-footer {
    padding: 0px 30px;
}

.footer_menu .grid-child{
    justify-content: center;
}

.footer.footer_menu .grid-child ul li a{
    font-size: 13px;
        padding: 18px 6px;
}
.testimonials_footer {
    padding: 0 30px;
}
.col-sm-3.mad-img {
    position: relative;
    right: 60px;
}
.three-boxes .sppb-row-container {
    transform: translateY(0px);
}
.juxnav.jux-easy-megamenu .meganav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

[lang="fr-fr"] .juxnav.jux-easy-megamenu .meganav > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.three-services h3 {
    font-size: 1.25rem;
}
    .ss_hm_tab_sec ul.sppb-nav.sppb-nav-custom {
        margin-bottom: 30px;
    }

    .main-slider .sppb-carousel-content {
    padding-bottom: 0 !important;
}
.grid-child.main-header {
        padding: 15px 15px;
    }
}


