
@media (min-width: 1443px){
.container {
    width: 1413px;

}
/*
    }@media (min-width: 1200px){
.container {
    width: 1413px;

}
    }
*/
/*-----------For Small Laptops View----------------*/
@media only screen and (max-width:1198px) {

}
@media only screen and (min-width:770px) and (max-width:910px) {

}
/*-----------For Tablet View----------------*/
@media only screen and (max-width:991px) {

}

/*-----------For Mobile View----------------*/
@media only screen and (max-width:767px) {
/*--------Home page css--------*/	

}

