/*
custom styling for ht service plus
*/
:root{
	--color-gold: #f1bc00;
	--color-blue: #00559d;
	--color-blue-2: #7ec1ff;
	--color-blue-3: #13284c;
	--color-blue-t: rgba(0,85,157, 0.5);
	--color-red: #ff0000;
}
body{
	font-size: 17px;
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
}

#header-menu a.menu-link {
	background: var(--color-blue);
	font-size: 14px;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 120px;
  justify-content: center;
}
#header-menu a.menu-link:hover {
	box-shadow: 0 0 15px rgba(0 0 0 / 60%);
}

@media screen and (max-width:1024px) {
	#header-menu ul.elementor-nav-menu {
		background: var(--color-blue-3);

	}
	#header-menu a.menu-link {
		background: var(--color-blue-3);
		text-align: left;
    	justify-content: flex-start;
    	transition: 0s;
	}
	#header-menu a.menu-link:hover {
		background: rgba(51,51,51,.6);
		box-shadow: none;
	}
	#header-menu ul.sub-menu a.menu-link {
		color: var(--color-blue-3);
		background: #f1f1f1;
	}
	#header-menu ul.sub-menu a.menu-link:hover {
		color: #fff;
		background: var(--color-blue-3);
	}
}

#page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    padding: 0;
}

#page-header #site-logo,
#page-header #site-logo-2 {
	max-width: 200px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 20px 20px;
}

#page-header #site-logo img,
#page-header #site-logo-2 img {
	width: 100%;
}

#page-header .logo-col .elementor-widget-wrap {
	justify-content: center;
	padding: 0 !important;
}


body.admin-bar #page-header{
	top: 46px;
}

@media screen and (min-width: 481px){

}
@media screen and (min-width: 768px){
	body.admin-bar #page-header{
		top: 32px;
	}
}
@media screen and (max-width: 480px){

}

.bar h1, .bar h2, .bar h3, .bar h4, .bar h5, .bar p,
h1.bar , h2.bar , h3.bar , h4.bar , h5.bar , p.bar {
	position: relative;
}
.bar h1:after, .bar h2:after, .bar h3:after, .bar h4:after, .bar h5:after, .bar p:after,
h1.bar:after , h2.bar:after , h3.bar:after , h4.bar:after , h5.bar:after , p.bar:after {
	content: '';
    display: block;
    width: 65px;
    height: 6px;
    background: var(--color-red);
    margin-top: 24px;
    margin-bottom: 24px;
}

.bar.bar-center h1:after, .bar.bar-center h2:after, .bar.bar-center h3:after, .bar.bar-center h4:after, .bar.bar-center h5:after, .bar.bar-center p:after,
h1.bar.bar-center:after , h2.bar.bar-center:after , h3.bar.bar-center:after , h4.bar.bar-center:after , h5.bar.bar-center:after , p.bar.bar-center:after {
	margin-left: auto;
	margin-right: auto;
}

.bg-black{
	background-color: #000;;
}

.bg-blue{
	background-color: var(--color-blue);
}
.bg-blue-t{
	background-color: rgba(3, 43, 90, 0.85);
}

.bg-blue-t-left {
    position: relative;
}
.bg-blue-t-left::before {
    content: "";
    position: absolute;
	top: 0;
    height: 100%;
    width: 50vw;
    background: rgba(3 43 90 / 85%);
    right: 100%;
}



.bg-blue-t-right {
    position: relative;
}
.bg-blue-t-right::after {
    content: "";
    position: absolute;
	top: 0;
    height: 100%;
    width: 50vw;
    background: rgba(3 43 90 / 85%);
    left: 100%;
}

.bg-gold{
	background-color: var(--color-gold);
}

.bg-red{
	background-color: var(--color-red);
}

.bg-img-red img{
	background-color: #FF003C;
}

