.faubions .onOff,
.faubionsDtls .onOff {top: 30px;}
.faubions .viewTop {padding-right: 0;}
.faubionMISch {
	padding: 30px 30px 20px;
	text-align: center;
}
.faubionMISch ul {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	margin: 0;
}
.faubionMISch ul li {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 3px;
}
.faubionMISch ul li a {
	color: #172E55;
	text-decoration: underline;
}
.faubionMISch ul li a:hover {text-decoration: none;}

.faubionHed {
	color: #172E55;
	font-size: 44px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #000;
	margin: 6px 0 20px;
}
.faubionMISch p {
	color: #000;
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}
.seeSchooBtn {
	top: 15px;
	height: 40px;
	font-size: 18px;
	appearance: none;
	border-radius: 5px;
	background: transparent;
	padding: 6px 32px 6px 20px;
	border: 2px solid #172E55;
	background-image: url(images/faubArrow.svg);
	background-position: top 8px right 20px;
	background-repeat: no-repeat;
	transform: translate(-50%);
	align-items: center;
	font-family:inherit;
	position: absolute;
	font-weight: 600;
	line-height: 1.3;
	color: #172E55;
	display: flex;
	left: 50%;
}

@media screen and (max-width: 1656px) {
	.seeSchooBtn {
		left: 42.9%;
		background-position: top 8px right 8px;
		padding: 6px 20px 6px 10px;
		font-size: 14px;
	}
}

@media screen and (max-width: 1656px) {
	.seeSchooBtn {
		font-size: 14px;
		padding: 6px 20px 6px 10px;
		background-position: top 8px right 8px;
		left: 42.9%;
	}
	.faubionMISch p {font-size: 16px;}
}

@media screen and (max-width: 1365px) {
	.seeSchooBtn {
		left: 30px;
		transform: translate(0);
	}
}

@media screen and (max-width: 1023px) {
	.seeSchooBtn {padding: 6px 18px 6px 5px;}
	.faubionHed {
		font-size: 30px;
		margin: 6px 0 10px;
	}
	.faubionsDtls .heading {
		font-size: 26px;
		margin: 16px 0;
	}
}

@media screen and (max-width: 767px) {
	.faubions .propertyView {padding-top: 10px;}
	.seeSchooBtn {
		position: static;
		margin-bottom: 15px;
		width: 100%;
	}
	.seeSchooBtn {
		padding: 3px 30px 3px 15px;
		background-position: top 6px right 15px;
		background-size: 6px;
		height: 32px;
	}
	.faubionsDtls .heading {
		font-size: 18px;
		margin: 20px 0 15px;
	}
	.fDtlsHed {font-size: 16px;}
	.faubionMISch {
		padding: 30px 15px 20px;
		text-align: left;
	}
	.faubionMISch ul {
		justify-content: flex-start;
		padding: 0 38px 0 0;
		flex-wrap: wrap;
	}
	.faubionHed {font-size: 25px;}
}


.faubionsDtls {
	width: 100%;
	min-height: 70px;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
	background-color: rgba(255, 255, 255, 0.90);
	margin-bottom: 110px;
	position: relative;
	border-radius: 5px;
	padding: 0 30px;
}

.faubionsDtls .heading {
	color: #000;
	line-height: 1.3;
	margin: 20px 0 12px;
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 32px;
}

.faubionsBox {
	background: #FFF;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.10);
	width: calc(50% - 15px);
	margin-top: 10px;
}

.onOff:checked ~ .faubionsBoxs {height: 100%;}
.onOff:checked ~ .faubionsBoxs .itemList,
.onOff:checked ~ .faubionsBoxs .pfsnls {display: none;}
.fDtlsHed {
	color: #FFF;
	display: flex;
	padding: 7px 20px;
	border-radius: 5px 5px 0px 0px;
	background: #0A7DAB;
	line-height: 1.3;
	font-weight: 600;
	font-size: 18px;
}

.onOff:checked ~ .faubionsBoxs .fDtlsHed {border-radius: 5px;}
.faubionsBoxs {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

.faubionsBox .itemList {padding: 20px 20px;}
.faubionsBox .itemList > li {padding: 20px 0 20px 50px;}
.faubionsBox .iconBox {top: 20px;}
.faubionsBox .itemList > li,
.faubionsBox .text span {color: #000;}
.pfsnls {
	display: flex;
	justify-content: space-between;
	padding: 40px 30px;
	flex-wrap: wrap;
}
.pfsnls .pfsnl {
	width: calc(50% - 15px);
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}
.pfsnls .pfsnl img {width: 100%;}

@media screen and (max-width: 1023px) {
	.faubionsBox {width: calc(50% - 10px);}
	.faubionsBox .itemList {padding: 10px 20px;}
	.pfsnls {
		display: flex;
		justify-content: space-between;
		padding: 30px 10px;
	}
	.pfsnls .pfsnl {width: calc(50% - 5px);}
}

@media screen and (max-width: 767px) {
	.faubionsDtls .onOff {top: 23px;}
	.faubionsBox {
		width: calc(50% - 10px);
		width: 100%;
	}
	.pfsnls {padding: 20px 10px;}
	.faubionsDtls {padding: 0 15px;}
	.faubionsDtls .heading {
		font-size: 19px;
		margin: 20px 0 10px;
	}
}

@media screen and (max-width: 424px) {
	.pfsnls .pfsnl .btn {width: 126px;}
}

@media screen and (max-width: 374px) {
	.faubionsDtls .heading {font-size: 18px;}
}
