.dental__coverage-overview .items {
	justify-content: space-around !important;
}

header .header__nav-main {
	justify-content: space-around !important;
}

#subnavigation ul {
	justify-content: space-between !important;
	padding-left: 0px !important;
}

.selector-area .selector-item {
	border: 0px solid black !important;
	padding-bottom: 0px !important;
	
}

.selector-area .selector-item .item .item-text {
	width: calc(100% - 30px);
	padding-left: 5px
}

.selector-area .selector-item .selector {
	padding-bottom: 10px !important;
}

.selector-area .selector-item .content-item {
	padding-bottom: 0px !important;
}

.selector-area .selector-item .content-item .item {
	padding-bottom: 0px !important;
}

@media screen and (max-width: 900px) {
	 #subnavigation ul li {
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.inner__hero-banner .inner {
		padding-top: 180px;
	}
	
	.inner__hero-banner__centered .inner {
		padding-top: 180px;
	}
}

@media only screen and (min-width: 922px) {
	.other-services .content .content-item {
		width: 25%;
	}
}