.btn a, .btn:not(.elementor-widget) {
    display: inline-block;
    border: 0;
    font-weight: 600!important;
    box-shadow: none;
    font-size: 17px!important;
    line-height: 1.3!important;
    border-radius: 0;
    padding: 8px 1.2em;
	text-transform: uppercase;
	color: #fff;
	transition: 0.8s;
	background-color: var(--color-blue);
	text-align: center;
}
.btn a:not(:hover), .btn:not(.elementor-widget,:hover),
.frm_submit button[type=submit]:not(:hover) {
	color: #fff!important;
	background-color: var(--color-red)!important;
}
@media screen and (min-width: 768px){
	.btn.btn-lg a, .btn.btn-lg:not(.elementor-widget){
		min-width: 350px;
	}
}
.btn.btn-shop,
.btn.btn-shop a,
.btn.btn-full,
.btn.btn-full a {
	width: 100%;
}
.btn a:hover, .btn:not(.elementor-widget):hover{
	background-color: #e7e7e8;
}

.multi-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

#download-list-block i.fas.fa-check-circle {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
	background: #fff;
	margin-right: 5px;
}

.elementor-widget-container p:last-child {
	margin-bottom: 0;
}

.elementor-widget-container ul {
	margin-left: 20px;
}

ul.check{
	padding-left: 24px;
}

ul.check li::marker{
	content: '';
	display: none;
}

ul.check li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	display: inline-block;
	width: 13px;
    height: 13px;
    border-radius: 100%;
    line-height: 1;
    background: #fff;
	color: #FF000F;
    margin-left: -25px;
    margin-right: 10px;
    font-size: 14px;
}

.desktop-popout {
    max-width: 80%;
    position: absolute!important;
    bottom: -50px;
    left: -50px;
}
@media screen and (max-width: 480px){
	.desktop-popout {
		bottom: 75px;
		left: 0;
	}
}

