html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.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%;
}
body {
  margin-bottom: 60px;
}
.pghead {
    background-position: center;
    height: 100px;
    color: blanchedalmond;
    background-image: url('/images/pghead.svg')
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.gallery-img {
    width: 430px;
    height: 600px
}
.navbar .navbar-nav .nav-link:hover{
    color: #ff0000 !important;
}
.navbar .navbar-nav .nav-link:active {
    color: #ff0000 !important;
}
.activexx {
    color: red !important;
}
.insu img{
    width:130px;
    height:130px;
}
.logohgt {
    height: 50px !important;
}