.simad-hero h1 { margin-bottom: 10px; }
.simad-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:24px;
}.dlw-download-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}i.fa-solid.fa-check.text-base-color.me-15px.mt-5px {
    color: #2828be;
}.widget.fs-15.fw-500.text-dark-gray.d-none.d-lg-inline-block img {
    display: none !important;
}
.dlw-ref-card,
.dlw-ref-block{
    background:#f7f9fb;
    border:1px solid #e5e7ea;
    border-radius:10px;
    padding:22px;
}
.services-box-style-01.hover-box .p-25px.last-paragraph-no-margin.text-center {
    text-align: left !important;
    background: #f8fafd;
    height: 600px;
}
.dlw-ref-card-head,
.dlw-ref-block-head{
    display:flex;
    align-items:flex-start;
    gap:12px;
}

.dlw-ref-icon,
.dlw-ref-block-icon{
    font-size:18px;
    color:#1f6feb;
    margin-top:4px;
}

.dlw-ref-title{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#1f2d3d;
}

.dlw-ref-desc{
    margin:10px 0 0 0;
    color:#6c757d;
}

.dlw-ref-block{ margin-top:16px; }

.dlw-ref-block-title{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#1f2d3d;
}

.dlw-ref-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:14px;
}

.dlw-tag{
    display:inline-flex;
    align-items:center;
    padding:8px 12px;
    border-radius:999px;
    background:#ffffff;
    border:1px solid #e5e7ea;
    color:#2c3e50;
    font-size:14px;
    font-weight:600;
}

@media (max-width: 768px){
    .dlw-ref-card, .dlw-ref-block{ padding:18px; }
    .dlw-ref-title{ font-size:18px; }
}

em.fa-solid.fa-arrow-down {
    color: #2828be;
}
.dlw-download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    background: #f4f4ff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e5e7ea;
}.dlw-download-list h5.mb-0 {
    font-size: 1.4rem;
}
.simad-list{ margin: 10px 0 0 18px; }
.simad-list ul{ margin-top: 8px; }
.simad-page img{ max-width:100%; height:auto; }
.accordion-item ul li {
    list-style-type: disc;
}.accordion-header {
    background: white !important;
}.accordion .accordion-body::after {
    content: "";
    display: block;
    clear: both;
}.accordion-style-02 .accordion-item .accordion-body {
    padding: 10px 25px 30px 15px;
}em.fa-solid.fa-file-pdf {
    color: #2828be;
}

em.fa-solid.fa-file-zipper {
    color: #2828be;
}

.simad-requirements {
  margin-top: 60px;
  max-width: 900px;
}

.simad-requirements h2 {
  font-size: 28px;
  margin-bottom: 30px;
}ul.simad-list li {
    list-style-type: disc;
}

