.partnerlogosDiv {
  margin-bottom: 30px;
}

.carousel-item {
  padding-bottom: 90px;
}

.carousel-indicators .active {
  background-color: #da9e29;
}
.carousel-indicators li {
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #585858;
  opacity: 0.2;
  transition: opacity 0.6s ease;
}
.carouselimg {
  width: 400px;
}

@media only screen and (max-width: 1024px) {
  /*
  html {
    font-size: 9.375px;
  }
*/
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 768px) {
  /*
  html {
    font-size: 10px;
  }
*/
  .navbar .navbar-brand img {
    max-width: 120px;
  }
  .about-content .about-title {
    font-size: 42px;
    padding-top: 50px;
    text-align: center;
  }
  .header-banner {
    padding-top: 0;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
  }
  .section-title .title {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .section-title .sub-title {
    font-size: 11px;
    text-align: center;
  }
  .carousel {
    margin: 0 38px;
  }
  #partnerlogosSlide.carousel {
    margin: 0 15px;
  }
  .partnerlogosDiv {
    margin-bottom: 30px;
  }
  .partnerlogos {
    margin: 10px auto 0;
  }
  .abt1 {
    display: none;
  }
  .about-image .single-image.image-tow {
    margin-top: 0px;
  }
  .about-image .single-image {
    width: 100%;
  }
  .feedback-text {
    padding-top: 30px;
  }
  p {
    text-align: center;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}

@media only screen and (max-width: 500px) {
  /*
  html {
    font-size: 9.375px;
  }
*/
  .partnerlogosDiv {
    margin-bottom: 10px;
  }
  .carousel-item {
    padding-bottom: 30px;
  }
  .sq-crousal4 .carousel-indicators {
    bottom: 0px;
  }
}

@media only screen and (max-width: 400px) {
  /*
  html {
    font-size: 9.375px;
  }
*/
  .partnerlogosDiv {
    margin-bottom: 0px;
  }
  .partnerlogos {
    padding-bottom: 0;
  }
}

.float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /*	box-shadow: 2px 2px 3px #999;*/
  z-index: 100;
}

a.float:not([href]):not([tabindex]) {
  color: #fff;
}

.float:hover {
  background-color: #0ea948;
  color: #fff;
}

.my-float {
  margin-top: 20px;
}
