
@media only screen and (min-width: 1200px) and (max-width: 10000px) {
   
}

@media only screen and (min-width: 769px) and (max-width: 10000px) {
    #mobile_sec .menumobile {
        /*display: block !important;*/
    }

    #search_box.enabled {
        width: 70%;
    }

    #search_box .search-form form {
        padding-right: 35px;
        margin-right: 5px;
    }

    #search_box .search-wrapper {
        width: auto;
    }

    #search_box .search-wrapper {
        position: relative;
        width: 100%;
    }

    /*.Banner_sec .slick-slide img {
            width: 100%;
            height: 580px;
        }*/
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    header {
        width: 100%;
    }

        header .Center {
            width: 100%;
            padding: 0px 2%;
        }


        header.smaller .site-logo {
            padding: 11px 0 0;
        }

    .Navigation {
        margin-right: 0px;
    }

        .Navigation .menu > ul > li {
            padding: 12px;
        }




    /*.Banner_sec {
        width: 100%;
        height: 524px;
    }*/

    .Banner_sec .Center {
        width: 100%;
        padding: 0px 2%;
    }



    .Banner_sec .leftside h3 {
        font-size: 32px;
    }

    .Banner_sec .rightside {
        width: 66%;
    }

        .Banner_sec .rightside .Slider {
            width: 100%;
        }

            .Banner_sec .rightside .Slider .text {
                padding: 25px 10px 21px 10px;
            }

                .Banner_sec .rightside .Slider .text .Icon {
                    width: 45%;
                }

                .Banner_sec .rightside .Slider .text .Lorem {
                    width: 40%;
                }

        .Banner_sec .rightside .Shadow {
            width: 105%;
        }

        .Banner_sec .rightside .prevBtn {
            top: 160px;
        }

        .Banner_sec .rightside .nextBtn {
            top: 160px;
        }



    #Container {
        width: 100%;
    }

    .About_sec {
        width: 100%;
        padding: 70px 0px;
    }

        .About_sec .Center {
            width: 100%;
            padding: 0px 2%;
        }

        .About_sec p {
            font-size: 13px;
        }

        .About_sec .Tabside {
            padding: 50px 0;
        }

            .About_sec .Tabside .Description {
                margin-top: 0px;
                width: 51%;
            }

    /*.Services_sec {
        width: 100%;
        padding: 70px 0px;
    }*/

    .Services_sec .Center {
        width: 100%;
        padding: 0px 2%;
    }

    .Services_sec p {
        font-size: 13px;
    }

    .Services_sec .Serviceside {
        width: 100%;
        padding: 50px 0 30px;
    }

        .Services_sec .Serviceside li {
            margin: 0px 2% 0px 0px;
            width: 23.5%;
        }



    .Contact_sec {
        width: 100%;
    }

        .Contact_sec .Center {
            width: 100%;
            padding: 70px 2%;
        }

        .Contact_sec .Map {
            width: 100%;
        }

            .Contact_sec .Map img {
                height: 300px;
                width: 100%;
            }

    .Get_sec {
        width: 100%;
    }

        .Get_sec .Mid {
            width: 100%;
            padding: 50px 2%;
        }



    footer {
        width: 100%;
    }

        footer .Cntr {
            width: 100%;
            padding: 20px 2%;
        }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    header {
        width: 100%;
    }

    .Navigation .menu > ul > li {
        padding: 0;
    }

    header .Center {
        width: 100%;
        padding: 0px 2%;
    }

    header .site-logo {
        position: relative;
        z-index: 1;
    }

        header .site-logo h1 {
            line-height: 33px;
        }

    header.smaller .Navigation li a {
        padding: 16px 20px;
    }




    .Navigation {
        margin-right: 0px;
    }

        .Navigation li a {
            padding: 30px 20px;
        }

    .Banner_sec {
        width: 100%;
        /*height: 464px;*/
    }

        .Banner_sec .Center {
            width: 100%;
            padding: 0px 2%;
        }








    .Services_sec .Center {
        width: 100%;
        padding: 0px 2%;
    }

    .Services_sec h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .Services_sec p {
        padding: 15px 0px;
        font-size: 13px;
    }

    .Services_sec .Serviceside {
        width: 100%;
        padding: 50px 0 30px;
    }

        .Services_sec .Serviceside li {
            margin: 0px 2% 0px 0px;
            width: 23.5%;
        }


    .Services_sec .slick-slide p {
        max-height: 85px;
    }

    .Contact_sec {
        width: 100%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {


    header .site-logo {
        padding: 10px 0% 0px 3%;
        position: relative;
        z-index: 1;
    }

        header .site-logo h1 {
            margin: 0px;
            line-height: 36px;
        }

   

        header.smaller .site-logo {
            padding: 10px 0% 0px 3%;
        }

            header.smaller .site-logo h1 a {
                font-size: 36px;
            }



    #mobile_sec .mobile {
        display: block;
        position: relative;
        float: right;
    }

    #mobile_sec .menumobile {
        display: none;
        width: 100%;
        position: absolute;
        top: 55px;
        right: 0%;
        background: rgba(0, 0, 0, 0.5);
    }

        #mobile_sec .menumobile .Navigation {
            width: 100%;
            float: none;
        }

            #mobile_sec .menumobile .Navigation ul {
                float: none;
            }

            #mobile_sec .menumobile .Navigation li {
                float: none;
                width: 100%;
                border-bottom: solid 1px #365374;
            }

                #mobile_sec .menumobile .Navigation li a {
                    padding: 10px 21px;
                    background: none;
                    border-bottom: none;
                }

                #mobile_sec .menumobile .Navigation li:last-child {
                    border-bottom: none;
                }


    .Banner_sec {
        width: 100%;
        /*height: 334px;*/
    }

        .Banner_sec .Center {
            width: 100%;
            padding: 0px 3%;
        }

     

        .Banner_sec .leftside {
            padding: 0px 0px 20px 0px;
            width: 100%;
            float: none;
        }

        .Banner_sec .rightside {
            width: 99%;
        }

            .Banner_sec .rightside .Slider {
                width: 100%;
            }

                .Banner_sec .rightside .Slider .text {
                    padding: 10px 10px;
                }

                    .Banner_sec .rightside .Slider .text .Icon {
                        width: 48%;
                    }

                    .Banner_sec .rightside .Slider .text li {
                        padding: 0px 10px;
                    }

                    .Banner_sec .rightside .Slider .text .Lorem {
                        width: 50%;
                    }

                        .Banner_sec .rightside .Slider .text .Lorem p {
                            font-size: 14px;
                        }

            .Banner_sec .rightside .Shadow {
                width: 105.5%;
                left: -16px;
            }

            .Banner_sec .rightside .prevBtn {
                top: 100px;
                left: 10px;
            }

            .Banner_sec .rightside .nextBtn {
                top: 100px;
                right: 10px;
            }

        .Banner_sec #slider li img {
            height: 280px;
            width: 100%;
        }

        .Banner_sec .caption h3 {
            font-size: 16px;
        }


    #Container {
        width: 100%;
    }

    .About_sec {
        width: 100%;
        padding: 100px 0px 50px;
    }

        .About_sec .Center {
            width: 100%;
            padding: 0px 3%;
        }

        .About_sec h2 {
            font-size: 30px;
            line-height: 30px;
        }

        .About_sec p {
            padding: 15px 0px;
            font-size: 13px;
        }

        .About_sec .Tabside {
            padding: 30px 0 0px 0;
        }

            .About_sec .Tabside ul {
                padding-bottom: 25px;
            }

            .About_sec .Tabside li a {
                font-size: 14px;
                padding: 14px 30px;
            }

            .About_sec .Tabside .TabImage {
                width: 100%;
                float: none;
                padding-bottom: 35px;
                text-align: center;
            }

                .About_sec .Tabside .TabImage .img1 {
                    left: 0px;
                    position: relative;
                }

                    .About_sec .Tabside .TabImage .img1 img {
                        margin: auto;
                    }

                .About_sec .Tabside .TabImage .img2 {
                    left: 25px;
                }

                    .About_sec .Tabside .TabImage .img2 img {
                        width: 100%;
                        height: auto;
                    }

            .About_sec .Tabside .Description {
                margin-top: 0px;
                width: 100%;
            }

                .About_sec .Tabside .Description p {
                    padding: 10px 0px;
                    text-align: justify;
                }

    /*.Services_sec {
        width: 100%;
        padding: 100px 0px 30px;
    }*/

    .Services_sec .Center {
        width: 100%;
        padding: 0px 3%;
    }

    .Services_sec h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .Services_sec p {
        padding: 15px 0px;
        font-size: 13px;
    }

    .Services_sec .Serviceside {
        width: 100%;
        padding: 50px 0 30px;
    }

        .Services_sec .Serviceside li {
            margin: 0px 0% 3% 2%;
            float: none;
            display: inline-block;
        }


    .Pricing_sec {
        width: 100%;
        padding: 100px 0px 30px;
    }

        .Pricing_sec .Center {
            width: 100%;
            padding: 0px 3%;
        }

        .Pricing_sec h2 {
            font-size: 30px;
            line-height: 30px;
        }

        .Pricing_sec p {
            padding: 15px 0px;
            font-size: 13px;
        }

        .Pricing_sec .Pricingside {
            width: 100%;
            padding: 30px 0 0;
        }

            .Pricing_sec .Pricingside li {
                height: 100%;
                width: 100%;
                margin: 0px 0px 50px 0px;
            }

                .Pricing_sec .Pricingside li .Basic {
                    width: 100%;
                    float: none;
                }

                    .Pricing_sec .Pricingside li .Basic h5 {
                        -webkit-transform: rotate(0deg);
                        -moz-transform: rotate(0deg);
                        -o-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                        transform: rotate(0deg);
                        writing-mode: lr-tb;
                    }

                .Pricing_sec .Pricingside li .Dollar {
                    width: 100%;
                    float: none;
                }

                .Pricing_sec .Pricingside li .Band {
                    width: 100%;
                    float: none;
                    border-bottom: solid 1px #ccc;
                    background: none;
                    height: 75px;
                }

                .Pricing_sec .Pricingside li .Order {
                    width: 100%;
                    float: none;
                }

                .Pricing_sec .Pricingside li:hover .Band {
                    height: 75px;
                }


    .Contact_sec {
        width: 100%;
    }

        .Contact_sec .Center {
            width: 100%;
            padding: 80px 3%;
        }

        .Contact_sec h2 {
            font-size: 30px;
            line-height: 30px;
        }

        .Contact_sec p {
            padding: 15px 0px;
            font-size: 13px;
        }

        .Contact_sec .Map {
            width: 100%;
        }

            .Contact_sec .Map img {
                height: 200px;
                width: 100%;
            }

    .Get_sec {
        width: 100%;
    }

        .Get_sec .Mid {
            width: 100%;
            padding: 30px 3%;
        }

        .Get_sec .Leftside {
            width: 100%;
            float: right;
        }

            .Get_sec .Leftside p {
                margin: 0 0 20px;
            }

            .Get_sec .Leftside input.field {
                padding: 10px 20px;
            }

            .Get_sec .Leftside textarea {
                padding: 10px 20px;
                height: 125px;
            }

            .Get_sec .Leftside .button {
                -webkit-appearance: none;
                margin: 0px;
                padding: 12px 0px;
            }

        .Get_sec .Rightside {
            padding-top: 0px;
            width: 100%;
        }

            .Get_sec .Rightside h3 {
                font-size: 30px;
                padding-bottom: 20px;
            }

            .Get_sec .Rightside address {
                padding: 0 0 15px 65px;
            }

            .Get_sec .Rightside ul {
                padding: 10px 0 0 3px;
            }

    footer {
        width: 100%;
    }

        footer .Cntr {
            width: 100%;
            padding: 10px 3%;
        }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {







    header.smaller {
        height: 55px;
    }

    header .site-logo h1 a {
        font-size: 28px;
    }

    header .site-logo h1 {
        width: 200px;
    }






    .cleaner {
        height: 99px;
    }


 





    .Filter_Sec .search-filter .search-form .tag {
        width: 80px;
    }


    .Services_sec h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .Services_sec p {
        padding: 15px 0px;
        font-size: 13px;
    }

    .Services_sec .Serviceside {
        width: 100%;
        padding: 50px 0 30px;
    }

        .Services_sec .Serviceside li {
            margin: 0px 0% 3% 2%;
            float: none;
            display: inline-block;
        }

    .Intro_Section .introduction {
        margin: 0 10px;
    }

    .Filter_Sec .search-filter .search-form .AdvancedSearch {
        padding-top: 18px;
    }

    .Get_sec .Mid {
        width: 100%;
        padding: 30px 4%;
    }

    .Get_sec .Leftside {
        width: 100%;
        float: right;
    }

        .Get_sec .Leftside p {
            margin: 0 0 20px;
        }

        .Get_sec .Leftside input.field {
            padding: 10px 20px;
        }

        .Get_sec .Leftside textarea {
            padding: 10px 20px;
            height: 125px;
        }

        .Get_sec .Leftside .button {
            margin: 0px;
            padding: 12px 0px;
            -webkit-appearance: none;
        }

    .Get_sec .Rightside {
        padding-top: 0px;
        width: 100%;
    }

        .Get_sec .Rightside h3 {
            font-size: 30px;
            padding-bottom: 10px;
        }

        .Get_sec .Rightside address {
            padding: 0 0 15px 47px;
        }

        .Get_sec .Rightside ul {
            padding: 10px 0 0 3px;
        }

    .Article_sec .article {
        height: auto;
    }

    .Template1_sec {
        padding-top: 0;
    }

        .Template1_sec .link-image {
            height: auto;
        }

        .Template1_sec .Template_Image {
            height: 274px;
        }



    footer {
        width: 100%;
    }

        footer .Cntr {
            width: 100%;
            padding: 10px 3%;
        }
}

