.wrapper .sidebar .index {
  background: #98D7B6; }
  .wrapper .sidebar .index:hover {
    background: #98D7B6; }

.bs-logo img {
  max-height: 70px;
  margin-bottom: 15px; }

.navigation {
  margin-top: 15px; }
  .navigation .menu-list {
    display: flex;
    align-items: center;
    margin-top: 10px; }
    .navigation .menu-list .menu:not(:last-child) {
      margin-right: 15px; }
    .navigation .menu-list .menu .form-row:not(:last-child) {
      margin-bottom: 15px; }

.banner .banner-img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddddd; }
  .banner .banner-img-wrapper img {
    width: 100%;
    height: 200px; }

#banner .body {
  padding-top: 0;
  padding-bottom: 0; }

.service-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eeeeee;
  width: 100%;
  height: 200px;
  flex-direction: column;
  border-radius: 5px;
  text-align: center; }
  .service-img-wrapper h4 {
    margin-top: 10px;
    color: #00813F; }

.useful-links .current-list li {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .useful-links .current-list li a {
    flex-shrink: 0;
    font-size: 14px; }
  .useful-links .current-list li:not(:last-child) {
    margin-bottom: 10px; }

.social-links li:not(:last-child) {
  margin-bottom: 15px; }

.map iframe {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-top: 15px;
  height: 300px; }
