@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
	font-family: "Poppins", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.container img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	width: 100%;
}

.container {
	width: 100%;
    padding: 0 90px;
	box-sizing: border-box;
}

#offer-wrapper .container {
	width: 1190px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	padding: 0 90px;
}

.site-branding {
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.site-branding-left {
	display: flex;
	align-items: center;
	column-gap: 95px;
}

.logo-lp img {
	display: block;
	width: 295px;
}


.header-address p {
	color: #000000;
	font-size: 24.7px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
	margin: 0;
	line-height: 1.2;
}

.header-address p strong {
	font-weight: 600;
}

.header-phone {
	text-align: center;
	margin-top: 10px;
}

.offer-header-call {
	display: block;
	width: 310px;
	height: 73px;
	line-height: 1;
	text-align: center;
	color: #fff !important;
	float: right;
	border-radius: 50px;
	font-size: 25.6px;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	text-decoration: none !important;
	background: #04a9d0;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

.offer-header-call:before {
	content: "";
	display: block;
	width: 31px;
	height: 31px;
	background: url(images/icon-phone.svg) no-repeat center;
}

#site-header {
	padding-top: 12px;
	padding-bottom: 23px;
	background: #ffffff;
	z-index: 9 !important;
}


.offer-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.site-content.offer-content {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
}

.offer-main-contents {
	background: #fff;
}

.offer-main-contents br {
	height: 0;
	line-height: 0;
}

.center {
	text-align: center;
}

.offer-full-contents {
	padding: 0;
}

.offer-full-contents h2,
.offer-full-contents h1 {
    margin-top: 0;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    color: #000000;
    margin-bottom: 30px;
    padding-top: 0;
    line-height: 1.2;
    position: relative;
}

.offer-full-contents h2 br,
.offer-full-contents h1 br{
	display: none;
}
.offer-full-contents h3 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    color: #d00404;
    margin-bottom: 25px;
    padding-top: 0;
    line-height: 1.2;
}

.offer-full-contents h4 {
    margin-top: 0;
    font-size: 18.3px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    color: #000;
    margin-bottom: 8px;
    line-height: 1;
}

.offer-full-contents h5 {
	font-size: 19px;
	color: #4a4a4a;
	line-height: 2;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	margin: 0;
}

.offer-full-contents p {
    margin-top: 0;
    font-size: 24px;
    font-weight: normal;
    font-family: "Work Sans", sans-serif;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.4;
}

.offer-full-contents p:last-child {
	margin-bottom: 0;
}

.offer-full-contents img {
	display: block;
	max-width: 100%;
}

#section1 {
    padding-top: 70px;
	padding-bottom: 65px;
}

#section1 .flex-row{
    padding-top: 40px;
}

#section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #04a9d0;
}

#section2 *{color: #fff;}

.block-claim-steps {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 40px;
}
.block-claim-steps >div{
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 2px 49px rgba(0,0,0,.35);
	padding: 30px 50px;
	display: flex	;
		align-items: center;
		column-gap: 50px;
}
.block-claim-steps >div span{
    display: flex;
    min-width: 65px;
    max-width: 65px;
    min-height: 65px;
    background: #04a9d0;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: 'Work Sans', 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
}
.block-claim-steps >div p,
.block-claim-steps >div a,
.block-claim-steps >div em,
.block-claim-steps >div p strong{
	color: #000 !important;
}

#section-why-legend-softub {
    padding-top: 60px;
    padding-bottom: 35px;
}

#section3 {
    padding-top: 0;
    padding-bottom: 35px;
}
.flex-row {
    display: flex;
    column-gap: 70px;
}
.flex-row-reverse{
	flex-direction: row-reverse;
}
.flex-media{
	min-width: 612px;
	width: 612px;
	margin-bottom: 20px;
}
#flex-media-1{
	min-width: 650px;
}

#section3 .flex-row{
	align-items: center;
}

#section-winter-special {
    padding-top: 0px;
}

.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 47px;
	row-gap: 38px;
	padding-top: 10px;
}

.products>div {
    width: 45%;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 3px 27px rgba(72, 91, 118, .2);
}

.products>div h4{
    color: #fff;
    font-weight: 700;
    font-size: 33px;
    margin: 0;
    text-align: center;
}

