
.full-sms-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.733);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    cursor: pointer;
    display: none;

}

.sms-bg {
    width: 85px;
    height: 85px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999999;
    cursor: pointer;

}
.x-bg {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999999;
    cursor: pointer;
    display: none;

}

.fb-icon {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 130px;
    z-index: 99999;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999999;
    display: none;
    cursor: pointer;


}
.wh-icon {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 110px;
    right: 110px;
    z-index: 99999;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999999;
    cursor: pointer;
    display: none;


}
.te-icon {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 120px;
    right: 30px;
    z-index: 99999;
    border-radius: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999999;
    cursor: pointer;
    display: none;


}




@media screen and (max-width: 960px) {
    .sms-bg{
        bottom: 120px;
    right: 20px;
    width: 70px;
    height: 70px;


    }
    .x-bg{
        bottom: 120px;
    right: 20px;
    width: 60px;
    height: 60px;


    }
    .fb-icon{
        bottom: 120px;
    right: 100px;
    width: 62px;
    height: 62px;


    }
    .wh-icon{
        bottom: 190px;
    right: 90px;
    width: 62px;
    height: 62px;


    }
    .te-icon{
       

    bottom: 200px;
    right: 20px;
    width: 62px;
    height: 62px;



    }
  }
  
  @media screen and (max-width: 700px) {
    .sms-bg{
        bottom: 90px;
    right: 20px;
    width: 70px;
    height: 70px;

    }
    .x-bg{
        bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;

    }
    .fb-icon{
        bottom: 90px;
    right: 110px;
    width: 62px;
    height: 62px;

    }
    .wh-icon{
    bottom: 160px;
    right: 90px;
    width: 62px;
    height: 62px;

    }
    .te-icon{
        bottom: 170px;
    right: 20px;
    width: 62px;
    height: 62px;

    }
  }
  