#top_black_button {
  padding-top: 12px;
  padding-bottom: 12px;
}

#slider a:hover {
  color: black !important;
}

.mentorship-btn {
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
}

#mentorship-buttn {
  background: white;
  /* height: 36px !important; */
  margin-top: 0px !important;
  text-align: center !important;
  border: 1px solid white;
  font-weight: bold;
  margin-bottom: 1rem !important;
}

.negative-mb-10 {
  margin-bottom: -10px;
}

.tick-text {
  position: absolute;
  left: 50px;
  line-height: 18px;
}

.img-icons.left-shift {
  float: left;
  margin-right: 5px;
}

.tick-box-wrapper {
  text-align: left;
}

.tick-box-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tick-box-wrapper ul li {
  line-height: 20px;
  margin-bottom: 15px;
  background: url("../images/black-tick.svg") no-repeat left 0;
  background-size: 15px;
  padding-left: 30px;
}

.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(80, 144, 247);
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465b;
  position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

@media (max-width: 414px) {
  .main-border {
    margin-top: 60px;
  }
}
