.client-header .logo {
    max-width: 300px;
}
.services .service .card,
.services .service .card .card-image {
    border-radius: 10px 10px 0 0;
}
.card .card-content .card-title,
.services .service .card .card-image img {
    transition: all 0.3s;
}
.services .service .card:hover .card-image img {
    transform: scale(1.1) !important;
}
.services .service .card .card-image img {
    width: 100%;
    position: unset !important;
    transform: unset !important;
    height: 100%;
    object-fit: cover;
}
.services .service .card:hover .card-title {
    color: #05acf1;
}

.card .card-action a {
    color: #0096FF !important;
}

.services .service .card {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 10px !important;
}

.card .card-action {
    border-radius: 0 0 10px 10px;
}

.services .service .blue-grey.white-text.card .card-action a {
    color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
    .client-header .logo {
        max-width: 250px;
    }
}
@media only screen and (max-width: 575px) {
    .client-header .logo {
        max-width: 220px;
    }
}

.tabs .tab a:hover,
.tabs .tab a.active {
    color: #0096ff !important;
}
.tabs-vertical .tab a:hover {
    color: #607d8b !important;
}
.tabs-vertical .tab .active {
    border-right: 3px solid #0096ff !important;
}
.tabs-vertical .tab .active:hover {
    border-right: 3px solid #607d8b70 !important;
}

.calendar .teal.lighten-1 {
    background-color: #0096ff !important;
}
.calendar .orange.white-text {
    background-color: #0096ff94 !important;
}
.tabs .tab a {
    color: #0096ff !important;
}
.calendar .tabs .indicator {
    background-color: #0096ff;
}

.section .provider.teal.lighten-2 {
    background-color: #0096ff94 !important;
}
.section .provider.chip span {
    color: #ffffff;
}
.secondary-content {
    color: #0096ff !important;
}
ul li.teal,
.btn,
.btn-large,
div.teal.lighten-1,
.section .provider.chip {
    background-color: #0096ff !important;
}
.row .provider.chip:first-of-type {
    position: relative;
    top: 6px;
}