/*
Type: Styles for Mobile
Author: Aknjoroge
*/

@media (max-width: 767px) {
  /* XXX START */

  .title {
    font-size: 2.5rem;
    color: #1c1c1c;
  }

  .next-arrow {
    height: 50px;
  }
  .home-hero {
    height: 38rem;
  }

  .insights-card {
    min-height: 300px;
    height: fit-content;

    margin-bottom: 18px;
  }

  .news-card {
    height: 350px;
  }

  .logo-mobile {
    height: 35px;
  }

  #mobile-menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #mobile-menu a {
    color: rgb(0, 0, 0);
    /* font-size: 30px; */
    line-height: 2;
  }

  .no-scroll {
    overflow: hidden;
  }
  .no-scroll .over-flow {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #000000ad;
    z-index: 1;
  }

  .no-scroll .navbar-collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    background: white;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .intro h2 {
    font-size: 2rem;
  }
  .details-border {
    /* border-bottom: 2px solid #f8b418;
    padding-bottom: 20px; */
    border-left: none;
  }
  .contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-form .col-md-6 {
    padding-right: 0 !important;
    /* margin-top: 10px; */
  }

  .menu-row li {
    width: 100%;
    margin-bottom: 4px;
  }

  .logo {
    height: 37px;
  }

  .modal-close-btn-two {
    position: absolute;
    top: 24%;
    right: 7%;
  }

  .cover-height {
    height: fit-content !important;
  }

  #experitseModal .modal-content {
    border: none !important;
  }

  #main-nav .menu-item:hover a {
    transform: translateX(0%) !important;
    background: #f8b418;
    padding-left: 6%;
  }

  .profile-details-image {
    height: 250px;
    object-fit: cover;
  }

  /* XXX END */
}
