/* screenwidth less than 900px
--------------------------------------------------------------------- */
.burgerMenuHide {
  display: none;
}
.menuDesktop {
  display: block;
}
.base-canvas-size {
  display: block;
}
@media only screen and (max-width: 900px) {
  .branchContent {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 20px;
  }
  .branchContentTextTitle {
    text-align: center;
    margin-top: 30px;
  }
  .branchContentLeft {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
  .branchContentText {
    margin-top: 10px;
    margin: 0px;
  }
  .branchContentRight {
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
  .terms-container {
    display: flex;
    justify-content: center;
  }
  .terms-title {
    text-align: center;
    color: #1b51f8;
    margin-bottom: 40px;
  }
  .terms-box {
    width: 1280px;
    margin: 10px;
    margin-top: 80px;
    padding: 10px;
    border-radius: 20px;
    background-color: #d2d2d21e;
    text-align: justify;
  }
  .terms-box h2 {
    text-align: left;
  }
  .burgerMenuHide {
    display: block;
  }
  .footerContentText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footerRule {
    width: 300px;
  }
  /* .footerMobile {
    display: none;
  } */
  .footerSocial {
    /* margin-bottom: 30px; */
  }

  .HeaderBottomContent {
    display: flex;
    justify-content: center;
    margin-top: 120px;
    width: 100%;
  }
  .accordion-header {
    padding: 15px;
    font-size: 16px;
  }

  .accordion-header h3 {
    font-size: 14px;
  }

  .accordion-header span {
    font-size: 20px;
  }
  .accordion {
    max-width: 100%;
    box-sizing: border-box; /* padding болон border ороод багтана */
  }

  .accordion-item {
    width: 100%;
    box-sizing: border-box; /* padding болон border ороод багтана */
  }
  .accordion-content {
    padding: 10px 15px;
    font-size: 14px;
  }

  .accordion-content li {
    font-size: 14px;
  }
  .base-canvas-size {
    display: none;
  }
  .menuDesktop {
    display: none;
  }
  .burger-menu {
    width: 50px; /* Уртыг тохируулна */
    height: 40px; /* Өндрийг тохируулна */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
  }

  .burger-menu div {
    width: 100%; /* Шугамын урт */
    height: 6px; /* Шугамын зузаан */
    background-color: white; /* Хар өнгө */
    border-radius: 4px; /* Шугамын өнцгийг зөөлрүүлнэ */
    transition: all 0.3s ease; /* Шилжилтийн эффект */
  }

  .nav-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 1001;
  }

  .nav-menu.open {
    width: 250px;
  }

  .nav-menu ul {
    list-style-type: none;
    padding: 0;
  }

  .nav-menu ul li {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .nav-menu ul li:hover {
    color: #f1f1f1;
  }

  .nav-menu ul li a {
    color: #818181;
    text-decoration: none;
  }

  .nav-menu ul li a:hover {
    color: #f1f1f1;
  }
  .mobileLogo {
    height: 44px;
    width: 102px;
    background-image: url(./logo/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* .accordion {
    width: 30px;
  } */
  .mobileHeaderContent {
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 10px 0px;
    background-color: #333;
  }
  .headerMerchant {
    width: 109px;
    height: 28px;
    color: white;
  }
  .columnContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 40px auto;
  }
  .ag-format-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-family: "Roboto", sans-serif;
    width: 100%;
    padding: 50px, 0;
  }
  .ag-courses_item {
    border-radius: 28px;
    margin-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 328px;
    width: 328px;
    cursor: pointer;
  }
  .appDevice {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0px;
    width: 100%;
  }
  .appDeviceRight {
    display: none;
  }

  .appDeviceLeft {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }
  .deviceNumberContentBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .DeviceNumberTitles {
    /* text-align: center;
    margin-bottom: 120px; */
  }
  .askContainer {
    padding: 0px;
    margin-top: 50px;
  }
  .askContainerDesign {
    padding: 20px 0px;
  }
  .appSideLeft {
    position: relative;
    width: 100%;
    height: 0px;
    animation: float1 6s ease-in-out infinite;
  }
  .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
  }
  .appSideLeftImage {
    position: absolute;
    top: 0px;
    left: 20%;
    width: 300px;
  }
  .appSideRightCircle {
    display: none;
  }
  .appStepCirleLeft {
    display: none;
  }
  .appSideRightLeasingPhone {
    height: 450px;
    position: relative;
    z-index: 100;
    animation: float1 4s ease-in-out infinite;
  }
  .appStepTitle {
    text-align: center;
  }
  .StepToStepTitle img {
    display: none;
  }
  .appStep {
    margin-top: 30px;
  }

  .appStepGrid {
    display: grid;
    gap: 10px 20px;
    grid-template-columns: auto;
    margin: 20px 10px;
  }
  .StepToStepDesc {
    width: 100%;
  }
  .StepToStepTitle {
    text-align: center;
  }
  .content {
    width: 100%;
    flex-direction: column;
    display: flex;
  }
  .left-pane,
  .right-pane {
    width: 100%;
    max-width: 380px;
  }
  .AppQrRow {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .AppQrSideLeft {
    display: none;
  }
  .AppQrSideRight {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .AppQrSideRightTitle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .QrImage {
    width: 206px;
    margin: 0px 0px;
  }
  .AppQrStore img {
    width: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin: 10px;
  }
  .FaqTitle {
    text-align: center;
  }
  .DeviceNumberDescription {
    width: 100%;
  }
  .DeviceNumberContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  .ishlel img {
    width: 400px;
  }
  .headerSubTitle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new_footer_area {
    height: auto;
  }
  .footerBottomContent {
    width: 100%;
    font-size: 12px;
    padding: 5px;
    text-align: center;
  }
  .left-pane,
  .right-pane {
    padding: 0px;
  }
}
