/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2021 | 05:43:44 */
div::-webkit-scrollbar {
  display: block !important;
}

.scroll4::-webkit-scrollbar {
  width: 10px;
}
 
.scroll4::-webkit-scrollbar-thumb {
  background: #0d9c4a;
  border-radius: 20px;
}

.scroll4::-webkit-scrollbar-track {
  background: #ffc801;
  border-radius: 20px;
}

.tab-container .content {
  width: 100%;
}

#find-us .tab-container .list-container {
  height: 500px;
  overflow: auto;
  float: left;
  direction:rtl;
}

.tab-container .list-container ul {
  direction:ltr;
}

.navigation-tab.clearfix:before,
.navigation-tab.clearfix:after {
  content: " ";
  display: table;
}

.navigation-tab.clearfix:after {
  clear: both;
}

.navigation-tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-tab a {
  text-decoration: none;
  color: #a61115;
  display: block;
  font-weight: bold;
  line-height: 21px;
  padding-bottom: 20px;
  z-index: 9;
  position: relative;
}

.navigation-tab a.activ {
  color: #0d9c4a;
}

.navigation-container {
  width: 100%;
}

.navigation-container .navigation-tab {
  width: 100%;
}

.navigation-container .navigation-tab li {
  float: left;
  width: 20%;
  line-height: 60px;
  text-align: center;
}

.navigation-container span {
    display: block;
    height: 55px;
    width: 50%;
    background: #ffc801;
    position: relative;
    left: 0;
    margin-top: -59px;
    transition: 0.3s ease-in-out;
    z-index: 1;
    border-radius: 35px;
}

#find-us .tab-container {
  margin-top: 1.5em;
  overflow: hidden;
  background-color: #A31116;
  min-height: 500px;
  padding: 15px;
}

.tab-container>p{
  text-align: center;
  margin: 30px auto;
  padding: 0 10%;
}

.tab-container>div{
  margin: 0 auto;
  display: none;
}

.tab-container>div.activ{
  display: block;
}

.outlet-list {
  list-style: none;
  margin: 0 15px;
  padding: 0;
  width: 100%;
}

.outlet-list li {
  background-color: white;
  padding: 10px 15px;
  min-height: 130px;
  color: #a31116;
}

.outlet-list .name {
  background-color: #a31116;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  cursor: pointer;
}

#keyword {
    border-width: 2px 2px 2px 2px;
    border-color: #a61115;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 20px 10px 20px;
}

@media only screen and (max-width: 680px) {
  .navigation-tab li:nth-child(5) {
    margin-bottom: -8px;
    margin-top: -10px;
  }
  .navigation-container .navigation-tab li {
    font-size: 13px;
  }
  .outlet-list {
    margin: 0 0 0 15px;
  }
  .tab-container .map {
    margin-top: 15px;
  }
}

#halal-tab li{
    list-style: none;
    padding: 15px 50px;
  font-size:16px;
  font-weight:700;
     color: #0D9A4B !important;
}

#halal-tab ul{
    display: flex;
}

#halal-tab li .activ{
 color:#A31116 !important; 
}

.tab-container-1>div{
  margin:auto;
  display: none;
}
.tab-container-1>div.activ{
  display: block;
}
