.btn-float{position:fixed;bottom:150px;right:0;z-index:50;display:flex;align-items:center;gap:10px;border:2px solid #fff;border-right:none;padding:6px 10px 6px 6px;border-top-left-radius:17px;border-bottom-left-radius:17px;background-color:#0aa89b;cursor:pointer;opacity:0;visibility:hidden}@media only screen and (max-width:1023px){.btn-float{padding-right:6px}}@media only screen and (hover:hover){.btn-float:hover{background-image:none}}.btn-float.show{opacity:1;visibility:visible}.btn-float__icon{display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:17px;overflow:hidden;background-color:#fff}@media only screen and (max-width:1023px){.btn-float__icon{width:40px;height:40px}}.btn-float__icon svg{width:70%;height:70%}.btn-float__title{font-family:Raleway,Verdana,sans-serif;font-size:1.8rem;font-weight:500;color:#fff;text-align:left}@media only screen and (max-width:1023px){.btn-float__title{display:none}}
