@media only screen and (min-width: 0px) and (max-width: 800px)
{
    .network
    {
        margin-right: 2%;
    }
    .fadress
    {
        width: 100%;
        margin-right: 0%;
        margin-top: 200px;
    }
    .published
    {
        width: 100%;
        float: right;
        text-align: right;
        text-indent: 50px;
        margin-bottom: 15px;
    }
    .fadress
    {
        margin-right: 0px;
        margin-top: 0;
    }
    .published

    {  width: 70%;
        float: right;
        margin-right: 5%;
        text-align: right;
        font-size: 10px;
    }
    .page-header
    {
        font-size: 11px;
    }
   
}
@media only screen and (min-width: 0px) and (max-width: 380px)
{
     p
    {
        text-align: justify;
    }
    h1
    {
    font-size:15px;
    text-align: right;
    float: right;
    margin-right: 5%;
    margin-top: 10px;
    width: 90%;
    }
    .page-header
    {
    font-size: 15px;
    font-weight: bold;
    width: 90%;
    height: auto;
    line-height: 40px;
    background-image: none;
    text-align: center;
    text-indent: 0px;
    margin-top: -1087px;
    }
    .create
{
    float: right;
    margin-right: 0%;
    width: 100%;
}
.createdby
{
    float: right;
    margin-right: 0%;
    width: 100%;
}
.article-info
{
     float: right;
    margin-right: 5%;
    width: 90%;
}
.hits
{
    float: right;
    margin-right: 0%;
    width: 100%;
}
.alla
{

    width: 90%;
    margin-right: 5%;
    margin-top: 5px;
}
.news
{
    width: 90%;
    margin-right: 5%;
}
}
@media only screen and (min-width: 0px) and (max-width: 562px)
{
    .tel
    {
        float: left;
        margin-left: 2%;
        border: none;
        height: 40px;
    }
    .span
    {
        display: none;
    }
    .icon
    {
        width: 27px;
        height: 27px;
        float: left;
        border-radius: 100px;
        margin-right: 10px;
        margin-top: -2px;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        cursor:pointer;
        background-color: #555a62;
    }
    .icon:hover
    {
        background-color: white;
    }
    .icon2
    {
        width: 27px;
        height: 27px;
        float: left;
        border-radius: 100px;
        margin-right: 10px;
        margin-top: -2px;
        font-size: 15px;
        line-height: 27px;
        text-align: center;
        cursor:pointer;
        background-color: #555a62;
    }
    .icon2:hover
    {
        background-color: white;
    }
    .copyright
    {
        display: none;
    }
    .mod-mek
    {
        width: 90%;
        text-align: right;
        float: right;
    }
    .imglogo
    {
        margin-right: 16%;
        margin-bottom: 0px;
    }
    .statistics
    {
        width: 70%;
        margin-right: 18%;
    }
    .slider {
    margin-bottom: -80px;
}
}
/*************************menu*********************/
@media only screen and (min-width: 0px) and (max-width: 1070px)
{
    .navbtn {
        display: block;
        float: left;
        cursor:pointer;
        margin-left: 3%;
        width: 50px;
        margin-top: 15px;
    }
    .menucss
    {
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display:block;
        float:right;
        border-left:1px solid #e4dede;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover, .offcanvas a:focus {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 25px;
        right: 25px;
        width:3px;
        height:3px;
        border-radius:100px;
        background-color:#cc0000;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
    nav
    {
        height:30px;
        float:right;
        margin-top: 20px;
    }
    nav ul
    {
        margin-top: 20px;
        width: 250px;
    }
    nav ul li
    {
        float:right;
        list-style:none;
        height:30px;
        width: 250px;
        text-align: right;
        margin-bottom: 17px;
        line-height: 15px;
    }
    nav ul li a
    {
        display:block;
        text-decoration:none;
        padding:10px 20px 0;
        height:30px;
        color:#484545;
        font-size:20px;
        font-family: BTabassom;
        margin-right: 0px;
        line-height: 20px;
    }
    nav ul li a:hover
    {
        opacity: 0.7 !important;
        background-color:#37c6f5;
        height:30px;
        color: white;
        border-radius: inherit;
        margin-right: 0px;
    }
    nav ul li.active a
    {
        opacity: 0.7 !important;
        background-color:#37c6f5;
        height:30px;
        color: white;
        border-radius: inherit;
        margin-right: 0px;
    }
    nav li ul
    {
        display:none;
        width:250px;
        height: auto;
        float:right;
        z-index:999;
        list-style-type:none;
        border: none;
        position: relative;
        margin-top: -5px;
        background-color: white;

    }
    nav li:hover ul
    {
        display:block;
        position: absolute;
        z-index:999;
    }
    nav li ul li
    {
        width: 250px;
        height: 30px;
        line-height: 50px;
        background-color: white;
        text-align: right;
        background-image: url("../images/list.png");
        background-repeat: no-repeat;
        background-position-x: 200px;
        background-position-y: center;
        text-indent: 50px;
    }
    nav li ul li a:hover
    {
        width: 200px;
        margin-right: 50px;
        border-radius: inherit;
    }
    nav  li ul li ul li
    {
        display:none;
    }
    nav  li ul li ul
    {
        position: absolute;
        margin-right: 0px;
        margin-top: 0px;
        border: none;
        width: 210px;
        margin-right: 40px;
        background-color: white;
    }
    nav  li ul li:hover ul
    {
        display:inline-block;
        border: none;
    }
    nav  li ul li:hover ul li
    {
        display:inline-block;
    }
}
@media only screen and (min-width: 562px) and (max-width: 898px)
{
    .statistics
    {
        width: 40%;
        margin-right: 18%;
    }
}