/*
writter:Mahtab Vahedi
telegram:Mahtabb95
tel:09380440655
e-mail:mahtabvahedi@gmail.com
mahtab's framework for english website
*/


a{
    text-decoration: none;
}

li{
    list-style-type: none;
}

/* start mobile scope */
@media screen and (max-width:767px) {

    .dn-m {
        display: none;
    }

    .db-m {
        display: block;
    }
    #about-us{
        margin-top: -55px;
    }
    .box , .first-box{
        margin-top: 180px;
    }
    .tablet_view{
        margin-top: 80px;
    }
    .tablet_view>div{
        height: 45vh;
        background-size: 125% 100%;

    }
    .expln{
        width: 52%;
        padding-right: 15px;
    }
    .expln>h2{
        font-size: x-large;
    }
    .expln>ul>li{
        font-size: 18px;
    }
    .found{
        touch-action: pan-x;
    }
    footer{
        top: 580px;
        height: 700px;
        flex-direction: column;
        align-items: center;
    }
    .address,.social,.map{
        width: 80%;
    }
    .address{
        align-items: center;
    }
    .address>div:nth-of-type(2)>div{
        margin-top: 5%;
    }
    .address>div:nth-of-type(2)>div:nth-of-type(2)>div>p{
        margin-top: 5%;
    }
    .test-rspnsv{
        flex-wrap: wrap;
    }
    .title-rspnsv{
        width: 95%;
    }
    .back-mob{
        background-image: none;
    }
    .info-mob{
        box-shadow: 1px 1px 8px 3px gray;
    }
}
/* end mobile scope */

/*start tablet scope */
@media screen and (min-width:768px) and (max-width: 992px) {

    .dn-t {
        display: none;
    }

    .db-t {
        display: block;
    }
    .header-compare>div>ul>li>a{
        font-size: 20px;
    }
    .menu-contact>ul>li>a{
        font-size: 20px;
    }
    .email>h2{
        margin-top: 90px;
    }
}
/* end tablet scope */

/* start desktop scope */
@media screen and (min-width:993px) and (max-width: 1024px) {
    .dn-d {
        display: none;
    }

    .db-d {
        display: block;
    }
}
/* end desktop scope */

/* start big scope */
@media screen and (min-width:1025px) {

    .dn-b {
        display: none;
    }

    .db-b {
        display: block;
    }
}
/* end big scope */