@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700;800&display=swap');

.font-oswald{
	font-family: 'Oswald', sans-serif !important;
}

.font-lexend {
	font-family: 'Lexend Deca', sans-serif;
}

.banner-content-guard {
	text-align: center;
}
.banner-content-guard h3 {
	font-size: 40px;
	margin-right: 20px;
	text-align:center;
	display: block;
	letter-spacing:0em;
}
.banner-content-guard h2 {
	font-size:50px; 
	text-align:center;
	font-weight: bold;
	display: inline-block;
	margin: 50px 0 5px;
	letter-spacing:0.25em;
}


.produk-img-guard {
	display: inline-block;
}

.w-435 {
	width: 435px;
}

.w-760 {
	width: 760px;
}

.w-600 {
	width: 600px;
}

.w-250 {
	width: 250px;
}

.section-area {
	margin: 50px 0;
}
.section-area-guard h3 {
	display: block;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0em;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	width: 100%;
}
.section-area-guard h3:before {
	content: "";
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	position: absolute;
	left: 0px;
	z-index: 9;
	width: 37%;
    height: 5px;
    top: 10px;
}
.section-area-guard h3:after {
	content: "";
	border-bottom: 1px solid rgba(0,0,0, 0.15);
	position: absolute;
	right: 0px;
	z-index: 9;
	width: 37%;
    height: 5px;
    top: 10px;
}
.w-585{
	max-width: 585px;
}
.w-636{
	max-width: 630px;
}
.mt-38{
	margin-top: -38px;
}
.maw-620{
	max-width: 960px;
}

.section-area-guard-certification h3 {
	display: block;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0em;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.section-area-guard-certification h3:before {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0px;
	z-index: 9;
	width: 42%;
    height: 5px;
    top: 10px;
}
.section-area-guard-certification h3:after {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	right: 0px;
	z-index: 9;
	width: 42%;
    height: 5px;
    top: 10px;
}

.section-area-guard-wear h3 {
	display: block;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0em;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.section-area-guard-wear h3:before {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0px;
	z-index: 9;
	width: 40%;
    height: 5px;
    top: 10px;
}
.section-area-guard-wear h3:after {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	right: 0px;
	z-index: 9;
	width: 40%;
    height: 5px;
    top: 10px;
}

.section-area-guard-Instruction h3 {
	display: block;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	letter-spacing:0em;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.section-area-guard-Instruction h3:before {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0px;
	z-index: 9;
	width: 39%;
    height: 5px;
    top: 10px;
}
.section-area-guard-Instruction h3:after {
	content: " ";
	border-bottom: 1px solid #000;
	position: absolute;
	right: 0px;
	z-index: 9;
	width: 39%;
    height: 5px;
    top: 10px;
}

.title-info-guard {
	background-color: #fff;
    border-style: solid;
    border-color: #000;
    color: #000;
}

.guard-plus {
	background: url('images/guard/background-st.png');
	background-repeat: no-repeat;
  	background-size: cover;
  	background-attachment: fixed;
}

.product-dest-guard {
	font-size:17px; 
	text-align:center;
	letter-spacing:0em;
}

.small-title-guard {
	font-size:40px; 
	text-align:center;
    display: inline-block;
    margin-bottom: 25px;
}
.big-title-guard {
	font-size:50px; 
	letter-spacing:0.25em;
	text-align:center;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

.box-sugical-guard {
	background: url('images/guard/backs_btm-grd.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 960px;
	margin: 0 auto 10px;
	padding: 20px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 968px) {
    .box-sugical-guard {
		background: url('images/guard/backs_btm-grd.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		margin: 0 auto 10px;
		padding: 20px;
		color: #fff;
		text-align: center;
	}

	.w-435 {
		width: 300px;
	}

	.title-info-guard {
		font-size: 20px;
	}

	.small-title-guard {
		font-size:27px; 
	}

	.big-title-guard {
		font-size:30px;
	}

	.banner-content-guard h3 {
		font-size: 30px;
		margin-right: 20px;
		text-align:center;
		display: block;
		letter-spacing:0em;
	}
	.banner-content-guard h2 {
		font-size:35px; 
		text-align:center;
		font-weight: bold;
		display: inline-block;
		margin: 50px 0 5px;
		letter-spacing:0.25em;
	}

	.section-area-guard h3 {
		display: block;
		text-align: center;
		font-size:25px;
		font-weight:bold;
		letter-spacing:0em;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	.section-area-guard h3:before {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		left: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	.section-area-guard h3:after {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		right: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	
	.section-area-guard-certification h3 {
		display: block;
		text-align: center;
		font-size:25px;
		font-weight:bold;
		letter-spacing:0em;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	.section-area-guard-certification h3:before {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		left: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	.section-area-guard-certification h3:after {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		right: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	
	.section-area-guard-wear h3 {
		display: block;
		text-align: center;
		font-size:25px;
		font-weight:bold;
		letter-spacing:0em;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	.section-area-guard-wear h3:before {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		left: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	.section-area-guard-wear h3:after {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		right: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	
	.section-area-guard-Instruction h3 {
		display: block;
		text-align: center;
		font-size:25px;
		font-weight:bold;
		letter-spacing:0em;
		font-family: 'Open Sans', sans-serif;
		position: relative;
	}
	.section-area-guard-Instruction h3:before {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		left: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	.section-area-guard-Instruction h3:after {
		content: " ";
		border-bottom: 1px solid #000;
		position: absolute;
		right: 0px;
		z-index: 9;
		width: 0%;
		height: 5px;
		top: 10px;
	}
	
}

.red-guard {
	color: #d80027;
}

.bg-red-guard {
	background-color: #d80027;
}