@media only screen and (min-width: 768px) 
{
    .helpPosition {
        position: fixed;
        top: 87%;
        left: 95%;
    }

    .helpdesk {
        position: -webkit-sticky;
        position: sticky;
        top: 75%;
        bottom: 50px !important;
        left: 80%;
        right: -50px;
        width: 50px;
        height: 50px;
        background: orange;
        border-radius: 25px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1;
    }

    .helpdesk span {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-style: italic;
        transition: 0,3 ease-in-out;
    }

    .helpdesk span a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        transition: 0.3s ease-in-out;
    }

    .helpdesk span i {
        color: white;
        font-size: 30px;
        transition: 0.3s ease-in-out;
    }

    .helpdesk span:hover {
        color: white;
        font-size: 40px;
        transition: 0.3s ease-in-out;
    }

    .helpdesk.active span i {
        transform: rotate(360deg);
    }

    .helpdesk .whatsapp {
        position: absolute;
        bottom: 0px;
        right:0px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        /* padding: 10px; */
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
    }

    .helpdesk .email {
        position: absolute;
        bottom: 0px;
        right:0px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        /* padding: 10px; */
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s;
    }

    .helpdesk .instagram {
        position: absolute;
        bottom: 0px;
        right: 0px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        /* padding: 10px; */
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.6s;
    }

    /* .helpdesk .line1{
        position: absolute;
        bottom: -20px;
        right: 20px;
        visibility: hidden;
        width: 0px;
        height: 0px;
        background-color: orange;
        rotate: 90deg;
        transition: 1s;
    }

    .helpdesk .line2{
        position: absolute;
        bottom: -20px;
        right: 20px;
        visibility: hidden;
        width: 0px;
        height: 0px;
        background-color: orange;
        rotate: 135deg;
        transition: 1s;
    } */

    .helpdesk ul li {
        list-style: none;
        justify-content: center;
        align-items: center;
        line-height: 2;
        transition: 0.2s;
    }

    .helpdesk ul li a {
        text-decoration: none;
        color: white;
    }

    .helpdesk.active .whatsapp {
        right:0px;
        bottom: 35px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }

    .helpdesk.active .email {
        right:45px;
        bottom: 10px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }

    .helpdesk.active .instagram {
        right: 45px;
        bottom: -40px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }

    /* .helpdesk.active .line1{
        right: 12px;
        bottom: -13px;
        width: 25px;
        height: 3px;
        background-color: orange;
        visibility: visible;

    }

    .helpdesk.active .line2{
        right: 20px;
        bottom: -20px;
        width: 25px;
        height: 3px;
        background-color: orange;
        visibility: visible;

    } */

    .helpdesk.active ul li:hover {
        font-size: 19px;
    }
}

@media only screen and (max-width: 768px) 
{
    .helpPosition {
        position: fixed;
        top: 89%;
        left: 87%;
    }

    .helpdesk {
        position: -webkit-sticky;
        position: sticky;
        top: 65%;
        bottom: 50px !important;
        left: 85%;
        width: 40px;
        height: 40px;
        background: orange;
        border-radius: 25px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        z-index: 1;
        opacity: 0.7;
    }

    .helpdesk span {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        font-style: italic;
        transition: 0,3 ease-in-out;
    }
    
    .helpdesk span a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        transition: 0.3s ease-in-out;
    }

    .helpdesk span a img {
        width: 40px;
    }
    
    .helpdesk span i {
        color: white;
        font-size: 30px;
        transition: 0.3s ease-in-out;
    }
    
    .helpdesk span:hover {
        color: white;
        font-size: 40px;
        transition: 0.3s ease-in-out;
    }
    
    .helpdesk.active span i {
        transform: rotate(360deg);
    }
    
    /* .helpdesk ul {
        position: absolute;
        bottom: 55px;
        right:0;
        background: #034ea2;
        border: orange 3px solid;
        color: white;
        min-width: 150px;
        padding: 10px;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    } */

    .helpdesk .whatsapp {
        position: absolute;
        bottom: 0px;
        right:-10px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        padding: 10px;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    
    .helpdesk .email {
        position: absolute;
        bottom: 0px;
        right:-10px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        padding: 10px;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .helpdesk .instagram {
        position: absolute;
        bottom: 0px;
        right:-10px;
        /* background: #034ea2; */
        /* border: orange 3px solid; */
        /* color: white; */
        min-width: 50px;
        padding: 10px;
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    
    .helpdesk ul li {
        list-style: none;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        line-height: 2;
        transition: 0.3s;
    }

    .helpdesk ul li a img{
        width: 40px;
    }
    
    .helpdesk ul li a {
        text-decoration: none;
        color: white;
    }
    
    /* .helpdesk.active ul {
        bottom: 40px;
        opacity: 1;
        visibility: visible;
    } */

    .helpdesk.active .whatsapp {
        bottom: 100px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }
    
    .helpdesk.active .email {
        bottom: 60px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }

    .helpdesk.active .instagram {
        bottom: 20px;
        opacity: 1;
        visibility: visible;
        /* transform: rotate(135deg); */
    }
    
    .helpdesk.active ul li:hover {
        font-size: 19px;
    }
}