.requirements-section {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.requirements-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.requirements-section ul {
  margin: 0;
  padding-left: 18px;
}

.requirements-section li {
  margin-bottom: 6px;
  line-height: 1.6;list-style-type: disc;
  color: #444;
}

.optional {
  font-size: 14px;
  font-weight: 500;
  color: #777;
}

.note {
  font-size: 14px;
  color: #777;
  margin-top: -10px;
  margin-bottom: 10px;
}




.pms-footnotes {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  color: #555;
}

.pms-footnotes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pms-footnotes li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.pms-footnotes strong {
  color: #000;
  font-weight: 600;
  margin-right: 6px;
}



/* =========================
   PMS table – strak + responsive
   ========================= */

table.pms{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 10px;
  overflow: hidden; /* rondingen */
  font-size: 15px;
}


table.pms td:last-child,
table.pms th:last-child {
  width: 20px;
  max-width: 20px;
}

/* header */
table.pms thead th,
table.pms tbody tr:first-child th{
  position: sticky; /* optioneel: blijft bovenaan bij scroll in container */
  top: 0;
  background: #f4f4ff;
  color: #222;
  font-weight: 700;
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(0,0,0,.10);
  z-index: 1;
}

/* cell basics */
table.pms td,
table.pms th{
  padding: 12px 12px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

/* first column: function */
table.pms td:first-child,
table.pms th:first-child{
  text-align: left;width: 50% !important;
  font-weight: 600;
  color: #1f1f1f;
}

/* feature columns: center */
table.pms td:nth-child(2),
table.pms td:nth-child(3),
table.pms td:nth-child(4),
table.pms th:nth-child(2),
table.pms th:nth-child(3),
table.pms th:nth-child(4){
  text-align: center;
}

/* last column (notes / refs) */
table.pms td:last-child,
table.pms th:last-child{
  text-align: right;
  color: #444;
  white-space: nowrap;
}

/* zebra rows (skip section rows) */
table.pms tbody tr:not(.headcol):nth-child(even) td{
  background: #fafafa;
}

/* section rows */
table.pms tr.headcol td{
  background: #2828be;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

/* section label in first cell */
table.pms tr.headcol td span{
  opacity: 1;
}

/* tick/cross icons */
table.pms td img{
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

/* make empty cells feel consistent */
table.pms td:empty{
  background: inherit;
}

/* nicer long text wrapping */
table.pms td span{
  display: inline;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* =========================
   Responsive: wrap in a scroll container on small screens
   ========================= */
@media (max-width: 900px){
  table.pms{
    min-width: 820px; /* forces horizontal scroll instead of ugly wrapping */
    font-size: 14px;
  }
}

/* Optional helper wrapper (recommended)
   <div class="pms-table-wrap"> ...table... </div>
*/
.pms-table-wrap{
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}

/* subtle scrollbar styling (optional, safe) */
.pms-table-wrap::-webkit-scrollbar{ height: 10px; }
.pms-table-wrap::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 999px; }
.pms-table-wrap::-webkit-scrollbar-track{ background: rgba(0,0,0,.06); }



.footer-opening-hours {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6;    color: #1e3238;
}em.fa-brands.fa-facebook-f {
    color: #2a1c1c;
}.pricing-table-style-04 .accordion-item.active-accordion {
       background-color: #2828be !important;
   
}.mt-auto.justify-content-center.breadcrumb.breadcrumb-style-01.fs-14.text-dark-gray a {
    color: #2828be;
}section.bg-nero-gray.big-section {
    background: #f4f4ff;
   
   
    position: relative;
}ul.p-0.m-0.list-style-03.text-dark-gray.fw-500 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}.row.opsomming {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    padding: 30px;
    border-radius: 4px;
}.text-gradient-fast-pink-light-yellow {
    background-image: linear-gradient(to right, #2828be, #6464db, #8b8bd4, #8b8bd4, #2828be);
}.tab-content {
    
     background: #fbfbff;
    padding: 20px;
}.p-6.bg-white.border-radius-6px.h-100.box-shadow-small {
    background: #f9f9ff !important;
}.p-6.bg-very-light-gray.border-radius-6px.h-100 {
    background: #f9f9ff !important;
}
.accordion .accordion-item .accordion-header .accordion-title em {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion .accordion-item .accordion-header .accordion-title {
    cursor: pointer;
    padding-left: 10px !important;
}
.p-6.bg-very-light-gray.border-radius-6px.h-100 {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}ul.nav.nav-tabs.justify-content-center.text-center.fw-500.border-color-light-medium-gray.mb-7 {
    margin-bottom: 0 !important;
}.mt-8 .row.justify-content-center.mb-6 {
    margin-bottom: 0 !important;
}.mt-10 .row.justify-content-center.mb-6 {
    margin-bottom: 0% !important;
}

.accordion-style-01 .accordion-item {
    background: #f9f9ff !important;
}

.col-lg-12.col-md-11.offset-lg-1.appear.anime-child.anime-complete {
    margin-left: 0%; 
}
h6 {
    line-height: 1rem;
    font-size: 16px;
    color: #013c6b;
    font-weight: 600;
}
ul.nav.nav-tabs.justify-content-center.text-center.fw-500.border-color-light-medium-gray.mb-7 {
    border: none;
}
a.nav-link.active {
    background: #fff100 !important;
}
.btn.btn-dark-gray {
    background-color: #2828be;
    color: var(--white);
}

.bg-solitude-blue {
    background-color: #ffffff;
}
.breadcrumb-style-01 ul li:after {
    content: "\00BB";
    font-family: "feather";
    font-size: 13px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 10px;
}.mt-auto.justify-content-center.breadcrumb.breadcrumb-style-01.fs-14.text-dark-gray {
    margin-top: -50px !important;
    margin-bottom: 36px;background: #f4f4ff;
}.feature-box-icon.feature-box-icon-rounded.bg-yellow.w-80px.h-80px.rounded-circle.me-20px {
    background: #f4f4ff;
}
span.bg-solitude-blue.text-uppercase.fs-13.ps-25px.pe-25px.alt-font.fw-600.text-base-color.lh-40.sm-lh-55.border-radius-100px.d-inline-block.mb-25px {
    color: #2828be;
}

em.fa-brands.fa-instagram {
    color: #2a1c1c;
}em.fa-solid.fa-phone-volume {
    color: #2a1c1c;
}body {
  
    color: #392c30;
}footer .footer-logo img {
    max-height: 46px;
    width: 100%;
}
footer ul li {
    margin-bottom: 0;
    margin-left: -16px;
}.bg-nero-gray.big-section + .bg-nero-gray.big-section {
  background: #1f2233;
    border-bottom: 0px;
}.col-md-5.last-paragraph-no-margin {
    color: white;
}em.fa-regular.fa-star.text-base-color.icon-large.me-20px {
    color: #6666d4;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}
a.btn.btn-large.btn-dark-gray.btn-box-shadow.d-inline-block.align-middle.me-20px.sm-me-0.sm-mb-30px {
    background-color: #2828be;
}
.whatsapp-button img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  
  transition: transform 0.3s ease;
}

header .navbar-brand {
   
    padding: 5px 0;
   
}

.whatsapp-button img:hover {
  transform: scale(1.1);
}
span.opacity-5.fs-20.w-70.md-w-85.mb-25px.fw-300.d-inline-block {
    text-align: left;
    /* margin-left: -137px; */
    width: 100% !important; 
}

.cover-background.position-absolute.top-0.start-0.w-100.h-100:after {
    content: "" !important;
    background: linear-gradient(to right bottom, rgb(0 0 0 / 85%) 0%, rgba(0, 0, 0, 0) 100% 17%, rgba(0, 0, 0, 0) 100%);
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
}

.feature-box-content a.d-inline-block.fs-19.text-white.text-shadow-double-large {
}

.footer-opening-hours li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 4px 0;
}
nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
    background: #ffffff !important;
}
.footer-opening-hours .day {
    width: 40px;
    font-weight: 600;
    
}.fw-300 {
   
    font-weight: 500 !important;
}em.fa.fa-envelope {
        color: #392c30;

}section.bg-nero-gray.big-section + section + section.bg-nero-gray.big-section {
    background: #1f2233;
}

i.fa-brands.fa-facebook-f, i.fa-brands.fa-instagram {
    color: #2a1c1c;
}

.fs-20 {
    font-size: 22px;
    line-height: 36px;
}span.fs-16.lh-22.fw-700.mb-15px.d-inline-block.text-uppercase.text-dark-gray.border-bottom.border-2.border-color-base-color {
    border-color: #fff200 !important;
}
span.fs-90.lh-85.text-dark-gray.ls-minus-2px.position-relative.fw-700.mb-5px.d-block.alt-font {
    color: #2a1c1c;
}

.sticky-active .navbar .navbar-nav .nav-link {color:#1e3238 !important;}


.sticky-active .navbar .navbar-nav .nav-item.active a {
    color: #2828be !important;
}.sticky-active nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
    background: #ffffff !important;
}header.sticky-active .navbar-brand {
    
    
    width: 160px;
}

header.sticky-active  .navbar-brand img {
    max-height: unset;
    height: 70px !important;
}
.footer-opening-hours .hours {
    flex: 1;
    text-align: right;
    
}a.btn.btn-small.btn-rounded.btn-base-color.btn-box-shadow {
    background-color: #2828be;

}
nav.navbar.navbar-expand-lg.header-light.bg-white.responsive-sticky {
    z-index: 9999;
}


@media (max-width: 575px) {
    .footer-opening-hours li {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: none;
        padding: 2px 0;
    }
    .footer-opening-hours .hours {
        text-align: left;
        font-size: 14px;
       
    }
}

section:nth-of-type(5) {
    background: #f4f4ff;

}

span.fs-18.fw-400.d-block.mb-5px {
    color: #1e3238;
}

.col-xl-7.col-md-9.col-sm-9.position-relative.text-white.anime-child.anime-complete {
    text-align: left !important;
}

body {font-family: "Lato", sans-serif !important;}

.top-minus-20px {
    top: 0px;
}.fw-500 {
  
    font-family: "Lato", sans-serif !important;
}.navbar .navbar-nav .nav-link {
    
    font-family: "Lato", sans-serif !important;
}.fw-700, .fw-600 {
  
    font-family: "Lato", sans-serif !important;
}

.feature-box-icon.feature-box-icon-rounded.w-65px.h-65px.rounded-circle.bg-yellow.me-15px.rounded-box {
    background: #2828be;
}
.opacity-5 {
    opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;height:0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2828be;
  
}.col-6.col-lg-3.order-sm-1.md-mb-40px.xs-mb-30px.last-paragraph-no-margin {
    display: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
 
}.media {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    margin-bottom: 20px;
}button#form-submit {
    background-color: #2828be;
}

.caption h2 {

font-family: "Inter", sans-serif;
color: #1e3238;
line-height: 2.8rem;
font-size: 2.813rem;
letter-spacing: -0.5px;    font-weight: 500 !important;

}

.caption p {
    margin-top: 30px;
}
.icon-double-large {
    font-size: 42px;
}
h1 span {display:none;}
.thumbnail .caption h3 {
    display: none;
}.feature-box-icon {
    
}.text-majorelle-blue {
    color: #2828be;
}
.thumbnail .caption {
    max-width: 850px;
    padding-right: 15px;
    padding-left: 15px;margin-right: auto;
    margin-left: auto;
}.row.row-cols-1.row-cols-lg-3.row-cols-sm-2.justify-content-center.appear.anime-child.anime-complete {
    margin-top: 50px;
}

.media-body h4 {
    font-size: 1.5rem;
    color: #2a1c1c;
    line-height: 29px;
    height: 70px;
}
.media-body {
    padding: 5px;height: 350px;
}
time {
    font-size: small;
}
a.btn.btn-large.btn-gradient-sky-blue-pink.btn-round-edge.btn-hover-animation-switch:nth-of-type(2) {
    display: none;
}

section.news-section  .col-sm-6 {
        flex: 0 0 auto;
        width: 33%;
    }img.media-object {
    width: 100%;
}
.diensten figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
    background: white !important;
}
section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor[style] {
    margin-top: 50px !important;
}

section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor::after {
    content: "";
    position: absolute !important;
    left: 10%;
    top: -6%;
    width: 470px;
    height: 470px;
    background: rgb(40 40 190 / 32%);
    border-radius: 50%;
    mix-blend-mode: multiply;
    pointer-events: none;
}a.btn.btn-large.btn-gradient-sky-blue-pink.btn-round-edge.btn-hover-animation-switch {
    border: 1px solid white;
}
.btn.btn-rounded.btn-rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.thumbnail .caption h3.alt-font.fw-600.text-dark-gray {
    display: initial;
}
.bg-yellow {
    background-color: #2a1c1c;
}
footer span.fs-18.fw-400.d-block.text-white.mb-5px {
    color: #1e3238 !important;
}
.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 25%;
}

