x  html,
  body {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', sans-serif, Arial;
 
  }

  /* .content {
      padding: 20px;
      min-height: 90.6%;
      margin: 0 auto -50px;
    } */

  .navbar-default .navbar-brand {
    float: none;
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 0;
    padding-top: 0;
    
 
    
  }

  .navbar-default .navbar-nav>li>a,
  .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
  }

  .navbar-nav {
    margin: 0;
  }

  .footer,
  .push {
    height: 50px;
  }

  footer {
    background: #2BDA8E;
    color: white;
    line-height: 50px;
    padding: 0 20px;
  }

  .form-group {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }

  .navbar-default {
    background-color: #fce08b;
    border: 0;
    border-radius: 0;
   /*text-align: center;*/
  }

  /* .btn {
    background-color: #1880c9 !important;
    color: white !important;
  } */

  .error {
    border-color: #a94442;
    text-decoration: none;
  }


  .hr-main {
    min-height: calc(100% - 120px);
  }

  .hr-main h2 {
    margin-bottom: 20px;
  }

  label.error {
    font-size: 12px;
    color: #a94442;
    font-weight: normal;
    margin: 3px 0 0 2px;
  }

  .login-content {
    max-width: 400px;
    margin: 40px auto;
  }

  .common-inner-content {
    margin: 30px auto;
  }

  .doc-search-content-inner {
    max-width: 600px;
    text-align: center;
  }

  .doc-search-tbl {
    margin-top: 30px;
  }

  .doc-search-tbl table {
    width: 100%;
  }

  .doc-search-tbl .table>tbody>tr>td {
    text-decoration: none;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .doc-search-tbl table td a {
    text-decoration: none;
    display: block;
    text-align: center;
  }


  .doc-search-tbl .doc-search-pic {
    width: 60px;
    height: 60px;
    display: inline-block;
  }

  .doc-search-tbl .doc-search-pic img {
    max-width: 100%;
  }

  .doc-search-tbl .doc-search-heading {
    margin: 10px 0 0;
  }

  .page-search-container {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }

  .doclist-content-inner {
    max-width: 1000px;
  }

  .common-inner-content .well {
    border-radius: 0;
    box-shadow: none;
    padding: 8px;
  }

  .common-inner-content .well .profile-pic {
    margin: 0 auto;
  }

  .common-inner-content .well h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24px;
  }

  .common-inner-content .well p.sub {
    margin-bottom: 5px;
    margin-bottom: 5px;
    line-height: 15px;
  }

  .common-inner-content .well .social-sec span.like-pic {
    width: 25px;
    height: 25px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
  }

  .common-inner-content .well .social-sec span.like-text {
    width: auto;
    height: 25px;
    float: left;
    font-size: 20px;
    line-height: 30px;
  }

  .doc-profile-content-inner {
    max-width: 1000px;
  }

  .profile-container {
    background: #f5f5f5;
  }

  .profile-container header {
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    padding: 8px;
  }

  .profile-container .well {
    background: #fff;
    border-top: 0;
  }

  .profile-container header .img-holder {
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
  }

  .profile-container header h1 {
    float: left;
    margin: 0px 0 0 20px;
    font-size: 32px;
  }

  .common-inner-content .profile-container .well p.sub {
    margin-bottom: 8px;
  }

  .common-inner-content .sub-header {
    margin: 20px 10px;
  }

  .profile-container .timing-table {
    margin: 0 auto;
  }

  /* Helper classes */
  .no-margin-top {
    margin-top: 0;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .font-bold {
    font-weight: bold;
  }





  /* Responsive CSS */
  @media screen and (max-width: 768px) {
    .navbar-collapse{
      width: 100%;
      margin: 0;
    }
    
    .common-inner-content .well .profile-pic {
      max-height: 200px;
      margin-bottom: 20px;
    }
    
    .common-inner-content .well h4 {
      text-align: center;
    }

    .common-inner-content .well p.sub,
    .common-inner-content .well p {
      text-align: center;
    }

    .common-inner-content .well .skills-sec {
      text-align: center;
    }

    .common-inner-content .well .skills-sec ul {
      display: inline-block;
    }

    .common-inner-content .well .social-sec span.like-pic,
    .common-inner-content .well .social-sec span.like-text {
      display: inline-block;
      float: none;
    }
  }