.sm-clean {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2)
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 16px 24px 0 24px;
    padding-right: 58px;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none
}

.sm-clean li a.highlighted {
    background-color: #f5f5f5;
    color: #000000
}

.sm-clean a.current {
    color: #E6E6E6
}

.sm-clean a.disabled {
    color: #bbbbbb
}

.sm-clean a .sub-arrow {
    position: absolute;
    top: 19px;
    margin-top: -17px;
    margin-right: -20px;
    left: auto;
    right: 9px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

.sm-clean a .sub-arrow::before {
    content: '\203A';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.8em;
    font-weight: normal;
    color: #757575
}

.sm-clean a.highlighted .sub-arrow::before {
    content: '\2039';
}

.sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
    border-radius: 5px 5px 0 0
}

.sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
}

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0
}

.sm-clean li {
}

.sm-clean > li:first-child {
    border-top: 0;
    height: 30px
}

.sm-clean ul {
    background: #f5f5f5
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
    border-left: 30px solid transparent
}

.sm-clean ul ul a, .sm-clean ul ul a:hover, .sm-clean ul ul a:focus, .sm-clean ul ul a:active {
    border-left: 40px solid transparent
}

.sm-clean ul ul ul a, .sm-clean ul ul ul a:hover, .sm-clean ul ul ul a:focus, .sm-clean ul ul ul a:active {
    border-left: 50px solid transparent
}

.sm-clean ul ul ul ul a, .sm-clean ul ul ul ul a:hover, .sm-clean ul ul ul ul a:focus, .sm-clean ul ul ul ul a:active {
    border-left: 60px solid transparent
}

.sm-clean ul ul ul ul ul a, .sm-clean ul ul ul ul ul a:hover, .sm-clean ul ul ul ul ul a:focus, .sm-clean ul ul ul ul ul a:active {
    border-left: 8px solid transparent
}
/*
a.menu-extra-buttons-links-covid > span.fees-contact-span::before{
    color: #000 !important;
}
*/
.menu-extra-buttons{
    margin-top: 10px !important;
}

a.covid19{
    background-color: #ffab00 !important;
}
a.covid19:hover{
    background-color: #FF9A29 !important;
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding: 16px 50px 0 50px
    }

    .sm-clean a .sub-arrow {
        margin-right: 28px
    }

    a.menu-extra-buttons-links-covid

    {
        margin: 17px 27px 10px 27px;
    }

    a.menu-extra-buttons-links-contact

    {
        margin: 0px 27px 10px 27px;
    }

    a.menu-extra-buttons-links-fees {
        margin: 10px 27px 20px 27px;
    }
}

@media screen and (max-width: 480px) {
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding: 16px 24px 0 24px
    }

    .sm-clean a .sub-arrow {
        margin-right: 0
    }

    a.menu-extra-buttons-links-contact {
        margin: 7px 12px 10px 12px
    }

    a.menu-extra-buttons-links-fees {
        margin: 10px 12px 20px 12px
    }
    a.covid19{
        /* margin: 17px 27px 10px 27px;
         border-radius: 5px;*/
         margin: 10px 12px !important;
      border-radius: 5px;
      }
      li.covid19 > ul{
        margin: 0px 0px;
    }
}