.footer-dark ul li a, .footer-dark .widget-link {
    color: #2828be;
    opacity: 1;
}
a.text-white.lh-16.d-block {
        color: #2828be !important;

}
.navbar .navbar-nav .nav-link {
    
    padding: 10px 10px;
}span.alt-font.d-inline-block.mb-15px.fs-17.fw-500.text-gradient-light-gray-white.text-decoration-line-bottom-medium.border-color-base-color-transparent.show.show2 {
    display: initial !important;
}
.footer-dark p, .footer-dark .widget-text {
    color: #000000;
    opacity: 1;
}
section.bg-nero-gray.big-section {
    background: #f4f4ff;

}
footer.footer-dark.bg-dark-gray.pt-0.pb-2.lg-pb-35px.border-top.border-1.border-color-transparent-white-light {
    background: #ffffff;
    border-top: solid #ffffff 1px !important;

}
span.alt-font.d-inline-block.mb-15px.fs-17.fw-500.text-gradient-light-gray-white.text-decoration-line-bottom-medium.border-color-base-color-transparent {
    display: none !important;
}.col-12.col-xl-4.col-lg-6.col-md-6.text-center.bg-slate-blue {
    background-color: #1f2233;


    color: white;
}.btn-gradient-sky-blue-pink {
    background-image: linear-gradient(to right, #2828be, #2828be, #2828be);
    background-size: 200% auto;

}
.bg-dark-gray.border-radius-100px.fs-12.text-white.ps-20px.pe-20px.d-inline-block.text-uppercase.fw-500.mb-5.ls-05px {
     background: #2828be;

}
i.fa-solid.fa-arrow-right.text-dark-gray.icon-extra-medium {
    font-weight: 400;
    font-size: 1.2rem;
}
.text-outline-color-extra-medium-gray {
    -webkit-text-stroke-color: #2828be52;
}
.header-top-bar.top-bar-dark.bg-very-light-gray a {
    color: #392c30;
}
.header-top-bar.top-bar-dark.bg-very-light-gray  {
    color: white;
}
em.fa-solid.fa-arrow-right.text-dark-gray.icon-extra-medium {
    font-weight: 400;
    font-size: 1.2rem; color:white;
}
.fs-80.lh-75.sm-fs-65.fw-600.mb-20px.text-shadow-large.ls-minus-2px {
    text-align: left !important;
}
.swiper-slide.overflow-hidden.swiper-slide-next.swiper-slide-prev {text-align:left !important;}

figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
    background: #f4f4ff !important;


}
a.btn.btn-large.btn-expand-ltr.text-dark-gray.btn-rounded.fw-700 .bg-base-color {
    background-color: #fff001;
}.header-top-bar.top-bar-dark.bg-very-light-gray {
    background: #f4f4ff;
}.bg-very-light-gray {
    background-color: #f4f4ff;
}
header .navbar-brand img {
   max-height: unset;
    height: 90px;
    width: auto !important;
    max-width: unset !important;
}p.lh-26 {
    font-weight: 300;
}.header-light .navbar-nav .nav-link {color: #3e3e40; font-weight: 600 !important;


   
}.header-top-bar .fs-15.text-dark-gray.fw-500 {
    color: #392c30;
}

