        .panel.panel--hero.panel--large .hero, .panel.panel--hero.panel--large .media-wrap {
            min-height: 250px!important;
        }
   

@media (min-width: 1500px) {
    .panel.panel--hero .hero__heading {
    font-size: 2.5rem!important;
}
}


.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}

.mt35 {
  margin-top: 35px;
}
.mb35 {
  margin-bottom: 35px;
}

.btn {
  display: inline-block;
}

.btn-apply {
  background: #dc2f2f;
  color: #fff;
  font-weight: bold;
  padding: 1.5em 3em;
  transition: .03s;
}

.btn-apply:hover {
  background: #f42c2c;
  transition: .3s;
}

.btn-download {
  background: #fff;
  color: #0068b1;
  font-weight: bold;
  padding: 1.5em 3em;
  transition: .03s;
}

.btn-download:hover {
  color: #f42c2c;
  transition: .3s;
}

.btn-link-red {
  color: #dc2f2f;
  font-weight: bold;
}

.btn-link-blue {
  color: #0068b1;
  font-weight: bold;
}

.course__detail__header {
  position: relative;
  background-size: cover!important;
  background-position: center;
  background-repeat: no-repeat!important;
  background: #ccc;
}

.course__detail__header .overlay {
  position: absolute;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) );
  width: 100%;
  height: 70%;
  bottom: 0
}

.course__detail__header .col {
    padding: 0
}

.course__detail__header .breadcrumb {
  margin: 5em 0 15em 0;
  position: static;
}

.course__detail__header .breadcrumb a {
  color: #fff;
  text-transform: uppercase;
}

.course__detail__header a i {
  margin-right: .5em;
}


.course__detail__header  a {
  font-weight: 800;
}


.course__detail__header .course__heading__body .para__block p.col {
  width: 70%;

}

.course__detail__header .course__heading__body .para__block a.col {
  width: 30%;
}

.course__detail__header .apply__block .btn-link-red {
  margin-top: 1.5em;
  display: block;
}

.course__detail__header h2 {
  color: #fff;
  font-size: 6em;
  font-weight: 900;
  margin-bottom: .3em;
}

.course__detail__header p {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.4em;
}

.course__detail__header .course__highlights {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 100%;
  margin-top: 5em;
}

.course__detail__header .course__highlights .container {
  max-width: 1400px;
  margin: 0 auto;
}

.course__detail__header .course__highlights .container ul {
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  color: #000;
  text-align: center;
  padding: 2em 0;
}

.course__detail__header .course__highlights .container ul li {
  line-height: 2em;
  font-weight: normal;
  padding: 1em 1.5em;
}

@media (max-width: 700px) {

}

.course__detail__header .course__highlights .container ul li span strong {
  display: block;
  font-size: 1.8em;
  font-weight: 700;
}

@media (min-width: 1325px) {
  .course__detail__header .course__heading__body .para__block.col {
    width: 70%
  }

  .course__detail__header .course__heading__body .apply__block.col {
    width: 30%;
    text-align: right;
  }
}

@media (max-width: 1324px) {
  .course__detail__header .course__heading__body .para__block.col {
    width: 75%
  }

  .course__detail__header .course__heading__body .apply__block.col {
    width: 25%
  }
}

