.newsletter-box ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.newsletter-box p {
  color: var(--white-color);
  margin: 0;
}
.newsletter-box p strong {
  display: block;
}
.newsletter-box ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--main-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 5px;
}
.feature-block_three-icon img {
  max-width: 72px;
  filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(4015%)
    hue-rotate(146deg) brightness(97%) contrast(96%);
}
.two-item_carousel .testimonial-block_three-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-three.style-two .testimonial-block_three-inner {
  background-color: #f5f5f5;
  height: 100%;
}
.project-block_three iframe {
  width: 100%;
  height: 300px;
}
.gallery-img {
  margin-bottom: 30px;
}
.gallery-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: top center;
  border: 7px solid var(--main-color);
  border-radius: 30px;
  /* padding: 4px; */
}
.service-detail .about-three_list {
  margin-bottom: 30px;
}
.service-detail .about-three_list li i {
  margin-right: 10px;
}
.service-detail .about-three_list li {
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.blog-detail_content ul {
  margin-bottom: 15px;
}
.blog-detail_content ul li {
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  list-style: disc;
  margin-left: 15px;
}
.blog-detail_content .accordion-box li {
  list-style: none;
  margin-left: 0;
}
.blog-detail_content table {
  margin-bottom: 20px;
}
.blog-detail_content td {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  padding: 5px;
  border: 1px solid #666666;
}
.fix-btn {
  position: fixed;
  bottom: 0px;
  left: 20px;
  z-index: 2;
}
.fix-btn li {
  width: 50px;
  height: 50px;
  /* line-height: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff0000;
  text-align: center;
  border: 2px solid #ff0000;
  margin-bottom: 10px;
  border-radius: 50%;
}
.fix-btn li:last-child {
  background: #1bd741;
  border-color: #1bd741;
}
.fix-btn li:last-child i {
  font-size: 28px;
}
.fix-btn li i {
  color: #fff;
  font-size: 24px;
}
.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.whatsapp-btn {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
  }
  75% {
    box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .main-header {
    top: 20px;
  }
  .main-header.header-style-one .header-lower .inner-container {
    border-radius: 20px;
  }
  .main-header .header-lower .logo-box .logo {
    max-width: 150px;
  }
  .slider-one_heading {
    font-size: 42px;
    line-height: 50px;
  }
  .sec-title_heading {
    font-size: 30px;
  }
  .page-title {
    padding: 150px 0px 90px;
  }
  .page-title h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .service-detail_title {
    font-size: 32px;
    line-height: 42px;
  }
  .service-detail_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .testimonial-block_three-inner {
    padding: 30px 25px 0;
  }
  .testimonial-three.style-two .testimonial-block_three {
    margin-bottom: 30px;
  }
  .contact-info_block-inner p {
    font-size: 15px;
  }
  .contact-three {
    padding-bottom: 0;
  }
}
