﻿/*

@media only screen and (min-width:1024px) and (max-width:1300px) {
}

@media only screen and (min-width:1025px) and (max-width: 1280px) {
}



@media only screen and (min-width:768px) and (max-width: 1024px) {
    
    
   
   
}

@media only screen and (min-width:768px) and (max-width: 820px) {
}

@media screen and (orientation:landscape) and (min-device-width: 420px) and (max-device-width:915px) {
}

@media only screen and (min-width:320px) and (max-width: 767px) {

    .cls_new_main {width:100%;
    }
    .cls_new_container {
        width: 100%;
    }
    .container {
        width: 100%;
    }
}
*/

/* Mobile Devices (up to 767px) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cls_new_main {
        width: 100%;
    }

    .cls_new_container {
        width: 100%;
    }

    .container {
        width: 100%;padding:0px 4px;
    }
}

/* Tablets, Desktops, and Larger Screens (768px and above) */
@media only screen and (min-width: 768px) {
    .cls_div_wrap {
        width: 340px;
        margin: 0px auto;
       /* background-color:#FFF;*/
    }
    .container {
        width:340px ;
        padding:0px;
    }
    .cls_footer1 {
        width: 340px;
        margin: 0px auto;
        left:inherit;
    }
   /* body{
        background-color:#F4F4F4;
    }*/
}