.product-title {
    display: flex;
    justify-content: center;
    height: 91px;
    align-items: center;
    background: #04a9d0;
}

.products>div .small-title{
    font-size: 24px;
    line-height: 1.2;
}

.product-contents {
    padding: 16px 50px 40px;
}

.products .product .product-photo {
	width: auto;
}
.product-description {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 16px;
	justify-content: space-between;
}
.product-description p{

}
.product-description .product-price {
	min-height: 0;
	font-size: 25.2px;
	font-weight: 600;
	text-align: center;
	text-decoration: line-through;
	color: #717171;
}


.products .product .product-sale-price {
    background: #f1f1f1;
    padding: 9px 10px;
	display: flex;
	justify-content: center; align-items: center;
	font-size: 34px;
	font-family: 'Myriad Pro', 'Work Sans', sans-serif;
	font-weight: 600;
	color: #04a9d0;
	column-gap: 20px;
	margin-bottom: 15px;
}
.products .product .product-sale-price>span:first-child {
	text-decoration: line-through;
	color: #a1a1a1;
	font-weight: 400;
}

.products .product .product-savings {
    color: #000;
    text-align: center;
    padding: 0;
    font-size: 42.3px;
    font-family: 'Myriad Pro', 'Work Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}

#total-savings {
    text-align: center;
    margin-bottom: 65px;
    margin-top: 40px;

}

#total-savings p {
    color: #04a9d0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}
#total-savings p span:first-child{
	color: #adadad; 
	text-decoration: line-through;
}

#total-savings p strong{
    display: block;
    color: #000;
    font-weight: 700;
}

#softub-benefits {
    display: flex;
    justify-content: space-between;
    text-align: center;
    column-gap: 14px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    padding-top: 10px;
}
#softub-benefits>div {
    width: 12%;
    flex-grow: 1;
    border: solid 5px #04a9d0;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;

}

.benefit-icon {
    display: flex;
    justify-content: center;
    height: 95px;
    align-items: center;
    margin-bottom: 20px;
}

#softub-benefits>div h5 {
    font-size: 18.3px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
}
#softub-benefits>div p {
    font-size: 18px;
    line-height: 1.3;
}
#softub-benefits>div p strong{
	font-size: 18.3px;
	display: block;
	margin-bottom: 5px;
}	

.offer-full-contents .testimonial-section h2 {
    background: #04a9d0;
    color: #fff;
    padding: 35px 20px;
	margin-bottom: 37px;
}

.block-get-softub {
    text-align: center;
    background: #f6f6f6;
    padding: 60px 200px;
    margin-bottom: 70px;
}

.section-block-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	column-gap: 50px;;
}

.section-block-contents>div {
	flex-grow: 1;
	width: 40%;
}
.testimonial-row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 50px;
}
.testimonial-heading {
	display: flex;
    justify-content: space-between;
	margin-bottom:15px;
}
.offer-full-contents .testimonial-row p {
    font-size: 17.3px;
    line-height: 1.5;
    color: #454647;
}

.offer-full-contents .testimonial-row h3 {
    color: #454647;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: 'PT Sans', 'Work Sans', sans-serif;
}
.testimonial-section {
	background:#f6f6f6;
	padding-bottom:30px;
}

.testimonial-bucket {
    background: #fff;
    padding: 35px 44px 45px 44px;
    border-radius: 15px;
    margin-bottom: 30px;
    width: 33.333%;
	box-sizing: border-box;
}
.offer-form-full {
    background: #00214e;
    color: #fff;
    text-align: center;
    padding: 70px 20px 40px;
}

.offer-form-full h2 {
    font-size: 51px;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.offer-form-full h2 span{
	display: block;
	color: #fff000;
}
.offer-form-full h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
}
.offer-form-full h3 span{
	color: #fff000;
}

.offer-form-full h3 a {
	color: #fff;
	text-decoration: none;
}

.offer-form-full p {
	font-weight: 500;
	font-family: 'Poppins';
	font-style: italic;
	font-size: 15px;
	margin-top: 0;
	color: #fff;
}

a.scroll.scroll-top {
	display: block;
	width: 28px;
	margin: 10px auto;
}

.scroll-top img {
	max-width: 28px;
}

