@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 img {
    width: 186px;
  }

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

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

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

  .small nav .sidebar>ul {
    margin-top: 40px !important;
    text-align: center;
  }

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

  }

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

  .small nav .sidebar a img {
    width: 320px !important;
  }

  .small nav .sidebar ul>li>a {
    color: #ffffff;
    padding: 4px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .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: var(--theme-color-second);
    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: 35px !important;
  }

  h2 {
    font-size: 35px;

  }



  p br {
    display: none;
  }

  header#main_header {
    display: none;
  }

  section {
    padding: 50px 10px;
  }

  footer {
    padding: 50px 10px;
  }

  .footer .list-social {
    display: flex;
    gap: 18px;
    align-items: center;
    padding-top: 15px;
  }

  .footer .heading-line h5 {
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
    color: #fff;
    font-size: 29px;
  }

  .footer .heading-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 36px;
  }

  .footer .post-box .post li a p {
    font-size: 18px;
    line-height: 1.6;
  }

  .footer .ft-list li a {
    display: inline-block;
    padding: 8px 25px;
    background-color: #fff;
    color: #000;
    font-size: 19px;
  }

  .footer .ft-list {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 17px;
  }

  .banner_sec {
    padding: 50px 0px 330px;
    text-align: center;
    background: url(../image/mobile-banner.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-position: bottom !important;
    background-position-x: 100% !important;
  }

  p {
    margin: 0px 0px 22px;
    line-height: 33px;
    font-size: 19px;
  }

  a {
    /* font-size: 21px; */
  }

  .home_sec_2 .info-box .heading-box h4 {
    font-size: 21px;
    margin: 0;
  }

  .home_sec_2 .info-box p,
  .home_sec_2 .info-box a {
    color: #424143;
    font-size: 18px;
    line-height: 1.6;
  }

  .home_Sec_3 .allert-box-main {
    background-color: var(--theme-color-second);
    color: #fff;
    font-size: 17px;
  }

  .home_Sec_3 .blog-box .over-lay-2 .date-box {
    display: flex;
    gap: 3px;
    flex-wrap: wrap;
    display: none;
  }

  .home_Sec_3 .blog-box .over-lay-2 h4 {
    font-size: 23px;
  }

  .home_Sec_3 .blog-box p a {
    color: #424143;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    display: block;
  }

  .home_Sec_3 .blog-main_home h5 {
    font-size: 30px;
  }

  .home_Sec_3 .home-list-1 {
    list-style: disc;
    padding: 19px 25px;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    box-shadow: 7px 6px 9px #e1e1e1;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
  }

  .home_Sec_3 .home_sec_2 h4 {
    font-size: 19px;
  }

  .home_Sec_3 .home_sec_2 h4 {
    font-size: 30px;
    margin-bottom: 28px;
  }

  .home_Sec_3 .home_sec_2_box img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 19px;
  }

  .home_Sec_3 .home_sec_2_box h3 {
    font-size: 24px;
  }

  .home_Sec_3 .home_sec_2_box p {
    font-size: 18px;
    line-height: 1.6;
  }

  .home_Sec_3 .home_sec_2_box a {
    font-size: 18px;
    line-height: 1.6;
  }

  .home_Sec_3 .home_sec_6_box .number {
    color: #5aaae7;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: bold;
  }

  .home_Sec_3 .home_sec_6_box h5 {
    font-size: 22px;
    color: #5aaae7;
    margin-bottom: 20px;
  }

  .home_Sec_3 .home_sec_6_box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .home_Sec_3 .home_sec_6_box a {
    font-size: 22px;
    line-height: 1.6;
    color: #5aaae7;
  }

}

/* =======================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) {}