/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2025 | 17:28:27 */
.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #0e5af2;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 19px 30.5px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden;
}

.ls-btn-group {
    display: flex;
    gap: 20px;
    min-width: max-content;
}

.vs-btn.style2 {
    background-color: #fff;
    color: #0e5af2;
}


.main-blue-heading {
    display: block;
    color: #0569e0;
    font-weight: 800;
    font-size: 40px;
}

@media screen and (max-width: 600px) {
	
	.main-blue-heading{ font-size: 22px;}
	
}

