header {
  position: relative;
  height: 130px;
}

.m-item {
  border: none;
}
.link-home {
  padding: 0;
  color: #23709b !important;
  font-weight: 500;
}
.m-item i {
  font-size: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.m-item > .btn-primary {
  border-radius: 16px;
  background-color: #7da7c0;
  border-color: #6595b1;
  height: 296px !important;
}
.m-item > .btn-primary:hover {
  opacity: 0.7;
}
.header__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebf0f2;
  transform: skewY(-2deg);
  transform-origin: top left;
  box-shadow: 0 0 15px rgb(11 44 64 / 48%);
}
.logo {
  position: absolute;
  left: 12px;
  top: 12px;
}

#ksq-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.03);
  background-blend-mode: normal;
  display: none;
}

.bg-lancet {
  background-color: #ebf0f2 !important;
}
.plnum {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 25px;
}
.bg-sum {
  background-color: #e1f4ff !important;
}
.resynch {
  float: right;
  margin-top: -7px;
}
.lav .nav-item {
  margin-left: 30px;
}
.lav .nav-item a {
  color: #23709b !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.lav .nav-item a:hover {
  opacity: 0.7;
}
.lavbar {
  padding: 0;
}
.qna-button {
  position: fixed;
  bottom: 60px;
  right: 24px;
  font-size: 38px;
  background-color: #23709b;
  color: #fff !important;
  border-radius: 50%;
  padding: 3px 12px;
  width: 64px;
  height: 64px;
  border: 1px solid#1b5a7d;
  z-index: 10;
  /* display: none; */
}
.qna-button:hover {
  opacity: 0.7;
}
.qna-button span {
  position: absolute;
  top: -45px;
  color: #23709b;
  font-size: 14px;
  width: 115px;
  left: -25px;
  text-align: center;
}
.lvid {
  margin-bottom: 20px;
}
#spinner,
#success,
#error {
  display: none;
}
.ft {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer {
  padding: 15px 0;
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  .resynch {
    float: none;
    margin-top: 5px;
  }
  .lav .nav-item {
    margin-left: 0;
  }
  .lav .nav-item br {
    display: none;
  }
  .lavbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lvid {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .lav .nav-item {
    margin-left: 0 !important;
  }
  .lavbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lav .nav-item a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .lav .nav-item a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1400px) {
  .lav .nav-item {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .m-item > .btn-primary {
    height: 115px !important;
  }
  .card-body {
    padding: 4px;
  }
  .m-item i {
    display: none;
  }
  #banner {
    display: none;
  }
  .mbt {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .m-item h5 {
    font-size: 1rem;
  }
  .m-item p {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 360px) {
  footer {
    font-size: 12px;
  }
}
