.img-set{
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: url(../img/imag-mask.png);
    mask-image: url(../img/imag-mask.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 100%;
}
body{
    background: #f0efeb;
}

.img-set-1{
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: url(../img/service-img-path.png);
    mask-image: url(../img/service-img-path.png);
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
}

.flex-1 {
    flex: 1;
}
.logo{
    max-height:3rem;
}

.whatsappicon {
    width: 50px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.callicon {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 80px;
    right: 10px;
    background: #0094ff;
    border-radius: 100%;
}
.callicon svg{
   text-align:center;
   color:#fff;
   padding:10px;
}