@media screen and (max-width: 460px) {
    .site_name{
        display: none;
    }
    .site_name_mobile{
        display: flex;
        align-items: center;
    }
    #threeItemCarousel{
        flex-direction: column;
    }
    .btn_view_all_desktop{
        display: none;
    }
    .btn_view_all_mobile{
        display: block;
    }
    .hot_line{
        display: none;
    }
    .text_size{
        padding-right: 10px !important;
        font-size: 7px;
        font-weight: bold;
    }
    .btn-login .bi-person{
        display: none;
    }
    .login_lang_light{
        justify-content: space-between;
        gap: unset;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 1rem !important;
    }
    .height-footer{
        display: flex;
        flex-direction: row-reverse;
        font-size: 11px;
        align-items: end !important;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .height-footer .col-0{
        display: none !important;
    }
    .height-footer .col-sm-4,.height-footer .col-sm-8{
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: start;
        line-height: 30px;
    }
    .height-footer .col-sm-8.text-start{
        align-items: end;
    }
    .copyright{
        display: none;
    }
    #login-form h2{
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 15px !important;
    }

    #login-form .login-border{
        padding-bottom: 0;
    }

    .news_item button{
        display: none;
    }
    .the_news_title{
        max-height: 90% !important;
        -webkit-line-clamp: 8 !important;
        line-height: 1.3 !important;
    }
    .the_news_description{
        display: none !important;
    }
    .last-new{
        background-color: #355C8CFF !important;
        color: #FFFFFFFF;
    }
    .last-new a{
        min-width: 100% !important;
        text-align: center;
        background-color: #DDE5EEFF;
        color: black;
        border-radius: 4px;
        border: 2px solid #5A7AA2FF;
    }
    .last-new .gap-2{
        justify-content: space-between;
    }
    .news_page_title{
        width: fit-content;
        padding-right: 30px;
    }
    .navbar_customer_name{
        display: none;
    }
    .nav-item .dropdown-menu.show{
        padding: 10px;
        padding-right: 20px;
        line-height: 1.5rem;
        transform: translate3d(0px, 25px, 0px) !important;
    }
    .cart_num_info  img {
        height: 30px;
        margin-left: 5px;
    }
    .customer_name_lastname{
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .customer_name_lastname h5{
        font-size: 11px;
    }
    .customer_name_lastname h6{
        font-size: 10px;
    }
    .customer_icon svg{
        height: 40px !important;
    }
    .customer_icon{
        display: flex;
        align-items: end;
    }
    .edit_save_button{
        font-size: 10px;
    }
    .mobile_page_title{
        display: block;
    }
    .desktop_page_title{
        display: none;
    }
    .mobile_page_title h1{
        color: black;
    }
    .settings.top-bar-user{
        border-radius: 15px !important;
        height: 50px !important;
    }

    .bg_login_1{
        display: none !important;
    }
}

@media screen and (min-width: 461px) and (max-width: 993px){
    .bg_login_1{
        display: none !important;
    }
    .site_name{
        display: none;
    }
    .site_name_mobile{
        display: flex;
        align-items: center;
    }
    #threeItemCarousel{
        flex-direction: column;
    }
    .btn_view_all_desktop{
        display: none;
    }
    .btn_view_all_mobile{
        display: block;
    }
    .hot_line{
        display: none;
    }
    .text_size{
        padding-right: 10px !important;
        font-size: 7px;
        font-weight: bold;
    }
    .btn-login .bi-person{
        display: none;
    }
    .login_lang_light{
        justify-content: space-between;
        gap: unset;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon{
        width: 1rem !important;
    }

    .news_item button{
        display: none;
    }
    .height-footer{
        display: flex;
        flex-direction: row-reverse;
        font-size: 11px;
        align-items: end !important;
        height: fit-content;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .height-footer .col-0{
        display: none !important;
    }
    .height-footer .col-sm-4,.height-footer .col-sm-8{
        display: flex;
        flex-direction: column;
        align-items: start;
        text-align: start;
        line-height: 30px;
    }
    .height-footer .col-sm-8.text-start{
        align-items: end;
    }
    .copyright{
        display: block;
    }
    .lh_e_l{
        line-height: unset !important;
    }
    .navbar_customer_name{
        display: block;
    }
    .fa-user-circle{
        display: none;
    }
    .personaloffice{
        display: flex;
        align-items: center;
    }
    .mobile_page_title{
        display: none;
    }
    .desktop_page_title{
        display: block;
    }
    .app_title{
        width: 100%;
    }
}

@media screen and (min-width: 991px){
    .nav-item .dropdown-menu.show{
        bottom: -103px !important;
        height: fit-content;
    }
    .copyright {
        display: none;
    }
    .navbar_customer_name{
        display: block;
    }
    .fa-user-circle{
        display: none;
    }
    .personaloffice{
        display: flex;
        align-items: center;
    }
    .mobile_page_title{
        display: none;
    }
    .desktop_page_title{
        display: block;
    }
    .app_title{
        width: 50%;
    }
    #main-menu{
        display: none;
    }
    .height-footer{
        height: 120px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 574px) {
    .app_content {
        padding: 1.8rem 1rem;
    }
}

@media screen and (max-width: 768px) {
    .doc_type_search{
        margin-top: 0 !important;
    }
    .app_type_search{
        width: unset!important;
    }
    .leftMenu .menu_icon {
        width: 40px !important;
    }
    .menu_icon_parent{
        width: unset !important;
        margin-right: 5px;
    }
    #progressbar strong{
        display: none;
    }
    .app_form_block input[type="text"], .app_form_block input[type="number"], .app_form_block select, .app_form_block textarea, .app_select, .app_input  {
        /*margin-bottom: 5px;*/
    }
    .btn_choose_doc_type img{
        height: 25px;
        margin-right: 5px;
    }
    .doc-types-cnt-info{
        margin-bottom: 10px;
    }
    #prdInfo_page .icon3 ,    #prdInfo_page .icon2 {
        top: 63% !important;
    }
}

@media screen and (max-width: 992px){
    .leftMenu .card{
        max-width: unset!important;
    }
    .news_link_title{
        cursor: pointer;
        text-decoration: underline;
    }
    .other_applications{
        width: 100% !important;
    }
    .crtnum_cadastral-continue-request{
        padding-left: unset !important;
    }
    #crtnum_cadastral-continue .crtnum_cadastral-continue-request {
        margin: 0 0 !important;
    }
    .addressBordered .title{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 230px;
    }
}

@media screen and (min-width: 992px) and (max-width : 1200px){
    .addressBordered .title{
        top: -25px !important;
    }
}