@media only screen and (max-width: 767px) {
	.service-slider .item p {
    font-size: 16px;
    text-align: center;
	}
	.responsive-text-center{
		text-align: center !important;
	}
	.footer .address{
		padding: 0px;
	}
	.service-slider.owl-carousel .owl-nav .owl-next, .service-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -10px;
}
.display_onlymobile{
    display: block !important;
}
.display_onlydesktop{
	display: none !important;
}
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

