

@media all and (max-width: 991px){
    /* titles */
    /* Edit Profile */
    .offcanvas-lg.offcanvas-end.up-sidebar-offcanvas {
        width: 300px;
        border: none;
    }
    .up-sidebar-offcanvas .offcanvas-header{
        padding: 20px 12px 0 12px;
        position: relative;
    }
    .up-sidebar-offcanvas .btn-close:focus {
        box-shadow: none;
    }
    .up-sidebar-offcanvas .btn-close {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        position: absolute;
        top: 20px;
        right: 12px;
        transition: .3s;
    }
    .up-sidebar-header {
        padding: 0 32px 16px 8px;
        margin-bottom: 0;
    }
    .up-sidebar-offcanvas .offcanvas-body{
        padding: 0;
    }
    .up-sidebar-offcanvas .up-sidebar {
        box-shadow: none;
    }
    
}
@media all and (max-width: 767px){
    /* titles */
    .al-title-24px {
        font-size: 22px;
    }
    .in-title-24px{
        font-size: 22px;
    }

}
@media all and (max-width: 575px){
    .g-30px{
        --bs-gutter-x: inherit;
    }
    .gx-30px{
        --bs-gutter-x: inherit;
    }
    /* titles */
    .al-title-24px {
        font-size: 20px;
    }
    .in-title-24px{
        font-size: 20px;
    }
    .in-title-20px{
        font-size: 18px;
    }
    /* Customer Support */
    .customer-support-contact{
        max-width: 350px;
        margin: 0 auto;
    }
    
}


