/*:root{
    --main-color: #004E63;
    --sgdary-color: #20c6ce;
    --text-color: #000000;
    --white--bg: #ffffff;
    --sg-bg-color: #f5f5f5;
	--newbgpr: #0258b0;

    --primary-font: "Open Sans";
    --sg-font: "Dosis";
}*/


/*Copyright*/
.copyright-footer{
	text-align: center;
	color: #ffffff;
	font-family: 'Inter' !important;
	font-weight: 500;
    text-transform: Normal;
	font-size: 18px !important;
	margin-bottom: 0px !important;
}

.copyright-footer a{	
	color: #ffa301;
	font-weight: 600;
}

.copylinks{
	text-align: center;
}

.copylinks a{
	color: #ffa301;
	font-size: 18px;
}  

.copylinks a:hover{
	color: #ffa301;
}



/*Location Selector CSS*/

#locationSelect {
	width: 100%;
	height: 60px;
	margin-right: 20px;
}

.formLC{
	display: flex !important;
}

.btnsrch:hover{
	background-color:#88C354 !important;
}

.elementor-element .swiper~.elementor-swiper-button svg{
	fill: #88C354 !important;
}

/*SLIDER BTN Community*/
div#n2-ss-7 .n2-font-c6bbd4072936ba1af86548302b048319-link a:hover{
	border-bottom: 1px solid #88C354 !important;
}



/******************************
******** Media Queries ***********
*********************************/
@media only screen and (max-width: 480px){
	.formLC{
		display: block !important;
	}
	.btnsrch{
		margin-top: 20px !important;
	}

}