/* Navbar */
.navbar-custom{
    padding:10px 10px 10px 10px;
}
.navbar-custom #burger-button{
    font-size:20px;
}
.navbar-nav{
    text-align: right !important;
}
.nav-item{
    padding: 0 0 0 20px;
}
.nav-item a{
    color: #3C3C3C;
}
.nav-item a:hover{
    color: #108D85 !important;
}
.nav-link{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    vertical-align:middle !important;
    display: inline-block;
    padding-top:20px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #108D85;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    font-weight: bold;
}
.btn-call-us{
    background-color: #108D85;
    border-color: #108D85;
    color:white;
    border-radius: 50px;
    
    width: 162px;
    height: 44px;
    
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;

    margin-top:-10px;
}
.btn-call-us:hover{
    background-color: transparent;
    border-color: #108D85;
    color:#108D85;
    font-style: bold;
    border-radius: 50px;
}
/* Navbar */