@media (max-width: 1880px) {}

@media (max-width: 1780px) {}

@media (max-width: 1680px) {}

@media (max-width: 1560px) {}

@media (max-width: 1480px) {}

@media (max-width: 1367px) {}

@media (max-width: 1280px) {}

@media (max-width: 991px) {
  .main-title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .vedio_wrap.md_before_none::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .text_detail {
    margin-top: 0;
    text-align: left !important;
  }

  .text_detail {
    margin-top: 0;
  }

  .brand_logo img {
    margin-bottom: 20px;
  }

  .brand_logo.d-flex.justify-content-between {
    display: unset !important;
  }

  .vedio_main {
    margin: 13px 0 0px;
  }

  .vedio_wrap::before {
    content: "";
    width: 3px;
    top: 50px;
    left: -9px;
    height: calc(100% + 50px);
    background: black;
    margin: 0;
  }

  .vedio_wrap::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 36px;
    left: -20px;
    right: 0;
    border-radius: 50px;
    background: black;
    margin: 0;

  }

  .vedio_wrap {
    position: relative;
    max-width: 200px;
    margin: 0 auto 50px;
    padding: 0 0 0 25px;

  }

  .triangle-up {
    position: relative;
    max-width: 200px;
    margin: 0 auto 50px;
    padding: 0 0 0 25px;
  }

  .triangle-up::before {
    content: "";
    width: 3px;
    top: 50px;
    left: -9px;
    height: calc(100% + 50px);
    background: black;
    margin: 0;
  }

  .triangle-up::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 22px solid;
    /* Removed the background color here */
    position: absolute;
    top: 36px;
    left: -21px;
    right: 0;
  }

  .f-20 {
    font-size: 16px;
  }

  .shop_body {
    padding: 11px 20px;
  }

  .main-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
  }

  .f-23 {
    font-size: 19px;
  }

  .about-video-wrapper {
    margin-bottom: 13px;
  }
  .about-video-wrapper2 {
    margin-bottom: 13px;
  }

  section.banner-wrap {
    padding: 22px 0 0 0;
  }

  .search_Wrap {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .main {
    position: fixed;
    z-index: 2;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
  }

  .content {
    width: 100% !important;
  }

  .showSidebar {
    display: block;
  }

  .hideSidebar {
    display: none;
  }

  .mobileAppbar {
    display: block !important;
  }

  .mobileCollapse {
    display: flex !important;
  }

  .loader-overlay {
    width: 100%;
  }

  .time_line_wrap {
    margin-right: 2px;
  }

  .scroll_modal {
    align-items: center;
    top: unset;
  }

  .scroll_modal .modal-content {
    height: 500px;
  }

  .modal {
    bottom: 0;
    height: auto;
    border-radius: 25px 25px 0pc 0px;
  }

  .scroll_modal .modal-content {
    border-radius: 25px 25px 0pc 0px;
  }

  .modal-dialog {
    margin: 0;
  }

  .footer_comment_inner a {
    padding-right: 15px;
  }

  .vedio_footer.vedio_page_footer {
    bottom: 50px;
  }

  .footer .f-20 {
    font-size: 14px;
  }

  .vedio_page .shop_body {
    top: 45px;
  }

  .footer {
    background: #1d1d1f;
    padding: 25px 16px;
  }

  .link_footer a {
    font-size: 14px;
    /* 25.273px */
  }

  .footer_top .vedio_wrap {
    margin-bottom: 43px;
  }

  .footer_location {
    display: block;
  }

  .brand_wrap {
    max-width: 385px;
    margin: 0 auto;
  }

  .text_detail {
    max-width: 248px;
    margin: 0 auto;
  }

  .vedio_footer {
    bottom: 9px;
  }

  .offcanvas-start {
    width: 100%;
  }

  .shop_modal {
    margin-top: 72px;
  }

  .shop_header {
    padding: 9px 0;
  }

  .themeBtn-blue {
    min-height: 25px;
    color: #fff;
    padding: 3px 20px;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    background: #2350ff;
    border: 2px solid #2350ff;
    line-height: normal;
    border-radius: 50px;
  }

  .main-title {
    font-size: 39.813px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 293px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-video-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 8px;
    height: 0;
    overflow: hidden;
    margin-left: auto;
  }

  .about-video-wrapper2 {
    width: 100%;

    position: relative;
    border-radius: 8px;
    height: 0;
    overflow: hidden;
    margin-left: auto;
  }
}

@media (max-width: 480px) {}

@media (max-width: 376px) {
  .list-right {
    width: 44%;
  }
}