@media (max-width:767px) {

  .top-bar h6,
  .top-bar h6 b {
    font-size: 10px;
  }

  .mobile-hide {
    display: block;
  }

  .nav-menu .navbar .nav {
    flex-direction: column;
  }

  .nav-menu .navbar .nav li a {
    padding: 1rem 0;
  }

  #mobile-hide {
    display: none;
  }

  #hide-in-mobile {
    /*! display: none; */
    padding: 1em 0;
    border-top: 1px solid #F0F1F2;
    background-color: #fff;
    position: absolute;
    left: -100%;
    top: 100px;
    z-index: 100;
    height: 0;
    width: 100%;
    opacity: 0;
    /*! transition: left .5s; */
    box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -webkit-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 1px 9px 29px -8px rgba(0, 0, 0, 0.46);
  }

  .mobile-join-now {
    display: block;
  }

  .side-button {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .side-button .join-now {
    margin-right: 1rem;
    position: relative;
    top: 0;
  }

  .logo img {
    max-width: 150px;
  }

  button.primary-button,
  .btn-primary {
    padding: 10px;
    font-size: 14px;
  }

  header .header-wrap {
    padding: 5% 0;
  }

  .team-img {
    min-height: auto;
    overflow: hidden;
  }

  .heading-wrap h2,
  .heading-wrap h2 span {
    font-size: 36px;
  }

  .heading-wrap p {
    font-size: 14px;
  }

  .grid-slide,
  .team-grid-slide,
  .inner-grid,
  .footer-grid {
    display: block;
  }

  .main-row-grid {
    display: flex;
    flex-direction: column;
    padding: 0 0 4rem;
  }

  section.main-banner {
    height: auto;
  }

  section.main-banner .container {
    width: 100%;
  }

  .main-row-grid .row-content {
    order: 2;
    padding: 0 20px;
  }

  .row-content {
    padding-right: 0;
  }

  .row-bg {
    height: auto;
    width: 100%;
  }

  .bg-image {
    padding: 8em 0 4em;
    height: 230px;
  }

  .row-content h1,
  .row-content h1 span {
    margin: 1rem 0;
    font-size: 40px;
    max-width: 360px;
  }

  .row-button .join-now .btn.btn-primary {
    padding:
      10px 20px;
    font-size: 16px;
  }

  .humberger-menu .menu-toggle {
    width: 24px;
    height: auto;
    line-height: 3;
    position: relative;
  }

  header .header-wrap .humberger-menu {
    display: flex !important;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-content: center;
    border: 1px solid #3F9F7F;
    border-radius: 4px;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle svg {
    fill: #3F9F7F;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu .menu-toggle .icon-close {
    display: none;
    transition: transform 0.2s ease-out;
  }

  .humberger-menu.is-active div#hide-in-mobile {
    display: block;
    width: 100%;
    transition: left .5s;
    opacity: 1;
    left: 0;
    bottom: 0;
	  top: 70px;
    height: 300px;
    position: absolute;
    overflow: scroll;
    z-index: 999999;
    /*! transition: left .5s; */
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--close.icon-close {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 24px;
  }

  .humberger-menu.is-active svg.humberger-menu-toggle__icon--open.icon-menu-bar {
    opacity: 0;
    transition: transform 0.2s ease-out;
    height: 0;
  }

  .slide-item .slide-content h3 {
    max-width: 100%;
  }

  .slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .slide-item .slide-content {
    text-align: center;
  }

  .result-text h2 {
    font-size: 36px;
  }

  .result-grid-slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-slide {
    margin-bottom: 1.5rem;
  }

  .faq-head-inner {
    text-align: center;
  }

  .faq-grid-inner {
    margin:
      2rem auto;
  }

  .faq-head-inner p {
    text-align: center;
  }

  .accordion-thumb {
    font-size: 18px;
  }


  .footer-grid .footer-item {
    border: 0
  }

  .footer-grid .footer-item {
    padding: 1rem 0;
  }

  .footer-grid .footer-item h2 {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 0.5rem;
    border-bottom: 1px solid #0000004f;
  }

  .footer-grid .footer-item h2::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transition:
      transform 0.2s ease-out;
    position: absolute;
    right: 0;
    line-height: 1.5;
    top: 14px;
  }

  .footer-bottom {
    border-top: 0;
  }

  .footer-bottom p {
    padding: 0 20px;
  }

  footer {
    border-top:
      1px solid rgb(0 0 0 / 10%);
    padding:
      2rem 0;
  }

  .footer-grid .footer-item ul {
    opacity: 0;
    height: 0;
    transition: height .2s ease-out;
  }

  .footer-grid .footer-item.is-active ul {
    opacity: 1;
    height: 100%;
    transition:
      transform .2s ease-out;
  }

  .footer-grid .footer-item.is-active h2::before {
    transform: rotate(225deg);
    transition: rotate 0.2s ease-out;
    top: 21px;
  }

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