.navbar-brand span {
  top: -18px;
}

.jumbotron{
  background-size: cover;
  background-image: url(../../../images/tuemaster/laptop-natural.jpeg);
  background-position: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h4,
.jumbotron h3,
.jumbotron h5,
.jumbotron h6,
.jumbotron p,
.jumbotron span{
  color: #fff !important;
}

.jumbotron .enroll-step h2{
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 1.8em;
  line-height: 2;
}

.jumbotron .enroll-step h4{
  line-height: 2;
}

.jumbotron .enroll-step i.fa-chevron-right{
  margin-left: 20px;
  margin-right: 20px;
}

.jumbotron .contact-number{
  margin-bottom: 0;
  text-align: center;
}

.jumbotron .contact-number h3, .jumbotron .contact-number span{
  color: #9BD869;
}

.btn-pretest {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 19px;
}

.categorytitle{
  margin-bottom: 30px;
  margin-top: 30px;
}

#subject-section{
  padding-top: 30px;
  padding-bottom: 30px;
}

.categorytitle h3{
  font-size: 28px;
}

.service{
  background: url(../../../images/default/patterns/1.png) repeat;
}

#maths-course-title, #physics-course-title, #english-course-title, #last-minute-course-title,#chem-course-title {
  padding-top: 60px;
  padding-bottom: 15px;
}
#physics-course-title h1, #maths-course-title h1, #english-course-title h1, #last-minute-course-title h1,#chem-course-title h1 {
  color: #FFF;
  letter-spacing: 2px;
}
#last-minute-course-title{
  background: linear-gradient(to bottom right, #f0ad4e, #ec971f);
}
#maths-course-title {
  background: linear-gradient(to bottom right, #6fb35d, #2b9d33);
}
#physics-course-title {
  background: linear-gradient(to bottom right, #AA7939, #805216);
}
#physics-course, #last-minute-course {
  background: url(../../../images/default/patterns/6.png) repeat;
}
#english-course-title {
  background: linear-gradient(to bottom right, #2E4372, #152B55);
}
#chem-course-title{
  background: linear-gradient(to bottom right, #e79603, #ca8300);
}

.btn-extralarge {
  font-size: 16px;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.btn-brown {
  background-color: #AA7939 !important;
}

.btn-blue {
  background-color: #2E4372 !important;
}

.btn-fullwidth {
  margin-bottom: 45px;
}
.navcat{
  background:#fff;
  box-shadow: 0px 8px 6px rgba(0,0,0,0.16);
  padding: 23px auto;
}
#catstick{
  padding: 25px 0px;
}
.navcat h4{
  margin-bottom: 20px;
}
.sticky {
  position: sticky;
  top: 65px;
  width: 100%;
  z-index: 5;
}
@media (max-width: 765px) {
  .sticky {
    position: static;
  }
}
.dropdown,.dropdown-head {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: auto;
  z-index: 1;
}
.dropdown-content li{
  color: inherit;
}
.dropdown-content li a:hover{
  color: green;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.caret{
  margin-left: 10px !important;
}
.btn-orange{
  background-color: #e79603;
}

.course-list-btn {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
  