.offer-copyright {
    padding: 25px 10px 5px;
    background: #04a9d0;
}

.offer-copyright p {
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-align: center;
	margin: 0;
}

.offer-copyright p br {
	display: none;
}

.offer-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 35px;
    background: #fff;
}

.footer-contents {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 90px;
}

.footer-logo {
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
}

.footer-logo img {
	width: auto;
}

.offer-footer .footer-heading {
	color: #000000;
	font-size: 24.6px;
	margin-bottom: 5px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

a.footer-phone {
	font-size: 31px;
	font-weight: bold;
	text-decoration: none;
	color: #04a9d0;
}

.offer-footer p {
	font-size: 20.5px;
	color: #01377f;
	line-height: 26px;
	font-family: "Poppins", sans-serif;
	margin-top: 0;
	font-weight: 600;
}

.footer-description {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 0;
	padding-top: 4px;
}

.offer-full-contents a {
	color: #00b9ff;
}

#free-guide {
	max-width: 615px;
	margin: 0 auto 10px;
	position: relative;
}

.section.from-clients {
	padding-bottom: 60px;
	padding-top: 60px;
}

.testimonials-outer {
	position: relative;
}

.testimonials {
	background: #ffffff;
	color: #fff;
	padding: 35px 100px 50px;
	margin-top: 30px;
	margin-bottom: 40px;
	box-sizing: border-box;
	position: relative;
}

.testimonials.arrow-content {
	background: transparent;
	border: 3px solid #04a9d0;
	margin: 0 auto;
}

.testimonials-outer>p {
    text-align: center;
    margin-top: 30px;
    color: #000000;
    font-size: 21px;
    font-weight: 500;
}
.testimonials-outer>p strong{
	font-weight: 500;
}

