.entry-content, .entry-summary, .page-content {
    margin: 0;
}

.line-through{
	text-decoration: line-through;
}

#packages-1{
	background: rgb(53,52,52);
	background: radial-gradient(circle, rgba(53,52,52,1) 50%, rgba(17,16,16,1) 100%, rgba(53,52,52,1) 100%);
}

#packages-1 .title{
	color: #ffffff;
	margin-bottom: 10px;
}

#packages-1 img{
	display: block;
	margin: 0px auto;
}

#packages-1 p{
	color: #ffffff;
	margin-bottom: 15px;
}

#packages-1 .card-retail{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

#packages-1 .card-sale-price{
	color: #ff0000;
	font-family: "Open Sans", sans-serif;
	font-size: 33px;
	font-weight: 800;
}

#packages-1 .card-sale-price sup,
#packages-1 .card-retail sup {
    font-size: 100%;
    top: 0;
}

#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled).active, 
#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled):active, 
#packages-1 .btnset .show>.btn-primary.dropdown-toggle, 
#packages-1 .btnset a.btn-primary, 
#packages-1 .btnset a.btn-primary:visited{
	clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 30px;
}

#packages-1 .btnset a.btn-primary:hover{
	background: #fee900;
	color: #000000;
}

#packages-1 .btnset .btn-primary i{
	margin-left: 10px;
}

#packages-1 .btnset .btn-secondary{
	background: #aaaaaa;
	border: none;
	border-radius: 0;
	font-weight: 800;
}

#packages-1 .btnset .btn-secondary:hover{
	background: #555555;
	border-radius: 0;
}

#packages-1 .btnset{
	display: flex;
	flex-direction: column;
}

#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled).active, 
#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled):active, 
#packages-1 .btnset .show>.btn-primary.dropdown-toggle, 
#packages-1 .btnset a.btn-primary, 
#packages-1 .btnset a.btn-primary:visited{
	max-width: 375px;
}

#packages-1 .btnset .btn-secondary {
	max-width: 130px;
}

@media screen and (min-width: 1200px){
	
	#packages-1 .row{
		align-items: center;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#packages-1{
		padding-bottom: 30px;
	}
	
	#packages-1 .title {;
		margin-bottom: 30px;
	}
	
	#packages-1 .card-sale-price {
		font-size: 28px;
		line-height: 1.2em;
	}
	
	#packages-1 .row{
		align-items: center;
	}
	
	#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled).active, #packages-1 .btnset .btn-primary:not(:disabled):not(.disabled):active, #packages-1 .btnset .show>.btn-primary.dropdown-toggle, #packages-1 .btnset a.btn-primary, #packages-1 .btnset a.btn-primary:visited {
		font-size: 15px;
		margin-bottom: 15px;
		padding-left: 15px;
		padding-right: 25px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#packages-1{
		padding-bottom: 30px;
	}
	
	#packages-1 img {
		margin: 0px auto 20px auto;
		max-width: 280px;
	}
	
	#packages-1 .btnset{
		display: flex;
		flex-direction: column;
	}
	
	#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled).active, 
	#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled):active, 
	#packages-1 .btnset .show>.btn-primary.dropdown-toggle, 
	#packages-1 .btnset a.btn-primary, 
	#packages-1 .btnset a.btn-primary:visited{
		max-width: 375px;
	}
	
	#packages-1 .btnset .btn-secondary {
		max-width: 130px;
	}

}

@media screen and (max-width: 767px){
	
	#packages-1{
		padding-bottom: 30px;
	}
	
	#packages-1 .title {
		margin-bottom: 10px;
		font-size: 28px;
	}
	
	#packages-1 img {
		margin: 0px auto 20px auto;
		max-width: 200px;
	}
	
	#packages-1 .btnset{
		display: flex;
		flex-direction: column;
	}
	
	#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled).active, 
	#packages-1 .btnset .btn-primary:not(:disabled):not(.disabled):active, 
	#packages-1 .btnset .show>.btn-primary.dropdown-toggle, 
	#packages-1 .btnset a.btn-primary, 
	#packages-1 .btnset a.btn-primary:visited{
		font-size: 16px;
		max-width: 375px;
	}
	
	#packages-1 .btnset .btn-secondary {
		max-width: 130px;
	}

}

/****/

.section-2{
	padding: 40px 0px 40px 0px;
}

.section-2 .title {
	font-size: 30px;
    margin-bottom: 10px;
}

