@media (max-width: 567px)
{
	.topsocial-icons
	{
		text-align: center;
	}
	.social-right a {
    font-size: 12px;
	}
	.navbar 
	{
	    padding: 0 10px;
	}
	.banner
	{
		height:50vh;width: 100%;background-repeat: no-repeat;background-size: cover;
	}
	.owl-carousel .owl-prev {
    left: 0px;
	}
	.owl-carousel .owl-next {
    right: 0px;
	}
	.sm-margin-30px-bottom
	{
		margin-bottom: 30px;
	}
	.sm-margin-10px-bottom
	{
		margin-bottom: 10px;
	}
	.sm-text-center
	{
		text-align: center;
	}
}
@media (min-width: 567px)
{
	.navbar 
	{
	    padding: 0 !important;
	}
	.banner
	{
		height:90vh;width: 100%;background-repeat: no-repeat;background-size: cover;
	}
}