/*---------------------- responsive style --------------------------*/


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

}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
 
}/*-------- 991 ends here ----------*/

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

}/*-------- 880 ends here ----------*/

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

}/*-------- 767 ends here ----------*/

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

}/*-------- 630 ends here ----------*/

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

}/*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {
  
}/*-------- 480 ends here ----------*/

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

}/*-------- 360 ends here ----------*/