.bg{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;

}

.bg:after{
    background-color: rgb(20 20 94 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    content: '';
    width: 100%;
    height: 100%;

}

.home{
    background-image: url('img/home.png');
    
}



.repair{
    background-image: url('img/service.png');
}

.advantage{
    background-image: url('img/footer.png');
}


select{
    background: none;
}


select option {
    background: none!important;
  }


  .whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  .whatsapp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: green;
  }