 /* ul.categories-list
{
  display:block;
}
.add_top_body ul.categories-list
{
  display:none;
} */





 .web_desingn
  {
    display:block;
  }
.mobile_desingn
  {
    display:none;
  }

@media screen and ( max-width: 768px ) {
  
 .stick-position-div
{
  border-bottom:none !important;
}
 .web_desingn
  {
    display:none;
  }
.mobile_desingn
  {
    display:block;
  }
  
ul.new_secondary_blog_menu li:first-child {
    display: none;
}
}
@media screen and ( min-width: 768px ) {
    ul.new_secondary_blog_menu li:first-child a {
/*    
  font-size: 26px !important;
    font-weight: 600; */
    text-decoration: None !important;
    font-family: 'Montserrat',sans-serif;
  color:#333;
}
    
ul.categories-list li a {
    font-family: 'Montserrat',sans-serif;

    font-size: 17px !important;
    }
ul.categories-list.list--no-mark.mobile-dropdown__list li:first-child {
   
 
}
}


.categories-list__holder {
/*  margin: 0 0 38px 0; */
  margin:0 !important;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
}
.isSticky  {
    position: fixed !important;
    transition: all .4s ease 0s;
  background:#fff !important;
}
.isSticky {
    top: 0px !important;
    z-index: 50 !important;
}
.span12.widget-span.widget-type-cell.blog-content {
    margin-top: 50px;
}
.stick-position-div{
  border-bottom: 0px;
  position:relative;
}

ul.categories-list {
  margin: 0 -25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 16px!important
}
ul.categories-list li {
  margin: 0 25px;
}

.mobile-dropdown__title {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
}
ul.categories-list li a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  text-decoration: none;
  padding: 10px 0px;
}
ul.categories-list li a:focus,
ul.categories-list li a:active {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .categories-list__holder {
    margin: 30px 0 0 0;
    border: none;
  }

  .categories-list__holder .mobile-dropdown--top {
    border-bottom: 1px solid #ECE7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
  }
  .span12.widget-span.widget-type-cell.blog-content {
    margin-top: 0px;
}

  .categories-list__holder .categories-list {
    min-width: 205px;
    width: 100%;
    z-index: 50;
  }

  ul.categories-list {
    margin: 0 !important;
/*    display: block; */
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 20px rgba(21, 55, 80, 0.1);
    box-shadow: 0 5px 20px rgba(21, 55, 80, 0.1);
    position: absolute;
    z-index: 20;
    padding: 0 !important;
  }

  ul.categories-list li {
    z-index: 2;
    margin: 0;
    width: 100%;
  }

  ul.categories-list li a {
    padding: 16px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #ECE7E7;
  }

  ul.categories-list li:last-of-type a {
    border-bottom: none;
  }
}







/* .span12.widget-span.widget-type-custom_widget.abc2020_old_menu {    display: none !important; 
}
.span12.widget-span.widget-type-custom_widget.blog_brudcrumb_2023 {
    display: none !important;
} */
.categories-list li a{
position:relative;
}
.categories-list li.active a::after{
content: '' !important;
    background: #6fd24f !important;
    width: 100% !important;
    position: absolute !important;
    height: 3px !important;
    bottom: 0px !important;
    left: 0px !important;
}
.categories-list li.blog-tag-names:hover{
text-decoration:none !important;
}
.categories-list li.blog-tag-names a:hover{
text-decoration:none !important;
}
.categories-list li.blog-tag-names a:after{
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0%;
  position: absolute;
  background: #6fd24f;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.categories-list li.blog-tag-names a:hover:after { 
  width: 100%; 
  left: 0; 
}