@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  #main_header {
    display: none;
  }

  .small nav {
    padding: 10px 0;
  }

  .small img {
    width: 228px;
  }

  .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-second);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
  }

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

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

  .small.show .sidebar {
    left: 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: #fff;
    padding: 4px;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
  }

  .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-size: 14px;
  }

  .small {
    display: block;
  }



  h1 {
    font-size: 50px;

  }

  h2 {
    font-size: 45px;

  }

  p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
  }


  p br {
    display: none;
  }

  header#main_header {
    display: none;
  }

  section {
    padding: 50px 0;
  }

  .banner_sec {
    text-align: center;
    background-image: url(../image/mobile-banner.jpg) !important;
    background-position: center !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding: 144px 0 50px;
    background-repeat: no-repeat !important;
    color: #0e0e0e;
  }

  .home_sec_3 {
    text-align: center;
    background-image: url(../image/mobile-bg-2.jpg) !important;
    background-position: center !important;
    background-position: bottom !important;
    background-size: cover !important;
    padding: 50px 0 250px;
    background-repeat: no-repeat !important;
    height: initial;
  }

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

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

  .home_sec5 .left_content .top_text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }

  .home_sec5 .left_content {
    text-align: center;
  }

  .home_sec5 .left_content .top_text {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    margin-bottom: -30px;
  }

  .contact_sec .heading {
    padding: 50px 20px;
  }

  .home_sec5 .left_content .top_text img {
    width: 85px;
  }

  .home_sec5 .left_content h3 span {
    font-size: 56px;
    position: initial;
    bottom: 30px;
    right: 100px;
  }

  footer {
    padding: 60px 0 0;
    text-align: center;
  }

  footer .social_info {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
  }

  footer .ft_menu ul li {
    margin-bottom: 14px;
    display: inline-block;
    padding: 0 12px;
  }

  footer .copy_right {
    display: flex;
    justify-content: center;
    margin-top: 0;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    gap: 10px;
  }

  footer .copy_right p {
    font-size: 18px;
  }

  h4 {
    font-size: 28px;
  }

  footer .right_content {
    text-align: center;
    padding: 40px 18px 60px;
    border-radius: 40px 40px 0 0;
  }

  footer .ft_logo a img {
    width: 250px;
    margin-left: 0;
  }

  .slider-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 60vh;
    border-radius: 0.7rem;
    overflow: hidden;
  }

  .after-before-sec li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .after-before-sec .heading ul li .content h5 {
    font-size: 25px;
    margin-bottom: 16px;
  }

  .small .hd_info {
    display: flex;
    align-items: end;
    gap: 10px;
    flex-wrap: wrap;
  }

  .banner_sec h1 {
    padding-top: 190px;
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
  }

  .banner_sec h1 br {
    display: none;
  }

  .banner_sec h1 {
    padding-top: 260px;
    font-size: 38px;
    margin-bottom: 0;
    color: #fff;
  }

  .home_sec_2 .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .home_sec_2 .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%) !important;
  }

}

/* =======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px=======================890px */


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


/* =======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px=======================840px */



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

/* =======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px=======================820px */
@media screen and (max-width: 825px) {}

/* =======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px=======================770px */




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

/* =======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px=======================567px */

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

/* =======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px=======================430px */

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

/* =======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px=======================420px */

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

/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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



















/* =======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px=======================380px */

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




















/* =======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px=======================320px */

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