/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2025 | 05:53:53 */
body{
	overflow-x: hidden;
}
p.copyright {
    color: #fff;
}
@media (max-width: 480px) {
            .menu-item {
                font-size: 20px;
                padding: 20px;
            }

            .logo {
                width: 150px;
                font-size: 20px;
            }
			#book-call-btn {
				position: relative;
				left: -7px;
				top: -9px;
				font-size: 10px!important;
				text-align: center;
				padding-left: 9px;
				padding-right: 9px;
				padding: 10px;
				width: 65%;
			}
				.offcanvas-menu {
				padding-left: 10px;
				padding-right: 10px;
			}
			.menu-toggle i {
				position: relative;
				top: -5px;
			}
			.menu-toggle {
				background: #6e6c6c66;
				padding: 0px 5px;
				border-radius: 50px;
				height: 38px;
				width: 49px;
				text-align: center;
			}
			.office-location {
				font-size: 10px;
			}
			.offices>h4, .social-links.text-left>h4 {
				font-size: 17px;
			}
			.menu-toggle:focus i, .menu-toggle:active i {
            outline: none;
            box-shadow: none;
        }
        }