h1,.h1{
	font-size: 40px;
    font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h2,.h2{
	font-size: 32px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}
h3,.h3{
	font-size: 23px;
	font-weight: 600;
}
.h4, .h4 h4{
	font-size: 17px;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6{
	color: var(--color-blue);
}

.elementor-heading-title {
    line-height: 1.2!important;
}

.quote-left h2 {
    position: relative;
	padding-left: 120px;
}

.quote-left h2::before {
    content: "";
    position: absolute;
    bottom: -80%;
    left: -11px;
    width: 100px;
    height: 60px;
    background: url(https://blueprint.sirv.com/Hydropool/service/testimonial-quotes.svg);
    background-size: 100%;
    background-position: 0 -35px;
	transform: scaleX(-1) translateY(-50%);
}

@media screen and (max-width: 480px){
	.quote-left h2 {
		padding-left: 112px;
	}	
	.quote-left h2::before {
		bottom: 20%;
	}
}

.img-mx-h img{
	max-height: 235px;
	width: auto;
}

.holiday-hide{
	display:none!important;
}

.of-hidden{
	overflow: hidden;
}

.round-bl{
	border-bottom-left-radius: 65px;
}
.round-br{
	border-bottom-right-radius: 65px;
}
.round-tl{
	border-top-left-radius: 65px;
}
.round-tr{
	border-top-right-radius: 65px;
}

.mb-1{
	margin-bottom: 1em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-3{
	margin-bottom: 3em;
}
.mt-0{
	margin-top: 0em;
}
.mt-1{
	margin-top: 1em;
}
.mt-2{
	margin-top: 2em;
}
.mt-3{
	margin-top: 3em;
}
.mb-0{
	margin-bottom: 0em !important;
}
.m-0{
	margin: 0 !important;
}

.p-1{
	padding: 1em;
}
.p-2{
	padding: 2em;
}
.p-3{
	padding: 3em;
}
.pb-1{
	padding-bottom: 1em;
}
.pb-2{
	padding-bottom: 2em;
}
.pb-3{
	padding-bottom: 3em;
}
.pt-1{
	padding-top: 1em;
}
.pt-2{
	padding-top: 2em;
}
.pt-3{
	padding-top: 3em;
}
.pl-1{
	padding-left: 1em;
}
.pl-2{
	padding-left: 2em;
}
.pl-3{
	padding-left: 3em;
}
.pl-0{
	padding-left: 0;
}
.pr-1{
	padding-right: 1em;
}
.pr-2{
	padding-right: 2em;
}
.pr-3{
	padding-right: 3em;
}
.pr-0{
	padding-right: 0;
}
.p-0{
	padding: 0 !important;
}
.pb-0{
	padding-bottom: 0 !important;
}
.pt-0{
	padding-top: 0 !important;
}

@media screen and (max-width:1023px) {
	.desktop-show{
		display: none;
	}
	.mobile-border-t{
		border-top:1px solid #fff;
	}
	.mobile-border-t-dark{
		border-top:1px solid #ccc;
	}
	.mobile-hide{
		display: none;
	}
	.mobile-center{
		text-align: center;
	}
	.mobile-mb-0{
		margin-bottom: 0 !important;
	}
	.mobile-mb-1{
		margin-bottom: 1em;
	}
	.mobile-mb-2{
		margin-bottom: 2em;
	}
	.mobile-mt-0{
		margin-top: 0 !important;
	}
	.mobile-mt-1{
		margin-top: 1em;
	}
	.mobile-mt-2{
		margin-top: 2em;
	}
	.mobile-p-0{
		padding: 0em !important;
	}
	.mobile-pl-0{
		padding-left: 0em !important;
	}
	.mobile-p-1{
		padding: 1em !important;
	}
	.mobile-p-2{
		padding: 2em !important;
	}
	.mobile-pb-0{
		padding-bottom: 0 !important;
	}
	.mobile-pt-1{
		padding-top: 1em;
	}
	.mobile-pt-2{
		padding-top: 2em;
	}
	.mobile-pb-1{
		padding-bottom: 1em;
	}
	.mobile-pb-2{
		padding-bottom: 2em;
	}
	.mobile-pl-1{
		padding-left: 1em;
	}
	.mobile-pl-2{
		padding-left: 2em;
	}
	.mobile-pr-1{
		padding-right: 1em;
	}
	.mobile-pr-2{
		padding-right: 2em;
	}
	.mobile-pl-0{
		padding-left: 0;
	}
	.mobile-pr-0{
		padding-right: 0;
	}
}
@media screen and (max-width:1024px) {
	.mobile-bg-blue{
		background: var(--color-blue);
	}
}

.Sirv.sirv-thumbnails-only-gallery .smv-selectors-box .smv-selectors .smv-ss .smv-scroll {
    justify-content: center;
	max-height: 480px;
    overflow: hidden;
	align-content: flex-start!important; 
}

.text-bold {
    font-weight: 600;
}
.text-blue{
	color: var(--color-blue);
}
.text-blue-2{
	color: var(--color-blue-2);
}
.text-center{
	text-align: center;
}
.text-center .bar h1:after, .text-center .bar h2:after, .text-center .bar h3:after, .text-center .bar h4:after, .text-center .bar h5:after, .text-center .bar p:after,
.text-center.bar h1:after, .text-center.bar h2:after, .text-center.bar h3:after, .text-center.bar h4:after, .text-center.bar h5:after, .text-center.bar p:after {
	margin: 24px auto;
}
.text-gold {
	color: var(--color-gold);
}
.text-red{
	color: var(--color-red);
}
.text-lg{
	font-size: 125%;
}
.text-sm{
	font-size: 70%;
}
.text-gold, .text-gold h3{
	color: var(--color-gold);
}
.text-red{
	color: #FF000F;
}
.text-white,
.text-white h1, .text-white h2, .text-white h3, .text-white h4{
	color: #fff;
}
.text-uppercase{
	text-transform: uppercase;
}

.w-100{
	width: 100%;
}

.x-remain{
	position: relative;
	max-width: 300px;
	margin: 0 auto;
	display: inline-block;
}

.x-remain:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: -10px;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 100%;
    background: red;
    color: #fff;
    font-size: 14px;
    padding: 10px 6.8px;
    text-align: center;
}

.x-remain-1:after{
	content: "Only 1 Left!";
}
.x-remain-2:after{
	content: "Only 2 Left!";
}
.x-remain-3:after{
	content: "Only 3 Left!";
}
.x-remain-4:after{
	content: "Only 4 Left!";
}
.x-remain-5:after{
	content: "Only 5 Left!";
}

@media screen and (max-width: 1023px){
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: var(--color-blue);
	}
}
.d-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.d-flex.va-center{
	align-items: center;
}
.d-flex .col{
	flex: 1 0 100%;
}	

@media screen and (min-width: 481px){
	.d-flex .col-sm-80{
		flex: 1 0 80%;
	}
	.d-flex .col-sm-70{
		flex: 1 0 70%;
	}
	.d-flex .col-sm-60{
		flex: 1 0 60%;
	}
	.d-flex .col-sm-50{
		flex: 1 0 50%;
	}
	.d-flex .col-sm-40{
		flex: 1 0 40%;
	}
	.d-flex .col-sm-30{
		flex: 1 0 30%;
	}
	.d-flex .col-sm-25{
		flex: 1 0 25%;
	}
}

@media screen and (min-width: 1024px){
	.d-flex .col-80{
		flex: 1 0 80%;
	}
	.d-flex .col-70{
		flex: 1 0 70%;
	}
	.d-flex .col-60{
		flex: 1 0 60%;
	}
	.d-flex .col-50{
		flex: 1 0 50%;
	}
	.d-flex .col-40{
		flex: 1 0 40%;
	}
	.d-flex .col-30{
		flex: 1 0 30%;
	}
	.d-flex .col-25{
		flex: 1 0 25%;
	}
	.bg-blue-angle:before {
		content: '';
		display: block;
		width: 100%;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 465px 184px 0 0;
		border-color: var(--color-blue) transparent transparent transparent;
		left: 32%;
	}
	.bg-blue-angle-2{
		
	}
	.bg-blue-angle-2:before {
		content: '';
		display: block;
		width: 80vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 560px 215px 0 0;
		border-color: var(--color-blue) transparent transparent transparent;
		right: -20%;
	}
	#page-footer.ss .bg-blue-angle-2:before{
		border-width: 600px 220px 0 0;
	}
	
	.bg-blue-angle, .bg-blue-angle-2{
		background-color: transparent;
	}
	.bg-blue-angle-2-t:before {
		content: '';
		display: block;
		width: 100vw;
		position: absolute;
		height: 0;
		border-style: solid;
		border-width: 660px 315px 0 0;
		border-color: var(--color-blue) transparent transparent transparent;
		right: -50%;
		opacity: 0.8;
	}
	.diagonal-overlay::before {
		content: '';
		position: absolute;
		top: 0;
		z-index: 0;
		width: 2000px;
		height: 100%;
		background: rgb(19 40 76 / 70%);
		transform: skew(335deg);
		left: 45%;
	}
	
	.diagonal-overlay-2::before {
		content: '';
		position: absolute;
		top: 0;
		z-index: 0;
		width: 2000px;
		height: 100%;
		background: rgb(19 40 76 / 70%);
		transform: skew(335deg);
		right: 55%;
	}
	
	.diagonal-overlay-tablet-2::before {
		content: '';
		position: absolute;
		top: 0;
		z-index: 0;
		width: 2000px;
		height: 100%;
		background: rgb(19 40 76 / 70%);
		transform: skew(335deg);
		right: 55%;
	}
}

@media screen and (min-width: 767px) {
	.diagonal-overlay-tablet-2::before {
		content: '';
		position: absolute;
		top: 0;
		z-index: 0;
		width: 2000px;
		height: 100%;
		background: rgb(19 40 76 / 70%);
		transform: skew(335deg);
		right: 55%;
	}
}

.bg-icon-1 .elementor-widget-container > *,
.bg-icon-2 > *,
.bg-icon-1 .elementor-shortcode > *{
	position: relative;
}

.bg-icon-1 .elementor-widget-image .elementor-widget-container:before,
.bg-icon-1 .elementor-shortcode:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -10%;
    top: -10%;
}

