@media (min-width: 1690px) {
  #appContainer {
    margin: 1% 8.33%;
  }
}

@media (min-width: 1281px) {}

@media (min-width: 1281px) and (max-width: 1366px) {
  .ourTeamSection {
    margin-top: 18vh !important;
  }

  .sector-we-cater-section {
    margin-top: 18vh !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {

  /* CSS */
  /* #sideMenu {
    right: 0;
    width: 35vw;
  } */

  .ourTeamSection {
    margin-top: 20vh !important;
  }

  .sector-we-cater-section {
    margin-top: 20vh !important;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  /* CSS */
  /* #sideMenu {
    right: 0;
    width: 40vw;
  } */
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .mobile-navbar {
    flex-wrap: nowrap !important;
  }

  /* #sideMenu {
    right: 0;
    width: 70vw;
  } */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .enquiry-card {
    margin-top: 7rem;
  }

  .position-absolute {
    position: relative !important;
    top: auto !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: flex !important;
  }

  .title-text {
    padding: 1.5em;
    font-size: 35px !important;
  }

  .title-text-second {
    padding: 1em;
    font-size: 35px !important;
  }

  #sideMenu {
    position: fixed;
    right: -200vw;
    top: 0;
    width: 100vw;
    z-index: 12;
    height: 100vh;
    transition: 0.2s linear;
  }

  #sideMenu.open {
    right: 0;
    transition: 0.2s linear;
  }

  .title {
    font-size: 25px;
  }

  #mainNav {
    z-index: 8;
    position: fixed;
    top: 2%;
    left: 2%;
    width: 96%;
    border-radius: 2.5em;
    box-shadow: none;
    background-color: white;
  }

  .navbar-brand img {
    height: 35px !important;
  }

  .swiper-container .swiper-button-prev {
    display: none;
  }

  .swiper-container .swiper-button-next {
    display: none;
  }

  .h5 {
    font-size: 1rem !important;
  }

  .img-fluid-mobile {
    width: 90%;
  }

  .mt-mob-15 {
    margin-top: 15vh !important;
  }

  .mt-mob-20 {
    margin-top: 20vh !important;
  }

  .mt-mob-30 {
    margin-top: 30vh;
  }

  .ms-mob-4 {
    margin-left: 6vw;
  }

  .mt-mob-10 {
    margin-top: 10vh;
  }

  .mt-mob-25 {
    margin-top: 25vh !important;
  }

  .ms-mob-5 {
    margin-left: 4vh !important;
  }

  .first-size {
    font-size: 35px;
  }

  .second-size {
    font-size: 25px;
  }

  .img-fluid-mobile {
    /* height: 15vh !important; */
    width: 90% !important;
  }

  #contactUsSideBg {
    height: 80vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    background-image: url(../images/backgrounds/footerBackground.svg);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100vw;
  }

  .v-reset-mob img {
    height: 40vh !important;
  }

  .v-reset-mob {
    display: contents;
    height: auto !important;
  }

  .overlap {
    width: 55%;
    height: auto;
  }

  .floatingBadge {
    position: absolute;
    width: 20%;
    height: auto;
  }

  .member-card .card-body {
    padding: 0.25rem !important;
  }

  .member-card {
    margin-top: 15vh !important;
    margin-bottom: 15vh !important;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .third-size {
    font-size: 20px !important;
  }

  .block-on-mobile {
    display: block !important;
  }

  .enquiryCard {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .small-heading {
    font-size: 20px !important;
  }
}