@media (max-width:1170px) {
  .course__detail__header h2 {
    font-size: 3.2em;
  }
  .course__detail__header .course__heading__body .para__block p.col,
  .course__detail__header .course__heading__body .para__block a.col
   {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .course__detail__header .breadcrumb {
    margin-bottom: 5em;
  }
}

@media (max-width:1024px) {

  .course__detail__header .course__heading__body {
    display: block;

  }

.course__detail__header .course__heading__body .para__block a.col {
  margin-bottom: 2em;
}

.course__detail__header h2 {
  font-size: 3em;
}
.course__detail__header p {
  font-size: 1.2em;
}

}

@media (max-width:830px) {
  .course__detail__header .course__heading__body .para__block.col,
  .course__detail__header .course__heading__body .apply__block.col {
    width: 100%
  }
  .course__detail__header .course__heading__body .apply__block {
    max-width: 300px;
  }
}

@media (max-width: 700px) {
  .course__detail__header  a {
    font-size: .9em;
    font-weight: 800;
  }
  .course__detail__header {
    height: auto;
  }
  .course__detail__header h2 {
    color: #fff;
    font-size: 4em;
    font-weight: 900;
    margin-bottom: .3em;
  }

}

@media (max-width: 500px) {
  .course__detail__header h2 {
    font-size: 3em;
  }
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* course menu */
.course__content {
  background: #fff;
}

.course__content .course__menu {
  background: #0068b1;
}
@media (min-width:1000px) {
  .course__content .course__menu {
      position: sticky;
      top: 0;
      z-index: 10
  }
}
.course__content .course__menu .container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.course__content .btn__block,
.course__content .btn__menu {
  display: inherit;
}

.course__content ul {
  display: inherit;
}
.course__content ul.menu__list li {
  display: inline-block;
  padding: 1em;
}

.course__content ul li a {
  font-size: 1.03em;
  color: #fff
}
.course__content ul li a:hover {
  border-bottom: 2px solid #fff;
}

.course__content .btn__block .btn-apply {
  padding: 1em;
}
.course__content .btn__block .btn-download {
  padding: 1em;
  margin-right: 10px;
}

@media (max-width: 1000px) {
  .course__content .course__menu {
    padding: 2em 0 1em;
  }
  .course__content .course__menu .menu__list {
    margin-top: 1em
  }

  .course__content .course__menu .container {
    display: inline-block;
  }
  .course__content .btn__block  {
    display: block;
  }
  .course__content .btn__block .btn-download {
    margin-left: 1em;
  }
}

/* course detail */


.course__detail .container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0
}

.course__detail .tab__content {
  width: 70%
}

.course__detail .sidebar__content {
  width: 30%
}

.course__detail .sidebar__content h3 {
  font-size: 1.5em;
}

@media (max-width:900px) {
  .course__detail .tab__content {
    width: 100%
  }

  .course__detail .sidebar__content {
    width: 100%;
    margin-top: 50px;
  }
}

.course__info {
  background: #fff;
  position: relative;
  padding: 2em 2em 2em 4em;
  margin: 25px 0;
  border-left: 8px solid #adc1cf;
  border-right: 8px solid #adc1cf;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.course__info::before {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
  content: '\f05a';
  text-align: center;
  width: 85px;
  height: 85px;
  color: #666;
  background: #fff;
  border: 0 solid #fff;
  border-radius: 50px;
  font-size: 4em;
  margin-right: 1.5em;
  margin-top: 0;
  top: 1.5em;
  left: -0.65em;
}


/* course tabs */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  border-bottom: 0 solid #ccc;
}

.tab button {
  color: #0068b1;
  font-family: 'Roboto', sans-serif;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1.2em 2em;
  transition: 0.3s;
  font-size: 1.1em;
  border-bottom: 1px solid #fff;
}

.tab button:hover {
  color: #0068b1;
  background-color: #fff;
  text-decoration: underline;
  border-bottom: 1px solid #fff;
}

.tab button.active {
    color: #0068b1;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.tabcontent {
  display: none;
  padding: 40px;
  border: 1px solid #ccc;
  border-top: none;
    background: white;
    color: #333
}
.tabcontent h3 {
  font-size: 1.8em;
  line-height: 1.5em;
  margin-bottom: 20px
}
.tabcontent ul,
.entry__requirements ul {
  margin-left: 2em;
  position: relative
}
.tabcontent ul li:before,
.entry__requirements ul li:before {
  position: relative;
  font-family: 'FontAwesome';
  font-size: 10px;
  content: '\f111';
  margin-left: -2.5em;
  margin-right: 1.5em;
  top: -3px;
}

