    .headerlogo-left {
      width: 100%;
      /* max-width: 50px; */
      height: auto;
    }
    
    .headerlogo-center {
      width: 100%;
      /* max-width: 200px; */
      height: auto;
    }
    
    .headerlogo-right {
      width: 100%;
      /* max-width: 200px; */
      height: auto;
    }
    
    .navbar {
      background-color: #303030;
    }
    
    .navbarHeader li a {
      font-size: 14px!important;
      text-transform: uppercase;
      padding-right: 1rem !important;
      padding-left: 1rem !important;
    }
    
    #main {
      background-image: url(../images/banner.png);
      background-position: center;
      background-repeat: no-repeat;
      min-height: 80vh;
      background-size: cover;
      border-top: 5px solid #28a745;
    }
    
    .mainheader-h2 {
      color: #fff;
      font-size: 15px;
      font-weight: bold;
    }
    
    .mainheader-h1 {
      font-size: 33px;
      font-weight: bold;
    }
    
    .mainheader-p {
      font-size: 33px;
      font-weight: 300;
    }
    
    .hero__img--btn {
      background-image:       linear-gradient(292deg, #05681c, #91c69d);

      border: 2px solid #fff;
      border-radius: 30px;
      font-size: 20px;
      width: 180px;
    }
    
    .mainheader-input {
      border-radius: 35px;
      height: 45px;
      width: 100%;
      margin: 0 auto 15px;
      /* margin-bottom:15px */
    }
    
    .form-group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      height: 45px !important;
      border: none;
      background: white url(../images/searcharrow.png) no-repeat right 20px bottom 13px;
      border: 1px solid #ced4da;
    }
    /* end of header */
    /* register youself section */
    
    .registerYourAccount-h {
      color: #29539d;
      font-size: 37px;
      font-weight: bold;
    }
    
    .btn-register {
      background: #1d9fed;
      color: white;
      font-size: 22px;
      font-weight: bold;
      border-radius: 30px;
      width: 300px;
      text-align: start;
    }
    
    .registeration-information {
      border-left: 3px solid #96c5d7;
    }
    
    .line {
      height: 3px;
      width: 58%;
      background-color: #e6e6e6;
    }
    
    .steps {
      font-size: 26px;
      color: #29539b;
    }
    
    .registerrationInformation-input {
      border-radius: 35px;
      height: 55px;
    }
    
    @media only screen and (max-width: 576px) {
      .btn-register {
        background: #1d9fed;
        color: white;
        font-size: 16px;
        font-weight: normal;
        border-radius: 30px;
        width: 200px;
        font-weight: 500;
        text-align: start;
      }
      .steps {
        font-size: 20px;
        color: #29539b;
      }
      .registerrationInformation-input {
        border-radius: 35px;
        height: 45px;
      }
    }
    /* end of register yourself section */
    /* recent job section*/
    
    #recentjobs {
      background-color: #ffffff;
    }
    
    .recentjob-h2 {
      color: #2a5298;
      font-size: 29px;
      font-weight: bold;
    }
    
    #recentJobs-container {
      background-color: #F2F2F2;
      margin-top: -30vh;
      border-radius: 44px;
    }
    
    .recentJobs-icon {
      background-color: #29559c;
      padding: 5px 7px;
      border-radius: 30px;
      font-size: 23px;
      color: white;
    }
    
    .recentJobs-ptop {
      font-size: 18px;
      line-height: 25px;
    }
    
    .recentJobs-pbottom {
      font-size: 12px;
      color: #4bb4f8;
      text-align: left;
    }
    
    .recentJobs {
      background-color: white;
      border-radius: 50px;
    }
    
    .recentJobs-border {
      width: 2px;
      height: 35px;
      background-color: #e6e6e6;
    }
    
    .btn-applyJob {
      border-radius: 30px;
      background-image:       linear-gradient(292deg, #05681c, #91c69d);
      color: white;
      font-size: 15px;
      font-weight: bold;
      padding: 5px 25px;
    }
    
    @media only screen and (min-width: 0px) and (max-width: 992px) {
      .recentJobs {
        background-color: white;
        border-radius: 15px;
      }
      .mainheader-h1 {
        font-size: 40px;
        font-weight: bold;
      }
    }
    
    @media only screen and (min-width: 992px) {
      .job-div {
        /*width: 280px;*/
        width: 65%;

      }
    }
    /* end of recent job section */
    /* Assami Statistics */
    
    #AssamiStatistics {
      background-image: url(../images/statistics-background.png);
      background-position: center;
      background-repeat: no-repeat;
      min-height: 75vh;
      background-size: cover;
    }
    
    .assamiStatistics-h {
      font-size: 29px;
      font-weight: bold;
    }
    
    .assamiStatistics-p {
      font-size: 28px;
      letter-spacing: 0.3px;
    }
    
    .statistics-number {
      font-size: 52px;
      font-weight: bold;
      color: #ffdb3f;
    }
    #jobtitle:before{
     font-family: 'FontAwesome';
     content: '\f274';
     position: absolute;
     right: 6px;
   }
   .form-control.mainheader-input.text-secondary{
    padding-right: 50px;
  }
  .statistics-title {
    font-size: 22px;
    font-weight: 500;
  }
  /* end of Assami statistics */
  /* footer */

  footer {
    background-color: #333333;
  }

  footer p {
    font-size: 12px;
  }

  footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer_links {
    list-style: none;
    padding-left: 0px;
  }

  .footer_links li a {
    color: white;
    font-size: 12px;
  }

  .footer-logo {
    /* width: 250px; */
    margin-bottom: 15px;
  }

  @media only screen and (min-width: 767px) and (max-width: 992px) {
    .footer-logo {
      width: 170px;
    }
  }
  /* end of footer */
  /* advanced search */

  .adv_search_link {
    font-size: 1rem;
    color: #f2f2f2 !important;
    font-weight: 500;
    margin-top: 15px;
  }

  .adv_search_link:hover {
    color: #fff !important;
  }

  .adv_search_link span {
    color: #1da1f3;
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 70% !important;
      margin: 1.75rem auto;
    }
  }

  .mt25 {
    margin-top: 25px;
  }

  .mb25 {
    margin-bottom: 25px;
  }

  #searchForm {
    background-color: #efefef;
    padding: 35px 0;
    margin-top: 30px;
  }

  .job_details h1 {
    color: #184174;
    font-size: 25px;
    font-weight: 700;
  }

  .job_details h2 {
    color: #184174;
    font-size: 25px;
    font-weight: 700;
  }
  /* Ayesha */

  .form-heading {
    font-size: 30px;
    color: #1da1f3;
    font-weight: 500;
  }

  .job-filter {
    float: right;
  }

  @media(max-width:990px) {
    .recentJobs-pbottom {
      text-align: center !important
    }
    .job-div {
      display: inline-block !important
    }
    @media(max-width:768px) {
      .xs-center-align {
        text-align: center;
      }
    }
  }

  @media only screen and (max-width: 992px) {
    #recentJobs-container {
      margin-top: -25vh;
    }
  }

  @media only screen and (max-width: 668px) {
    #recentJobs-container {
      margin-top: 0;
    }
  }
  /* Pagination */

  div.pagination {
    font-family: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px auto;
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
        /* background-color: #ffffff;
    border-color: #dee2e6; */
  }

  div.pagination a {
    margin: 2px;
    padding: 0.5em 1em;
    background-color: #ffffff;
    text-decoration: none;
    /* no underline */
    color: #2d2d2d;
  }

  div.pagination a:hover,
  div.pagination a:active {
    padding: 0.5em 1em;
    margin: 2px;
    background-color: #1da0f3;
    color: #fff;
  }

  div.pagination b {
    padding: 0.5em 1em;
    margin: 2px;
    background-color: #fff;
    color: #1da0f3;
    border: #dddddd solid 1px;
  }

  div.pagination span.current {
    padding: 0.5em 0.64em 0.43em 0.64em;
    margin: 2px;
    background-color: #f6efcc;
    color: #6d643c;
  }

  div.pagination span.disabled {
    display: none;
  }

  .pagination ul li {
    display: inline-block;
  }

  .pagination ul li a.active {
    opacity: .5;
  }
  /* loading */

  .loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
  }

  .loading .content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
  }