.site-footer {
  background-color: #eee;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: left;
  padding: 10px 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .site-footer {
    padding: 10px 0;
  }
}
.site-footer-container {
  display: flex;
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .site-footer-container {
    display: block;
  }
  .site-footer-container .site-footer-tnc {
    height: unset;
  }
  .site-footer-container .site-footer-link {
    height: unset;
  }
}
.site-footer-contact {
  height: 100%;
}
.site-footer-nav {
  height: 100%;
}
.social-text-header {
  color: #00aeef;
  font-weight: bold;
  font-size: 18px;
  cursor: default;
}
.social-text {
  font-size: 14px;
}
.tcmh-footer {
  list-style-type: none;
  padding: 0px;
}
.tcmh-footer a {
  color: black;
  text-decoration: none;
}
.tcmh-footer a:hover {
  color: #00aeef;
  text-decoration: none;
}
.tcmh-footer ul li {
  color: #000;
}
.tcmh-footer .menu-item-28 > a, .tcmh-footer .menu-item-105 > a, .tcmh-footer .menu-item-297 > a, .tcmh-footer .menu-item-298 > a {
  color: #00aeef;
  font-weight: bold;
  font-size: 18px;
  pointer-events: none;
  cursor: default;
}
.site-footer-tnc-block {
  display: flex;
  flex-direction: row;
  padding: 15px;
  justify-content: space-between;
  color: #fff;
  background: #666;
}
.site-footer-tnc {
  flex-basis: 85%;
  height: 100%;
  width: 100%;
}
.site-footer-link {
  width: auto;
  height: 100%;
  display: flex;
  flex-basis: 15%;
  flex-direction: row;
}
.site-footer-link a {
  color: #fff;
  text-decoration: none;
}
.site-footer-link a:hover {
  color: #00aeef;
  text-decoration: none;
}
.sjb-listing {
  border: 3px solid #4dd2ff;
  border-radius: 4px;
}
.sjb-page .sjb-detail {
  border: 3px solid #4dd2ff;
  border-radius: 4px;
  margin-top: 40px;
  padding: 10px;
}
.sjb-page {
  margin-bottom: 20px;
}
.modal-body {
  text-align: justify;
}
.modal-body-success {
  text-align: center;
}
.modal-content {
  border: 3px solid #4dd2ff;
}
.btn-default {
  color: #fff;
  background-color: #2498be;
  border-color: #2498be;
}
.modal-footer {
  text-align: center;
  border-top: 1px solid #fff;
}
.margin-text {
  margin-left: 10px;
}
