  .background-blue {
    background-color: #043D5D;
    color: #fff;
}
.background-blue a {
    color: #fff;
}
.image {
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}
.image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}
.image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}
.image-style-align-left {
    float: left;
    margin-right: 1.5rem;
}
.contentWithBackground.txt-white {
    h1, h2, h3, h4, h5, h6 {
        color: #fff;
    }
}
.chat-console_inner {
    position: fixed;
    z-index: 80;
    bottom: 0;
    right: 0;
    min-height: 400px;
    width: 300px;
    background: #fff;
    transform: translateY(100%);
    transition: all .3s ease-out;
}
.chat-console_inner > .btn {
  width: 100%;
}
.chat-console > .btn {
  position: fixed;
  z-index: 79;
  bottom: 1.5rem;
  right: 2rem;
}

.back-to-top {
    left: 75px;
    bottom: 16px;
    width: 53px;
    transform: scale(1);
    transform-origin:center;
    transition: 0.15s;
}
.back-to-top:hover{
    transform: scale(1.1);
    transform-origin:center;
    transition: 0.15s;
}
.nav-tabs .owl-item {
  display: inline-flex;
  width: auto !important;
}
.nav-tabs .owl-stage {
    width: 100% !important;
}

.photo-gallery-custom-height {
    height: 200px;
}

.table td p {
    margin-bottom: 0; 
    font-size: inherit;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (max-width: 767px) {
    .scrollable-table {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }