/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  /* .float {      
        bottom: 8px;
        left: 20px;
      } */

}


/* small mobile :320px. */
@media (max-width: 767px) {
  .float {
    bottom: 8px;
    left: 20px;
  }

  #scrollUp {
    bottom: 8px;
  }

  .logo-image {
    width: 120px;
    padding: 10px 0px;
  }

  .slicknav_menu .slicknav_icon {
    top: -15px;
  }

  .button-contactForm {
    margin: 0px 95px;
  }

  .slider-area .hero-cap h2 {
    font-size: 36px;
  }

  .footer-read {
    left: 12px;
  }

  .custom .section-tittle h2 {
    font-size: 28px !important;
    margin: 0px !important;
  }

  .team-padding {
    padding: 33px 0px 1px 0px;
  }

  .trusted-padding {
    padding-top: 20px;
  }

  .trusted-img {
    margin-top: 30px;
    margin-left: 5px;
  }

  .index-about {
    margin: 0px;
  }

  .manufacturing-title {
    font-size: 16px !important;
  }

  .custom-padding {
    padding-top: 64px !important;
  }

  .international-map {
    display: none;
  }

  .international-presence {
    display: block;
  }

  .map-ul li {
    width: 43.5%;
    height: auto;
    display: inline-block;
    margin: 9px;
    /* padding: 7px 0px; */
  }

  .slider-height2 {
    min-height: 125px !important;
  }

  .prehences {
    padding: 0px !important;

  }

  .completed-cases {
    background-color: #ffffff;
  }

  .image-center {
    display: table;
    vertical-align: middle;
    align-items: center;
    width: 200px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px
  }

  /* .float {      
    bottom: 8px;
    left: 20px;
  } */

}