   #emsRoot1 .container-fluid > .row > .col-12 > h3.mt-5 {
            margin-top: 5rem !important
        }
	 #emsRoot1{
		padding-left:0px;
		padding-right:0px;
	}
        h1 {
            margin-left: 1rem;
        }
        .calendar-search-selector {
            margin-top: 8px;
        }
        .splide__track {
            max-height: 5.6rem;
            margin-bottom: 0.5rem;
        }
        #emsRoot1 .btn.calendar-category-selector, #emsRoot1 .btn.calendar-center-selector, #emsRoot1 .btn.calendar-search-selector {
            margin-bottom: 0.5rem;
        }
        .col-12 .btn.search-button {
            margin-bottom: 0;
        }
        .mobile-search > div > input {
            width: 70%;
        }
        @media (max-width: 768px) {
            .calendar-center-selector, .calendar-category-selector {
                max-width: 140px !important;
            }
            #splide01 > div.splide__arrows.splide__arrows--ltr > button.splide__arrow.splide__arrow--next {
                right: -3rem;
            }
            #splide01 > div.splide__arrows.splide__arrows--ltr > button.splide__arrow.splide__arrow--prev {
                left: -3rem;
            }
        }
        .splide__track {
            max-height: 32rem;
        }
        .modal-dialog button.close:hover {
            border-radius: 0;
        }
        .calendar-event-title a{
            font-family:teko;
            color:#660000;
            font-weight:600;
        }
        .splide__slide{
            margin-left:5px !important;
            margin-right:5px !important;
            background:#fff;
            box-shadow:0 2px 4px rgb(17 26 69 / 15%);
        }
        .splide__pagination{
            display:none !important;
        }
         .event-extra-info div{
        display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    }
    .calendar-date-info{
         font-family:teko;
            color:#660000;
            font-weight:500;
    }
     .calendar-date-info span {
         display:block;
     }
      .calendar-date-info img {
          display:none !important;
      }
      .slider-nvigation{
          margin-bottom: 0.4rem;
          font-size:12px;
      }