
*{
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover, a:focus, a:active {
  color: #71bfd7;
  text-decoration: none;
}
.probootstrap-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: #FFFFFF;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.probootstrap-navbar .navbar-nav li{
  margin-right: 40px;
}
.probootstrap-navbar .navbar-nav li a{
  color: #333333;
  font-size: 16px;
  height: 89px;
  padding: 0 20px;
  line-height: 89px;
}
.navbar-nav li a.active{
  color: #BD2228;
  border-bottom: 4px solid #BD2228;
}
.logos{
  width: 104px;
  padding: 0;
  display: flex;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  height: 89px;
}
.logos img{
  width: 100%;
  display: block;
}
.navbar-nav li .login_btn{
  width: 120px;
  height: 44px;
  border-radius: 22px;
  margin-left: 38px;
  background: #BD2228;
  text-align: center;
  color: #FFF;
  margin-top: 22px;
  cursor: pointer;
}
.navbar-nav li .login_btn a{
  height: 44px;
  padding: 0;
  margin-right: 0;
  color: #FFF;
  line-height: 46px;
}
@media screen and (max-width: 1200px){
  .probootstrap-navbar .navbar-nav li{
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px){
  .probootstrap-navbar .navbar-nav li{
    margin-right:10px;
  }
}
@media screen and (max-width: 767px) {
  .probootstrap-navbar .navbar-nav li a{
    color: #333333;
    height: auto;
    padding: 15px;
    line-height: normal;
    margin-right: 0;
  }
  .navbar-nav li a.active{
    color: #BD2228;
    border-bottom: none;
  }
  .logos{
    width: 50px;
    height: 50px;
    margin-left: 15px;
  }
  .navbar-nav li .login_btn{
    display: none;
  }
}