.serch_content{
	display: none;
}

.top-header {
    text-align: right;
}
.top-header ul {
    list-style: none;
}


.top-header ul li {
    display: inline-block;
}



div#footer-widget-area .custom-html-widget h4 {
    color: #fff;
}

div#list_of_courses {
    display: none;
}

.top-header ul {
    list-style: none;
    padding: 0;
  }
  
  .dynamic-gridblock ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
  }
  
  .dynamic-gridblock ul li {
    margin: 0.5em 0;
  }
  
 .dynamic-gridblock  ul li a.toggle {
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    padding: 0.75em;
    border-radius: 0.15em;
    transition: background 0.3s ease;
  }

  .dynamic-gridblock ul li a.toggle:hover {
    background: rgba(0, 0, 0, 0.9);
  }

.select2-container {
  z-index: 8 !important;
}
.select2-container.select2-container--open {
  z-index: 999999 !important;
}