.bg-icon-2:after {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(https://blueprint.sirv.com/hp-miss/holiday-sale/hp-bg-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -21%;
    bottom: -47%;
    opacity: 0.5;
}

section.elementor-section {
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 414px){
	#page-hero .text-res h1{
		font-size: 10vw;
	}
}

#download-list-block .elementor-widget .elementor-icon-list-item{
	align-items: flex-start;
}

#download-list-block .elementor-widget .elementor-icon-list-icon{
	margin-top: 0.5em;
}

@media screen and (min-width: 1440px){
	#maximize-fun.ss{
		background-size: 55% auto;
	}
}

@media screen and (min-width: 1600px){
	#page-footer.ss {
		background-size: 55% auto;
	}
}


.d-flex.model-list {
	gap: 40px 20px;
}

.d-flex.model-list .model {
	display: flex;
    flex-direction: column;
	flex: 0 0 calc(25% - 15px);
    position: relative;
}

.d-flex.model-list .model.sold::before {
    content: 'Sold';
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    height: 60px;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 100%;
    padding: 19px 10px;
    text-align: center;
    line-height: 1;
}

.d-flex.model-list .model img {
	display: block;
	margin: 0 auto;
}

.d-flex.model-list > .model > br {
    display: none;
} 

.d-flex.model-list .model > span:last-of-type {
    margin-bottom: 10px;
}