@media only screen and (max-width: 1023px) {

    header,
    .Navigation li,
    .Navigation li:hover span,
    .Navigation li.active span {
    }

        header.smaller .Navigation li:hover span,
        header.smaller .Navigation li.active span {
            height: 60px;
        }



    #mobile_sec .mobile {
        display: block;
    }

    #mobile_sec .menumobile {
        display: none;
        width: 100%;
        position: absolute;
        top: 124px;
        right: 0%;
        background: rgba(0, 0, 0, 0.5);
    }

    header.smaller #mobile_sec .menumobile {
        top: 80px;
    }

    #mobile_sec .menumobile .Navigation {
        width: 100%;
        float: none;
    }

        #mobile_sec .menumobile .Navigation ul {
            float: none;
            width: 100%;
            z-index: 2;
            background: #fff;
        }

        #mobile_sec .menumobile .Navigation li {
            float: none;
            width: 100%;
            border-bottom: solid 1px #365374;
        }

            #mobile_sec .menumobile .Navigation li a {
                background: none;
                border-bottom: none;
                line-height: initial;
                height: auto;
            }

                #mobile_sec .menumobile .Navigation li a:hover, #mobile_sec .menumobile .Navigation li a.active {
                    /*background: #ff9000;*/
                    border-bottom: none;
                }

            #mobile_sec .menumobile .Navigation li:last-child {
                border-bottom: none;
            }

    .top-header .top-items {
        float: none;
    }

        .top-header .top-items div.dropdown {
            display: block;
        }

    .top-header .ribbon::after, .top-header .ribbon::before, .ribbon nav::before, .ribbon nav::after {
        border-width: 0;
    }

    .ribbon ul:last-of-type li.active {
        border-left: none;
    }


    .top-header .ribbon {
        width: auto;
    }

    .top-header .ribbon, .ribbon nav {
        min-height: 0;
    }

    .ribbon ul {
        width: auto;
    }

    .ribbon li {
        border-bottom: none;
    }

    .top-header .top-items ul {
        display: none;
        position: absolute;
        z-index: 10;
        background: #009ade;
        width: 170px;
    }

        .top-header .top-items ul li {
            width: 100%;
            border: none;
        }

    #mobile_sec {
        display: inline-block;
        float: left;
        width: auto;
    }

    .Banner_sec .filter-header {
        position: relative;
    }

   

       .Banner_sec {
        width: 100%;
        /*height: 242px;*/
        overflow: visible;
        
    }

        .content-item {
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 767px) {
    

  

        header .site-logo {
            /*padding-top: 8px;*/
            display: inline-block;
        }

    .mobilecontainer {
        padding: 0;
    }



    #search_box {
        display: inline-block;
        float: left;
        padding: 13px;
    }

        #search_box.enabled {
            position: absolute;
            width: 100%;
            left: 0;
            padding: 0;
            top: 100%;
        }

        #search_box.enabled {
            display: block;
        }

        #search_box .search-wrapper .search-form {
            background: rgba(0, 0, 0, 0.8);
        }

    .Navigation li {
    }

    ul.dynamic, li.dynamic {
        display: none !important;
    }

    header .site-logo {
        display: inline-block;
    }

    #search_box.disabled {
        margin-top: 0;
    }

    header .site-logo img {
        max-height: 53px;
    }

    .Navigation li:hover span, .Navigation li.active span {
        height: 45px;
    }

    .Navigation li span {
        border-bottom: none;
        background: none;
    }

    #mobile_sec .menumobile .Navigation li:hover,
    #mobile_sec .menumobile .Navigation li.active {
        /*background: #FF9000 none repeat scroll 0% 0%;*/
        border-bottom: medium none;
    }

    header.smaller .Navigation li {
        height: 45px;
    }

    .Banner_sec .leftside a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .Banner_sec .caption {
        display: none;
    }

    .radiobuttonlist label, .checkboxlist label {
        width: auto;
    }

    .Template1_sec .Template_Image {
        background-attachment: inherit;
    }

    .Template1_sec {
    }

    .link-image {
        top: 95px;
    }

        .link-image.smaller {
            top: 55px;
        }

    .Template1_sec .Detail-sec h2 {
        font-size: 28px;
        line-height: 38px;
    }
}
