ul.list-items li {
  list-style: none;
  position: relative;
  padding: 3px 0 2px 25px;
  display: list-item;
  opacity: 1;
  font-size: 16px;
  line-height: 30px;
}

ul.list-items li::before {
  content: "*";
  position: absolute;
  top: 6px;
  left: 0;
}
.btn-primary {
  background-color: #f48223;
  color: #fff;
  border-color: #eb7c21;
}
.mt-10 {
  margin: 10px 0;
}
.mb-50 {
  margin-bottom: 50px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

/* Floating button */
.contact-us-btn {
  position: fixed;
  right: 20px;
  top: 40%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: right center;
  background-color: #f48223;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0px 0;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px; /* Adjust based on text length */
  height: 40px;
  text-align: center;
  white-space: nowrap;
}

/* Modal styling */
.modal-header {
}
footer.details {
  background-color: #121212;
}
.text-white {
  color: #f0f0f0 !important;
}
.heading-panel {
  background: #e9f7fe url(../img/bg/contact-us-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 70px 0;
}

.highlight {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  padding: 25px;
  margin-bottom: 40px;
}
.highlight:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.cog-bg {
  background: transparent url(../img/bg/our-service-bg.png) no-repeat;
  background-color: transparent !important;
  background-position: left top;
  background-size: auto;
  padding: 100px 0 70px;
}
