.bx-image.header-logo {
  width: 190px;
}

.bx-header {
    border-bottom: 1px solid #E0E0E0;
  }
  
.bx-app{
   text-decoration:none;
   color:#0C8CE9;
   padding:5px 0px ;
   
}
.bx-app span {
    font-size: 13px;
    position: relative;
    top: 1px;
    left:2px;
    font-weight:500;
}
.bx-contact {
    text-decoration: none;
    padding: 5px 18px;
    padding-right: 11px;
}

.bx-contact span{
   color:#000; 
   font-size: 13px;
  
}
.bx-logo{
    max-width:190px;
} 

 .bx-event-dropdown::after {
     border-top: none;
     border-right:none;
     border-bottom: none;
     border-left: none; 
     
}
.bx-user-dropdown:after{
      border-top: none;
     border-right:none;
     border-bottom: none;
     border-left: none; 
}
.bx-user-dropdown-list{
    min-width:150px !important;
    left: -34px  !important;
  
}
.bx-user-dropdown-list .bx-user-item{
      border-bottom:1px solid #E0E0E0;
}
.bx-user-dropdown-list .bx-user-item:last-child{
     border-bottom:none;
}
.bx-user-dropdown-list .bx-user-item a{
    font-size:14px;
  
}
.navbar-nav {
    --bs-nav-link-color: rgb(0 0 0);
    --bs-nav-link-hover-color: rgb(0 0 0 / 69%);
    --bs-nav-link-disabled-color: rgb(0 0 0);
}
/*.nav-link{*/
/*    font-size:15px;*/
/*}*/
.navbar-nav {
    --bs-nav-link-color: rgb(0 0 0);
    --bs-nav-link-hover-color: rgb(0 0 0 / 69%);
    --bs-nav-link-disabled-color: rgb(0 0 0);
}
.bx-advertise-btn {
    border: 1px solid #FF0000;
    border-radius: 30px;
    padding: 0 10px;
    position: relative;
    right: 12px;
}
.bx-login-btn{
    font-size:14px;
}
.bx-advertise-btn .dropdown-toggle{
    color:#FF0000;
    font-size:14px;
}

.bx-active-background{
    background-color:#FF0000;
}
.bx-acitve-font-color{
    color:#FFF !important;
}
.bx-dropdown-list{
    border-bottom:1px solid #E0E0E0;
}
.bx-dropdown-list:last-child {
   border-bottom:none;  
}
.bx-dropdown-list .dropdown-item{
    font-size:13px;
    color:#222222;
    font-family: 'TT Hoves Pro Trial',sans-serif;
}
.bx-dropdown-list .dropdown-item i{
    font-size:10px;
}
.bx-event-item {
    font-size: 14px;
    border-bottom: 1px solid #E0E0E0;
}
.bx-event-item:last-child{
    border-bottom: none;
}
.bx-advertiser-dropdown:after{
     border-top:none;
     border-right:none;
     border-bottom: none;
     border-left: none;
}
.open-app{
    width:100%;
    background-color: #3e3e3e;
    padding: 3px 0;
    margin-top: -3px;
}
.bizex-app-link {
    background-color: #0C8CE9;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    margin-right:4%;
    border-radius: 8px;
}
.nav-link{
    font-size:15px;
}
.bx-login-btn{
    font-size:14px;
}
/* mobile header css*/
.bx-header-mob-container{
    padding:10px 0;
    border-bottom: 1px solid #eee;
}
.login.mob-nav-link.float-end {
    text-decoration: none;
    color: red;
    border: 1px solid red;
    padding: 2px 15px;
    border-radius: 8px;
    letter-spacing: 1px;
}    
  @media(max-width:1107px){
   .h-d{
          display:none;
      }  
 } 
 @media(max-width:767px){
     .bx-image.header-logo {
        width: 140px;
    }
 }

 @media (max-width: 576px){
  .bizex-app-link {
      margin-right:1%;
    }   
 }