.tabcontent ul li,
.entry__requirements ul li {
  margin-bottom: .5em;
}

.entry__requirements {
  width: 100%;
  padding: 3.5em 0 2em;
  margin-top: 50px;
  color: #fff;
  background: #2479b5
}
.entry__requirements .container {
  padding: 0 2em;
}
.entry__requirements .entry__1 {
  width: 60%;
}
.entry__requirements .entry__2 {
  width: 40%;
}

.entry__requirements h4 {
  font-size: 1.5em;
}

.entry__info {
  position: relative;
  background: #fff;
  color: #333;
  padding: 2em 2em 2em 4em;
  margin: 2em 0;
  border-left: 8px solid #adc1cf;
  border-right: 8px solid #adc1cf;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.entry__info::before {
  position: absolute;
  background: #fff;
  width: 67px;
  height: 67px;
  font-family: 'FontAwesome';
  content: '\f059';
  color: #999;
  border-radius: 50px;
  font-size: 3.8em;
  border: 5px solid #fff;
  text-align: center;
  top: .8em;
  left: -.3em;
}

.entry__info p {
font-style: italic;
}

@media (max-width:800px) {
  .entry__requirements .entry__1 {
    width: 100%;
  }
  .entry__requirements .entry__2 {
    width: 100%;
    margin-top: 5em;
  }
}


/* course__delivery */
.course__delivery {
  padding: 50px 0;
}
.course__delivery h5 {
  margin-top: 10px;
}
.course__delivery ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.course__delivery ul li:before {
  position: relative;
  font-family: 'FontAwesome';
  font-size: 7px;
  content: '\f111';
  margin-left: -2.5em;
  margin-right: 1.5em;
  top: -3px;
}
.course__delivery .column1,
.course__delivery .column2,
.course__delivery .column3 {
  width: 33.3%;
}
@media (max-width: 800px) {
  .course__delivery .column1,
  .course__delivery .column2,
  .course__delivery .column3 {
    width: 100%;
  }
}

 /* fees__payment */
.fees__payment {
  padding: 50px 0;
  background: #0c72b9;
  color: #fff;
}

.fees__payment .column2 {
  margin-top: 1em;
}
.fees__payment .price-heading {
  margin-top: 15px;
}
.fees__payment ul li {
  position: relative;
  padding: 2em 1em 1em;
  color: #0068b1;
  display: inline-block;
  background: #fff;
  width: 180px;
  margin-top: 1em;
  transition: .3s
}
.fees__payment .column1 ul li:hover {
  color: #fff;
  background: #0d5f98;
  cursor: default;
  transition: .3s
}

.fees__payment .column2 ul li:hover {
  color: #fff;
  background: #da4949;
  cursor: default;
  transition: .3s
}

