@media screen and (max-width: 992px) {
  p {
    margin: 0;
    line-height: 29px;
    margin-bottom: 21px !important;
    font-size: 19px;
  }

  body {

    font-size: 19px;

  }

  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 15px 0;
  }

  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }

  .small.show .sidebar {
    right: 0;
  }

  .small nav .sidebar>ul {
    margin-top: 120px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;

  }

  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }

  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }

  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }

  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }

  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }

  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }

  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }

  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }

  ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .small {
    display: block;
  }

  h1 {
    font-size: 40px;
    line-height: 1.2;
  }


  h2 {
    font-size: 36px;
  }

  p br {
    display: none;
  }

  .small img {
    width: 120px;
  }

  section {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  .home_sec1 {
    text-align: center;
  }

  .home_sec1 .hd_info {
    justify-content: center;
  }

  #home_sec1 .hd_info {
    justify-content: start;
  }

  .home_sec7 .hd_info {
    justify-content: center;
  }

  .home_sec4 .bg-content {
    background: #000;
    background: url(../image/home_sec4_bg.png) no-repeat center /cover;
    padding: 60px 19px;
    border-radius: 40px;
    color: #fff;
  }

  #home_sec1 {
    text-align: start;
  }


  .home_sec7 {
    text-align: center;
  }

  .banner_sec {
    padding: 125px 0 400px;
    text-align: center;
  }

  .banner_sec .hd_info {
    justify-content: center;
  }

  .banner_sec {
    padding: 125px 0 250px;
    text-align: center;
    background: url(../image/banner_sec_mb.png) no-repeat bottom / cover !important;
  }

  .faq-section .faq-item {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 30px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
  }

  .faq-section .faq-left {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }

  .faq-section .faq-right {
    width: 100%;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.85;
  }

  .faq-section .faq-bottom {
    background: var(--theme-color);
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 35px 30px;
    border-radius: 0px 0 20px 20px;
    color: #fff;
    flex-direction: column;
    gap: 20px;
  }

  .faq-section .faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 30px 20px;
  }

  .home_sec4 .bg-content {
    background: #000;
    background: url(../image/home_sec4_mb.png) no-repeat center /cover;
    padding: 60px 25px 250px;
    border-radius: 40px;
    color: #fff;
  }

  #home_sec4 .bg-content {
    background: #000;
    background: url(../image/home_sec4_mb2.png) no-repeat center /cover;
    padding: 60px 25px 180px;
    border-radius: 40px;
    color: #fff;
  }

  .home_sec5 .bg-content {
    background: #000;
    background: url(../image/home_sec5_mb.png) no-repeat bottom /cover !important;
    padding: 60px 30px 240px;
    border-radius: 40px;
    color: #fff;
  }

  #home_sec1 {
    padding-top: 0;
  }

  h3 {
    font-size: 30px;
  }

  .footer_sec .right_ft_content ul {
    display: flex;
    justify-content: start;
    gap: 7px;
    flex-wrap: wrap;
  }

  .footer_sec .footer_content ul li {
    margin-bottom: 22px;
  }

  .footer_sec .footer_content ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 20px;
  }

  .home_sec5 .contact_info ul li a {
    font-size: 20px;
    color: var(--theme-color);
  }

  .footer_sec .contact_info ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px 0;
  }

  .footer_sec .news_form button {
    background: var(--theme-color);
    border: none;
    outline: none;
    color: #fff;
    padding: 13px 0;
    font-weight: 500;
    border-radius: 6px;
    width: 100%;
  }

  .copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
  }

  .how-it-works .step-content h3 {
    margin: 0 0 14px;
    font-size: 25px;
  }

  .inner_banner_sec h1 {
    font-size: 48px;
  }

  .contact_page .contact_form {
    background-color: var(--theme-color);
    padding: 30px 15px;
    color: #fff;
    height: 100%;
  }

  .inner_banner_sec {
    padding: 132px 0 60px;
    background: #d2d2d2;
  }

  .map {
    width: 100%;
    border: none !important;
    line-height: 0;
    padding-bottom: 32px;
  }

  .contact_page .contact_details h5 {
    margin-bottom: 22px;
    margin-top: 20px;
    font-size: 17px;
    color: #505050;
    display: flex;
    align-items: center;
  }

  .contact_page .contact_details {
    background-color: #fff;
    padding: 20px;
    padding-top: 50px;
  }

  /* ********************** */
  .member_section1 .custom-table th {
    font-weight: 500;
    font-size: 15px;
  }

  .club-annual-operating-budget-sec1 tbody {
    font-size: 16px;
  }

  .inner_banner_sec h1 {
    font-size: 44px;
  }

  .RR-club-manager-sec3 .table>tbody {
    font-size: 15px;
  }

  .FSD_regulations_sec1 .table> :not(caption)>*>* {
    padding: 6px !important;
    font-size: 16px;
    font-weight: 500;
  }

  .FSD_regulations_sec1 table a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 14px;
  }

  .club_financial_sec .cf_agreement label {
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
  }

  .reservation_sec .reservation_table th {
    background: #f8f9fa;
    font-weight: 500;
    font-size: 15px;
  }

  .member_use_sec .table-responsive input {
    padding: 12px 10px;
    font-size: 14px;
    width: 100%;
  }

  .member_use_sec th {
    font-size: 15px;
    font-weight: 500;
  }

}

@media screen and (max-width: 567px) {}

@media screen and (max-width: 320px) {}