.testimonials.arrow-content h3 {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.testimonials p {
    text-align: center;
}

.testimonials.arrow-content:after {
	content: '';
	background: #fff;
	display: block;
	background-size: contain;
	position: absolute;
	bottom: -19px;
	left: 0;
	right: 0;
	margin: 0 auto;
	box-sizing: border-box;
	height: 35px;
	width: 35px;
	border-style: solid;
	border-color: #04a9d0;
	border-width: 0px 3px 3px 0px;
	transform: rotate( 45deg );
	transition: border-width 150ms ease-in-out;
}
@media only screen and (min-width: 1441px) and (max-width: 1500px) {
	.product-description p{
		min-height: 150px;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	.product-description{
		padding: 15px 20px 15px 20px;
	}
	.product-description p{
		min-height: 130px;
	}
	.products>div h4{
		font-size: 29px;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {

	#section1 {
		padding-top: 70px;
	}
	.container,
	#offer-wrapper .container {
		padding: 0 50px;
	}

	.logo-lp img {
		width: 300px;
	}

	.header-address p {
		margin-top: 0px;
	}

	.header-phone {
		margin-top: 10px;
	}

	.offer-footer {
		padding-top: 30px;
	}

	.offer-footer .footer-heading {
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 12px;
	}

	.offer-footer p {
		font-size: 18px;
		line-height: 1.2;
	}

	.testimonials.arrow-content {
		padding: 35px 50px 40px;
	}


	.section.from-clients {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.offer-full-contents h2 br, .offer-full-contents h1 br{
		display: none;
	}
	.product-description{
		padding: 20px 20px 15px 20px;
	}
	.products>div h4{
		font-size: 26px;
	}
	.product-description p{
		min-height: 150px;
	}
	#softub-benefits>div p br{
		display: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

	.flex-media, #flex-media-1 {
		min-width: 420px;
		width: 420px;
	}
	.container,
	#offer-wrapper .container {
		width: 100%;
		padding: 0 50px;
	}

	.site-branding-left {
		column-gap: 35px;
	}

	.header-address p {
		margin-top: 0px;
		font-size: 20px;
	}

	.offer-header-call {
		width: 280px;
		font-size: 22px;
	}



	.offer-full-contents h3 {
		margin-bottom: 15px;
	}

	.offer-full-contents p {
		font-size: 19px;
	}



	.offer-form-full h3 {
		font-size: 25px;
	}

	.offer-footer .footer-heading {
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 12px;
	}

	.offer-footer p {
		font-size: 18px;
		line-height: 1.2;
	}

	.testimonials.arrow-content {
		padding: 35px 50px 40px;
	}

	.testimonials.arrow-content h3 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.section.from-clients {
		padding-top: 50px;
	}


	.section.from-clients {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.offer-full-contents h2 br, .offer-full-contents h1 br{
		display: none;
	}
    .product-description {
        padding: 15px 20px 15px 20px;
        flex-direction: column;
        text-align: center;
        row-gap: 20px;
    }
	.products .product .product-sale-price{
		font-size: 24px;
	}
	.product-contents {
		padding: 16px 20px 40px;
	}
	.products>div h4{
		padding: 0 20px;
		font-size: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {



	.site-branding {
		display: block;
	}

	.site-branding-left {
		display: block;
	}
	.container,
	#offer-wrapper .container {
		width: 100%;
		padding: 0 40px;
	}

	#site-header {
		padding-bottom: 20px;
		position: relative !important;
		padding-top: 20px;
	}

	.logo-lp {
		float: none;
		margin: 0;
	}

	.logo-lp img {
		margin: 0 auto 10px;
	}

	.header-address {
		float: none;
		text-align: center;
		padding-top: 10px;
	}

	.header-address p {
		margin: 0 0 20px 0;
		padding-top: 0;
	}

	.header-phone {
		float: none;
		text-align: center;
		padding-top: 0px;
	}

	.offer-header-call {
		font-size: 20px;
		margin-top: 44px;
		float: none;
		margin: 0px auto 0 !important;
	}

	.offer-full-contents h1 {
		font-size: 40px;
	}



	.offer-full-contents h4 br {
		display: none;
	}

	.offer-full-contents h4 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	.offer-full-contents h2, .offer-full-contents h1 {
		padding-top: 0;
		font-size: 40px;
		margin-bottom: 40px;
		line-height: 1.2;
	}

	.offer-full-contents h2 br, .offer-full-contents h1 br {
		display: none;
	}

	.offer-full-contents h5 {
		font-size: 15px;
		margin-top: 0;
	}

	.offer-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.offer-footer img {
		max-width: 200px;
	}

	.footer-description {
		padding-top: 0;
	}

	.offer-footer .footer-heading {
		font-size: 20px;
		margin-bottom: 0;
		margin-top: 0px;
	}

	.offer-footer p {
		font-size: 18px;
		line-height: 1.2;
	}

	.testimonials.arrow-content {
		padding: 35px 50px 40px;
	}

	.testimonials.arrow-content h3 {
		font-size: 30px;
		margin-bottom: 15px;
	}


	.section.from-clients {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.offer-form-full h2 {
		font-size: 44px;
		margin-bottom: 20px;
	}

	#section1 {
		padding-top: 40px;
	}
	.flex-row {
		column-gap: 20px;
	}
	.flex-media,
	#flex-media-1 {
		min-width: 300px;
		width: 300px;
	}
	.products{
		gap: 20px;
	}
	.products>div {
		width: 45%;
		margin-bottom: 30px;
		border-radius: 20px;
	}
	.products>div h4{
		font-size: 28px;
		padding: 10px;
	}
    #softub-benefits>div {
        width: 48%;
        margin-bottom: 30px;
        flex-grow: unset;
    }
	.block-get-softub{
		padding: 30px;
	}
	.product-contents {
		padding: 16px 20px 40px;
	}
	.products .product .product-savings{
		font-size: 36px;
	}
	#section3 .flex-row {
		align-items: normal;
	}
	.offer-full-contents h3 br{
		display: none;
	}
	.block-claim-steps{
		row-gap: 30px;
	}

	.block-claim-steps >div{
		width: 100%;
	}
	.block-claim-steps >div br{
		display: none;
	}
	.products .product .product-sale-price{
		padding: 20px 10px;
		text-align: center;
		flex-direction: column;
	}
	.product-description{
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	#total-savings {
		margin-bottom: 55px;
		margin-top: 40px;
	}
	.offer-form-full{
		padding-top: 40px;
	}
	.testimonial-row{
		column-gap: 20px;
	}
	.testimonial-bucket {
		padding: 25px 24px 30px 24px;
	}		
}

