#sp-header-inner > .brand-logo img {
  max-width: 12rem !important;
  width: 12rem !important;
  height: auto;
}

.icon-color-red {
  color: #BE1E2D;
}
.icon-color-blue {
  color: #00AEEF;
}
.icon-color-green {
  color: #00A723;
}

table{
  border: 1px solid #ddd !important;
  width: 100%;
  border-radius: 5px !important;

}
tr{
  background-color: #FFF;
}
tr:nth-child(2n+1) {
	background-color:#F5F5F5;
}
td,th{
  padding: 0.5em;
}
th{
  vertical-align: top;
  background-color: #ECECEC;
}
.descitem ul{
  column-count: 2;
  column-gap: 4em;
  text-align: justify;
}
@media (max-width: 767px) {
  .descitem ul{
    column-count: 1 !important;
    column-gap: 0em;
  }
  .view-table{
    overflow: scroll !important;
  }
}
.error {
  color: #BE1E2D !important;
}

a:focus, a:hover {
  color: #d9cba3;
  text-decoration: none;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #BE1E2D !important;
  border-color: #BE1E2D !important;
}
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #BE1E2D !important;
  background-image: none;
  border-color: #BE1E2D !important;
}
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #BE1E2D !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: #BE1E2D !important;
}

.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.4rem 1.3rem;
  font-size: 1rem;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #00AEEF;
  border-color: #00AEEF;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00AEEF;
  border-color: #00AEEF;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(195, 172, 109, 0.5);
          box-shadow: 0 0 0 2px rgba(195, 172, 109, 0.5);
}
a {
  color: #00AEEF;
  text-decoration: none;
}
a:focus, a:hover {
  color: #BE1E2D;
  text-decoration: none;
}
.policy a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 2rem;
}

.sp-intro .intro-bg:before {
  opacity: 0.1 !important;
}