 










/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {

 
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

 
}

/************** iphone roatate***************/

@media (max-width: 767px) {


}

/************** iphone ***************/

@media (max-width: 479px) {


}