.floatingBtn {
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    text-align: left;
    z-index: 100;
    background: #ffffff;
    /* color: #323232; */
    opacity: 90%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.Btn_txt{
    font-size: 13px;
    padding:5px 0 0 5px;
}

.fa .fa-angle-right{
    /* text-align: right; */
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.fa-angle-right:before{
  visibility:hidden;
}

/*.breakreturn{
    display: none;
}*/

.fixed{
 position: fixed;
 top: 0;
}




@media only screen and (min-width:481px) and (max-width:1024px){
.floatingBtn {
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 20px;
    text-align: left;
    z-index: 1000;
    background: #ffffff;
    /* color: #323232; */
    opacity: 90%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.Btn_txt{
    padding:5px 0 5px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:0;
}

.Btn_txt a{
    text-align:center ;
    font-size:16px ;
}

.fa-angle-right{
    /* text-align: right; */
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.fa-angle-right:before{
  visibility:visible ;
}

.youtube{
    display: none;
}

.breakreturn{
    display: none;
}
}

@media only screen and (min-width:1px) and (max-width:480px){

.floatingBtn {
    width: 100%;
    position: fixed;
    right: 0px;
    bottom: 20px;
    text-align: left;
    z-index: 1000;
    background: #ffffff;
    /* color: #323232; */
    opacity: 90%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.Btn_txt{
    padding:5px 0 5px 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:0;
}

.fa-angle-right{
    /* text-align: right; */
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}

.fa-angle-right:before{
  visibility:visible ;
}

.youtube{
    display: none;
}

}