
.logo img{
    width: auto;
    height: 70px;
}
.logo a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.header_button{
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  background-color: #000;
}
div#navbarSupportedContent{
  justify-content: space-between;
}

.check-icon{
color:#008fa1;
}

.dropdown-arrow{
cursor: pointer;
    margin-left: -8px;
    font-size: 15px;
    color: black;
    margin-top: 4px;
}

.nav-item.dropdown{
display:flex;
align-items:center;
}


