

/*----------------------------------------------
 Mobile Css 
 ----------------------------------------------*/

 /*------- Laptop 1366 --------*/

@media screen and (max-width: 1366px) {
  
}

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

@media (max-width: 320px) {
  
  .row{
    margin-bottom: 5%;
  }
} 

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







