body {
    font-family: "Roboto", Arial, sans-serif;
}

a:hover {
    color: #08cb0a;
}

.clearfix {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.dropdown-menu li a {
    width: 100%;
    display: block;
}

.active>.page-link, .page-link.active, .page-link.active:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

table.standard-table tr td {
    padding: 4px!important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #25832c;
}





@media (max-width: 1200px) {
    #header .alter_logo_text {
        font-size: 9px!important;
    }
    #header .alter_logo_text {
        font-size: 10px!important;
    }
    #header .alter_logo img {
        height: 40px!important;
    }
}


@media (max-width: 792px) {
    #header .alter_logo_text {
        display: none;
    }
    #header .header-logo img {
        height: 30px!important;
        width: auto!important;
    }
    #header .alter_logo img {
        height: 20px!important;
        width: auto!important;
    }
    .container, .container-sm {
        max-width: 100% !important;
    }
}


@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        min-width: 280px;
    }
}

