/*		Default Layout: 992px.
            Gutters: 24px.
            Outer margins: 48px.
            Leftover space for scrollbars @1024px: 32px.
    -------------------------------------------------------------------------------
    cols    1     2      3      4      5      6      7      8      9      10
    px      68    160    252    344    436    528    620    712    804    896    */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header_nav>ul>li {
        margin-left: 36px;
    }
}




/*		Tablet Layout: 768px.
            Gutters: 24px.
            Outer margins: 28px.
            Inherits styles from: Default Layout.
    -----------------------------------------------------------------
    cols    1     2      3      4      5      6      7      8
    px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header {
        padding: 0;
    }

    .header h2,
    .sticky h2 {
        font-size: 30px;
    }

    .header_nav {
        display: none;
    }

    #togg_2 {
        display: block !important;
    }

    .package {
        margin: 20px 3px;
    }

    .payment_type img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
    }

    .remote_support_info {
        padding: 0;
    }

    .remote_support_info h1 {
        font-size: 33px;
    }

}



/*		Mobile Layout: 320px.
            Gutters: 24px.
            Outer margins: 34px.
            Inherits styles from: Default Layout.
    ---------------------------------------------
    cols    1     2      3
    px      68    160    252    */

@media only screen and (max-width: 767px) {
    .header {
        padding: 0;
    }

    .header_top ul li {
        text-align: center;
        width: 100%;
    }

    .header_top a {
        text-align: center;
        width: 100%;
        padding: 5px 0;
    }

    .header_nav {
        display: none;
    }

    .toggle_bar {
        display: block;
    }

    #togg_2 {
        display: none !important;
    }

    .swiper-container {
        height: 400px;
    }

    .header {
        height: 80px;
    }

    .header_logo {
        display: inline-block;
        height: 80px;
    }

    .toggle_bar {
        line-height: 90px;
    }

    .slider-shape {
        width: 100%;
        padding: 15px 8px;
        margin-top: 50px;
    }

    .slider-content h2 {
        font-size: 40px;
    }

    .slider-content a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
        font-size: 15px;
    }

    .sticky {
        height: 70px;
    }

    .sticky .toggle_bar {
        line-height: 78px;
    }

    .sticky .header_logo {
        height: 70px;
    }

    .remote_support {
        padding: 25px 0;
        margin-top: -600px;
    }

    .remote_support_info {
        text-align: center;
    }

    .remote_support_info h1 {
        margin-bottom: 20px;
        font-size: 33px;
    }

    .remote_support_info h1 {
        margin: none;
    }

    .services {
        padding: 30px 0;
    }

    .serivce_item h3 {
        padding: 20px 0;
    }

    .serivce_item i {
        line-height: 110px;
        width: 110px;
        height: 110px;
    }

    .serivce_item {
        margin-bottom: 20px;
    }

    .secondary_info img {
        margin-bottom: 15px;
    }

    .footer {
        text-align: center;
        padding: 35px 0;
    }

    .copyright_text {
        display: none;
    }

    .footer_social_links {
        padding: 20px 0;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer_contact {
        margin-top: 30px;
    }

    .copyright_text2 {
        display: block;
    }

    /* Contact Page */
    .contact_area form {
        margin-bottom: 50px;
    }

    .payment_type_info {
        position: inherit;
    }

    .payment_type {
        text-align: center;
    }

    .payment_type img {
        float: none !important;
    }

    .particle-js-home {
        height: 600px !important;
    }

    .about_body_info h3 {
        margin-top: 10px;
    }


}



/*		Wide Mobile Layout: 480px.
            Gutters: 24px.
            Outer margins: 22px.
            Inherits styles from: Default Layout, Mobile Layout.
    ------------------------------------------------------------
    cols    1     2      3      4      5
    px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {}


/*	Retina media query.
        Overrides styles for devices with a
        device-pixel-ratio of 2+, such as iPhone 4.
    -----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {}
