.specialties-list { display: flex; flex-wrap: wrap; margin: -10px;
}
.specialties-list li { width: calc(16.666% - 20px); margin: 10px;
}
.specialties-list a { height: 100%; text-align: center; box-shadow: 0px 0px 25px #00375F1A; background: #fff; border-radius: 12px; padding: 25px 24px; display: block; min-height: 170px;
}
.specialties-list li { width: calc(16.666% - 20px); margin: 10px;
}
.specialties-list a .specialites-img { display: flex; justify-content: center; align-items: center; height: 60px; position: relative;
}
.specialties-list a .specialites-img img { width: auto; height: auto; max-height: 60px;
}
.specialties-list a span, .specialties-list a h2 {color: #2C2C2C; font: 600 16px / 23px "Open Sans", sans-serif; font-size: 14px; line-height: 18px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 14px;
}
.heading2 { font-family: "Noto Sans", sans-serif; font-size: 26px; line-height: 1.3; font-weight: 600; margin-bottom: 24px; color: #2c2c2c;
}
.head-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px;
}
.head-row .heading1, .head-row .heading2 { margin: 0;
}
.head-row .view-all { white-space: nowrap; color: #00769C; border-bottom: 1px solid #00769C; font-size: 16px; font-weight: 400; margin: 0 0 0 10px;
}
#block-gleneagles-content { padding: 50px 0px;
}
.views-exposed-form { display: flex; align-items: center; justify-content: space-between; /* Push button to right */ flex-wrap: wrap; /* wrap on small screens */ gap: 10px; /* space between elements */ width: 100%; /* make it full-width if needed */
}
.views-exposed-form .form-item { display: flex; align-items: center; gap: 8px; width: 30%;
}
.views-exposed-form label { margin: 0; font-weight: 600;
}
.views-exposed-form select { padding: 10px 12px; font-size: 14px; width: 100%;
}
.views-exposed-form .form-actions { margin-left: auto; width: 69%; margin-top: -22px;
}
.views-exposed-form input[type="submit"] { padding: 6px 16px; font-size: 14px; cursor: pointer;
}
.header-location .header-location-text { text-transform: capitalize;
}
@media (max-width: 900px) {
.specialties-list li { width: calc(33.33% - 16px); margin: 8px; box-shadow: -4px 4px 4px #0000001f; border-radius: 12px;
}
}