@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

@media screen and (max-width: 992px) {
  .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: var(--theme-color-third);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--theme-color);
    cursor: pointer;
    border-radius: 5px;
  }

  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    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: 60px !important;
    height: 80vh;
    overflow-y: scroll;
  }

  .small .sidebar .log-box img {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
    border-bottom: 1px solid #321d09;
  }

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

  p br {
    display: none;
  }

  h1 {
    font-size: 88px;
  }

  .small .logo img {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .membership-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .membership-action {
    margin-top: 20px;
  }

  .banner_sec .banner_heading h1 {
    line-height: 0.4;
    color: #2f2f2f;
  }

  .banner_sec .banner_heading {
    text-align: center;
    font-size: 78px;
    color: #2f2f2f;
  }

  .banner_sec .banner_heading .btom_content h4 {
    font-size: 25px;
  }

  .banner_sec {
    padding: 190px 0 200px;
    background: url(../image/banner_sec_mb.jpg) no-repeat bottom / cover !important;
  }

  .banner_sec .banner_heading h1 span {
    font-family: var(--span-font);
    font-size: 64px;
    color: var(--theme-color);
    display: inline-block;
    margin-right: -80px;
    transform: rotate(-10deg);
  }

  .banner_sec .banner_heading .btom_content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-top: 30px;
    flex-wrap: wrap;
  }

  h2 {
    font-size: 44px;
    line-height: 1;
  }

  .home_sec1 h3 {
    color: var(--theme-color);
    font-family: var(--span-font);
    font-size: 42px;
    margin-right: 0;
    display: inline-block;
    transform: rotate(0deg);
    margin-bottom: 22px;
  }

  .home_sec1 .heading {
    text-align: center !important;
  }

  .home_sec1 p br {
    display: block;
  }

  .home_sec1 h6 {
    font-size: 21px;
  }

  .home_sec1 h2 {
    margin-bottom: 12px;
  }

  .home_sec1 p span {
    font-size: 38px;
    font-weight: bold;
    color: var(--theme-color);
  }

  /* .home_sec1 {
    padding: 0px 0 210px;
    background: url(../image/home_sec1_mb.jpg) no-repeat bottom / cover !important;
  } */

  .home_sec1 .heading {
    position: inherit;
    top: 110px;
    right: 5%;
    background: #3f442d;
    padding: 30px 10px;
    border-radius: 10px;
    margin: 10px 0;
  }

  .home_sec1 iframe {
    height: 200px;
  }

  .home_sec1 {
    padding: 0px 0;
  }

  .home_sec2 h2 {
    line-height: 1;
    font-size: 58px;
  }

  .home_sec2 h2 span {
    color: #321d09;
    font-family: var(--span-font);
    font-size: 48px;
    margin-left: 0px;
    display: inline-block;
    transform: rotate(-10deg);
  }

  .home_sec2 {
    padding-bottom: 490px;
    padding-top: 90px;
    text-align: center;
  }

  .home_sec2 .right_content {
    text-align: center !important;
  }

  .home_sec2 h2 {
    line-height: 1;
    font-size: 58px;
    margin-bottom: 20px;
  }

  .home_sec2 {
    padding-bottom: 240px;
    padding-top: 70px;
    text-align: center;
    background: url(../image/home_sec2_mb.jpg) no-repeat bottom / cover !important;
  }

  .home_sec3 .content {
    display: flex;
    align-items: start;
    gap: 10px;
    flex-wrap: wrap;
  }

  .home_sec3 .content img {
    width: 42px;
  }

  .home_sec3 .btom_cont {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home_sec3 .content {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .home_sec3 .btom_cont {
    text-align: center;
  }

  .home_sec3 {
    text-align: center;
  }

  .home_sec3 .btom_cont {
    text-align: center;
    margin-top: -29px;
  }

  .home_sec4 .heading {
    text-align: center !important;
  }

  .home_sec4 {
    padding-bottom: 230px;
    text-align: center;
    background: url(../image/home_sec4_mb.jpg) no-repeat bottom / cover !important;
  }

  h3 {
    font-size: 34px;
    line-height: 1.1;
  }

  section {
    padding: 60px 0px;
  }

  h4 {
    font-size: 34px;
  }

  .home_sec5 .img_content1 .btm_content, .home_sec5 .right_img_box1 .btm_content, .home_sec5 .right_img_box3 .btm_content {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 90%;
    color: #fff;
  }

  .home_sec5 .right_img_box1 img {
    height: 280px;
    object-fit: cover;
  }

  .home_sec5 .right_img_box2 img {
    height: 360px;
    object-fit: cover;
  }

  .home_sec5 .right_img_box2 .btm_content {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 80%;
    color: #fff;
  }

  .home_sec6 h3 {
    color: #969696;
    font-family: var(--span-font);
    font-size: 46px;
    margin-left: -150px;
    display: inline-block;
    transform: rotate(-10deg);
  }

  .contact_section .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 18px 16px;
    font-size: 17px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    letter-spacing: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0 8px 0px;
    font-family: var(--paragraph-font);
    line-height: 24px;
  }

  footer .logo_ft .menu_bar {
    display: flex;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
  }

  footer .btom_number {
    padding-top: 20px;
  }

  footer .btom_content_copy_right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 13px;
  }
}

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

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