
.btn-wsp{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 40px;
    bottom:25px;
    left:25px;
    background: #649ec1;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}


.btn-wsp11{
    position:fixed;
    width:50px;
    height:50px;
    line-height: 45px;
    bottom:25px;
    right:25px;
    background: #e1883f;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}



.btn-wsp1{
    position:fixed;
    width:80px;
    height:40px;
    line-height: 45px;
    bottom:25px;
    right:25px;
    background:#e69127;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp:hover{
    background: #d63c70;
}

.btn-wsp11:hover{
    background: #25d366;
}



@media only screen and (min-width:360px) and (max-width:640px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}

@media only screen and (min-width:1366px) and (max-width:768px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}


@media only screen and (min-width:1920px) and (max-width:1080px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}


@media only screen and (min-width:375px) and (max-width:667px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}


@media only screen and (min-width:1440px) and (max-width:900px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}

@media only screen and (min-width:720px) and (max-width:1280px){
    .btn-wsp{
        width:50px;
        height:50px;
        line-height: 40px;
	}
	
	
	
}




@media only screen and (min-width:360px) and (max-width:640px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}

@media only screen and (min-width:1366px) and (max-width:768px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}


@media only screen and (min-width:1920px) and (max-width:1080px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}


@media only screen and (min-width:375px) and (max-width:667px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}


@media only screen and (min-width:1440px) and (max-width:900px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}

@media only screen and (min-width:720px) and (max-width:1280px){
    .btn-wsp11{
        width:50px;
        height:50px;
        line-height: 45px;
	}
	
	
	
}