@media only screen and (max-width: 767px) {
	.block-claim-steps{
		flex-direction: column;
		row-gap: 30px;
	}
	.block-claim-steps >div{
		padding: 30px 30px;
		column-gap: 20px;
	}
	.block-claim-steps >div p{
		font-size: 22px;
	}
	.section-block-contents{
		flex-direction: column;
	}
	.section-block-contents>div{
		width: 100%;
	}
	.flex-row{
		display: block;
	}
    .flex-media{
		min-width: 100% !important;
		width: 100% !important;
	}

	#section1 {
		padding-top: 30px;
	}

	#section2 {
		padding-top: 30px;
	}

	#section3 {
		padding-top: 20px;
	}

	.site-branding, .site-branding-left {
		display: block;
	}

	html,body {
		overflow-x: hidden;
	}
	.container,
	#offer-wrapper .container {
		width: 100%;
		padding: 0 20px;
	}

	#site-header {
		padding-bottom: 20px;
		position: relative !important;
		padding-top: 20px;
	}

	.header-address {
		float: none;
		text-align: center;
		padding-top: 10px;
	}

    .header-address p {
        margin-top: 10px;
        font-size: 18px;
        margin-bottom: 20px;
    }

	.logo-lp {
		float: none;
		margin-top: 0px;
		margin-left: 0;
		margin-right: 0;
	}

	.logo-lp img {
		width: 240px !important;
		margin: 0 auto;
		margin: 0 auto;
	}

	.header-phone {
		float: none;
		text-align: center;
		padding-top: 0;
		margin-top: 0;
	}

	.offer-header-call {
		margin-top: 44px;
		float: none;
		margin: 0px auto 0 !important;
	}

	.offer-full-contents h2 br, .offer-full-contents h1 br {
		display: none;
	}

	.offer-footer img {
		max-width: 240px;
	}

	.offer-full-contents h1 {
		font-size: 34px;
	}

	.offer-full-contents h2, .offer-full-contents h1 {
		margin-bottom: 20px;
		padding-top: 0;
		font-size: 40px;
		padding-bottom: 0px;
		line-height: 1.2;
	}

	.offer-full-contents h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.offer-full-contents h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.offer-full-contents h4 br {
		display: none;
	}


	.offer-form-full {
		padding-top: 25px;
	}

	.offer-form-full h2 {
		font-size: 44px;
		line-height: 1.2;
		padding-bottom: 0;
	}

	.offer-form-full h3 {
        font-size: 30px;
        line-height: 1.2;
    }

	.offer-form-full h3 br {
		display: block;
	}

	.offer-full-contents h5 {
		font-size: 16px;
	}

	.offer-footer {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.offer-footer .footer-heading {
		font-size: 22px;
	}

	.offer-copyright p {
		line-height: 1.8;
	}

	.offer-copyright p br {
		display: block;
	}

	.footer-logo {
		margin-right: 0;
		margin-bottom: 0px;
	}

	.footer-description {
		text-align: center;
		margin-left: 0;
	}

	.testimonials {
		padding: 30px 10px;
	}

	.testimonials.arrow-content {
		padding: 35px 30px 40px;
	}

	.testimonials.arrow-content h3 {
        line-height: 1.2;
	}

	.footer-contents {
		display: block;
	}

	.offer-form-full p {
		font-size: 14px;
	}

	.section.from-clients {
		padding-bottom: 50px;
		padding-top: 40px;
	}
	.offer-full-contents h2 br, .offer-full-contents h1 br{
		display: none;
	}
	#total-savings p strong{
		font-size: 45px;
	}
	.products{
		display: block;
	}
	.products>div{
		width: 100%;
		margin-bottom: 30px;
	}
	#softub-benefits{
		display: block;
		padding-bottom: 0;
	}
	#softub-benefits>div{
		width: 100%;
		margin-bottom: 30px;;
		padding-bottom: 40px;
	}

	.testimonial-row{
		flex-direction: column;
	}

	.testimonial-bucket{
		width: 100%;
	}

	.product-description{
		flex-direction: column;
		gap: 20px;
	}
	.products .product .product-sale-price{
		flex-direction: column;
	}
	.products>div h4{
		padding: 10px;
		line-height: 1.2;
		font-size: 30px;
	}

	.block-get-softub{
		padding: 40px 20px;
	}

}
