.quicklinks {
	background-color: rgba(11, 36, 56, 0.80);
	margin: -170px 0 0 0;
	position: relative;
	z-index: 99;
}

.quicklinks a {
	background-color: #19b0d0;
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 50px 15px;
	font-family: 'Adrianna', serif;
	font-size: 32px;
	font-weight: normal;
	color: #fff;
}

.quicklinks a:nth-child(2) {
	background-color: #58c3cf;
}

.quicklinks a:nth-child(3) {
	background-color: #1d69b2;
}

.quicklinks a:hover {
	background-color: #3a3a3a;
}

.quicklinks a img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.h-sec1 img.about {
	box-shadow: 0 0 25px rgba(0, 25, 50, .4);
	border-radius: 10px;
}

.h-sec2 {
	position: relative;
}

.h-sec2:before,
.h-sec2:after {
	content: '';
	background-image: url('../images/buy-bg.jpg');
}

.h-sec2:before,
.h-sec2:after {
	content: '';
	background-image: url(../images/buy-bg.jpg);
	background-position: center top;
	width: 50%;
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.h-sec2:after {
	background-image: url(../images/faq-bg.jpg);
	left: auto;
	right: 0;
}

.h-sec2 .z-6of12 {
	position: relative;
	z-index: 99;
}

.h-sec2 .left {
	padding-top: 150px;
	padding-bottom: 150px;
}

.h-sec2 .right {
	padding-top: 50px;
}

.h-sec2 a.a-btn {
	text-transform: uppercase;
	font-size: 20px;
	color: #58c3cf;
}

.h-sec2 a.a-btn img,
.h-sec2 a.a-btn.w:hover img {
	filter: brightness(0.9);
	margin: 0 0 0 10px;
}

.h-sec2 a.a-btn:hover,
.h-sec2 a.a-btn.w {
	color: #fff;
}

.h-sec2 a.a-btn.w:hover {
	color: #2a2a2a;
}

.h-sec3 img:first-child {
	border-right: 2px solid #a5aeb6;
	margin-right: 50px;
	padding-right: 50px;
}

.h-sec4 {
	background-image: url(../images/buy-sec-bg.jpg);
	background-position: center top;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;

}

.h-sec4 a.g-btn {
	margin-top: 90px;
}



@media screen and (max-width: 1362px) {
	.quicklinks a {
		font-size: 26px;
	}

	.h-sec3 img {
		max-width: 30%;
	}
}

@media screen and (max-width: 992px) {
	.quicklinks a img {
		display: none !important;
	}

	.h-sec2 .left,
	.h-sec2 .right {
		padding-top: 30px;
		padding-bottom: 35px;
		background-color: #0f283c;
		margin-bottom: 0;
	}

	.h-sec2 .right {
		padding-top: 50px;
		background-color: #1ab0d1;
	}

	.h-sec2::before,
	.h-sec2::after {
		display: none;
	}

	.h-sec4 .left,
	.h-sec4 .right {
		width: 43%;
	}
}

@media screen and (max-width: 767px) {
	.quicklinks {
		margin: -5px 0 0 0;
	}

	.quicklinks a img,
	.quicklinks a:hover img {
		display: none;
	}

	.quicklinks a {
		font-size: 21px;
		padding: 30px 10px;
	}

	.h-sec4 {
		padding-top: 45px;
		padding-bottom: 50px;
	}

	.h-sec4 .left,
	.h-sec4 .right {
		width: 90%;
		padding: 0;
		margin-bottom: 0;
	}

	.h-sec4 .left .head br {
		display: none;
	}

	.h-sec4 .right {
		text-align: left !important;
	}

	.h-sec4 a.g-btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.quicklinks a {
		width: 100%;
	}
}