.header{z-index: 9999;}
.banner-area{margin-top: 85px;}
.header__logo a {
    display: inline-block;
    padding: 5px 0;
}
::placeholder{color: #333;}
input, select, textarea{color: #333;}
.header__logo a img {max-width: 120px;}
.sticky--header.is-sticky .header__logo a {
     padding: 0; 
}
p {text-align: justify;}
.bg-image--1 {background-image: url('images/bg/1.jpg');}
.bg-image--2 {background-image: url('images/bg/2.jpg');}
.bg-image--3 {background-image: url('images/bg/3.jpg');}
.current-opening {
    padding: 15px;
    background: #f3f3f3;
	margin-bottom: 15px;
}
.current-opening p {
    margin-bottom: 5px;
}
.current-opening .apply-now {
    padding: 40px;
}
.search-section{padding:60px 0px;}
.img-div{height: 100%;max-height: 200px;overflow: hidden;}
.header__top__info li{padding: 0 5px;}
.padding-10{padding: 10px 0px;}
.pg-appintment__box .single-input input, .pg-appintment__box .single-input textarea, .pg-appintment__box .single-input select{border: 1px solid #d9d9d9;padding: 7px 15px;color: #333;}
.pg-appintment__box .single-input{margin-top: 15px;}
.header__bottom{box-shadow: 0 1px 5px #989898;}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0rem;
}
a:hover,
a:focus{
    text-decoration: none;
    outline: none;
}
.tab{
    font-family: 'Source Sans Pro', sans-serif;
    padding: 15px;
}
.tab .nav-tabs{
    margin: 0;
    border: none;
}
/* .tab .nav-tabs li{ width: 33.33%; } */
.tab .nav-tabs li.active a{background: #e47129; }
.tab .nav-tabs li a{
    color: #fff;
    background: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 25px 10px;
    margin: 0 2px 3px 0;
    border: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    opacity: 1;
    transform: translateY(-21.5px) scale(0.3);
}
.tab .tab-content{
    color: #555;
    background: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 20px;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 15px; }
}
.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color: #04AA6D;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}
.user-panel{width: 85%;float: right;}
.sidebar{width: 15%;}

@media screen and (max-width: 850px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
}
.bg-grey{background-color: rgb(241, 241, 241);}
.page-content .background {
  background: url(/img/bghome.jpg) 50% center / cover no-repeat fixed;
}
.search-content {
  position: relative;
  max-width: 1170px;
  padding: 5em 0.2em;
  margin: 0px auto;
  overflow: hidden;
}
.search h1 {
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
  line-height: 2.5rem;
  text-align: left;
  font-weight: 300;
  margin: 10px 0px;
}
.page-content .search-box {
  background-color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  padding: 0.3em 2em;
  border-radius: 10px;
}
.main-search {
  grid-row: 4 / auto;
  grid-column: 5 / -1;
}
.page-content .main-search {
  grid-column: 5 / -1;
}
.page-content .input-container {
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.page-content .search-box .input-keyword {
  width: 40%;
  margin-right: 5px;
}
.page-content .input-container {
  border: none;
}
.page-content .search-box .input-keyword {
  width: 40%;
  margin-right: 5px;
}
.twitter-typeahead {
  display: block!important;
  text-align: left;
}
.page-content .search-box .input-submit {
  width: 25%;
}
.page-content .search-box .input-submit input {
  height: 39px;
  margin-bottom: 5px;
  margin-top: 21px;
  position: relative;
  background: #069;
  line-height: 3px;
}
.home-form-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
.mobile-logo img{width:120px;}
.whatsapp-icon {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 99;
}
.whatsapp img{
    width:80px;
}



