#navbar{
    height:70px;
    align-items: center;
    display:flex;
    justify-content: center;
    
}
#logo{
    width:150px;
    height:60px;
}
#input{
    line-height: 35px !important;
    position: relative;
}
.two{
    position: relative;
    margin-left:-145px;
    z-index: 99;
   
}
#search_btn{
     position: relative !important; 
    border-radius: 0px !important;
    width:150px;
    margin-left: 0px;
    height:40px;
    font-size: 15px !important;
}
#navbarDropdown{
    vertical-align: middle !important;
    color:black !important;
    position: relative;
}
#dr1{
      list-style-type: none ;
}
#drop2{
    margin-top: 12px;
    margin-left: 5px;
}
.navigate{

    border:1px solid grey;
    height:30px;
    display:flex;
    justify-content: space-between;
    vertical-align: center;
    font-size: 14px;

}
#nav_one{
    display:flex;
    justify-content: space-evenly;
}
#nav_two{
    display:flex;
}

span{
    color:black;
    text-decoration: none;
}
.blue{
    color:blue;
    text-decoration: underline;
}





   