.navbar .navbar-nav .nav-item.active a {
    color: #2828be !important;
    opacity: 1 !important;
}

header.sticky.sticky-active .navbar-brand img.default-logo {
    display: none;
}

section {
    border-bottom: 1px solid #eff4f4;

}span.w-250px.h-250px.rounded-circle.d-flex.align-items-center.justify-content-center.bg-dark-gray.bg-sliding-line-dark-gray {
    background-color: #2828be;
}

.col-12.col-xl-4.col-lg-6.col-md-6.sm-h-450px.cover-background {
    background-image: url(//cms.ice.be/images/1539/shutterstock-1890538012.jpg) !important;
}

.col-md-4.d-none.d-xl-block.cover-background {
    background-image: url(//cms.ice.be/images/1539/shutterstock-2317270481.jpg) !important;
}


section.top-space-margin.page-title-big-typography.cover-background.magic-cursor.round-cursor .container {
    position: relative;
    z-index: 300 !important;
}

.cc-color-override--1762072787.cc-window {
    color: rgb(131, 131, 145);
    background-color: rgb(255 255 255) !important;
}

.cc-color-override--1762072787 .cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(68 114 199) !important;

}

.cc-color-override--1762072787 .cc-highlight .cc-btn:first-child {
    color: rgb(131, 131, 145);
    background: transparent !important;
}.widget.fs-15.fw-500.me-35px.text-dark-gray.d-none.d-lg-inline-block a {
    color: #1e3238;
}

.cc-color-override--1762072787.cc-window {
    color: rgb(131, 131, 145);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: rgb(237, 239, 245);
}


@media (max-width:1400px) {
    li#menuitem-39858 {
    
}li#menuitem-40019 {
    display: none;
}header .navbar-brand img {
    max-height: unset;
    height: 37px;
    width: auto !important;
    max-width: unset !important;
}
}
header.sticky-active .navbar-brand img {
    max-height: unset;
    height: 50px !important;
}
@media (max-width: 991px) {
    figcaption.position-absolute.text-center.left-0px.bottom-0px.pt-35px.pb-35px.ps-15px.pe-15px.bg-white {
    display: none;
}
    li#menuitem-39858 {
    display: initial;
}li#menuitem-40019 {
    display: initial;
}.col-auto.col-lg-2.text-end.d-none.d-sm-flex {
    display: flex !important;
}a.btn.btn-small.btn-rounded.btn-base-color.btn-box-shadow {
   background-color: #2828be;

}
header.sticky-active .navbar-brand img {
    max-height: unset;
    height: 50px !important;
}
.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 50%;
}section.news-section .col-sm-6 {
    flex: 0 0 auto;
    width: 100%;
}.media-body h4 {
    font-size: 1.5rem;
    color: #2a1c1c;
    line-height: 29px;
    height: auto;
}

.media-body {
    padding: 5px;
    height: auto;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

li#menuitem-42022 ul {
    display: block;
}

.navbar .navbar-nav .nav-item.active a {
   color: #2828be !important;
}


.fs-80.lh-75.sm-fs-65.fw-600.mb-20px.text-shadow-large.ls-minus-2px {
    display:none;
}
section.p-0.bg-dark-gray {
    display: none;
}header .btn.btn-rounded.btn-small {
        padding: 9px 14px;
    }.page-title-extra-small h2 {
    font-size: 3rem;
    line-height: 3.8rem;
}.footer-hours {
    margin-left: 10px;
}
}



@media (max-width: 575px) {

.col-6.col-lg-2.col-sm-4.xs-mb-30px.order-sm-3.order-lg-2 {
    width: 100%;
}

}