.fees__payment .plan18 {
  font-size: 14px;
  position: absolute;
  display: block;
  padding: 5px 10px;
  background: #0d5f98;
  color: #fff;
  top: -10px;
  left: 0px;
}
.fees__payment .plan24 {
  font-size: 14px;
  position: absolute;
  display: block;
  padding: 5px 10px;
  background: #da4949;
  color: #fff;
  top: -10px;
  left: 0px;
}
.fees__payment .emi {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.fees__payment ul li .gbp {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.fees__payment .des {
  display: block;
  font-size: 13px;
}



@media (max-width: 551px) {
  .fees__payment .price-tag {
    display: block;
    margin-top: 5px
  }
}


/* careers */
.careers {
  padding: 50px 0;
}

.careers .col {
  width: 50%
}
.careers .col {
  width: 50%
}
.careers h4 {
  font-size: 1.4em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.careers ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.careers ul li {
  margin-bottom: 8px
}
.careers ul li:before {
  position: relative;
  font-family: 'FontAwesome';
  font-size: 7px;
  content: '\f111';
  margin-left: -2.5em;
  margin-right: 1.5em;
  top: -3px;
}

@media (max-width:800px) {
  .careers .col {
    width: 100%
  }
}


/* search-result */

.search-result {
  padding: 50px 0;
}

.search-result .container {
  max-width: 1180px;
}
.search-result-heading {
  padding: 0 2em 4em;
  position: relative;
  margin-bottom: 50px;
}
.search-result-heading::after {
    content: '';
    position: absolute;
    width: 135px;
    height: 5px;
    bottom: 0;
    left: 2.1em;
    background: #f10000;
}
.search-result-form {
  display: block;
  background: #fff;
  padding: 2em;
}
.search-result .col {
  padding: 0;
}

.search-result .column1 {
  width: 90%
}
.search-result .column2 {
  width: 10%
}
.search-result-form input{
  font-size: 1.1em!important;
  color: #333;
}
.search-result-form input::placeholder{
  color: #333
}
.search-result-form button {
  background: #dc2f2f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  border: 0;
  appearance: push-button;
  user-select: none;
  white-space: pre;
  align-items: flex-start;
  text-align: center;
  padding: 19px 20px;
}
.search-result-form button:hover {
  background: #d61919;
}
.search-result ul.search-terms  {
  margin: 30px 0 0;
}
.search-result ul.search-terms li {
  display: inline-block;
  padding-right: 10px
}
.search-result ul.search-terms li a {
  text-decoration: underline;
  color: #333;
  line-height: 1.7em;
}
.search-result ul.search-terms li a:hover {
  text-decoration: none;
}

@media (max-width:1100px) {
  .search-result .column1 {
    width: 70%
  }
  .search-result .column2 {
    width: 15%
  }
}

@media (max-width:700px) {
  .search-result .container {
    padding: 0;
  }
  .search-result .column1 {
    width: 100%;
    margin-bottom: 20px
  }
  .search-result .column2 {
    width: 100%
  }
}

/* search result content */

.search-result-content .row {
  background: #fff;
  padding: 2em;
  margin-bottom: 50px;
}
.search-result-content .col {
  padding: 0;
}
.search-result-content .container {
    max-width: 1180px;
}
.search-result-content .container .first-block {
    border-top: 1px solid #ccc;
}

.search-result-content .container .last-block {
    border-bottom: 0!important;
}

.search-result-content .container a.search-content-block {
    display: block;
    color: #333;
    padding: 2em 1em;
    border-bottom: 1px solid #ccc;
}
.search-result-content .container a.search-content-block h4 {
    font-size: 26px
}
.search-result-content .container a.search-content-block:hover {
    background-color: #333;
    color: #fff
}

.search-result-content .container a.search-content-block .fa {
  margin-right: 3px
 }
 .search-result-content .container a.search-content-block span {
   margin-right: 15px;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
  }

  .search-result-content .container a .search-content-icon {
    display: block;
    margin-top: 1.8em;
  }


ul.pagination {
  display: block;
    text-align: center;
    padding-top: 2em;
}
ul.pagination li {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
}
ul.pagination li a {
  color: #333;
  padding: 7px 10px;
}
ul.pagination li a.active {
  background: #0068b1;
  color: #fff
}
ul.pagination li a:hover {
  background: #e6e6e6;
  color: #0068b1;
  text-decoration: underline;
}

@media (max-width:700px) {
  .search-result-content .container {
    padding: 0;
  }
}

a.sample-certificate {
  display: inline-block;
  padding: 10px;
  border: 1px solid #0068b1;
  margin-top: 10px;
  transition: .3s;
}

a.sample-certificate span {
  margin-right: 3px;
}

a.sample-certificate:hover {
  color: #fff;
  background: #0068b1;
  transition: .3s;
}


/* aboutus page style */

.about__us .container {
  max-width: 1250px;
}

.about_header {
  color: #fff;
  background: #0068b1;
  padding: 4em 0;
}

.about_header h2 {
  font-size: 55px;
  font-weight: bold;
}

.about_header p {
  font-size: 28px;
  margin-bottom: 0
}
.about__content {
  padding: 50px 0;
}
.about__content .container {
  padding: 0
}

.about__content p.display-2 {
  font-size: 30px
}

.about__content p.display-2 strong {
  font-weight: bold;
}

.about__content h3 {
  font-size: 25px
}

.about__content .column1 {
  width: 33.3%
}
.about__content .column2 {
  width: 33.3%
}
.about__content .column3 {
  width: 33.3%
}

@media (max-width:800px) {
  .about__content .column1 {
    width: 100%
  }
  .about__content .column2 {
    width: 100%
  }
  .about__content .column3 {
    width: 100%
  }
  .about_header h2 {
    font-size: 38px;
    font-weight: bold;
  }
  .about_header p {
    font-size: 24px;
    margin-bottom: 0
  }
  .about__content p.display-2 {
    font-size: 24px
  }

}

.about__content .lsib__pro h3 {
  margin-top: 25px;
}


/* contact us page style */
.contact__us  {
  background: #fff
}
.contact__us .container {
  max-width: 1250px;
}

.contact__us .course__info h3 {
  margin-bottom: 1em
}

.contact__header {
  color: #fff;
  background: #0068b1;
  padding: 4em 0;
}

.contact__header h2 {
  font-size: 55px;
  font-weight: bold;
}

.contact__header p {
  font-size: 28px;
  margin-bottom: 0
}
.contact__content {
  padding: 50px 0;
}

.contact__content .col {
  padding: 0
}

.contact__content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.contact__content .col-1 {
  width: 50%;
  padding-right: 2em;
}

.contact__content .col-2 {
  width: 50%;
}

.contact__content p.display-2 {
  font-size: 30px
}

.contact__content p.display-2 strong {
  font-weight: bold;
}

.contact__content h3 {
  font-size: 25px
}

.contact__content .course__info::before {
  top: 1.8em
}


@media (max-width:800px) {
  .contact__content .col {
    width: 100%;
  }
  .contact__content .col-2 {
    margin-top: 25px
  }
  .contact__header h2 {
    font-size: 38px;
    font-weight: bold;
  }
  .contact__header p {
    font-size: 24px;
    margin-bottom: 0
  }
  .contact__content p.display-2 {
    font-size: 24px
  }
}

form.contact__form {
  /* max-width: 700px; */
}

form.contact__form input,
form.contact__form textarea,
form.contact__form button {
  margin-bottom: 10px;
  font-size: 16px;
}
form.contact__form input,
form.contact__form textarea {
  font-size: 16px;
}
form.contact__form input::placeholder {

}
.contact__content button {
  border: none;
  cursor: pointer;
  padding: 1em 2em;
}


/* Testimonial page style */
.testimonial  {
  background: #fff
}
.testimonial .container {
  max-width: 1250px;
}
.testimonial__header {
  color: #fff;
  background: #0068b1;
  padding: 4em 0;
}

.testimonial__header h2 {
  font-size: 55px;
  font-weight: bold;
}

.testimonial__header p {
  font-size: 28px;
  margin-bottom: 0
}
.testimonial__content {
  padding: 0 0 25px
}
.testimonial .col {
  padding: 0
}
.testimonial .testi__block {
  position: relative;
  padding: 3em 0;
  margin: 5em 0;
}
.testimonial .testi__block span {
  font-size: 1.4em;
  font-weight: normal;
}
.testimonial p {
  position: relative;
  z-index: 1;
}
.testimonial .testi__block p {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
}

.testimonial .testi__block .text-blue {
  color: #0068b1
}

.testimonial .testi__block .text-red {
  color: #d93434
}
.testimonial .testi__block span {
  position: absolute;
  z-index: 1;
  right: 5.5em;
  bottom: -10%;
  font-style: italic;
  font-weight: 300
}
.testimonial .testi__block::before {
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 8em;
  position: absolute;
  top: -30px;
  right: 0;
  opacity: 0.4;
  color: #d2d3c4;
}

.testimonial hr {
  background: #ccc;
  border: 0;
  width: 85%;
  height: 1px;
}

.testimonial .testi__block img {
  position: absolute;
  width: 100px;
  right: 0;
  bottom: -15%;
  /* filter: grayscale(100%); */
}

@media (max-width:800px) {
  .testimonial .testi__block p {
    font-size: 20px;
  }
}


/* browse all courses page style */

.browse-all-courses .course__detail__header .overlay {
    position: absolute;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) );
    width: 100%;
    height: 60%;
    bottom: 0;
}

.browse-all-courses .course__heading__body {
  padding-bottom: 3em;
}

.browse-all-content {
  padding: 50px 0;
  background: #fff;
}

.browse-all-content .container {
  max-width: 1250px;
}

.browse-all-content .container .col {
  padding: 0
}

.browse-all-content h3 {
  font-size: 24px;
  font-weight: bold;
}

.browse-all-content .accordion-content {
    padding: 20px 0;
    margin: 0 auto;
}

.browse-all-content .accordion-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 10px 0;
  margin-bottom: 0
}
.browse-all-content .accordianheader {
    position: relative;
    color: #fff;
    background: #1878c9;
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #ccc
}
.browse-all-content .accordianheader2 {
    position: relative;
    color: #fff;
    background: #778199;
    padding: 5px 20px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #ccc
}
.browse-all-content .accordianheader2 h3 {
  font-size: 20px
}
.browse-all-content .accordianheader:hover {
  text-decoration: underline;
}
.browse-all-content .accordianheader2:hover {
  text-decoration: underline;
  /* background: #666 */
}

