﻿.bName {
    display: none;
}

.click-to-chat {
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    right: 10px;
}

    .click-to-chat img {
        width: 150px;
    }

@media (min-width: 0px) and (max-width: 425px) {
    .click-to-chat img {
        width: 100px;
    }
	
	.img#logo {
		width: 90%;
	}
}

video {
    width: 100%;
    margin-top: 10px;
    /*clip-path: inset(1px 1px);*/
}

.about-us-video
	{
		clip-path: inset(90px 0px 60px 0px);
	}



.services-list {
  padding-left: 0; /* Remove default padding */
  list-style: none; /* Remove default bullet points */
	
}

.services-list li {
  margin-bottom: 5px; /* Adds spacing between list items */
}

.services-list li i {
  margin-right: 8px; /* Space between the icon and the text */
}


@media (min-width: 0px) and (max-width: 425px) {
	.about-us-video
	{
		clip-path: inset(0px 0px 0px 0px);
	}
	
	section {
    	padding: 10px 0;
	}
	
	ul.services-list {
	  line-height: 20px !important;
	}
	
	.services-list li {
	  margin-bottom: 3px !important; /* Adds spacing between list items */
	}
	
	.inner-banner-services,
	.inner-banner-gallery,
	.inner-banner-about,
	.inner-banner-contact {
		margin-bottom: 0px !important;
	}
	
}


@media (min-width: 0px) and (max-width: 425px) {
    #hero {
        background: url("/img/homepagebreak1-m.jpg") top center;
    }

    #hero2 {
        background: url("/img/homepagebreak2-m.jpg") top center;
    }
}