/* #Media Queries
================================================== */

    /* Smaller than standard 960 (devices and browsers) */
    @media only screen and (max-width: 959px) {
        
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        header,.top{
            display: none;
        }
        .mobile-header{
            display: block;
        }
        .after-slider h1{
            font-size: 25px;
            line-height: 30px;
        }
        .orange-block a{
            font-size: 20px;
            padding: 5px 10px;
        }
        .orange-block h1{
            font-size: 25px;
            margin-bottom: 30px;
        }
        .testmonial .title h1{
            font-size: 25px;
        }
        .waqfa{
            display: block;
        }
    }

    /* All Mobile Sizes (devices and browser) */
    @media only screen and (max-width: 767px) {
        header,.top{
            display: none;
        }
        .mobile-header{
            display: block;
        }
        .after-slider h1{
            font-size: 25px;
            line-height: 30px;
        }
        .orange-block a{
            font-size: 20px;
            padding: 5px 10px;
        }
        .orange-block h1{
            font-size: 25px;
            margin-bottom: 30px;
        }
        .testmonial .title h1{
            font-size: 25px;
        }
        .waqfa{
            display: block;
        }
    }

    /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        header,.top{
            display: none;
        }
        .mobile-header{
            display: block;
        }
        .after-slider h1{
            font-size: 25px;
            line-height: 30px;
        }
        .orange-block a{
            font-size: 20px;
            padding: 5px 10px;
        }
        .orange-block h1{
            font-size: 25px;
            margin-bottom: 30px;
        }
        .testmonial .title h1{
            font-size: 25px;
        }
        .waqfa{
            display: block;
        }
    }

    /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
    @media only screen and (max-width: 479px) {
        header,.top{
            display: none;
        }
        .mobile-header{
            display: block;
        }
        .after-slider h1{
            font-size: 25px;
            line-height: 30px;
        }
        .orange-block a{
            font-size: 20px;
            padding: 5px 10px;
        }
        .orange-block h1{
            font-size: 25px;
            margin-bottom: 30px;
        }
        .testmonial .title h1{
            font-size: 25px;
        }
        .waqfa{
            display: block;
        }
    }