/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .wp_navbar .form-inline button{
        width: 100%;
        margin-top: 6px;
        text-align: center;
        display: block;
    }
    .wp_main_carousel .title_url_article{
        font-size: 18px;
    }
    .section-title h4{
        font-size: 15px;
    }
    .wp_stat_sec .block{
        margin-bottom: 15px;
    }
    .nav_social{
        text-align: center;
    }
    .nav_social li a{
        margin: 6px;
    }
    .clone_attachment{
        margin-bottom: 15px;
    }
    .delete_attachment_btn{
        height: auto;
        margin-top: 0px;
    }
    #map_location iframe{
        width: 100%;
        height: 320px;
        border: 0;
    }
    .user-info-tab .nav-item{
        display: block;
    }
    .married_block .name i,
    .type_block .name i{
        width: 15px;
    }
    .married_block .name,
    .type_block .name{
        font-size: 12px;
    }
    .married_block img.profile{
        width: 100%;
        height: 45px;
        border-radius: 0;
    }
    .married_block .married_mb{
        margin-bottom: 5px;
    }
    .badge-overlay .badge{
        padding: 2px;
        font-size: 11px;
    }
    .badge-overlay{
        left: 2%;
    }
    .type_block{
        padding: 5px;
    }
    .last_department_profile{
        padding: 2px;
    }
    .profile-user .third_part .block_data .key i{
        width: 10px;
        font-size: 10px;
    }
    .profile-user .third_part .block_data .key,
    .profile-user .third_part .block_data .value{
        font-size: 12px;
    }
    .profile-user .second_part .nav-tabs .nav-item{
        display: block;
    }
    .profile-user .second_part .nav-tabs .nav-item .nav-link{
        padding: 8px 5px;
        font-size: 15px;
    }
    .profile-user .third_part .block_article .title{
        font-size: 15px;
    }
    .profile-user .third_part .block_article .pref{
        font-size: 14px;
        text-align: center;
    }
    .profile-user .third_part .block_article .date_view{
        font-size: 11px;
    }
    .profile-user .third_part .block_article{
        text-align: center;
    }
    .profile-user .third_part .block_article .poster{
        height: auto;
        margin-bottom: 10px;
        border-radius: 0;
        border: 0;
    }
    .profile-user .third_part .block_article .poster img{
        width: auto;
    }
    .profile-user .third_part .badge-overlay{
        left: 5%;
    }
    .subscribe_text{
        font-size: 12px;
    }
    .chat_sec .loader_sec .block{
        width: 100%;
        margin: 50px auto;
    }
    .chat_sec .loader_sec .block p{
        font-size: 19px;
    }
    .chat_sec .before_load_chat{
        right: 0;
    }
    .chat_sec .user-message{
        height: auto;
        max-height: 350px;
    }
    .called_content{
        margin-bottom:20px;
    }
    .before_register a .sub{
        font-size:13px;
    }
    .page-link{
        padding: 5px 8px;
        font-size: 12px;
    }
    .page-item:first-child .page-link,
    .page-item:last-child .page-link{
        font-size: 20px;
        padding: 0 10px;
    }
    .latest_register_user .owl-nav{
        top: -40px;
    }
    .wp_latest_article .pref{
        min-height:auto;
    }
    .overlay{
        top:15px;
    }
    .news-carousel .item .poster .title{
        font-size:16px;
    }
    .latest_register .item a{
        font-size:11px;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .wp_main_carousel .title_url_article{
        font-size: 20px;
    }
    .section-title h4{
        font-size: 20px;
    }
    .wp_stat_sec .block{
        margin-bottom: 15px;
    }
    .nav_social{
        text-align: center;
    }
    .user-info-tab .nav-item{
        display: block;
    }
    .profile-user .second_part .nav-tabs .nav-item .nav-link{
        padding: 10px 5px;
        font-size: 15px;
    }
    .profile-user .third_part .block_article .title{
        font-size: 13px;
    }
    .profile-user .third_part .block_article .pref{
        font-size: 12px;
    }
    .profile-user .third_part .block_article .date_view{
        font-size: 11px;
    }
    .chat_sec .loader_sec .block{
        width: 100%;
        margin: 15px auto;
    }
    .chat_sec .before_load_chat{
        right: 0;
    }
    .chat_sec .user-message{
        height: auto;
        max-height: 350px;
    }
    .called_content{
        margin-bottom:20px;
    }
    .wp_latest_article .pref{
        min-height:auto;
    }
    .overlay{
        top:15px;
    }
     .news-carousel .item .poster .title{
        font-size:14px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .wp_main_carousel .title_url_article{
        font-size: 20px;
    }
    .wp_stat_sec .block{
        margin-bottom: 15px;
    }
    .nav_social li a{
        margin: 5px;
    }
    .called_content{
        margin-bottom:20px;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp_main_carousel .title_url_article{
        font-size: 25px;
    }
    .wp_latest_article .title_url_article{
        font-size: 13px;
    }
    .nav_social li a{
        margin: 7px;
    }
    .type_block .name{
        font-size: 13px;
    }
    .type_block .name i{
        width: 20px;
    }
    .navbar-dark .navbar-nav .nav-link{
        padding:20px 5px;
        font-size: 15px;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
