/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 21:25:18 */
.border-left {
    margin: 0!important;
    position: absolute;
    left: 12px;
    max-width: 31%;
}

.border-right {
    position: absolute;
    max-width: 31%;
    right: 10px;
}

.service-boxes .cta-basic.bg-img .cta-button:hover {
    border-color: #fff!important;
}


@media (max-width: 767px) {
	
	.border-left {
    margin: 0!important;
    position: relative;
    left: auto;
    max-width: 100%;
}

.border-right {
    position: relative;
    max-width: 100%;
    right: auto;
}
	
}	