.browse-all-content .accordianbody {
    background: #fff;
}

.browse-all-content .accordianbody ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.browse-all-content .accordianbody ul li {
    padding: 25px 15px;
    border-bottom: 1px solid lightgrey;
}
.browse-all-content .accordianbody ul li span.foundation {
  color: #fff;
  display: inline-block;
    background: #ff5e00;
    font-size: 12px;
    padding: 2px 5px;
    margin-top: 12px;
}

.browse-all-content .accordianbody ul li span.undergraduate {
  color: #fff;
  display: inline-block;
    background: #ffa500;
    font-size: 12px;
    padding: 2px 5px;
    margin-top: 12px;
}
.browse-all-content .accordianbody ul li span.postgraduate {
  color: #fff;
  display: inline-block;
    background: #00adff;
    font-size: 12px;
    padding: 2px 5px;
    margin-top: 12px;
}
.browse-all-content .accordianbody ul li span.level {
  position: absolute;
  width: 100px;
  color: #999;
    font-size: 14px;
    right: 2em;
}

.browse-all-content .accordianbody ul li span.level i {
  margin-right: 7px
}

@media (max-width: 800px) {
  .browse-all-content .accordianbody ul li span.level {
    width: 100px;
    position: inherit;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 10px;
  }

}

.browse-all-content .accordianbody ul li p {
  padding: 0;
  margin: 0
}
.browse-all-content .accordianbody ul a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.browse-all-content .accordianbody ul a:hover {
  color: #333!important;
  /* text-decoration: underline; */
  background: #e6e6e6;
}

.browse-all-content .accordianheader i {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}
.browse-all-content .accordianheader2 i {
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.browse-all-content .ui-state-active i {
    color: #ACD4CE;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.browse-all-content .search-result-form .row {
  margin: 0;
}
.browse-all-content .search-result-form .col1 {
  width: 85%;
}
.browse-all-content .search-result-form .col2 {
  width: 15%;
}
.browse-all-content .search-result-form {
  padding: 2em;
  background: #eee;
  margin-top: 50px
}

@media (max-width:800px) {
  .browse-all-content .search-result-form .col1 {
    width: 100%;
  }
  .browse-all-content .search-result-form .col2 {
    width: 100%;
    margin-top: 15px
  }
}
