.s_service-content h1, 
.s_service-content h2, 
.s_service-content h3, 
.s_service-content h4, 
.s_service-content h5, 
.s_service-content h6
{
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Alegreya", serif;
    font-weight: bold;
    color: #404040;
    letter-spacing: 0.3px;
}
.s_service-content ul,
.s_service-content ol
{
    font: 15px/26px "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    color: #8e8d8d;
    margin-bottom: 25px;
}
#minimal-bootstrap-carousel.shop-slider2 .carousel-inner .item 
{
    min-height: 550px;
}
.site-contents 
{
    padding: 30px 0;
}
.plumber-navbar5 #plumber-nav li a 
{
    padding: 0 13px;
}
@media(max-width: 1200px)
{
    .plumber-navbar5 #plumber-nav li a 
    {
        padding: 0 12px;
    }
    
    .get-appointment-btn 
    {
        padding: 0 15px;
    }
    
    .header-email
    {
        display: none !important;
    }
}
.welcome-texts .this-title
{
    display: none;
}
    
@media(max-width: 991px)
{    
    .welcome-texts .this-title
    {
        display: inline-block !important;
        margin: 0;
    }
    
    .welcome-texts .this-title a
    {
        color: #be1622;
    }
}
.contact-form textarea.form-control 
{
    margin-bottom: 20px;
    height: 173px;
}
.page-cover5 
{
    padding: 10px 0;
    min-height: 100px;
}
.page-cover5 .bread-cumb 
{
    padding: 29.5px 0;
}
@media(max-width: 767px)
{    
    .page-cover5 .bread-cumb 
    {
        padding: 10px 0;
    }
}

.service-grid .this-title {
    height: 60px;
}

.sticky-call-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #a72828;
  color: white;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

.sticky-call-button:hover {
  background-color: #218838;
}

@media (max-width: 768px) {
  .sticky-call-button { display: block; }
}
@media (min-width: 769px) {
  .sticky-call-button { display: none; }
}

.whatsapp-sticky {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-sticky i {
    font-size: 40px;
    color: white;
}

.whatsapp-sticky:hover {
    transform: scale(1.1);
    background-color: #128c7e;
}