h1.page__title {
    color: #000;
    font-size: 30px !important;
    margin: 0px 0px 20px !important;
}
a[href^="tel"],
a[href^="fax"] {
  cursor: pointer;
  pointer-events: unset;
}
.wrap__page-content ul {
    margin-left: 15px;
}
slider__title {
    text-shadow: 0px 4px 8px rgb(0 0 0 / 50%) !important;
    overflow:hidden;
}
  table#officehours {
    width: 270px;
    table-layout: auto;
    line-height: 1.5;
  }
  table#officehours caption {
    text-align: left;
    font-weight: bold;
  }
  table#officehours tr td {
    border: none;
    padding: 0px !important;
    text-align:left;
  }

.staff-member__text p {
    word-break: break-word;
}
/*Custom CSS*/
.float-right {
    float: right;
    clear: right;
}
.wrap__bx-controls {
display:none;
}

.float-left {
    float: left;
    clear: left;
}

.imgfloat_right {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.imgfloat_left {
    float: left;
    clear: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img_center {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.officeHours {
    width: 50%;
}

.officeHours tr td {
    border: none;
}

.service-list {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.clear {
    clear: both;
}

.border {
    border: 1px solid #000;
}

.border-2 {
    padding: 10px;
    border: solid 1px #dfdfdf;
    width: 200px;
}

.image-flex-a {
    display: flex;
    justify-content: space-around;
}

.ifb-tr-b {
    display: flex;
}

@media screen and (max-width: 1024px) {
    .logo__image {
        display: block;
    }
    
}

@media screen and (max-width: 768px) {
    .service-list {
        flex-direction: column;
    }
    
    .officeHours {
        width: 50%;
    }

    .imgfloat_right {
        float: unset;
        clear: unset;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .imgfloat_left {
        float: unset;
        clear: unset;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {
    
    li.slider__item.slider__image {
        background-size: cover;
        background-position: 85% 100%;
    }
    
    .wrap__header--bottom {
        display: block;
    }
    
    .wrap__cta.header {
        display: none;
    }
    
    .image {
        height: 120px !important;
    }
}