/* Bottom CSS */
#sp-bottom .sp-module {
  margin-bottom: 0 !important;
}

#sp-bottom .container-inner {
     text-align: center;
}

#sp-bottom #nav-menu {
    display: flex;
    text-align: center;
    justify-content: center;
}

/*Footer CSS  */
#sp-footer .container-inner {
     text-align: center;
}


/*/Pricing Page CSS  */
.pricing-tab .sppb-nav.sppb-nav-modern {
	background: var(--primary_light_color);
	max-width: 508px;
	margin: 0 auto;
	width: 100%;
	border-radius: 42px;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center
}

.pricing-tab .sppb-nav.sppb-nav-modern li.active a {
	background: #000000;
	color: #ffffff;
	border: none
}

.pricing-tab .sppb-nav.sppb-nav-modern li a {
	color: rgba(0, 0, 0, 0.56);
	font-size: 30px;
	line-height: 1;
	padding: 13px 65px;
	border-radius: 40px;
	background: transparent;
	border: none
}

@media (max-width: 1199px) {
  	.pricing-tab .sppb-nav.sppb-nav-modern li a {
		font-size: 20px;
		line-height: 1
	}

	.pricing-tab .sppb-nav.sppb-nav-modern {
		max-width: 450px;
		height: 64px
	}

}

@media (max-width: 575px) {
	.pricing-tab .sppb-nav.sppb-nav-modern li a {
		font-size: 16px;
		line-height: 1;
		padding: 10px 30px
	} 
}