.section-2 .container > p{
	margin-bottom: 10px;
}

.section-2 .image{
	flex-basis: 196px;
}

.section-2 .inner-wrap{
	flex-basis: 350px;
	padding-left: 30px;
	padding-bottom: 30px;
}

.section-2 .row{
	padding-top: 30px;
}

.section-2 h3 {
	font-size: 26px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-2 .container > .title,
	.section-2 .container > p{
		max-width: 520px;
		margin: 0px auto 20px auto;
	}
	
	.section-2 .d-flex{
		flex-direction: column;
    	align-items: center;
	}
	
	.section-2 img{
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-2{
		padding: 30px 0px 30px 0px;
	}
	
	.section-2 .inner-wrap {
		flex-basis: auto;
	}
	
	.section-2 .container > .title,
	.section-2 .container > p{
		max-width: 520px;
		margin: 0px auto 20px auto;
	}
	
	.section-2 .d-flex{
		flex-direction: column;
    	align-items: center;
	}
	
	.section-2 img{
		margin-bottom: 20px;
	}
	
	.section-2 .inner-wrap{
		padding-bottom: 15px;
		padding-left: 0;
	}
	
	.section-2 h3 {
		text-align: center;
	}
	
}


/**/

#packages-2{
	background: url(/wp-content/uploads/2023/07/packages-2-bg.jpg) no-repeat 0 0/contain #0a110c;
	padding: 50px 0px 50px 0px;
}

#packages-2 .title{
	color: #ffffff;
	margin-bottom: 10px;
}

#packages-2 p{
	color: #ffffff;
	margin-bottom: 15px;
}

#packages-2 .card-retail{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

#packages-2 .card-sale-price{
	color: #ff0000;
	font-family: "Open Sans", sans-serif;
	font-size: 33px;
	font-weight: 800;
}

#packages-2 .card-sale-price sup,
#packages-2 .card-retail sup {
    font-size: 100%;
    top: 0;
}

#packages-2 .btnset{
	display: flex;
	flex-direction: column;
}

#packages-2 .btnset .btn-primary:not(:disabled):not(.disabled).active, 
#packages-2 .btnset .btn-primary:not(:disabled):not(.disabled):active, 
#packages-2 .btnset .show>.btn-primary.dropdown-toggle, 
#packages-2 .btnset a.btn-primary, 
#packages-2 .btnset a.btn-primary:visited{
	clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
	max-width: 375px;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 30px;
}

#packages-2 .btnset a.btn-primary:hover{
	background: #fee900;
	color: #000000;
}

#packages-2 .btnset .btn-primary i{
	margin-left: 10px;
}

#packages-2 .btnset .btn-secondary {
    background: #aaaaaa;
    border: none;
    border-radius: 0;
    font-weight: 800;
    max-width: 130px;
}

#packages-2 .btnset .btn-secondary:hover{
	background: #555555;
	border-radius: 0;
}

@media screen and (min-width: 1200px){
	
	#packages-2 .row{
		align-items: center;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#packages-2 {
		background-position: -270px 0;
		background-size: cover;
		padding-bottom: 30px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){

	#packages-2 {
		background: url(/wp-content/uploads/2023/07/packages-2-bg.jpg) no-repeat -25px 0/1130px auto #0a110c;
		padding: 505px 0px 30px 0px;
	}

	#packages-2 .container{
		background: rgb(53,52,52);
		background: linear-gradient(0, rgba(53,52,52,1) 50%, rgba(17,16,16,1) 100%, rgba(53,52,52,1) 100%);
		max-width: none;
	}

}

@media screen and (max-width: 767px){

	#packages-2 {
		background: url(/wp-content/uploads/2023/07/packages-2-bg.jpg) no-repeat -25px 0/600px auto #0a110c;
		padding: 270px 0px 0px 0px;
	}

	#packages-2 .container{
		background: rgb(53,52,52);
		background: linear-gradient(0, rgba(53,52,52,1) 50%, rgba(17,16,16,1) 100%, rgba(53,52,52,1) 100%);
		max-width: none;
	}
	
	#packages-2 .btnset .btn-primary:not(:disabled):not(.disabled).active, #packages-2 .btnset .btn-primary:not(:disabled):not(.disabled):active, #packages-2 .btnset .show>.btn-primary.dropdown-toggle, #packages-2 .btnset a.btn-primary, #packages-2 .btnset a.btn-primary:visited{
		font-size: 16px;
	}

}

