.dropdown-toggle {
  span {
    margin-right: 8px;
  }

  i {
    margin-top: 3px;
  }
}

.gt-sm {
  @media (max-width: 1129px) {
    display: none !important;
  }
}

.lt-md {
  @media (min-width: 1129px) {
    display: none;
  }
}

.gt-lg {
  @media (max-width: 1440px) {
    display: none;
  }
}

.lt-lg {
  @media (min-width: 1440px) {
    display: none;
  }
}

.footer-contact {
  @media (min-width: 1129px) {
    text-align: right;
  }
}

.home-vito {
  margin-bottom: 1.5rem;

  @media (max-width: 1129px) {
    margin-bottom: 16px;
  }
}

.isuzu-home {
  /* height: 100%; */
}

.feature-img-container {
  img {
    height: 100%;

  }
}

@media (max-width: 574px) {
  .personel-minor img {
    width: 100%;
  }

  .personel-minor {
    margin-top: 16px;

  }

}

@media (max-width: 1200px) {
  .card-body {
    padding: 16px 2rem !important;
  }
}

.home-reference {
  .owl-carousel .owl-item img {
    display: inline;
  }

  @media (min-width: 1129px) {
    margin-bottom: 24px !important;
    margin-top: 40px !important;
    padding-top: 50px !important;
  }
}

#aboutus {
  margin-top: 24px;
  margin-bottom: 32px;
}

.home-feature {
  /* position: relative; */

  /* .egea-bg {
    width: 170px;
    height: 170px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: pink;
  } */
}

.sprinter {
  transform: scale(1.2);
  margin-bottom: 12px;
}

.egea {
  transform: scale(.9);
  margin-top: -15px;
}

.form-control {
  padding: 0;
}

.home-hero-video {
  height: calc(100vh - 155px);
}

.body-feature-container {
  position: relative;
  z-index: 10;
  margin-top: 0px;

  @media (max-width: 1200px) {
    margin-top: 0;
  }

  /* owl-theme custom-carousel-box-shadow-1 */
  .owl-stage-outer {
    @media (min-width: 785px) {
      /* padding: 64px; */
    }

    @media (min-width: 785px) and (max-width: 1200px) {
      .owl-stage {
        display: flex;
        justify-content: center;
      }

      .owl-item {
        max-width: 310px;
      }
    }
  }

}

.contact-header {
  @media (max-width: 1330px) and (min-width: 1130px) {
    display: none !important;
  }
}

.contact-header-social {
  @media (max-width: 1130px) and (max-width: 1330px) {
    display: none !important;
  }
}

.contact-header-social {
  @media (min-width: 1330px) {
    display: none !important;
  }
}

.header-top-default {
  .container {
    @media (max-width: 1330px) {
      margin: 0;
      min-width: 100%;
    }

    @media (min-width: 1330px) {
      margin: 0 auto;
      min-width: auto;
      max-width: 1400px !important
    }
  }
}

.navs.container {

  @media (max-width: 1330px) {
    margin: 0;
    min-width: 100%;
  }

  @media (min-width: 1330px) {
    margin: 0 auto;
    min-width: auto;
    max-width: 1400px !important
  }
}

@media (max-width: 500px) {
  .contact-info .text-6 {
    font-size: 16px !important;
  }

  .contact-info .text-5-5 {
    @media (max-width: 500px) {
      font-size: 14px !important;
    }

  }
}