html, body { font-size: 98%; }

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a { text-decoration: none; }
a.link-normal { color: #838383; }

.admin .dropdown-item:active,
.admin .dropdown-item.active { background-color: var(--bs-danger) !important; }

.iti__country-list { z-index: 999; }

.web { color: #838383; }
.web a.link-social { color: #6fe2da; }
.web .navbar-expand-lg.bg-dark { background-color: #2f3a4e !important; }

.web .header-menu > .nav-item > a.nav-link {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

.web h1, .web h2, .web h3, .web h4, .web h5, .web h6 {
    color: #3885b5;
}

.web .header-menu > .nav-item > a.nav-link::before,
.web .header-menu > .nav-item > a.nav-link::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #60dcd1;
    display: none;
}

.web .header-menu > .nav-item > a.nav-link::before {
    top: 0;
    left: 50%;
}

.web .header-menu > .nav-item > a.nav-link::after {
    bottom: 0;
    left: 50%;
}

.web .bg-light { background-color: #f3f3f3 !important; }

.web .header-menu > .nav-item > a.nav-link:hover::before,
.web .header-menu > .nav-item > a.nav-link:hover::after { display: inline-block; }

.web .bg-star { background: url(../img/bg-star.png) no-repeat; }
.web .reviews { background-color: #2f3a4e; color: #fff; }

.web footer { background-color: #60dbd1; color: #fff; }

.web .breadcrumb-title { top: 200px; z-index: 1019; }

@media (max-width: 1440px) {
    .web .breadcrumb-title { top: 150px; }
}

@media (max-width: 890px) {
    .web .breadcrumb-title { top: 115px; }
}

@media (max-width: 575.98px) {
    .web .breadcrumb-title { top: 80px; }
}