#mobile-section-viewport{
    display:none !important;
  }
    
    @media only screen and (max-width: 1000px) {
  #fire-alaram-section{
    display:block !important;
  }
}


  @media only screen and (max-width: 768px) {
  #desktop-section-viewport{
    display:none !important;
  }
  
  #mobile-section-viewport{
    display:block !important;
  }
}
.feture-black-eight .inner-box h3 a:hover {
    color: #d00407;
}
.feture-black-eight .inner-box:hover .icon-box {
    color: #d00407;
}
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border:0;}
.feature-block-three .inner-box:before {
    background: #D00407;
}
@media only screen and (max-width: 767px) {
    .sec-pad {
        padding: 17px 0px;
    }
}
.sec-pad {
    padding: 77px 0px;
}
.red-dot-li {
  list-style: none; /* Remove default bullet */
  position: relative;
  padding-left: 20px; /* Space for the dot */
}

.red-dot-li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.service-block-seven .inner-box:hover p {
    color: #fefefe !important ;
}