.fast-detail {
	text-align:center;
}
.fast-detail span {
	    margin-top: 26px;
    margin-bottom: 20px;
    display: inline-block;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 6px 4px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.fast-detail a {
	    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
}
.fast-detail a:hover {
	text-decoration:none;
}
.fast-detail img {
	    width: 100%;
    max-width: 310px;
    display: inline-block;
}
.welcome-outer {
	background:#324a78;
}
.welcom-detail {
	text-align:center;
	width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.welcom-detail h1 {
	margin-top: 40px;
    margin-bottom: 4px;
    color: #fff;
    letter-spacing: 2px;
}
.welcom-detail p {
	color:#fff;
}
.welcom-detail a {
	    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
	color:#fff;
	    margin-top: 30px;
    margin-bottom: 70px;
}
.interst-outer {
	background:#f7f5ef;
}
.interest-img {
	margin-top:30px;
}
.interest-img img {
	border:2px solid #fff;
	max-width:100%;
}
.interst-detail h1 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
	    font-size: 44px;
    letter-spacing: 2px;
}
.interst-detail p {
	    text-align: center;
		font-size:18px;
		color:#000;
}
.veterinary-detail {
	text-align:center;
	padding:0px 36px;
}
.veterinary-outer {
	background:url(images/hel-fit.png) no-repeat;
	height:100vh;
	background-position:center;
	background-size:cover;
}
.veterinary-detail h1 {
	    font-size: 44px;
    margin-top: 50px;
    margin-bottom: 10px;
	color:#fff;
}
.veterinary-detail p {
	font-size:18px;
	color:#fff;
}
.veterinary-tab {
	text-align:center;
	    width: 100%;
    max-width: 660px;
    float: none;
    margin: 0 auto;
}
.veterinary-btn {
	padding:10px;
	width:50%;
	float:left;
}
.veterinary-btn a {
	display:block;
	height:80px;
	padding:20px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	border:3px solid #fff;
}
.veterinary-btn a span {
	text-align: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	display:block;
}
.fact-outer {
	background:url(images/fact-bg.png) no-repeat;
	height:100vh;
	background-position:center;
	background-size:cover;
} 
.fact {
       text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    height: 420px;
    position: relative;
	margin-top:100px;
}
.fact-logo {
	margin-bottom: 14px;
}
.fact-logo img {
	max-width:100%;
}
.fact-detail h1 {
	font-size:36px;
	color:#fff;
	font-weight:bold;
}
.fact-detail p {
	color: #fff;
    margin-bottom: 80px;
	font-size:16px;
}
.fact-border {
	border:3px solid #fff;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fact-logo, .fact-detail, .fact-btn {
	position:relative;
	z-index:2;
}