@media (max-width: 1024px) {

    a.covid19, a.covid19:hover{
      /* margin: 17px 27px 10px 27px;
       border-radius: 5px;*/
       margin: 10px 27px;
    border-radius: 5px;
    padding-left: 20px !important;
    
    }

    /*
    li.covid19 > ul>li>a, li.covid19 > ul>li>a:hover, li.covid19 > ul>li>a:active, li.covid19 > ul>li>a:focus,  li.covid19 > ul>li>a.highlighted, li.covid19 > ul>li>a.highlighted:hover{*/
        li.covid19 > ul>li>a, li.covid19 > ul>li>a:hover, li.covid19 > ul>li>a:active, li.covid19 > ul>li>a:focus, li.covid19 > ul>li>a.highlighted{
        padding-left: 20px;
    }

    a.covid19.highlighted{
        padding-left: 20px;
        background-color: red;
    }
    a.covid19 >span{
        right:-18px !important;
    }

    li.covid19 > ul{
        margin: 0px 27px;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        font-size: 14px
    }

    .sm-clean a .sub-arrow {
        margin-top: -2px
    }

    .sm-clean li a, .sm-clean li a:hover, .sm-clean li a:focus, .sm-clean li a:active {
        font-weight: bold
    }

    .sm-clean li ul li a, .sm-clean li ul li a:hover, .sm-clean li ul li a:focus, .sm-clean li ul li a:active {
        font-weight: normal;
        padding-right: 32px
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding-right: 20px
    }

    .sm-clean li {
        border-top: 1px solid #E0E0E0
    }

    .sm-clean ul li {
        border-top: none;
        border-bottom: 1px solid #fff
    }

    .sm-clean li a:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 16px;
    }

    .sm-clean li > ul > li a:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 16px;
        border-bottom: 0 solid black
    }

    .sm-clean li.menu-extra-buttons a:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 0;
        border-bottom: 0 solid black
    }

    .sm-clean ul > li a {
        border-bottom: none;
        background-color: #f5f5f5;
        font-weight: normal
    }

    .sm-clean ul > li a.highlighted {
        background-color: #eeeeee;
        color: #000000;
        border-bottom: none
    }

    .sm-clean ul a.hightlighted {
        background: #eeeeee
    }

    .sm-clean ul a {
        background: #eeeeee
    }

    .sm-clean ul > li a.highlighted {
        background-color: #eeeeee;
        color: #000000;
        border-bottom: none
    }

    .sm-clean ul ul > li a.highlighted {
        background-color: #e0e0e0;
        color: #000000;
        font-weight: normal;
        border-bottom: none
    }

    .sm-clean ul ul a.hightlighted {
        background: #e0e0e0
    }

    .sm-clean ul ul a {
        background: #eeeeee
    }

    .sm-clean ul ul ul a {
        background: #e0e0e0;
        border-bottom: none;
        font-weight: normal
    }

    li.menu-extra-buttons {
        border-top: none
    }
    
    a.menu-extra-buttons-links-contact, a.menu-extra-buttons-links-contact:hover {
        background-color: #0074e2;
        color: #ffffff;
        padding: 18px 20px;
        font-weight: normal !important;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 116, 226, 0.4)
    }

    a.menu-extra-buttons-links-fees, a.menu-extra-buttons-links-fees:hover {
        background-color: #055FAB;
        color: #ffffff;
        padding: 18px 20px;
        font-weight: normal !important;
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0, 116, 226, 0.4)
    }

    .sm-clean ul li:last-child {
        border-bottom: 0
    }
}


@media screen and (max-width: 480px) {
    
      li.covid19 > ul{
        margin: 0px 12px;
    }
    li.covid19 > ul>li>a, li.covid19 > ul>li>a:hover{
        padding-left: 12px;
    }
    a.covid19 >span{
        right:-5px !important;
    }
}




