html,
body {
  overflow-x: hidden !important;
}

.site-nav .site-navigation .site-menu > li > a {
  padding: 8px 9px !important;
}
.container {
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 991px) {
  .site-nav {
    margin-top: 20px !important;
  }
}

.brands {
  width: 100%;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-spacing: 0;
  margin: 50px auto 50px;
  border-radius: 6px;
  box-shadow: 0 0px 10px #d7e0f6;
  font-size: 15px;
  overflow: hidden;
}

.brands td {
  padding: 12px;
  vertical-align: middle;
}

.brands a {
  font-weight: bold;
}

tbody th {
  font-weight: 600 !important;
  background-color: #005555;
  padding: 10px;
  color: #ffffff;
}

table,
th,
td {
  border-bottom: 1px solid #ebebeb !important;
}

table td,
table th {
  border-right: 1px solid #ebebeb;
}

@media (max-width: 900px) {
  .brands {
    width: 100%;
  }

  .brands-mob {
    box-shadow: none;
    margin: 0;
    width: 183%;
  }

  .scroll {
    max-width: 100%;
    overflow: auto;
    box-shadow: 0 0px 10px #d7e0f6;
    margin: 30px auto 30px;
    font-size: 14px;
  }
}

@media (min-width: 991px) {
  .site-nav .site-navigation .site-menu .has-children > a:before {
    top: 54%;
    right: -7px;
  }
}

h1,
.h1,
h2,
.h2,
.h3,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #005555;
  line-height: 1.1;
}

a {
  color: #ffa600;
}
.site-menu .active {
  color: #ffffff !important;
  font-weight: bold;
}

.site-menu .dropdown .active {
  background-color: #005555 !important;
}

.property-item img {
  box-shadow: 0px 0px 5px #00000012;
}

.site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 5px 14px !important;
}

.error {
  display: grid;
  align-items: center;
  justify-content: center;
}

.error a {
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  background-color: #005555;
  color: #fff !important;
  width: 200px;
  justify-self: center;
}

.error a:hover {
  background-color: #003d4d;
}

.error h1 {
  text-align: center;
}

@media (max-width: 500px) {
  .pt-7 {
    padding-top: 65px;
  }
}

.list a {
  display: block;
  font-size: 16px;
  color: #055;
  margin-bottom: 17px;
  line-height: 1.2;
  border-left: 3px solid #055;
  padding-left: 17px;
}

.site-menu {
  padding-left: 0px;
}