@media only screen and (min-width: 0px) and (max-width: 640px) {
    .container {
        width: 100%;
    }

    .header-main {
        background: none;
        height: auto;
        border: none;
    }

    .header-main .mobile-header {
        display: block;
        border-bottom: 3px solid var(--blue);
    }
	.header-main .top-header .site_name {
		height: 30px;
		top: 160px;
	}
    .header-main .top-header .header-list .header-slogan {
        display: none;
    }

    .header-main .top-header {
        position: absolute;
        top: 0;
    }

    .header-main .top-header .header-list .header-icons {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .header-main .top-header .header-list .header-icons ul li {
        margin-right: 5px;
    }

    .header-main .main-menu .navbar-default .navbar-collapse {
        width: 65%;
        right: -65%
    }

    .header-main .mobile-slogan {
        display: block;
        width: 79%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .content-main .main-tab .nav-tabs {
        flex-wrap: wrap;
    }

    .content-main .main-tab .ontitle-prev,
    .content-main .main-tab .ontitle-next {
        top: 75px;
        display: block !important;
        z-index: 999;
    }

    .content-main .main-tab .ontitle-prev {
        right: 5px;
    }

    .content-main .main-tab .ontitle-next {
        left: 5px;
    }

    .content-main .main-tab .nav-tabs li {
        width: 49%;
        margin-bottom: 10px;
    }

    .content-main .main-tab .nav-tabs li a {
        width: 100%;
    }

    .content-main .main-tab {
        margin-top: 10px;
    }

    .content-main .main-tab .item-row {
        flex-direction: column;
    }

    .content-main .main-tab .thumb-boxes {
        display: none;
    }

    .content-main .main-tab .slides {
        margin: 0;
    }

    .content-main .main-tab .news-img {
        width: 80%;
    }

    .content-main .main-tab .news-info {
        width: 100%;
        margin-top: 15px;
    }

    .content-main .main-tab .news-details {
        position: static;
        display: flex;
        justify-content: center;
    }

    .content-main .serv-table .all-icons .icon-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .content-main .serv-table .all-icons .icon-box a {
        width: 30%;
        margin-bottom: 5px;
    }

    .content-main .serv-table .icons-title h3::before,
    .content-main .serv-table .icons-title h3::after {
        display: none;
    }

    .content-main .serv-table .icons-title h3 {
        border-bottom: solid 3px var(--blue);
        height: 19px;
    }

    .content-main .serv-table .icons-title h3 span {
        background: white;
        display: inline-block;
        margin-top: 0px;
        margin-bottom: -3px;
        padding-right: 10px;
        padding-left: 10px;
        overflow: visible;
        height: 16px;
    }

    .content-main .media-main .mobile-media {
        display: none;
    }

    .content-main .ostan-social .all-social ul {
        flex-wrap: wrap;
    }

    .content-main .ostan-social .all-social ul li {
        margin-bottom: 15px;
    }

    .content-main .governorates {
        background-size: cover;
        padding-bottom: 30px;
    }

    .content-main .governorates .row {
        flex-direction: column;
    }

    .footer-main .all-footer .row {
        flex-direction: column;
    }

    .footer-main .all-footer .footer-list {
        margin-bottom: 10px;
    }

    .footer-main .footer-namad {
        text-align: center;
    }

    .footer-main .copy-right .copy-box {
        flex-direction: column;
        text-align: center;
    }
	.opinion-div-intro {
		width:100% !important;
	}
	.MP .module-body .subject-body img{
		width:100% !important;
		height: auto !important;
	}
		.news .img-news .news-image , .news .img-news .news-image img{
		width: 100% !important;
	}
	.opinion-border > img{
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}
}