.header{
	border-bottom: none;
}
main section{
	font-size: 20px;
}
main section .container{
	padding-top: 60px;
	padding-bottom: 60px;
}
main section h2{
	font-size: 40px;
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
}

main .button.quote{
	font-weight: bold;
	font-size: 22px;
	border-radius: 5px;
	padding: 24px 40px;
	color: white;
	background-color: #f0483d;
}
main .button.quote:hover{
	background-color: #da1e10 !important;
}
.button.quote.more::after{
	filter: brightness(0) grayscale(1) invert(1);
	background-size: auto 1.3em;
	width: 1.5em;
}

/* ====================== about-banner ====================== */

.about-banner{
	min-height: 630px;
	/*background: #F8F8F8 url(../../images/pages/spyhunter-business-quote/banner-top.jpg) no-repeat center center;*/
	overflow: hidden;
	text-align: left;
	color: black;

	/* alt */
	background: #F8F8F8 url(../../images/pages/spyhunter-purchase-order/computer.svg?v=2) no-repeat calc(50% + 312px) 50px;
}
/* retina */
.about-banner .about-banner{
	background-image: url('../../images/pages/spyhunter-business-quote/banner-top@2x.jpg');
	background-size: auto 612px;
}
.about-banner .container{
	position: relative;
	overflow: initial !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
.about-banner .text{
	max-width: 565px;
	line-height: 1.3;
}
.about-banner h1{
	margin-top: 35px;
	font-size: 30px;
	color: #3279F6;
	font-weight: normal;
}
.about-banner h2{
	font-size: 35px;
	font-size: clamp(30px, 3vw, 35px);
}
.about-banner h2 .red{
	color: #F00000;
}
.about-banner h3{
	font-size: 30px;
	font-size: clamp(22px, 2vw, 30px);
}
.about-banner p{
	text-align: left;
	font-size: 28px;
	font-size: clamp(20px, 2vw, 28px);
}
.about-banner .discount{
	display: inline-block;
	background: url(../../images/pages/spyhunter-business-quote/star.svg) no-repeat center center;
	width: 96px;
	height: 97px;
	padding-top: 18px;
	vertical-align: middle;
	color: white;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.about-banner .discount span{
	display: block;
	font-weight: bold;
	font-size: 32px;
}
.about-banner .video-container{
	position: absolute;
	top: calc(50% - 90px);
	left: calc(50% + 400px);

	/* alt */
	top: calc(50% - 6px);
	left: calc(50% + 152px);
}
.about-banner a.video{
	display: inline-block;
	background: url(../../images/pages/spyhunter-business-quote/play-borders.svg?v=2) no-repeat center top;
	background-size: 136px auto;
	min-width: 136px;
	padding-top: 134px;
	text-decoration: none;
	text-transform: uppercase;
}
.about-banner .video .video-title{
	position: relative;
	display: block;
	margin-top: 8px;
	background: #999;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 13px;
	text-align: center;
}
.about-banner .video:hover .video-title{
	background-color: #999;
}
.about-banner .video .video-title:before{
	position: absolute;
	content: '';
	margin-top: -14px;
	left: calc(50% - 8px);
	border-bottom: 10px solid #999;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}
.about-banner .button.quote{
	font-size: 24px;
	padding: 25px 50px;
}
@media screen and (max-width: 1230px) {
	.about-banner{
		min-height: 0;
		background-image: none;
	}
	.about-banner .text{
		max-width: none;
	}
	.about-banner .video-container {
		position: initial;
		margin-top: 20px;
		text-align: center;
	}
	.about-banner .video {
		background: none !important;
		padding-top: 0 !important;
	}
	.about-banner .video .video-title:before{
		display: none;
	}
}

/* ====================== about-how ====================== */

.about-how .flex-container{
	margin: 80px -25px 0 -25px;
}
.about-how .flex-container .item{
	position:relative;
	width: 300px;
	margin: 0 25px 20px 25px;
	text-align: center;
}
.about-how .flex-container .item.right-arrow:after{
	position:absolute;
	content: '';
	width:56px;
	height:18px;
	top: 47px;
	right: -17px;
	background: url(../../images/pages/spyhunter-business-quote/icons/arrow.svg) no-repeat center center;
}
.about-how .flex-container .item h2{
	font-size: 28px;
}
.about-how .flex-container .item p{
	text-align: left;
}
@media screen and (max-width: 1230px) {
	.about-how .flex-container .item.right-arrow:after{
		display: none;
	}
}

/* ====================== about-manage ====================== */

.about-manage .container{
	background-color: #F3F8FF;
	border-radius: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0;
}
.about-manage .flex-container{
	margin-top: 70px;
	margin-bottom: 70px;
}
.about-manage .flex-container .item{
	width: 500px;
	text-align: center;
}
.about-manage .flex-container .item.text{
	display: flex;
	align-items: center;
	text-align: left;
	width: 480px;
}
.about-manage .flex-container .item h3{
	font-size: 35px;
	font-size: clamp(25px, 3vw, 35px);
}
.about-manage .flex-container .item img{
	box-shadow: 0px 3px 30px rgba(50, 121, 246, 0.32);
	border-radius: 10px;
}
@media screen and (max-width: 910px) {
	.about-manage .container{
		border-radius: 0;
	}
}

/* ====================== about-assistance ====================== */

.about-assistance h2{
	margin: 30px 0;
}
.about-assistance img{
	float: left;
	margin-top: -17px;
	margin-right: 10px;
}
.about-assistance ul{
	list-style: none;
	margin: 20px 0;
	padding: 0;
	overflow: auto;
}
.about-assistance ul li{
	background: url(../../images/pages/spyhunter-business-quote/icons/tick.svg) no-repeat 0px 2px;
	padding-left: 50px;
	margin: 30px 0;
}
@media screen and (max-width: 1230px) {
	.about-assistance img{
		float: none;
		display: block;
		margin: 0 auto 30px auto;
	}
}

/* ====================== about-gallery ====================== */

.about-gallery .container{
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}
.about-gallery .container:before{
	position: absolute;
	content: '';
	z-index: -1;
	top:0;
	left:0;
	right:0;
	bottom: 300px;
	background-color: #F3F8FF;
	border-radius: 40px;
	padding-bottom: 0;
}
.about-gallery .gallery-activate{
	font-weight: normal;
}

/* make it smaller */
body .gallery-item {
	width: 400px;
}
body .gallery-item-2,
body .gallery-item-4 {
	width: 500px;
}
body .gallery-item-3 {
	width: 600px;
}
.about-gallery .gallery-container{
	min-height: clamp(350px, 50vw, 500px);
}

/* ====================== about-certifications ====================== */

.about-certifications .container{
	padding-top: 60px;
	padding-bottom: 60px;
}

/* ====================== section-riskFree ====================== */

.section-riskFree{

}
.section-riskFree{
	font-size: 22px;
}
.section-riskFree .container{
	padding-top: 20px;
}
.section-riskFree h2{
	text-align: center;
	font-size: 42px;
	font-size: clamp(30px, 4vw, 42px);
}
.section-riskFree h3{
	font-size: 30px;
	font-size: clamp(25px, 3vw, 30px);
}
.section-riskFree .flex-container{
	margin-top: 40px;
	background-color: #3279F6;
	border-radius: 40px;
	padding: 50px 35px;
	line-height: 1.3;
	font-size: 20px;
}
.section-riskFree .flex-container .item:not(:empty){
	width: 300px;
	padding-top: 84px;
	background-position: left top;
	filter: brightness(0) grayscale(1) invert(1);
	background-size: auto 82px;
}
.section-riskFree .item.protection{ background-image: url(../../images/pages/spyhunter-business-quote/protection.svg); }
.section-riskFree .item.guarantee{ background-image: url(../../images/pages/spyhunter-business-quote/guarantee.svg); }
.section-riskFree .item.support{ background-image: url(../../images/pages/spyhunter-business-quote/support.svg); }

/* ====================== about-faq ====================== */

.section-faq{
	background-color: #F5F8FD;
}
.section-faq .tabs-container .container{
	padding-top: 0;
	padding-bottom: 20px;
}
