.producttitle{

  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}


.products .producttitle h1{

  font-size: 40px;
}


.products .container{
  margin: 1500px;
  margin: 0 auto;

}
.products .container .row{
  margin-top: 20px;

}
.products .container .navList{
  display: flex;
  justify-content: space-around;
}

.products .container .navList .nav-list{
  background-color: #ffffff;
  margin: 5px 0 5px 0;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}

.products .container .navList .nav-list:hover{
  background-color: #415B75;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.products .container .navList {
  text-decoration: none;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;

  
}



.products .container a:hover{
 
  color: rgb(255, 255, 255);
  

}

.products .container .navList:first-child::before{
 background-color: #415B75;
  color: rgb(255, 255, 255);
 

}


