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

@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: #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;
    border-bottom: 1px solid #cacaca;
  }

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

@media screen and (max-width: 767px) {
  .small .logo img {
    width: 85px;
  }

  .banner_sec .banner_heading h3 {
    font-family: "my-font-span";
    font-size: 48px;
    margin-bottom: -10px;
    margin-left: 0px;
  }

  h1 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: "my-font-Bold";
    line-height: 1;
  }

  .banner_sec .banner_heading h1 {
    font-family: "my-font-Black";
    margin-bottom: 6px;
    color: #000;
  }

  .banner_sec .banner_heading p {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .banner_sec {
    padding: 125px 0 55px;
    background-position: 0% 0% !important;
  }

  .banner_sec .btom_content .left_content ul {
    display: flex;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 27px;
  }

  .banner_sec .left_content h5 {
    text-align: center !important;
  }

  .banner_sec .btom_content {
    color: #fff;
    padding-top: 35px;
  }

  .banner_sec .btom_content .right_content img {
    width: 75px;
  }

  .banner_sec .btom_content .right_content {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
  }

  .home_sec1 h3 {
    font-family: "my-font-span";
    font-size: 48px;
    margin-bottom: -2px;
    margin-right: 0;
  }

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

  .home_sec1 h5 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .home_sec1 {
    padding: 50px 0 355px;
    background-position: bottom !important;
  }

  h2 {
    font-size: 32px;
    font-family: "my-font-Bold";
  }

  .home_sec2 .content .btom_content h5 {
    font-size: 20px;
    color: #fff;
    font-family: "my-font-Bold";
  }

  .home_sec3 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "my-font-Medium";
    width: 100%;
  }

  .home_sec3 .content {
    /* background: #0e1e3c; */
    padding: 22px 10px;
    text-align: center;
    /* color: #fff; */
    border-radius: 20px;
  }

  .home_sec5 h2 span {
    font-family: "my-font-span";
    font-size: 60px;
    margin-bottom: -58px;
    display: block;
    margin-left: 0;
  }

  .home_sec5 {
    padding-top: 60px;
    padding-bottom: 250px;
    background: url(../image/home_sec5_mb.png) no-repeat bottom !important;
    background-size: cover !important;
  }

  .home_sec7 h2 span {
    font-family: "my-font-span";
    font-size: 60px;
    margin-bottom: -80px;
    display: block;
    margin-left: 0;
  }

  .home_sec7 h2 {
    font-size: 46px;
    margin-bottom: 0;
  }

  footer .left_content .left_top_content {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #6f6f6f;
    padding-bottom: 22px;
    margin-right: 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer .left_content .content_left {
    text-align: center;
    margin-bottom: -29px;
  }

  footer .left_content {
    background: #0e1e3c;
    color: #fff;
    padding: 70px 0 65px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }

  footer .right_content .btom_img img {
    width: 250px;
  }

  footer .right_content .btom_img {
    position: inherit;
    right: 0;
    bottom: -41px;
    text-align: center;
  }

  footer .ft_content_btom {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 54px 0px 25px;
    justify-content: center;
  }

  footer .right_content .ft_content_info .con-info {
    color: #000;
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 26px;
  }

  footer .left_content .left_top_content .btom_content img {
    width: 285px;
  }

  footer .left_content .left_top_content a img {
    width: 140px;
    margin-bottom: -8px;
  }

  footer .ft_menu_content {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
  }

  footer .ft_menu_content .ft_menu ul li {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 18px;
  }
}

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

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