/*Input Your Custom CSS Here*/

.header-top-one,
.header-top-one a {
  color: #fff;
}

.footer-contact-info-text span,
.footer-contact-info-text span a {
  color: #fff;
}

.footer-widget-menu ul {
  list-style: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 11px;
  left: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 2px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

#contact-form .select2-container--krajee-bs3 .select2-selection--single {
  padding: 15px !important;
  height: 46px !important;
}

#product-enquiry .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field{
  height: 27px !important;
}

#contact-form  .select2-container--krajee-bs3 .select2-selection--multiple .select2-search--inline .select2-search__field{
  height: 27px !important;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}