.d-flex.model-list .model .model-footer {
	text-align: center;
	color: #fff;
	background: #FF003C;
	border-radius: 0 30px 0 30px;
	padding: 10px 1em;
	margin-top: auto;
	margin-bottom: 10px;
}

.d-flex.model-list .model:nth-child(even) .model-footer {
	border-radius: 30px 0 30px 0;
}

.d-flex.model-list .model a.btn {
	color: #000;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 992px){
	.d-flex.model-list .model{
		flex: 0 0 calc(33.33% - 20px);
	}
}

@media screen and (max-width: 768px){
	.d-flex.model-list .model{
		flex: 0 0 calc(50% - 20px);
	}
}

@media screen and (max-width: 480px){
	.d-flex.model-list .model{
		flex: 0 0 100%;
	}
}

/*Forms */


fieldset {
	border: 0;
	padding: 0!important;
	margin: 0;
}

.frm_forms.frm_style_formidable-style.with_frm_style input.frm_pos_none {
	display: none;
}

.frm_forms input, .frm_forms select, .frm_forms textarea, .frm_forms button[type=submit] {
	display: block;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
	border-radius: 0!important;
	font-size: 18px;
    line-height: 24px;
    padding: 10px 15px;
}

.no-border .frm_forms input, 
.no-border .frm_forms select, 
.no-border .frm_forms textarea{
	border: 0;
}

.frm_forms input[type=submit], 
.frm_forms .frm_submit button[type=submit]{
	background-color: var(--color-red);
	color: #fff;
	transition: 1s;
	margin: 0!important;
	border: 0;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%
}

.frm_forms.loaded input[type=submit], 
.frm_forms.loaded button[type=submit] {
	opacity: 1;
}

.frm_forms input[type=submit]:hover, 
.frm_forms button[type=submit]:hover {
	background-color: var(--color-red);
	color: #fff;
}

.frm_style_formidable-style.with_frm_style .form-field:last-of-type {
  margin-bottom: 0!important;
}

#page-header .frm_fields_container {
	display: flex;
}

#page-header .frm_forms input {
	margin-bottom: 0;
}

.download-list-block-inner {
	display: flex !important;
	gap: 30px;
}

.download-list-block-inner .content-col {
	flex: 0 1 55%;
}

.download-list-block-inner .form-col {
	flex: 0 1 45%;
}

#ui-datepicker-div.ui-datepicker {
	z-index: 10000 !important;
}

@media screen and (max-width: 767px) {
	.download-list-block-inner {
		flex-direction: column;
	}
}

#page-footer h2 {
	margin-bottom: 20px;
}

#page-footer h2 + .btn {
	margin-bottom: 20px;
}

#page-hero.sl-main {
	background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/celebrate-savings/ht-celebrate-your-savings-hero-mobile.webp) !important;
	background-position: 50% 50%;
	padding: 5em 0 8em;
}

#page-hero.sl-main.ss {
		background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/celebrate-savings/celebrate-savings-1080x1920-ss-1-fade.png) !important;
	background-position: 50% 50%;
	padding: 5em 0 8em;
}

#page-hero.sl-main::before,
#page-hero.sl-main.ss::before {
	display: none;
}

#page-hero.sl-main .page-hero-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

#page-hero.sl-main .page-hero-inner .h1-wrap {
	display: inline-block;
	position: relative;
	margin: 0 auto;
}

#page-hero.sl-main .page-hero-inner .h1-wrap::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 80%;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.sl-main .page-hero-inner .h1-wrap::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 80%;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.sl-main .page-hero-inner .h1-inner-wrap::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.sl-main .page-hero-inner .h1-inner-wrap::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.sl-main .page-hero-inner h1 {
    position: relative;
    display: flex;
    justify-content: center;
	max-width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--color-blue);
	text-shadow: none;
    line-height: 1;
    padding: 15px;
}