@media (min-width: 1025px) {
    #main-menu {
        padding: 20px 10px 0 10px;
        margin-top: 22px;
        margin-left: -20px
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        font-weight: normal
    }

    .sm-clean > li:first-child {
        border-top: 0;
        height: 0
    }

    .sm-clean ul {
        position: absolute;
        width: 12em
    }

    .sm-clean li {
        float: left
    }

    .sm-clean.sm-rtl li {
        float: right
    }

    .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
        float: none
    }

    .sm-clean a {
        white-space: nowrap
    }

    .sm-clean ul a, .sm-clean.sm-vertical a {
        white-space: normal
    }

    .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
        white-space: nowrap
    }

    .sm-clean {
        padding: 0 10px;
        background: #ffffff;
        border-radius: 100px
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding: 12px 12px;
        color: #000000;
    }

    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        color: #000000
    }

    .sm-clean a.current {
        color: #D23600
    }

    .sm-clean a.disabled {
        color: #bbbbbb
    }

    .sm-clean a.has-submenu {
        padding-right: 24px
    }

    .sm-clean a .sub-arrow {
        content: '\203A'
    }

    .sm-clean a .sub-arrow::before {
        display: none
    }

    .sm-clean li {
        border-top: 0
    }

    .sm-clean > li > ul::before, .sm-clean > li > ul::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 30px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 9px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #bbbbbb transparent
    }

    .sm-clean > li > ul::after {
        top: -16px;
        left: 31px;
        border-width: 8px;
        border-color: transparent transparent #fff transparent
    }

    .sm-clean ul {
        border: 1px solid #DEDEDE;
        padding: 20px 10px;
        background: #fff;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2)
    }

    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #000000
    }

    .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #000000
    }

    .sm-clean ul a.current {
        color: #D23600
    }

    .sm-clean ul a.disabled {
        background: #fff;
        color: #cccccc
    }

    .sm-clean ul a.has-submenu {
        padding-right: 20px
    }

    .sm-clean ul a .sub-arrow {
        content: '\203A';
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .sm-clean .scroll-up, .sm-clean .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 35px
    }

    .sm-clean .scroll-up:hover, .sm-clean .scroll-down:hover {
        background: #eeeeee
    }

    .sm-clean .scroll-up:hover .scroll-up-arrow {
        border-color: transparent transparent #D23600 transparent
    }

    .sm-clean .scroll-down:hover .scroll-down-arrow {
        border-color: #D23600 transparent transparent transparent
    }

    .sm-clean .scroll-up-arrow::before, .sm-clean .scroll-down-arrow::before {
        color: black;
        content: '\203A';
        margin-left: 140px;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(270deg);
        font-size: 1.8em;
    }

    .sm-clean .scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent
    }

    .sm-clean.sm-rtl a.has-submenu {
        padding-right: 12px;
        padding-left: 24px
    }

    .sm-clean.sm-rtl a .sub-arrow {
        right: auto;
        left: 12px
    }

    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px
    }

    .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #555555 transparent transparent
    }

    .sm-clean.sm-rtl > li > ul::before {
        left: auto;
        right: 30px
    }

    .sm-clean.sm-rtl > li > ul::after {
        left: auto;
        right: 31px
    }

    .sm-clean.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important
    }

    .sm-clean.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 8px;
        border-style: dashed solid dashed dashed;
        border-color: transparent #555555 transparent transparent
    }

    .sm-clean.sm-vertical {
        padding: 10px 0;
        border-radius: 0;
        background: #FFFFFF 0 0 no-repeat padding-box;
        box-shadow: 5px 2px 6px rgb(0 0 0 / 16%);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .sm-clean.sm-vertical a {
        padding: 11px 0 11px 10px;
        line-height: 20px
    }

    .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
        background: #E6E6E6
    }

    .sm-clean.sm-vertical a.disabled {
        background: #eeeeee
    }

    .sm-clean.sm-vertical a .sub-arrow {
        content: '\203A';
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .sm-clean.sm-vertical a:hover .sub-arrow, .sm-clean.sm-vertical a.highlighted .sub-arrow {
        content: '\203A';
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .sm-clean.sm-vertical > li > ul::before, .sm-clean.sm-vertical > li > ul::after {
        display: none
    }

    .sm-clean.sm-vertical ul a {
        padding: 11px 35px 11px 10px;
        line-height: 20px
    }

    .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
        background: #E6E6E6
    }

    .sm-clean.sm-vertical ul a.disabled {
        background: #fff
    }

    .menu-extra-buttons-links {
        background-color: #007ce1
    }

    .sm-clean.sm-vertical ul {
        background-color: #ffffff;
        padding: 20px 10px;
        width: 295px
    }

    .sm-clean.sm-vertical ul ul {
        background-color: #ffffff;
        padding: 20px 10px;
        width: 295px
    }

    .sm-clean.sm-vertical ul ul ul {
        background-color: #ffffff;
        padding: 20px 10px;
        width: 295px
    }

    .sm-clean.sm-vertical a .sub-arrow::before {
        content: '\203A';
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 1.8em
    }

    .sm-clean .scroll-down-arrow::before {
        content: '\203A';
        display: inline-block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 1.8em;
        margin-left: 140px
    }

    .menu-extra-buttons {
        border-top: 1px solid grey;
    }

    a.menu-extra-buttons-links-covid, a.menu-extra-buttons-links-covid:hover {
        background-color: #FFAB00 !important;
        color: #000;
        padding: 18px 20px;
        font-weight: normal !important;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 11px 10px 11px 10px !important
    }

    a.menu-extra-buttons-links-covid:hover {
        background-color: #FF9A29 !important;
    }

    

    a.menu-extra-buttons-links-contact, a.menu-extra-buttons-links-contact:hover {
        background-color: #0074e2 !important;
        color: #ffffff;
        padding: 18px 20px;
        font-weight: normal !important;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 11px 10px 11px 10px !important;
    }

    a.menu-extra-buttons-links-contact:hover {
        background-color: #055FAB !important
    }

    a.menu-extra-buttons-links-fees, a.menu-extra-buttons-links-fees:hover {
        background-color: #055FAB !important;
        color: #ffffff;
        padding: 18px 20px;
        font-weight: normal !important;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 11px 10px 11px 10px !important;
    }

    a.menu-extra-buttons-links-fees:hover {
        background-color: #034883 !important;
    }

    li.menu-extra-buttons-contact-li {
        border-top: 1px solid #DEDEDE;
        padding-top: 10px !important;
        margin-top: 10px !important
    }

    

    a.covid19{
        border-radius: 5px;
    }
}