/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 24 2025 | 11:53:31 */
.rtbs .rtbs_menu ul {
    background-color: aliceblue;
}

.rtbs>.rtbs_content {
    font-size: 18px;
}

.rtbs>.rtbs_content strong {
    color: #003366;
}

.rtbs>.rtbs_content
 {
    color: #003366;
	font-weight: 600;
}

.rtbs>.rtbs_content {
    padding-left: 220px;
}


@media only screen and (min-width: 100px){
.rtbs .rtbs_menu li a {
    padding-right: 28px !important;
    padding-left: 28px !important;
    font-size: 17px;
}
	
.rtbs.rtbs_01 {
    width: 100%;
}
}

@media (max-width: 767px) {
	.rtbs>.rtbs_content {
    padding-left: 20px;
}
}