/*-- Use For Custom Styling --*/
.text-custom{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #515050;
    line-height: 2rem;
}
.bg-grey{
    background-color: #f6f6f6;
}
.custom-align{
    text-align: start !important;
}
.card{
    background-color: aliceblue !important;
}

.textwarning {
    color: #059ad5 !important;
    font-weight: 600;
}

.contact-sidebar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
}
.contact-sidebar {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 9999;
}

    .contact-sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .contact-sidebar ul li {
            background: #36a837;
            color: white;
            width: 50px;
            height: 50px;
            margin: 5px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            transition: 0.4s ease;
            border-radius: 5px 0 0 5px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }

            .contact-sidebar ul li a {
                color: white;
                text-decoration: none;
                display: flex;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0 10px;
            }

            .contact-sidebar ul li i {
                font-size: 22px;
                margin-right: 10px;
                flex-shrink: 0;
            }

            .contact-sidebar ul li span {
                opacity: 0;
                white-space: nowrap;
                overflow: hidden;
                transition: 0.4s ease;
            }

            .contact-sidebar ul li.wechat span {
                display: flex;
                flex-direction: column;
                align-items: start;
            }

            .contact-sidebar ul li:hover {
                width: 250px;
            }

                .contact-sidebar ul li:hover span {
                    opacity: 1;
                    margin-left: 5px;
                }

@media (min-width: 1025px) {
     .desktop {
        display: none !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {

   .desktop {
        display: none !important;
    }
}
