header .logo h2{
    color: #0073e6;
}
header .logo h6{
    color: #0059b3;
    
}
header span{
    font-weight: 500;
    font-size: 20px;
}
header .email-icon{
    margin-left: 80px;
}
.navbar{
    height: 40px;
    background-color: yellow;
}
.navbar .main-menu a{
    text-decoration: none;
    color: black;
    font-size: 19px;
    font-weight: bold;
}
.navbar .main-menu > li{
    position: relative;
    height: 37px;
}
.navbar .main-menu > li::before,
.navbar .main-menu > li::after{
    content: '';
    background-color: black;
    height: 2.5px;
    width: 0;
    position: absolute;
    top: 73%;
    transition: width 0.5s ease;
    
}
.navbar .main-menu > li::after{
    left: 50%;
}
.navbar .main-menu > li::before{
    right:50%;
}
.navbar .main-menu > li:hover::after,
.navbar .main-menu > li:hover::before{
    width: 50%;
}
.navbar .main-menu > li div{
    border: 1px solid rgb(224, 223, 223);
    /* border: 2px solid black; */
    top: 99%;
    left: -260px ;
    width: 920px;
    height: 300px;
}

.navbar .test-categories{
    height: 20px;
    border: 2px solid black;
    /* border-bottom: 5px solid rgb(224, 223, 223); */
}



.navbar .tests{
    display: none !important;

}

.navbar .bar-item:hover > div{
    display: flex !important;
}

.navbar .test-categories{
    background-color: #f2f2f2 !important;
}
.navbar .test-categories a{
    color: black;
    font-size: 15px;
    font-weight:500;
}
.navbar .test-categories li{
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px 3px 10px;
}
.navbar .test-categories li:hover,
.navbar .test-categories li:hover a{
    background-color: #0481ff;
    color: white;
}
.navbar .test-name div{
  /* border: 2px solid red !important; */
  width: 100% !important;
  padding: 10px;
  display: none;
}
.navbar .test-name span{
    color: black;
    /* border: 2px solid black; */
    display: inline-block;
  font-size: 16px;
  margin: 0 10px 10px 0;
  padding: 7px;
  font-weight: 500
}
.navbar .test-name span:hover{
    color: #0481ff;
}

.navbar #test-name1{
    display: block;
    background-color: white;
} 



@media screen and (min-width: 768px) and (max-width: 1024px) {
  

  .header .logo img{
    width: 60px;
    height: 48px;
  }

    .header span{
    font-size: 16px;
}

.navbar li a{
    font-size: 16px !important;
}
}

@media screen and (min-width:481px) and (max-width: 767px) {
  
  
  .header .logo h6{
    font-size: 14px;
    width: 160px;
  }

  .header .logo img{
    width: 60px;
    height: 60px;
  }

  .header span{
    font-size: 14px;
}
.header .email-icon{
    margin-left: 0;
}


}


  

