/* Custom Header Style  */

.mt-150 {
  margin-top: 150px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mr-20 {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .navbar.bestway-navbar > .container-fluid {
    justify-content: center;
  }
}
@media (max-width: 991.5px) {
  .navbar-nav {
    display: none;
  }
}
@media (max-width: 991.5px) {
  .navbar.bestway-navbar .navbar-brand {
    padding: 10px 0;
    width: 120px;
  }
}
/* Custom why-us section Style  */
.why-us-2 .section-title-wrap .contact-info h4 a {
  color: #fff;
  font-size: 28px;
  margin-bottom: 0;
}

.ct-product-thumbnail img {
  border-radius: 8px;
  max-height: 320px;
}

.ct-category .ct-category-icon img {
  margin-bottom: 20px;
  max-width: 50px;
}

.why-chose-us .ct-info-box h5 {
  font-size: 16px;
}
.why-chose-us .ct-info-box .ct-info-box-icon img {
  max-width: 40px;
}
.why-chose-us .ct-info-box .ct-info-box-icon {
  padding: 15px;
}
.insta.style-6 .insta-item-inner:before,
.brands-slider .insta-item-inner:before {
  opacity: 0.2 !important;
}

.brand-section .section-title-wrap p {
  max-width: 800px;
}
footer .phone_numbers {
  display: flex;
  align-items: center;
}
footer .phone_numbers i {
  font-size: 30px;
  padding-right: 10px;
}
.footer-bottom .social-icons a {
  font-weight: normal;
}
.footer-bottom .social-icons i {
  font-size: 24px;
  margin-right: 15px;
}
a.float:hover,
a.float:focus {
  color: #9f4103;
}
.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  line-height: 50px;
}
@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sonarWave {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.animatin-wave {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  background-color: #305b31;
  opacity: 0;
  z-index: -1;
  -webkit-animation: sonarWave 1.5s linear infinite;
  animation: sonarWave 1.5s linear infinite;
}
