.header-top{
  border-bottom: 1px solid #9b9d9c;
  padding-bottom: 12px;
  color:#fff;
}

.header-top a{
  color:#fff;
  font-size:16px;
}
/* .header-top .social-links a:first-child{
    padding-right: 10px;
} */
.header-top .social-links a{
    padding-right: 10px;
}
.header-top .social-links a:last-child{
    padding-right: 0;
}
.header-right ul.submenu.level-1 > li:last-child a{
  padding: 10px 15px;
}

.header-top a:hover{
  color:#f67f00;
  transition: all 0.6s ease-out 0s;
}

.header-top .inner-content{
  display:flex;
  justify-content:space-between;
}

.header-top .left-content,
.header-top .right-content{
  display:flex;  
  align-items:center;
}

/* .header-top .right-content .social-links a{
margin-right:10px;  
} */
.header-top .left-content .phone-info{
  margin-right:15px;
}
.header-top .right-content .text-label{
  text-transform:uppercase;
  font-size:14px;
  margin-right: 28px;
  letter-spacing: 2px;
}

@media(max-width: 991px){
  .header-right ul.submenu.level-1 > li:last-child a{
    text-align: center;
  }
}
