.site-notification {
    padding: .5rem 0;
}

.site-notification > p {
    margin: 0;
}
.site-notification .btn {
    margin-left: 1rem;
}

header {
    padding: .5rem 0 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #FFF;
}

header .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .inner .logo-area > a {
    display: block;
}
header .inner .logo-area > a > img {
    /* max-height: 3.5rem; */
    max-height: var(--logoHeight);
    width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .navbar {
        --bs-navbar-nav-link-padding-x: .875rem;
    }
    header #main-menu .nav-link {
        --bs-nav-link-font-size: .75rem;
    }
}

header .nav-items .top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 .75rem;
    margin: 0;
    color: var(--bs-gray-900);
    font-size: 1.125rem;
}

header .nav-items .top > * {
    margin: 0 0 0 30px;
}

header .nav-items .top a:not(.btn) {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    /* font-weight: 600; */
}

header .nav-items .top .dropdown-item {
    font-size: 1rem;
}

header .nav-items .top .social-links {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: center;
    line-height: 0;
}

header .nav-items .top .social-links > li {
    font-size: 1rem;
    padding: 0 5px;
}

header .nav-items .top .social-links > li a {
    display: block;
}

header .nav-items .top .social-links > li svg,
header .nav-items .top .social-links > li img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: cover;
}
header .nav-items .top .social-links > li:nth-child(5) img {
    width: 2.25rem;
}

header .nav-items .top .social-links > li svg  * {
    fill: currentColor;
}

header #main-menu .nav-link {
    --bs-nav-link-font-size: .875rem;
}

header .navbar {
    padding: 0;
}

header .navbar .dropdown {
    /* position: static; */
}
header .navbar .dropdown-menu {
    /* width: 100%; */
    border-top: solid 2px var(--bs-secondary);
    min-width: 18rem;
}
header #main-menu .dropdown-menu.show {

}
header #main-menu .dropdown-menu > .inner {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

    flex-direction: column;
    align-items: stretch;
}
header .nav-link[href="#pll_switcher"] + .dropdown-menu.show {
    flex-direction: column;
    width: auto;
    right: auto;
    left: auto;
}
/* header .navbar .dropdown-menu > .inner > .menu-item {
    flex: 1 0 auto;
    flex: 0 0 calc(50% - .5rem);
    max-width: calc(50% - .5rem);
}
header .navbar .dropdown-menu > .inner > .menu-item.lang-item {
    flex: 0 0 calc(100% - .5rem);
    max-width: calc(100% - .5rem);
} */
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item,
header .navbar .dropdown-menu > .inner > .menu-item.lang-item > .dropdown-item > div {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > i {
    font-size: 1.5rem;
    color: var(--bs-primary);
}
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > img,
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > svg {
    width: 24px;
    height: 24px;
    margin-top: 5px;
    object-fit: contain;
}
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > svg > * {
    fill: var(--bs-primary);
}

header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > div {
    font-size: .875rem;
    color: var(--bs-nav-link-color);
    font-weight: 600;
    padding-top: 4px;
    white-space: normal;
}
header .navbar .dropdown-menu > .inner > .menu-item > .dropdown-item > div > span {
    display: block;
    font-size: .875rem;
    padding-top: .25rem;
    color: var(--bs-body-color);
    font-weight: 400;
}
header .navbar .dropdown-menu > .inner > .menu-item.lang-item > .dropdown-item > div > span {
    font-size: 1.125rem;
    color: var(--bs-nav-link-color);
    font-weight: 600;
    padding: 0;
}
header .navbar .dropdown-menu > .inner > .menu-item.lang-item > .dropdown-item > div > img {
    margin-top: 7px;
}


footer {
    /* background-color: #20558a; */
}

footer .inner {
    display: flex;
    /* justify-content: space-between; */
    padding: 60px 0;
    margin: 0 -30px;
    color: var(--bs-light);
}

footer .inner .h1,
footer .inner .h2,
footer .inner .h3,
footer .inner .h4,
footer .inner .h5,
footer .inner .h6,
footer .inner h1,
footer .inner h2,
footer .inner h3,
footer .inner h4,
footer .inner h5,
footer .inner h6 {
    color: inherit;
}

footer .inner > div {
    padding: 0 30px;
}

footer .inner .item {
    display: flex;
    gap: 20px;
    flex: 1;
}

footer .inner .item.nav-area {
    flex: 1 auto;
    max-width: 40%;
}

footer .inner .item.nav-area > div {
    width: 100%;
}
footer .inner .item.nav-area .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-column-gap: 1rem;
}
footer .inner .item.nav-area .navbar-nav > li {
    flex: 1 0 auto;
    width: calc(50% - .5rem);
}

footer .inner .address {
    flex-direction: column;
}
footer .inner .address .footer-logo {
    display: block;
    margin: 0;
}

footer .inner .item.nav-area,
footer .inner > .item:last-child {
    padding-top: 1.5rem;
}

footer .inner .item .icon {
    flex: 1 0 50px;
    max-width: 50px;
    border-radius: var(--bs-border-radius);
    background-color: rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    aspect-ratio: 1/1;
    color: rgba(255,255,255,.75);
}
footer .inner .item .icon svg {
    width: 30px;
    height: 30px;
}

footer .inner .address .footer-logo img {
    width: 100%;
    max-width: 212px;
}

footer .inner .navbar-nav {
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-size: 1rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
    footer .inner .item.nav-area {
        flex: 1 auto;
        max-width: 35%;
    }
    footer .inner .navbar-nav {
        --bs-nav-link-font-size: .875rem;
    }
}


footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid;
    /* color: var(--bs-light); */
}

footer .bottom .navbar-nav {
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-font-size: .875rem;
}
footer .bottom .nav-area > nav > ul {
    display: flex;
    flex-direction: row;
    margin: 0 0 -10px;
}

footer .bottom .nav-area > nav > ul > li {
    padding: 0 10px;
}

footer a {
    color: var(--bs-light);
    text-decoration: none;
}

footer .bottom .nav-area > nav > ul > li > a {
    padding: 0;
}


.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;

    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    z-index: 100;
}

ul.check-list,
ul.x-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
ul.check-list > li,
ul.x-list > li {
    display: block;
    position: relative;
    margin-bottom: 2.5rem;
    padding-left: calc(40px + 1.5rem);
    padding-top: .5rem;
}
ul.check-list > li::before,
ul.x-list > li::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: var(--bs-secondary);
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11,15,25,.06),0 0.125rem 0.4rem -0.0625rem rgba(11,15,25,.03);
    color: var(--bs-dark);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z' fill='%230b0f19'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
ul.x-list > li::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708' fill='%230b0f19'/%3E%3C/svg%3E");
    background-size: 60%;
}