.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 768px) {
  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

nav.navbar {
  background: #fff;
  border: none;
  padding: 15px 0;
  margin: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none !important;
  color: #6777ef;
}

.nopadding {
  padding-bottom: 9px !important;
  padding: 0 !important;
}

.header {
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.navbar .navbar-nav > li.mobile-title {
  display: none;
}

.job-search-form label {
  display: none;
}

.job-search-form input {
  height: 50px;
  width: 100%;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 30px;
  font-size: 18px;
  color: #999;
}

.dropdown-toggle {
  color: #999 !important;
  background: #fff;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  padding-left: 30px;
  height: 50px;
  outline: 0 !important;
  box-shadow: none;
  letter-spacing: 0;
}

@media (max-width: 992px) {
  .job-search-form .col-sm-12 {
    padding-top: 15px;
  }
}

/* .job-search-form .search-location:before {
  content: '\f276';
  font-family: 'fontawesome';
  font-size: 22px;
  position: absolute;
  right: 40px;
  color: #999;
  line-height: 50px;
} */

a,
button,
input {
  outline: none !important;
}

ul{
  list-style: none;
}

.job_detail {
  border-radius: 5px;
  box-shadow: 0px 20px 25px rgb(0 0 0 / 5%);
}

.ul_header {
  list-style: none;
  padding: 15px 33px;
}

.ul_header li {
  padding-top: 10px;
}

.ul_header span {
  line-height: 1.2;
}

.ul_header i {
  color: blue;
}

.nav-float-menu > * {
  margin: 0px;
  padding: 0px;
}

/* .float-menu {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 250px;
  width: 75px;
  list-style: none;
  background-image: linear-gradient(130deg, #6777ef 38%, #3ae2f0 123%);
  z-index: 999;
  padding: 0px;
  border-radius: 17px 17px 17px 17px;
} */

/* .float-menu li {
  width: 100%;
  height: calc(400px / 5);
  cursor: pointer;
  padding: 25% 0;
} */

/* .float-menu li:hover {
  background-color: #444;
  padding-bottom: 1rem;
} */

.float-menu li div {
  text-align: center;
}

.float-menu li div img {
  margin: 2px auto;
  width: 50%;
}

.float-menu li div.float-menu-text {
  color: black;
  font-size: 0.8em;
}
