@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    background: #f8fafc !important;
}

.select-title{
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #000;
    text-decoration: underline;
}

.licences-types .types-card{
    padding: 30px !important;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.7);
}

.licences-types .types-card .application span{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.licences-types .types-card .application h6{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

.licences-types .types-card .application a{
    padding: 7px 25px;
    background: #386139;
    text-decoration: none;
    border-radius: 3px;
    color: white;
    font-family: 'Inter', sans-serif;
    align-self: center;
}

nav {
    background: #263040;
}

nav .navbar-brand{
    font-size: 20px !important;
    color: white !important;
    font-weight: 800 !important;
}

.navbar-light .navbar-toggler {
    box-shadow: none;
}

nav .container-fluid a {
    color: white;
}

nav .container-fluid .navbar-nav a {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

nav .collapse a{
    color: white !important;
    font-size: 15px !important;
    font-weight: 100 !important;
}

.container nav .container-fluid a:hover {
    color: white;
}

.container nav .container-fluid .navbar-nav a:hover {
    background-color: #06ad22;
    color: white;
}

.container nav .fas {
    color: #06ad22;
}

.container nav .container-fluid .navbar-nav .nav-link {
    margin-right: 15px;

}

.container nav .navbar-nav :last-child {
    background-color: #06ad22;
}

.licences-types .note-text{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: black;
    text-align: center;
}

.licences-types .note-small-note{
    font-size: 11px;
    font-weight: bold;
}

.licences-types .our-services-title{
    font-size: 16px;
    foot-weight: bolder !important;
    margin: 25px 0 15px 0;
    color: #3c967a;
}

.licences-types span{
    display: block;
    font-weight: 550;
    line-height: 20px;
}

.licences-types .small,
.licences-types ul li{
    font-size: 13px;
}

.licences-types ul{
    margin: 0 !important;
    padding: 0 !important;
}

.government-fees h4{
    font-size: 17px;
    color: black;
}

.government-fees table{
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0;
}

.government-fees table tr{
    font-size: 13px;
    color: black;
}

.government-fees table tr:nth-child(odd){
    background: #FFF;
}



/*-------------------*/
/*---  Footer  ---*/
/*-------------------*/

footer {
    background: #263040;
    color: white;
}

footer > div{
    padding: 35px 0;
}

footer .footer-links{
    display: flex;
    flex-wrap: wrap;
    margin: 0 4rem 3rem 2rem;
    padding: 0;
    list-style: none;
}

footer p{
    font-size: 11px;
    font-weight: 100;
}

footer a{
    color: white;
    font-size: 13px;
    font-weight: 100;
    text-decoration: none;
}

footer .a-text-bold{
    font-weight: bold;
}

@media (max-width: 700px) {

    .licences-types,
    footer > div,
    .navbar.navbar-expand-lg > div.container{
        width: 90% !important;
        margin: 0 auto;
    }

    #navbar-bar{
        display: none;
    }

    .types-card{
        padding: 30px 10px !important;
    }

    .navbar-toggler{
        display: none;
    }

    .select-title{
        font-size: 20px;
        letter-spacing: 0px;
        font-weight: bolder;
    }

    .rmv-hfn{
        display: none;
    }

    footer .footer-links{
        margin: 0 !important;
    }

    footer > div{
        padding: 25px 0;
    }

}
