p.originalp {
	font-family: 'Playfair Display', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 24px;
	color: #6c6c6c;
}
.bonus-text{
	flex: 1;
	margin: 2px;
	padding: 50px;
}
	
	
	.img-fluid-new{
	float: left;
	width: 300px;
}





/* shop now floating button */
.shop-now {
	display: block;
	padding: 20px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.shop-now-align {
	float: right;
	width: 220px;
}
.shop-now-align > p {
	text-align: center;
	text-indent: 0px;
	margin-bottom: 10px;
}
.shop-now a.action {
	
	background: #18ae12;
	border-bottom: 3px solid #13980e;
	border-radius: 5px !important;
	color: #FFFFFF ;
	padding: 10px 15px 8px 15px;
	display: inline-block;
	font-weight:700 !important;
	font-family: 'Fira Sans', sans-serif;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-radius: 0px;
	text-decoration: none;
	
}
.shop-now a.action:hover {

	background: #13980e;
	
}

.img-right-vertical2{
	width: 360px;
	float: right;
}
.sup-sl{
	padding: 0px;
	top: -11px;
}
.sup-footer{
	padding: 0px;
	top: -5px;
}
.sup-faq-title{
	top: 11px;
}
.bonus-title{
	font-size: 40px;

}
.benefits-section .card {
	background: #F4F4F4 !important;
	border: 1px solid #BC0028;
}

.benefits-section .card-title {
	color: #ad231b;
	font-size: 22px;
	z-index: 3;
	position: relative;
}

.benefits-section .card-text {
	font-size: 18px;
	z-index: 3;
	position: relative;
}

.included-background{
	background-color: #F4F4F4;
	border: 1px solid #28A745;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0 1px 10px 1px rgb(0 0 0/ 10%);
}
.included-head{
	background-color: #28A745;
	padding: 20px;
}


.blockquote-new{
	padding: 25px 50px 15px 50px;
	background-position: top;
	background-size: auto;
	background-color: #d78e2b;
	background-image: url(https://cdn.truegcloud.com/arcticblast/assets/go/images2/warningbg.png);
	border-radius: 20px;
	color: #000000;
	font-weight: normal;
	position: relative;
	text-align: center;
	
}


.blockquote-new:after {
	border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EA9624;
	bottom: -15px;
	content: '';
    left: 15%;
    height: 0;
	width: 0;
    position: absolute;
}

.blockquote-new p {
	font-size: 25px;
	line-height: 1.2;
}


.bonuses{
	background: #F4F4F4;
}

.bonuses-header{
	background: #444444;
	padding: 20px;
	margin: 0 auto;
}

.masthead-section-new{
	background-image: url(https://cdn.truegcloud.com/restria/images/masthead-bg2.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.bg-top{
	background: #BC0028;
box-shadow: 2px 2px 10px rgb(0 0 0 / 70%);
	position: relative;
}

.emphasize-text{
max-width: 70%;
	font-style: none;
	text-transform: none;
	color: #BC0028;
	display: block;
	border-left: 5px solid #BC0028;
	border-right: 5px solid #BC0028;
	line-height: 1.2;
	position: relative;
	margin: 0 auto;
	padding: 0 60px;
}
.emphasize-text2{
max-width: 85%;
	font-style: none;
	text-transform: none;
	color: #BC0028;
	display: block;
	border-left: 5px solid #BC0028;
	border-right: 5px solid #BC0028;
	line-height: 1.2;
	position: relative;
	margin: 0 auto;
	padding: 0 70px;
}

.emphasize-text span{
	font-size: 90px;
	font-style: normal;
	left: 15px;
	opacity: 0.3;
	position: absolute;
	top: -15px;
}

.emphasize-text2 span{
	font-size: 70px;
	font-style: normal;
	left: 15px;
	opacity: 0.3;
	position: absolute;
	top: -15px;
}


.fancy-list2{
	font-size: 26px;
}

@media (min-width:992px){
	h1, .primary-section {
    font-size: 65px;
    line-height: 1;
}
	.blockquote-new {
		padding: 25px 50px 15px 50px;
	}
	
.emphasize-text{	
	font-size: 28px;
	margin: 27px auto;
}
	.emphasize-text2{	
	font-size: 25px;
	margin: 27px auto;
}
	
}

@media (min-width:768px){

.emphasize-text{	
	font-size: 28px;
	margin: 27px auto;
	
}
}
@media (max-width: 480px) {

	h1, .primary-section {
		font-size: 38px;
		line-height: 1;
	}
	p.save {
		font-family: 'Work Sans', Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
		font-weight: bold;
		font-size: 20px;
		color: #28a745;
		margin-bottom: 0;
	}
	.shop-now {
		position: fixed;
		top: calc(100% - 50px);
		top: -o-calc(100% - 50px); /* opera */
		top: -webkit-calc(100% - 50px); /* google, safari */
		top: -moz-calc(100% - 50px); /* firefox */
		left: 0;
		bottom: 0 !important;
		background: rgba(255,255,255,.9);
		width: 100%;
		z-index: 999;
	}

	.shop-now a.action {
		float: none;
		position: absolute;
		left: 50%;
		/* top: 25%; */
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		padding: 10px 20px;
		font-size: 16px;
		margin: 0 auto;
		background: #18ae12;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		line-height: 20px;
		
	}
	
	.benefits-section .card-text {
		font-size: 18px;
		z-index: 3;
		position: relative;
	}

	.benefits-section .card {
		background: #F4F4F4 !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	
	.text-scott-header{
		font-size: 40px;
	}
	.emphasize-text{
		max-width: 90%;
		padding: 0 30px;
	}
		.emphasize-text2{
		max-width: 90%;
		padding: 0 40px;
		margin-bottom: 30px;
	}
	
	.emphasize-text span{
		font-size: 60px;
	}
	.emphasize-text2 span{
		font-size: 60px;
	}

	.d-flex {
		flex-wrap: wrap;
	}
	.d-flex h5{
		font-size: 19px !important; 
	}
}

@media only screen 
  and (min-device-width: 376px) 
  and (max-device-width: 575px) {
	.campaign-bar h3 {
		line-height: 1;
		margin-top:5px;
	}
}

@media (max-width: 375px) {
	.shop-now {
		margin-top:-25px;
	}
}

