.call{display:flex;justify-content:center;align-items:center;background:#fa7b1d;--l:3.1em}.customBox,.mobileShow{display:none}.customBox+label{cursor:pointer;position:fixed;left:1em;bottom:1em;background-color:rgb(0, 225, 0);height:var(--l);width:var(--l);border-radius:50%;z-index:2;opacity:2}.customBox+label:after,.customBox+label:before{position:absolute;content:'';background-color:#fff;top:0;bottom:0;left:0;right:0;margin:auto;border-radius:.5em;transition:all .25s}.customBox+label:before{height:calc(var(--l)/2);width:.25em}.customBox+label:after{width:calc(var(--l)/2);height:.25em}.customBox:checked+label:before{transform:rotatez(45deg);border-right:none;border-bottom:none}.customBox:checked+label:after{transform:rotatez(45deg)}.one,.three,.two{text-align:center;cursor:pointer;position:fixed;left:1em;bottom:1em;padding:.2em .36em;border-radius:50%;opacity:0;z-index:1;transform:rotateZ(90deg);font-size:1.8em;color:#fff;transition-property:all;transition-duration:.35s;transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}.customBox:checked~.one,.customBox:checked~.one:hover,.customBox:checked~.three,.customBox:checked~.three:hover,.customBox:checked~.two,.customBox:checked~.two:hover{opacity:1}.one a,.three a,.two a{color:#fff;text-decoration:none}.customBox:checked~.one{background-color:#007bff;transform:translateX(3.5em);transition-delay:.2s}.customBox:checked~.two{background-color:#dc143c;transform:translateX(2.5em) translateY(-2.5em);transition-delay:.1s}.customBox:checked~.three{background-color:#28a745;transform:translateY(-3.5em)}