/* =================================== */
/*  Responsive Styles 
/* =================================== */
@media (max-width: 991px) {}

@media (max-width: 767px) {

    .user-r-maininfo .user-head,
    .offcanvas-header .user-head {
        width: 50px;
        height: 50px;
    }

    .offcanvas-body .menu {
        gap: 4px;
    }

    .user-h-c {
        position: relative;
        width: 49%;
    }

    .user-h-c .img {
        width: 100%;
        height: 250px;
        overflow: hidden;
        border-radius: 16px;
        display: flex;
        justify-content: center;
    }

    .footer ul {
        display: flex;
        line-height: 1.8;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .teach-box .th2 {
        transform: rotate(0deg);
    }

    .teach-box .th3 {
        transform: rotate(0deg);
    }

    .app-phone {
        margin-top: 30px;
    }
}

@media (max-width: 736px) {}

@media (max-width: 576px) {}

@media (max-width: 480px) {}


@media screen and (max-width: 767px) {}

@media screen and (max-width: 1100px) {}