.active-local {
    color: #0863B8!important;
}

.menu-div {
    max-height: 160px;
    color: #606060;
}

.container {
    padding: 0px!important;

}

.container-fluid {
    padding: 0px!important;

}

.m-menu-div {
    display: flex;
    flex-direction: column;
}

/*.m-menu-line-1 {

}*/

.line-1-active {
    position: absolute;
    transition: transform 0.7s ease;
    margin-top: 2px;
    transform: rotate(0.125turn);
}

.m-menu-line-2 {
    margin-top: 4px;

}

.line-2-active {
    transition: opacity 0.2s ease;
    opacity: 0;
    margin-top: 0px;
}

.m-menu-line-3 {
    margin-top: 4px;
}

.line-3-active {
    position: absolute;
    transition: transform 0.7s ease;
    transform: rotate(-0.125turn);
    margin-top: 2px!important;
}

.menu-logo {
    width: 105.37px;
    height: 120px;
    align-self: auto;
    cursor: pointer;
}

.nav-li {
    list-style: none;
}

.hidden-desktop {
    display: none;
}

.mobile-nav {
    display: none;
}

.hamburger-logo {
    width: 23px;
    height: 16px;
}

.menu-links {
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    color: #606060;
    text-decoration: none;
}

p, h1, h2, h3, a, li, button, th, td, input {
    font-family: 'Inter';
}

.content {
    min-height: calc(80vh - 70px);
  }

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-logo {
    /*width: 80px;*/
    height: 91.22px;
}

.footer-background {
    min-height: 140px;
    background-color: #0863B8;
}

.footer-text {
    line-height: 30px;
    font-size: 14px;
}

.footer-span {
    font-size: 12px;
    line-height: 20px;
    text-decoration:none;
}

.wst-link {
    text-decoration: none;
    color: black;
}

.error-msg {
    font-size: 16px;
    line-height: 30px;
    color: #EF4324;

}

/* for mobile */
@media only screen and  (max-width: 540px) {

    .menu-div {
        max-height: 80px;
    }

    .menu-logo {
        width: 60.81px;
        height: 69.34px;
    }

    .hidden-mobile {
        display: none;
      }

    .mobile-nav {
        display: contents;
    }

    .menu-links {
        font-size: 16px;
    }

    .container-fluid{
        padding:0;
     }

    .footer-logo {
        /*width: 65px;*/
        height: 74.12px;
    }

    .footer-text {
        line-height: 20px;
        font-size: 12px;
    }

    .footer-span {
        font-size: 12px;
    }

    .hidden-desktop {
        display: contents;
    }

    .menu-links:hover {
        color: #0863B8;
        border: 2pt solid #0863B8;
    }

    .container {
        padding-right: 20px!important;
        padding-left: 20px!important;

    }
}

/* For Tablets */
@media (min-width: 540px) and (max-width: 1199px) {

    .menu-logo {
        width: 105.37px;
        height: 120px;
    }

    .hidden-mobile {
        display: none;
      }

    .mobile-nav {
        display: contents;
    }

    .menu-links {
        font-size: 18px;
    }

    .content {
        min-height: calc(20vh - 70px);
    }

    .menu-links:hover {
        color: #0863B8;
        padding: 10px;
        border: 2pt solid #0863B8;
    }

    .footer-logo {
        margin-right: 1rem;
    }
}
@media (min-width: 1200px) {
    .footer-logo {
        margin-right: 1rem;
    }
}
