#horiznav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;

}

ul#horiznav, #horiznav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /* height: 32px; */
  font-family: Montserrat-Regular;
  font-size: 12px;
}
#horiznav .main-menu {
  float: left;
  /* width: 152px; */
  width: auto;

  font-weight: 600;

}

#horiznav .main-menu a {
  display: block;
  /* width: 150px; */
  line-height: 30px;
  text-align: center;
  color: #000;
  padding: 0px 15px;
text-decoration:none !important;


}
#horiznav .main-menu-all a {
  display: block;
  /* width: 150px; */
  line-height: 30px;
  text-align: center;
  color: #000;
  padding: 0px 15px;
font-weight:bold;
text-decoration:none;

}

#horiznav .main-menu:hover a{

  color: white;
  text-decoration: none !important;
  background-color: #3373b4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 15px;

  /* border:1px solid white */
}

#horiznav .main-menu-all:hover a{

  color: white;
  text-decoration: none !important;
  background-color: #3373b4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 15px;

  /* border:1px solid white */
}
#horiznav .main-menu:hover {
  width: auto ; /* Ensure the width adjusts based on content */
}



#horiznav>.main-menu:hover >a  {
  
  
  border-bottom-right-radius: 20px;
  border-bottom-left-radius:20px;
}




//for osr

#horiznav .main-menu-osr {
  float: left;
  /* width: 152px; */
  width: auto;

  font-weight: 600;

}

#horiznav .main-menu-osr a {
  display: block;
  /* width: 150px; */
  line-height: 30px;
  text-align: center;
  color: #000;
  padding: 0px 15px;
text-decoration:none !important;
font-weight:bold;
font-family:Montserrat-Regular;
text-transform:uppercase;

}
#horiznav .main-menu-all-osr a {
  display: block;
  /* width: 150px; */
  line-height: 30px;
  text-align: center;
  color: #000;
  padding: 0px 15px;
font-weight:bold;
text-decoration:none;

}

#horiznav .main-menu-osr:hover a{

  color: white;
  text-decoration: none !important;
  background-color: #3373b4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 15px;

  /* border:1px solid white */
}

#horiznav .main-menu-all-osr:hover a{

  color: white;
  text-decoration: none !important;
  background-color: #3373b4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 15px;

  /* border:1px solid white */
}
#horiznav .main-menu-osr:hover {
  width: auto ; /* Ensure the width adjusts based on content */
}



#horiznav>.main-menu-osr:hover >a  {
  
  
  border-bottom-right-radius: 20px;
  border-bottom-left-radius:20px;
}



/* Media queries for responsive design */
@media (max-width: 1200px) {
  #horiznav  {
    flex-wrap: wrap;
	display: flex;
    justify-content: center;
   
  }
  .page-heading h3{
	font-size:28px;
  }
}


