




/* Navber  */
/* Hero Section */
.btn-color{
    background-color: #F53838;
    color: white;
}

/* Subscribe Section  */
.my-icon{
    box-sizing: border-box;
    background-color: #FCEAEA;
    border-radius: 50%;
    padding: 16px;
}

.right-border{
    border-right: 2px solid rgb(247, 237, 223);
    width: 126px;
} 

/* Feature Section  */
.decorations{
    list-style: none;
}
.decorations .filled{
    color:green;
}

/* Service Section  */

/* Map Section */ 

/* Clint Section  */
/* .clint{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
} */
/* Suscriber Section  */

/* Footer Section  */

.footer-decoration{
    text-decoration: none;
    color: #4F5665;
}

