html {
  font-size: 14px;
}
@media (max-width: 1200px) {
 .foot-bottom { border-top: #ccc 1px solid; }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media(min-width: 1240px) {
 .container { max-width: 90%; }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
@media(min-width: 1240px) {
 .address-container { border-bottom: #ccc 1px solid; }
}
.carousel-caption { border-radius: 10px; top: 50%; bottom: unset; transform: translate(0%, -50%); }
.carousel-indicators { bottom: 0px !important; }
body, html { font-size: 14px; font-family: Arial; }

@media(max-width: 769px) {
 .carousel-caption h1 { font-size: 16px; }
 .carousel-caption p { font-size: 11px; }
}

@media(max-width: 1200px) {
 .swiper-box { overflow: hidden; }
}

@media(min-width: 1240px) {
 .carousel-caption { padding: 20px; }
 .carousel-caption h1 { font-size: 40px; }
 .carousel-caption p { font-size: 30px; }
 .container { max-width: 90%; }
}
.text-gray { color: #777 !important; }
.pagination a { color: #198754 }
.page-item .active { background-color: #198754 !important; border: #198754 !important; }
.active > .page-link, .page-link.active { background-color: #198754 !important; border: #198754 !important; }