#page-hero.sl-main .page-hero-inner h1 span {
	position: absolute;
	top: -12px;
    font-size: 25px;
	font-weight: 600;
    display: block;
}

#page-hero.sl-main .page-hero-inner h2 {
	color: var(--color-blue);
	max-width: 100%;
	font-size: 35px;
	text-align: center;
	text-shadow: none;
}

@media screen and (min-width:400px){
	#page-hero.sl-main .page-hero-inner {
		max-width: 80%;
	}
	#page-hero.sl-main .page-hero-inner  h1 {
		font-size: 40px;
	}
	#page-hero.sl-main .page-hero-inner h1 span {
		top: -15px;
		font-size: 30px;
	}
	#page-hero.sl-main .page-hero-inner h2 {
		font-size: 40px;
	}
}

@media screen and (min-width:600px) {
	#page-hero.sl-main .page-hero-inner .h1-inner-wrap::before,
	#page-hero.sl-main .page-hero-inner .h1-inner-wrap::after {
		width: 30%;
	}
	#page-hero.sl-main .page-hero-inner h1 {
		font-size: 50px;
    	padding: 15px 25px;
	}
}

@media screen and (min-width:768px) {
	
	#page-hero.sl-main {
		background-image: url(https://blueprint.sirv.com/hp-miss/retail/ht-celebrate-your-savings-hero-desktop.jpg) !important;		
		padding: 6em 0 10em;		
	}
	

	#page-hero.sl-main.ss {
		background-image: url(https://blueprint.sirv.com/hp-miss/retail/ss-celebrate-your-savings-hero-desktop.jpg) !important;
	}
}

#page-hero.slty-hero {
	background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/ht-savings-list-hero-mobile.webp) !important;
}

#page-hero.slty-hero.ss {
	background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/ss-savings-list-hero-mobile.webp) !important;
}

#page-hero.slty-hero::before,
#page-hero.slty-hero.ss::before {
	display: none;
}

#page-hero.slty-hero .page-hero-inner {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

#page-hero.slty-hero .page-hero-inner .h1-wrap {
	position: relative;
	margin: 0 auto;
}

#page-hero.slty-hero .page-hero-inner .h1-wrap::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 80%;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.slty-hero .page-hero-inner .h1-wrap::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 80%;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.slty-hero .page-hero-inner .h1-inner-wrap::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.slty-hero .page-hero-inner .h1-inner-wrap::after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-blue);
    border-radius: 3px;
}

#page-hero.slty-hero .page-hero-inner h1 {
    position: relative;
    display: flex;
    justify-content: center;
	max-width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: var(--color-blue);
	text-shadow: none;
    line-height: 1;
    padding: 15px;
}

#page-hero.slty-hero h2 {
	font-size: 35px;
	max-width: 100%;
	text-shadow: none;
}

#page-hero.slty-hero .page-hero-inner h1 span {
	position: absolute;
	top: -12px;
    font-size: 25px;
	font-weight: 600;
    display: block;
}

#page-hero.slty-hero p,
#page-hero.slty-hero .text-lg {
	text-shadow: none;
}

@media screen and (min-width:400px){
	#page-hero.slty-hero .page-hero-inner  h1 {
		font-size: 40px;
	}
	#page-hero.slty-hero .page-hero-inner h1 span {
		top: -15px;
		font-size: 30px;
	}
	#page-hero.slty-hero h2 {
		font-size: 40px;
	}
}

@media screen and (min-width:600px) {
	#page-hero.slty-hero .page-hero-inner .h1-inner-wrap::before,
	#page-hero.slty-hero .page-hero-inner .h1-inner-wrap::after {
		width: 30%;
	}
	#page-hero.slty-hero .page-hero-inner h1 {
		font-size: 50px;
    	padding: 15px 25px;
	}
}

@media screen and (min-width:768px) {
	#page-hero.slty-hero.ss {
		background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/ss-savings-list-hero-desktop.webp) !important;
	}
}
@media screen and (min-width:768px) {
	#page-hero.slty-hero {
		background-image: url(https://blueprint.sirv.com/hp-dealer-monthly-campaigns/ht-savings-list-hero-desktop.webp) !important;
	}
}

.bp-form-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0 0 0 / 70%);
	padding: 20px;
	z-index: 999;
}

