  html,
  body {
    height: 100%;
    margin: 0;
    font-family: 'Qafinte', sans-serif;
  }


  .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: black;
    font-size: 18px;
  }

  .navbar-nav {
    margin: 0;
  }

  div#myNavbar {
    margin-top: 26px;
  }

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

  .navbar-default {
    background-color: White;
    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);*/
    min-height: 100%;
  }

  .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;
  }

  /************************************************************/
  .main-content {
    margin-top: 100px;
  }

  .main-content .container {
    max-width: 85%;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px 0;
  }

  .hex-bkg {
    background-image: url(../images/hex-bkg.png);
    background-position: center;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 115px auto 0;
    position: relative;
  }

  .hex-bkg:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 160px 135px 0 0;
    border-color: #f6f3f0 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }

  .hex-bkg:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 135px 160px 0;
    border-color: transparent #f6f3f0 transparent transparent;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }

  .bottom-hex-shape {
    width: 100%;
    height: 70px;
    position: relative;
  }

  .bottom-hex-shape:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 135px 160px 0;
    border-color: transparent transparent #f6f3f0 transparent;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .bottom-hex-shape:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 160px 135px;
    border-color: transparent transparent #f6f3f0 transparent;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }

  table,
  th,
  td {
    border: 1px solid #ddd;
  }

  th,
  td {
    padding: 12px;
    text-align: center;
    font-size: 13px;
  }

  th {
    background-color: #388e3c;
    color: white;
  }

  td {
    color: #333;
  }

  .main-content .hex-logo {
    text-align: center;
  }

  .main-content .hex-logo img {
    width: 170px;
    margin: 0 auto 30px
  }

  .main-content h2 {
    font-family: 'Bauhaus Std';
    font-weight: 500;
    font-size: 2.2vw;
    margin-bottom: 20px;
    color: #0A3F39;
  }

  .main-content p {
    margin-bottom: 20px;
    line-height: 27px;
  }

  .main-content ul li {
    line-height: 27px;
  }

  .main-content ul {
    margin-bottom: 20px;
  }

  .table-div {
    overflow: auto;
    width: 100%;
  }

  .partner-section {
    text-align: center;
    margin: 30px 0;
  }

  .partner-section a {
    font-weight: 600;
  }

  .society-item {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
  }


  .society-item-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .search-input input {
    width: 40%;
    text-align: center;
    margin: 5px;
    padding: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
  }

  .search-input {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .content-section.hex-checksociety {
    display: block;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 40px;
    border-radius: 8px;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }


  .bottom-image img {
    max-width: 50%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .search-soc {
    font-weight: 500;
    font-size: 18px;
  }

  .list-hexwhy {
    line-height: 20px;
    list-style: none;
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }

  .list-hexwhy li {
    margin-bottom: 10px
  }

  .right-icon {
    width: 20px;
    margin-bottom: -4px;
    color: #388e3c;
  }

  .main-content h3 {
    font-family: 'Bauhaus Std';
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;
    color: #0A3F39;
  }

  .main-content ol li {
    list-style-type: auto;
    padding-left: 7px;
    margin-bottom: 20px;
    line-height: 27px;
  }

  .main-content ul li {
    list-style-type: auto;
    padding-left: 7px;
    margin-bottom: 20px;
    line-height: 27px;
  }

  .main-content ul {
    padding-left: 40px;
  }

  .main-content strong,
  b {
    font-weight: 600;
  }

  /* 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;
    }
  }

  @media screen and (max-width: 768px) {
    .navbar-toggle {
      margin-top: 28px;
    }

    .content-section {
      /* display: block !important;
      padding: 0 20px 20px !important; */
    }

    .main-content .container {
      padding: 30px 10px !important;
    }

    .card {
      /* padding: 20px !important;
      margin: 0 !important;
      width: 100% !important; */
    }

    .hex-bkg {
      padding: 0;
      border-radius: 30px;
      width: 100%;
      margin: 90px auto 0;
    }

    .main-content .hex-logo {
      display: none;
    }

    .main-content h2 {
      font-size: 23px;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .main-content p {
      margin-bottom: 20px;
      line-height: 27px;
      font-size: 14px;
      line-height: 22px;
    }

    .main-content ul li {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 10px;
    }

    .bottom-image {
      text-align: center;
    }

    .search-input input {
      width: 100%;
      text-align: center;
      box-sizing: border-box;
      margin: 0;
    }

    .content-section.hex-checksociety {
      padding: 0 !important;
    }

    .society-item {
      padding: 6px;
      font-size: 12px;
    }

    .society-item-list {
      gap: 5px 10px;
    }

    .list-hexwhy li {
      margin-bottom: 5px;
      line-height: 18px;
    }

    .list-hexwhy {
      margin-top: -10px;
    }

    .main-content ul {
      padding-left: 15px;
    }

    .main-content ol {
      padding-left: 20px;
    }

    .hex-bkg:before {
      border-width: 60px 55px 0 0;
    }

    .hex-bkg:after {
      border-width: 0 55px 60px 0;
    }

    .bottom-hex-shape:before {
      border-width: 0 55px 60px 0;
    }

    .bottom-hex-shape:after {
      border-width: 0 0 60px 55px;
    }

    .bottom-hex-shape {
      height: 0px;
    }

  }