/* lg */
@media (min-width: 1200px) {
    .enamad img {
        margin-top: 60px;

    }
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }

    .enamad img {
        margin-top: 60px;

    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }

    .newslist-widget {
        margin-bottom: 30px;
    }
    .workshop> ul > li{
        width: 50%;
        border-right: 1px solid #1dcac0;}
    .btn-sign-up{
        width: 100%!important;
        border-bottom:1px solid #1dcac0;
    }
    .img-archive-course{
        float: none !important;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .p-dars{
        height:auto;
    }

}

/* xs */
@media (max-width: 767px) {
    .img-xs{
        margin: auto;
    }
    .banner-course div img {
        height:auto;
    }
    .p-dars{
        height:auto;
    }
    .srch {
        margin-bottom: 20px;
    }

    .enamad img {
        margin: auto;
    }

    .ul-menu-top li {
        float: none;
    }

    .ul-menu-top {
        padding-right: 30px;
        margin: 0;
    }

    .caret-up-menu {
        position: absolute;
        right: 27px;
        top: 25px;
        font-size: 22px;
        color: #25b1a9;

    }

    .subzirmenu-two ul {
        background: #308c86 !important;
        margin: 8px !important;
    }

    .zirmenu2 {
        background: #009289 !important;
        margin: 6px !important;
    }
.zirmenu3{
    background: #00756e !important;
    margin: 6px !important;
}
    .newslist-widget {
        margin-bottom: 30px;
    }
    .workshop> ul > li{
        width: 50%;
        border-right:1px solid #1dcac0;}
    .btn-sign-up{
        width: 100%!important;
        border-bottom:1px solid #1dcac0;
    }
    #sign-in {
        padding: 40px 50px;
    }
    #tab-container {
        z-index: 10;
        position: absolute;
        width: 205px;
        right: 15px;
    }
    #main-container {
        margin: 0!important;
        padding: 0;
        border: none;
    }
.navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #tab-container ul li.active {
        border-left: 1px solid #666;
    }
    .buy .go-back a, .buy .btn, .profile .btn {
        width: 100%;
        margin: 3px 0;
    }
    .tab-content h1 {
        width: 100%;
        margin: 0px auto 20px;
        padding: 15px 20px 22px;
    }
    .img-archive-course{
        float: none !important;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
}

/* XS Portrait */
@media (max-width: 480px) {
    #sign-in {
        padding: 40px 18px;
    }
    .img-archive {
        float: none !important;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .newslist-widget {
        margin-bottom: 30px;
    }

    .archive-workshop {
        width: 100%;
    }
    .workshop> ul > li{
        width: 100%;
        border-right: 1px solid #1dcac0;}
    .subject{
        width: 100%!important;
    }
    .btn-sign-up{
        width: 100%!important;
        border-bottom:1px solid #1dcac0;
    }
    #archive-serial>div{
        width: 100%;
    }
    #archive-serial div img{
        height: auto!important;
    }
    .xs-full{
        width: 100%;
    }
    .stors .item{
        width: 100%;
    }

}
