body {
  background: white;
  color: #000 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143;
}
body img {
  max-width: 100%;
}
body .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
body .row *[class*=col-] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body .container-fluid,
body .container,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container-fluid,
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.color-primary {
  color: #02A801;
}

.text-justify {
  text-align: justify;
}

.top-navbar.navbar {
  background: white !important;
  z-index: 1;
  min-height: 64px;
  margin-bottom: 0;
}
.top-navbar.navbar > .container .navbar-brand {
  padding: 0;
  margin-right: 24px;
  margin-left: 0;
  height: 48px;
}
@media (max-width: 768px) {
  .top-navbar.navbar > .container .navbar-brand {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .top-navbar.navbar > .container .navbar-brand img {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .top-navbar.navbar > .container .collapse.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
}
.top-navbar.navbar .navbar-toggler {
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out;
  padding: 8px;
  margin-right: 8px;
  font-size: 14px;
}
.top-navbar.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.top-navbar.navbar .navbar-toggler-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.top-navbar.navbar .nav-link-right {
  background: #02A801;
  padding: 8px 16px;
  border-radius: 6px;
  margin: 0;
  color: white;
}
.top-navbar.navbar .nav-link-right i {
  margin-right: 6px;
}
.top-navbar.navbar .nav-item {
  margin-right: 12px;
}
.top-navbar.navbar .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  color: black;
}
.top-navbar.navbar .nav-link:hover {
  color: #02A801;
}

.category-box {
  background: url(../images/bg-category.jpg) no-repeat center center;
  background-size: cover;
  min-height: 420px;
  margin-top: -20px;
}
.category-box .category-item a {
  padding: 16px;
  border-radius: 12px;
  margin: 16px;
  min-width: 190px;
  color: black;
}
@media (max-width: 576px) {
  .category-box .category-item a {
    min-width: 160px;
    padding: 8px 4px;
    border-radius: 8px;
    margin: 6px;
  }
  .category-box .category-item a span {
    font-size: 13px;
    font-weight: 500;
  }
}
.category-box .category-item a:hover {
  color: #02A801;
  background: #E6F6E6 !important;
}

.title-home {
  font-size: 30px;
}

.footer {
  padding-top: 48px;
  padding-bottom: 32px;
  background: #036103 url(../images/footer-left.png) no-repeat bottom left;
}
.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: url(../images/footer-right.png) no-repeat bottom right;
}
.footer .container {
  z-index: 1;
  position: relative;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  color: #02A801;
}
.footer .title {
  font-size: 18px;
}
.footer .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 48px;
  background: #02A801;
  display: block;
  content: "";
}
.footer .social-box a {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #02A801;
}
.footer .mb-3 {
  margin-bottom: 16px !important;
}
.footer .mb-4 {
  margin-bottom: 32px !important;
}
.footer .pb-3 {
  padding-bottom: 16px !important;
}
.footer .pb-4 {
  padding-bottom: 32px !important;
}
.footer .pt-4 {
  padding-top: 32px !important;
}

#modalMenuMobile {
  display: none;
}
#modalMenuMobile .modal-dialog {
  margin: 0;
  transform: translate(0, 0);
  justify-content: start;
}
#modalMenuMobile .modal-dialog .modal-content {
  min-height: 100vh;
  border: 0;
  border-radius: 0;
  width: 75vw;
}
#modalMenuMobile .modal-dialog .modal-header {
  border-bottom: 0;
  padding: 20px;
}
#modalMenuMobile .modal-dialog .modal-header .img {
  height: 36px;
}
#modalMenuMobile .modal-dialog .modal-header .modal-title {
  line-height: inherit;
}
#modalMenuMobile .modal-dialog .modal-body {
  padding: 20px;
}
#modalMenuMobile .modal-dialog ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#modalMenuMobile .modal-dialog ul li {
  margin-bottom: 16px;
}
#modalMenuMobile .modal-dialog ul li a {
  display: flex;
  align-items: center;
  padding: 0;
}
#modalMenuMobile .modal-dialog ul li a svg {
  margin-right: 8px;
}
#modalMenuMobile .modal-dialog ul li a svg path {
  fill: #02A801;
}
#modalMenuMobile .modal-dialog .card {
  border: 0;
}
#modalMenuMobile .modal-dialog .card-body {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 18px;
}
#modalMenuMobile .modal-dialog .menu-insurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  background: #f4fcf8;
  padding: 10px 16px;
  border-radius: 20px;
  border: 1px solid #02A801;
  color: #000;
}

#modalMenuMobile.show {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 1 !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}