.bp-form-popup .bp-form-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 520px;
	background-color: #fff;
	padding: 2em;
	border-radius: 24px;
}

.bp-form-popup .bp-form-wrap > div {
	width: 100%;
}

.bp-form-popup h2 {
	margin-bottom: 20px;
}

.bp-form-popup.show {
	display: flex;
}

.bp-form-popup .hide-bp-form {
	color: #000;
	position: absolute;
	right: 1.4em;
    top: 1.4em;
}

.icon-out{
	position: relative;
	padding: 64px 14px 14px;
	z-index: 1;
}
.icon-out-2{
	padding-top: 40px;
}
.reverse-curve {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
}

.reverse-curve span:nth-child(1) {
	position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border-color: var(--color-blue);
  border-width: 50vw 50vw;
  border-style: solid;
  box-sizing: content-box;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.reverse-curve.no-icon span:nth-child(1) {
	width: 0;
	height: 0;
}

.icon-out-2 .reverse-curve span:nth-child(1){
  border-color: var(--color-blue);
  top: -20%;
}

.icon-out img{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
}
.icon-out-2 img{
	top: -20%;
}
.icon-out-block {
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.5);
	background: transparent;
	border-top-left-radius: 65px;
	border-top-right-radius: 65px;
}
.icon-out-block .white-section {
	padding: 1em 1.5em;
	background: #fff
}
.icon-out-block .white-section.with-img {
	display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.icon-out-block .white-section div.h2{
	margin: 10px auto 20px;
	font-size: 47px;
	font-weight: 600;
}
.icon-out-block .white-section p {
	margin: 0;
}

.icon-out-block .white-section.with-img img {
    width: 100px;
    aspect-ratio: 1 / 1.4;
    object-fit: contain;
    margin-right: 20px;
}

.icon-out-block .white-section.with-img p {
    font-size: 20px;
    font-weight: bold;
    max-width: 160px;
    text-align: left;
}

.icon-out-block h3 {
	font-size: 23px;
	text-transform: uppercase;
	min-height: 60px;
}

.icon-out-block h3.align-center {
	align-content: center;
}

.icon-out-h .icon-out-block h3 {
	min-height: 83px;
}
.icon-out-2 h3{
	display: flex;
  justify-content: center;
  align-items: center;
}
.icon-out-block h3 > span{
	font-style: italic;
	display: inline-block;
	font-weight: 400;
}

.white-section.min-h-1 p:first-of-type {
  min-height: 164px;
}

.border-b{
	border-bottom: 1px solid #ccc;
}

/*Testimonials Slider */
.testimonials-block #bpGoogleReviews .slick-dots{
	text-align: left;
}
.testimonials-block #bpGoogleReviews .slick-dots li button::before {
  font-size: 16px;
}
.bp-g-review-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.bp-g-review-img,
.bp-g-review-info .rating,
.bp-g-review-info .date {
  display: none;
}
.bp-g-review-comment a.read-more{
	color: inherit;
	text-decoration: underline;
}
.bp-g-review-comment.read-more-active {
  font-size: 18px;
}
.bp-g-review-comment.read-more-active::before,
.bp-g-review-comment.read-more-active::after {
  font-size: 25px;
  display: inline-block;
  line-height: 0;
}
.bp-g-review-comment.read-more-active::before{
  content: "\201C";
}
.bp-g-review-comment.read-more-active::after {
  content: "\201D";
}

.testimonials-block #bpGoogleReviews .slick-dots li button::before {
  opacity: 1;
  color: #fff;
}
.testimonials-block #bpGoogleReviews .slick-dots li.slick-active button::before {
  opacity: 1;
  color: var(--color-red);
}

.footer-hero h2{
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 0 17px rgba(0 0 0 / 80%);
}

.elementor-section.three-col > .elementor-container {
	flex-wrap: wrap;
}

.elementor-section.flex-center > .elementor-container {
	justify-content: center;
}

.elementor-section.three-col > .elementor-container > .elementor-column {
	flex: 0 0 33.333%;
}

@media screen and (max-width:1024px) {
	.elementor-section.three-col > .elementor-container > .elementor-column {
		flex: 0 0 50%;
	}
}

@media screen and (max-width:767px) {
	.elementor-section.three-col > .elementor-container > .elementor-column {
		flex: 0 0 100%;
	}
}