/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2026 | 11:06:57 */
h1, h2, h3, h4, h5, h6 {
	padding-top: 0rem !important;
}

#page-footer ul li a {
	color: #333;
}
.fourUsp h3 {
	font-size: 5rem;
	color: #BBA085;
}
.blogSection .w-grid-item-h .w-btn {
	padding: 0px;
	background-color: transparent;
	color: #a26851 !important;
}
#page-footer h1 {
	font-size: 8rem;
	color: #323232;
	opacity: 0.1;
}
.faq .w-tabs-section {
	background: #fffbf3 !important;
	margin-bottom: 20px;
	border-radius: 0px;
	background: #fffbf3;
	padding: 0px !important;
	font-size: 18px !important;
	border: 1px solid #d7d7d7 !important;
}
.faq .w-tabs-section-content-h {
	padding: 1.5rem !important;
}

.faq  .w-tabs-section {
	border: 1px solid #ddd !important;
	margin-top: 20px;
}

@media (min-width:1025px){
.faq  .w-tabs-sections {
	padding: 0px 8rem;
}
}
@media (min-width:601px) and (max-width:768px){ 

#page-footer h1 {
	font-size: 5rem;
}
.g-cols.wpb_row.twoColumn, .twoColumn .g-cols.vc_row.via_grid {
	grid-template-columns: repeat(2,1fr) !important;
	display: grid;
}
.g-cols.wpb_row.threeColumn, .l-section.wpb_row.threeColumn {
	grid-template-columns: repeat(3,1fr) !important;
	display: grid;
}
.threeColumn .g-cols.vc_row.via_grid{
	grid-template-columns: repeat(3,1fr) !important;
	display: grid;
}
.hideMob, .hideTab{
	display:none;
}
.g-cols.via_grid {
	/*display: block;*/
	grid-template-columns:100% !important;
}
.fourUsp h3 {
	font-size: 3rem;
}
}

@media (max-width:600px) { 
.fourUsp h3 {
	font-size: 3rem;
}
.l-section.wpb_row.twoColumn .g-cols.vc_row{
	grid-template-columns: repeat(2,1fr) !important;
	display: grid;
}
#page-footer h1 {
	font-size: 3rem;
}
.hideMob, .hideTab{
	display:none;
}
.g-cols.wpb_row.twoColumn, .twoColumn .g-cols.vc_row.via_grid {
	grid-template-columns: repeat(2,1fr) !important;
	display: grid;
}
}