
.topbanner {
    display: block;
    background: url(../img/ac-repair-banner.jpg);
    background-size: cover;
    text-align: center;
    height: 67vh;
    background-position: center;
}
.h-1 {
        font-size: 3.5rem;
    color: #17a2b8;
    font-weight: bold;
}
.pading {
    padding-top: 150px;
}
.paragraph-text {
        font-size: 20px;
    padding-left: 85px;
    padding-right: 85px;
    font-family: monospace;
    color: dimgray;
    margin-top: 15px;
    font-weight: 600;
}
.cont {
    background-color: #f2f9f8;
    padding: 60px 0;
    margin-top: 60px;
}
.cotact-text {
    padding-bottom: 30px;
    text-align: center;
    color: #17a2b8;
}
.information i {
    font-size: 32px;
    color: #70b9b0;
    float: left;
    line-height: 1;
}
.pictures9 {
    display: flex;
    flex-wrap: wrap;
}
.category {
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    background: #fff;
    color: darkcyan;
}
.category h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
.category img {

    margin: 0 0 30px 0;
}
.our-services {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
#footer {
    background: #17a2b8;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
}
.back-to-top:hover {
    color: #fff;
    background: #8bc6bf;
    transition: background 0.2s ease-in-out;
}
@keyframes pulse {
100% {
    box-shadow: 0 0 0 35px rgb(37 211 102 / 0%);
}
}
.sticky-icons {
    display: inline-block;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 100;
}
.sticky-icons a.whatsapp-icon {
    position: relative;
    display: flex;
    width: 45px;
    height: 45px;
    border: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 rgb(0 211 102 / 70%);
    border-radius: 50%;
    background-color: #33CC66;
    cursor: pointer;
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
