/*global styles*/


footer {
    background-color: #f8f8f8 !important;
}

/*mobile*/

@media only screen and (max-width: 767px) {

    #about_page_banner .slider_content {
        text-align: center !important;
    }

    #about_page_banner .slider_content p, #about_page_banner .slider_content h1, #about_page_banner .slider_content a{
        margin-bottom: 1em !important;
    }


}


/*tablet*/

@media only screen and (min-width: 600px) {

    .theme-container {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .canvas_open {
        top: 32px;
    }

    .product_deals {
        padding-bottom: 20px !important;
    }

    .product_area {
        margin-bottom: 20px !important;
    }

    .feature_list {
        width: 90% !important;
        padding-bottom: 90% !important;
    }

    .feature_inner img {
        margin-bottom: 1em !important;
    }

    .feature_inner h4 {
        font-size: 14px !important;
    }

    .counter_list img {
        max-width: 70% !important;
    }

    .counter_list h2 {
        font-size: 3em !important;
        font-weight: 500 !important;
    }

    .contact_inner h2 {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .contact_inner h4 {
        font-size: 14px !important;

    }

    .testimonial_area {
        margin-bottom: 40px !important;
    }

    .contact_area {
        padding: 40px 0 !important;
    }

    header {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

}

/*desktop css*/

@media only screen and (min-width: 768px) {
    .feature_list {
        width: 70% !important;
        padding-bottom: 70% !important;
    }

    .counter_list h2 {
        font-size: 4em !important;
        font-weight: 600 !important;
    }

    .status_area {
        padding-bottom: 2.5em !important;
    }

    .feature_inner h4 {
        font-size: 1em !important;
    }

    .theme-container {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }

    .contact_inner h2 {
        font-size: 2.25em !important;
    }

    .contact_inner h4 {
        font-size: 1em !important;
    }

    .footer_top {
        padding-top: 2vw !important;
    }

    .footer_top img {
        max-width: 15% !important;
    }

    footer {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

    header {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

}

/*desktop css*/


@media only screen and (max-width: 767px) {

    .footer_top {
        padding-top: 5vw !important;
    }

    .footer_top img {
        max-width: 50% !important;
    }

    footer {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

}


.page_section {
    padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page_section {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .page_section {
        padding: 60px 0;
    }
}

.page_section p {
    font-size: 2em !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page_section p {
        font-size: 1.2em !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_section p {
        font-size: 1em !important;
    }
}

/*tablet*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo a img {
        max-width: 25% !important;
    }

    .canvas_open {
        top: 8vw !important;
    }

    footer {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
    }

}


@media only screen and (max-width: 767px) {
    .slider_content h1, .slider_content p {
        text-align: center !important;
    }

    .slider_content a {

    }
}
