.nav-pills > li > a {
 border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #224daa;
  font-size: 14px;      
  margin: 0 6px 0 6px;
   background-color:  #DDD9C3;
   font-weight: bold;
}
.ar-nav-pills {
  background-color: #ffffff; 
  border: solid 1px #ffffff; 
  margin-bottom: 30px;
}
.ar-nav-pills li {
  border-left: solid 1px #ffffff;
   border-right: solid 1px #ffffff;  
    border-bottom: solid 1px #A5A5A5;
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color:  #ffffff;
}
@media (max-width: 767px) {
  .ar-nav-pills {
    background-color: #f5f5f5;
     border: solid 1px #ffffff;
    margin-bottom: 30px;
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .ar-nav-pills li {
    border-left: none;
    margin: 0 !important;
    margin-bottom: -5px !important;
  }
}
.ar-nav-pills li.active a,
.ar-nav-pills li.active a:focus,
.ar-nav-pills li.active a:hover {
   background-color: #355997;     
}
