@media (min-width: 1024px) {
  
}
@media (min-width: 768px) {
 
}
@media (max-width: 768px) {
  body *{
    text-align: center!important;
  }
  .elm-motion{
    width: 65%;
    margin: 0 auto;
  }
  .elm-index .elm-motion img{
    height: auto;
  }
  .elm-index .elm-motion {
    margin-bottom: 20px;
  }
  #dx-nav {
    padding: 5px 1rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin-top: 0;
  }
  .top-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow: row-reverse;
  }
  #mobile-toggle {
    height: 2.5625rem;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    border: none;
    background: none;
    position: relative;
    top: 10px;
  }
  
  .custom-logo-link {
    flex-grow: 1;
    text-align: center;
    margin-right: 5.125rem;
    margin-left: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-logo {
    max-height: 2.5625rem;
    margin-top: 5px;
  }
  #main-navbar {
    display: none!important;
  }
  #main-navbar.in {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 48px;
    background: #fff;
    left: 0;
    padding-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
  }
  #main-navbar ul li {
    text-align: left !important;
    padding: 15px;
  }
  .navbar-toggler-icon.open span:nth-child(2) {
    top: 7px;
    width: 100%;
  }
  #dx-nav .dropdown-menu{
    width: 100%;
  }
  #dx-nav .dropdown-menu .dropdown-item{
    text-align: left!important;
  }
  .elm-counter-number {
    display: block;
  }
  .item-our-team {
    margin-bottom: 15px;
  }
  .footer-menu li {
    margin-bottom: 10px;
  }
  footer {
    padding-top: 2em;
  }
  .elm-index {
    padding: 100px 0px 65px 0px;
  }
  .elm-services,
  .elm-testimonials{
    padding: 40px 0px 40px 0px;
  }
  .elm-video,
  .elm-our-team,
  .elm-faq,
  .elm-gift,
  .elm-touch {
    padding: 65px 0px 65px 0px;
  }
  .elm-post {
    padding: 70px 0px 10px 0px;
  }
  .head-post {
    font-size: 28px;
  }
}
@media (max-width: 368px) {
  
}
