sup{
	line-height: 0;
}

@media screen and (max-width:767px){
	#product-tabs p{
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 15px;
	}
	#product-tabs li{
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
}

.section-1{
	padding-bottom: 40px;
}

#product-tabs .section-1 .title{
	margin-bottom: 0px;
	text-align: center;
}

#product-tabs .section-1 .title strong{
	font-weight: 800;
}

.section-1 .inner-wrap p{
	line-height: 2em;
}

#product-tabs .section-1 p strong{
	font-weight: 800;
} 

#product-tabs .section-1 ul{
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.section-1 li{
	color: #000000;
	font-weight: 600;
	margin-bottom: 25px;
	padding-left: 25px;
	position: relative;
}

.section-1 li:before{
	content: "";
	background: #51ddcb;
	border-radius: 100%; 
	height: 15px;
	width: 15px;
	position: absolute;
	top: 4px;
	left: 0px;
}

.section-1 .quote{
	background: #e5e5e5;
	border-radius: 10px;
	color: #447307;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
	overflow: hidden;
}

.section-1 blockquote {
	font-weight: 600;
    margin: 0px 0px 8px 0px;
    position: relative;
}

.section-1 .quote:before {
	content: "";
    background: url(/wp-content/uploads/2024/03/green-quote.png) no-repeat 0 0 / contain;
    height: 87px;
    width: 105px;
    z-index: 1;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: -20px;
    z-index: 1;
}

.section-1 .quote cite {
    color: #000000;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6em;
    padding-left: 60px;
    width: 100%;
}

.section-1 .quote cite img{
    align-self: center;
}

@media screen and (min-width: 1200px){
	
	.section-1 .d-flex{
		align-items: flex-start;
	}
	
    .section-1 .inner-wrap {
        order: 2;
        padding-left: 60px;
        padding-right: 0;
        width: 50%;
    }
	
	.section-1 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-1 .image{
		text-align: right;
		order: 1;
		position: relative;
		width: 50%;
	}
	
	.section-1 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: none;
	}
	
    #product-tabs .section-1 .title {
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
	
	.section-1 .info-block{
		padding-right: 0px;
	}
	
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-1{
		padding-bottom: 30px;
	}
	
	.section-1 .d-flex{
		align-items: flex-start;
	}
	
	.section-1 .inner-wrap{
		padding-left: 40px;
		padding-right: 20px;
		width: 50%;
	}
	
	.section-1 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-1 .image{
		text-align: center;
		position: relative;
		width: 50%;
	}
	
	.section-1 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: 100%;
	}
	
	#product-tabs .section-1 .title {
		font-size: 35px;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.section-1 .info-block{
		padding-right: 0px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-1{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.section-1 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-1 .image{
		order: 2;
		text-align: center;
	}
	
	.section-1 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-1 .inner-wrap{
		max-width: 640px;
        margin: 0px auto;
		padding: 20px 0px 30px;
        order: 1;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-1 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	
	#product-tabs .section-1 .title {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.section-1 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-1 .image{
		order: 2;
		text-align: center;
	}
	
	.section-1 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-1 .inner-wrap{
		padding: 0px 0px 10px 0px;
		order: 1;
	}
	
	#product-tabs .section-1 ul {
		margin-left: 0;
		padding-left: 5px;
	}
	
	.section-1 li {
		margin-bottom: 15px;
	}
	
	.section-1 blockquote {
		font-size: 12px;
	}
	
	.section-1 .quote {
		margin-bottom: 10px;
		padding: 12px;
	}
	
	.section-1 .quote:before {
		height: 55px;
		width: 66px;
		bottom: 15px;
		left: -20px;
	}
	
	.section-1 .quote cite {
		font-size: 12px;
		line-height: 1.4em;
		padding-left: 35px;
	}
	
	.section-1 .quote cite img {
		width: 120px;
	}
	
}

/**/

.section-2{
	background: #1b1b1b;
	border-radius: 0px;
	margin: 0px auto 40px auto;
	max-width: 1060px;
	padding-top: 30px;
	overflow: hidden;
}

#product-tabs .section-2 .title {
	color: #ffffff;
	font-size: 35px;
    font-weight: 800;
	text-align: center;
}

.section-2 .image{
	width: 50%;
}

.section-2 .inner-wrap{
	width: 50%;
}

#product-tabs .section-2 .checkmarks li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 20px;
}

#product-tabs .section-2 .checkmarks li:before{
	color: #51dcca;
}

.section-2 p{
	color: #ffffff;
}

@media screen and (min-width: 1200px){
	
	.section-2 .d-flex{
		align-items: center;
	}
	
	.section-2 .image{
		width: 45%;
	}
	
	.section-2 .inner-wrap{
		padding: 0px 30px 30px 30px;
		width: 55%;
	}
	
	#product-tabs .section-2 .title {
		font-size: 36px;
		font-weight: 800;
		margin-bottom: 0px;
	}

	.section-2 p {
		font-size: 1.1rem;
		line-height: 1.5em;
	}

}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-2 .d-flex{
		align-items: center;
	}
	
	.section-2 .image{
		width: 50%;
	}
	
	.section-2 .inner-wrap{
		padding: 15px 30px 15px 30px;
		width: 50%;
	}
	
	#product-tabs .section-2 .title{
		font-weight: 800;
		margin-bottom: 20px;
	}

	.section-2 p {
		font-size: 1rem;
		line-height: 1.6em;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .section-2 .title {
		font-size: 32px;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-2 .d-flex{
		flex-direction: column;
	}
	
	.section-2 .inner-wrap{
        padding: 20px;
        width: 100%;
        order: 1;
        z-index: 2;
	}
	
	#product-tabs .section-2 ul {
        max-width: 395px;
        margin: 0px auto;
    }
	
	.section-2 .image{
		margin-top: -50px;
		order: 2;
        width: 100%;
        z-index: 1;
	}
	
	.section-2 img {
        display: block;
        margin: 0px auto 0px auto;
        max-width: 100%;
    }
	
}

@media screen and (max-width: 767px){
	
	.section-2 {
        border-radius: 20px;
        margin-bottom: 0px;
        padding-top: 20px;
    }
	
    #product-tabs .section-2 .title {
        font-size: 21px;
        text-align: center;
        margin-bottom: 10px;
    }
	
	.section-2 .d-flex{
		flex-direction: column;
	}
	
	.section-2 .inner-wrap{
		padding: 0px 15px 20px 15px;
		width: 100%;
		order: 1;
		z-index: 2;
	}
	
	.section-2 .image{
		width: 100%;
		order: 2;
	}
	
	.section-2 img {
        display: block;
        margin: 0px auto 0px auto;
        max-width: 100%;
    }
	
	#product-tabs .section-2 .checkmarks {
		list-style: none;
		margin-bottom: 0;
		margin-left: 0;
		padding-left: 0;
	}
	
	#product-tabs .section-2 .checkmarks li {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.section-2 .image{
		margin-top: -60px;
		order: 2;
        width: 100%;
        z-index: 1;
	}
	
	.section-2 img {
        display: block;
        margin: 0px auto 0px auto;
        max-width: 100%;
    }
	
}

/**/

.section-3{
    padding: 0px 0px 40px 0px;
    width: 100%;
    margin: 0px auto;
	position: relative;
}

.section-3 .image {
    margin-bottom: 30px;
    width: 31.3%;
    text-align: center;
}

.section-3 .image:nth-child(1n+4){
	margin-bottom: 0px;
}

.section-3 .image img {
    margin-bottom: 10px;
}

#product-tabs .section-3 .title{
	color: #000000;
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 3;
}

#product-tabs .section-3 h4{
	color: #000000;
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.section-3 .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-3 .d-flex p {
    position: relative;
    color: #000000;
    margin: 0px auto;
    text-align: left;
}

.section-3 .inner-wrap{
	display: flex;
    align-items: center;
}

.section-3 .inner-wrap p{
    background: #51ddcb;
    border-radius: 0px 60px 60px 0px;
	color: #000000;
    font-weight: 600;
    line-height: 1.8em;
	padding: 20px 30px 20px 40px;
}

@media screen and (min-width: 1200px){
	
	.section-3 .image {
		padding: 0px 15px 0px 15px;
	}
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-3 .d-flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	#product-tabs .section-3 .title {
		font-weight: 800;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.section-3 .image {
		margin-bottom: 34px;
		text-align: center;
	}
	
	.section-3 .d-flex p{
		width: auto;
	}
}

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

    .section-3 {
        border-radius: 30px;
        margin: 0px auto 0px auto;
        max-width: 100%;
        padding: 0px 0px 30px 0px;
    }

	#product-tabs .section-3 .title {
		font-size: 32px;
	}
	
	#product-tabs .section-3 .d-flex p {
        font-size: 16px;
        line-height: 1.2em;
        left: 0;
        padding-top: 0px;
        padding-left: 0px;
        width: auto;
	}
	
    .section-3 .image {
		width: 31.3%;
    }
	
	.section-3 .image img {
        margin-bottom: 10px;
        position: relative;
        left: 0;
	}
	
	.section-3 .inner-wrap img{
		width: 320px;
	}
	
}

@media screen and (max-width: 767px){

	.section-3 {
        border-radius: 30px;
        margin: 0px auto 0px auto;
        max-width: 100%;
        padding: 30px 0px 15px;
    }
	
    #product-tabs .section-3 .title {
        font-size: 24px;
        max-width: 170px;
        margin: 0px auto 20px auto;
    }
	
    .section-3 .inner-wrap p {
        border-radius: 0px 30px 30px 0px;
        line-height: 1.5em;
        margin-top: -30px;
        padding: 40px 20px 20px 30px;
        position: relative;
        left: -15px;
        top: 0;
        z-index: 1;
        text-align: left;
        width: calc(100% + 30px);
        letter-spacing: -0.5px;
    }
	
	.section-3 .inner-wrap img{
		position: relative;
		z-index: 2;
	}
	
	.section-3 p {
		text-align: center;
	}
	
    .section-3 .image {
		margin-bottom: 20px;
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
	
	.section-3 .image img {
		margin-bottom: 10px;
		position: relative;
		left: 0px;
	}
	
	.section-3 .inner-wrap {
		flex-direction: column;
	}
	
	.section-3 .d-flex p {
		text-align: center;
	}
	
}

/**/

.section-4{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-4:before {
    content: "";
    background: #e5e5e5;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.section-4 .d-flex{
	position: relative;
	z-index: 1;
}

#product-tabs .section-4 .title{
	color: #000000;
	font-weight: 800;
	margin-bottom: 0px;
	text-align: center;
}

#product-tabs .section-4 .title strong{
	font-weight: 800;
}

.section-4 .inner-wrap p{
	line-height: 2em;
}

#product-tabs .section-4 p strong{
	font-weight: 800;
} 

#product-tabs .section-4 ul{
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.section-4 li{
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

.section-4 li:before{
	color: #51ddcb;
}

@media screen and (min-width: 1200px){
	
	.section-4 .d-flex{
		align-items: flex-start;
	}
	
    .section-4 .inner-wrap {
        order: 2;
        padding-left: 40px;
        padding-right: 0;
        width: 50%;
    }
	
	.section-4 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-4 .image{
		text-align: right;
		order: 1;
		position: relative;
		width: 43%;
	}
	
	.section-4 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: none;
	}
	
    #product-tabs .section-4 .title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }
	
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-4{
		padding-bottom: 30px;
	}
	
	.section-4 .d-flex{
		align-items: flex-start;
	}
	
	.section-4 .inner-wrap{
		padding-left: 0px;
		padding-right: 40px;
		width: 50%;
	}
	
	.section-4 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-4 .image{
		position: relative;
		width: 43%;
	}
	
	.section-4 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: 100%;
	}
	
	#product-tabs .section-4 .title {
		font-size: 35px;
		margin-bottom: 30px;
		text-align: center;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#product-tabs .section-4 .title{
		margin-bottom: 10px;
		text-align: center;
	}
	
	.section-4 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-4 .image{
		order: 2;
		text-align: center;
	}
	
	.section-4 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-4 .inner-wrap{
		padding: 0px 0px 30px;
		order: 1;
	}
	
	.section-4 .inner-wrap p {
		text-align: center;
	}
	
	#product-tabs .section-4 ul {
		max-width: 395px;
		margin: 0px auto;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-4 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
	
	#product-tabs .section-4 .title {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.section-4 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-4 .image{
		order: 2;
		text-align: center;
	}
	
	.section-4 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-4 .inner-wrap{
		padding: 0px 0px 20px 0px;
		order: 1;
	}
	
	#product-tabs .section-4 ul {
        margin-left: 0;
        padding-left: 5px;
    }
	
    .section-4 li {
        margin-bottom: 10px;
        padding-left: 0px;
    }
	
	#product-tabs .section-4 .checkmarks li:before {
		margin-right: 5px;
	}
	
}

/**/

.section-5{
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #1b1b1b;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.section-5 .d-flex{
	position: relative;
	z-index: 1;
}

#product-tabs .section-5 .title{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 0px;
	text-align: center;
}

#product-tabs .section-5 .title strong{
	font-weight: 800;
}

.section-5 .inner-wrap p{
	color: #ffffff;
	line-height: 2em;
}

#product-tabs .section-5 p strong{
	font-weight: 800;
} 

#product-tabs .section-5 ul{
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.section-5 li{
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

.section-5 li:before{
	color: #51ddcb;
}

@media screen and (min-width: 1200px){
	
	.section-5 .d-flex{
		align-items: center;
	}
	
    .section-5 .inner-wrap {
        order: 1;
        padding-left: 0px;
        padding-right: 40px;
        width: 50%;
    }
	
	.section-5 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-5 .image{
		text-align: right;
		order: 2;
		position: relative;
		width: 43%;
	}
	
    .section-5 .image img {
        position: relative;
        top: 0px;
        left: 0px;
        max-width: none;
    }
	
    #product-tabs .section-5 .title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }
	
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-5{
		padding-bottom: 0px;
	}
	
	.section-5 .d-flex{
		align-items: flex-start;
	}
	
	.section-5 .inner-wrap{
		padding-top: 30px;
		padding-left: 0px;
		padding-right: 0px;
		width: 50%;
	}
	
	.section-5 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-5 .image{
		position: relative;
		width: 43%;
	}
	
	.section-5 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: 100%;
	}
	
	#product-tabs .section-5 .title {
		font-size: 35px;
		margin-bottom: 30px;
		text-align: left;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-5{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-5 .title {
		margin-bottom: 20px;
	}
	
	.section-5 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-5 .image{
		order: 2;
		text-align: center;
	}
	
	.section-5 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-5 .inner-wrap{
		padding: 0px 0px 30px;
		order: 1;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-5 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
	
    #product-tabs .section-5 .title {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center;
    }
	
	.section-5 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-5 .image{
		order: 2;
		text-align: center;
	}
	
	.section-5 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-5 .inner-wrap{
		padding: 0px 0px 20px 0px;
		order: 1;
	}
	
	#product-tabs .section-5 ul {
		margin-left: 0;
		padding-left: 5px;
	}
	
	.section-5 li {
		margin-bottom: 15px;
	}
	
}

/**/

.section-6{
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}

.section-6:before {
    content: "";
    background: #ffffff;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.section-6 .d-flex{
	position: relative;
	z-index: 1;
}

#product-tabs .section-6 .title{
	font-weight: 800;
	margin-bottom: 0px;
	text-align: center;
}

#product-tabs .section-6 .title strong{
	font-weight: 800;
}

#product-tabs .section-6 h3 {
    font-weight: 800;
	margin-bottom: 30px
}

.section-6 .inner-wrap p{
	line-height: 2em;
	margin-bottom: 30px;
}

#product-tabs .section-6 p strong{
	font-weight: 800;
} 

#product-tabs .section-6 ul{
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
}

.section-6 li{
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

.section-6 li:before{
	color: #51ddcb;
}

.section-6 a.btn-primary, a.btn-primary:visited, 
.section-6 .btn-primary:not(:disabled):not(.disabled).active, 
.section-6 .btn-primary:not(:disabled):not(.disabled):active, 
.section-6 .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    text-transform: none;
	font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    padding: 15px;
	position: relative;
    width: 300px;
}

@media screen and (min-width: 1200px){
	
	.section-6 .d-flex{
		align-items: flex-start;
		height: 590px;
	}
	
    .section-6 .inner-wrap {
        order: 2;
        padding-left: 40px;
        padding-right: 0px;
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
	.section-6 .inner-wrap p{
		padding-right: 0px;
	}
	
    .section-6 .image {
        text-align: right;
        order: 1;
        position: relative;
        width: 30%;
    }
	
    .section-6 .image img {
		position: absolute;
        max-width: none;
        top: 0;
        right: 0;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }
	
    #product-tabs .section-6 .title {
		font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
        max-width: 550px;
    }
	
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-6 .d-flex{
		align-items: flex-start;
		height: 590px;
	}
	
    .section-6 .inner-wrap {
        order: 2;
        padding-left: 30px;
        padding-right: 0px;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
	.section-6 .inner-wrap p{
		padding-right: 0px;
	}
	
    .section-6 .image {
        text-align: right;
        order: 1;
        position: relative;
        width: 50%;
    }
	
    .section-6 .image img {
		position: absolute;
        max-width: none;
        top: 0;
        right: 0;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    }

    #product-tabs .section-6 .title {
        font-size: 32px;
        margin-bottom: 15px;
        text-align: left;
        max-width: 550px;
    }
	
	#product-tabs .section-6 h3 {
		font-size: 21px;
		margin-bottom: 25px;
	}
	
	.section-6 a.btn-primary, a.btn-primary:visited, .section-6 .btn-primary:not(:disabled):not(.disabled).active, .section-6 .btn-primary:not(:disabled):not(.disabled):active, .section-6 .show>.btn-primary.dropdown-toggle {
		font-size: 21px;
		padding: 15px;
		width: 250px;
	}

	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-6{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.section-6 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-6 .image{
		order: 2;
		text-align: center;
	}
	
	.section-6 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-6 .inner-wrap{
		padding: 20px 0px 30px;
		order: 1;
	}
	
	#product-tabs .section-6 h3{
		max-width: 500px;
		margin: 0px auto 20px auto;
	}
	
	.section-6 .inner-wrap p {
		margin-bottom: 30px;
		text-align: center;
	}
	
	.section-6 a.btn-primary, a.btn-primary:visited, .section-6 .btn-primary:not(:disabled):not(.disabled).active, .section-6 .btn-primary:not(:disabled):not(.disabled):active, .section-6 .show>.btn-primary.dropdown-toggle{
		display: table;
		margin: 0px auto;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-6 {
        padding-top: 20px;
        padding-bottom: 30px;
    }
	
	#product-tabs .section-6 .title {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	
    #product-tabs .section-6 h3 {
        font-size: 16px;
        max-width: 100%;
        margin: 0px auto 15px auto;
        text-align: left;
    }
	
	.section-6 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-6 .image{
		order: 2;
		text-align: center;
	}
	
	.section-6 .image img {
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-6 .inner-wrap{
		padding: 0px 0px 20px 0px;
		order: 1;
	}
	
	.section-6 .inner-wrap p{
		margin-bottom: 10px;
	}
	
	#product-tabs .section-6 ul {
		margin-left: 0;
		padding-left: 5px;
	}
	
	.section-6 li {
		margin-bottom: 15px;
	}
	
	.section-6 a.btn-primary, a.btn-primary:visited, .section-6 .btn-primary:not(:disabled):not(.disabled).active, .section-6 .btn-primary:not(:disabled):not(.disabled):active, .section-6 .show>.btn-primary.dropdown-toggle{
		display: table;
		font-size: 21px;
		margin: 0px auto;
		padding: 10px;
	}
	
}

/**/

.section-7{
	padding: 40px 0px 40px 0px;
}

#product-tabs .section-7 .title{
	font-size: 36px;
	font-weight: 800;
	text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	#product-tabs .section-7 .title {
		font-size: 24px;
		font-weight: 800;
		text-align: center;
	}

}

@media screen and (max-width:767px){
	
	.section-7{
		padding: 20px 0px 20px 0px;
	}
	
	#product-tabs .section-7 .title {
		font-size: 24px;
		font-weight: 800;
		text-align: center;
	}
	
	#faq-accordion .card-header h4 {
		font-size: 16px;
		text-align: left;
	}
	
}

/**/

.section-8{
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}

.section-8:before {
    content: "";
    background: #51ddcb;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.section-8 .d-flex{
	position: relative;
	z-index: 1;
}

#product-tabs .section-8 .title{
	font-weight: 800;
	margin-bottom: 0px;
	text-align: center;
}

#product-tabs .section-8 .title strong{
	font-weight: 800;
}

.section-8 .inner-wrap p{
	line-height: 2em;
}

#product-tabs .section-8 p strong{
	font-weight: 800;
}

.section-8 a.btn-primary, a.btn-primary:visited, .section-8 .btn-primary:not(:disabled):not(.disabled).active, .section-8 .btn-primary:not(:disabled):not(.disabled):active, .section-8 .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    text-transform: none;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    padding: 15px;
    position: relative;
    width: 300px;
}

.section-8 a.btn-primary:hover{
	background: #555555;
}

@media screen and (min-width: 1200px){
	
	.section-8 .d-flex{
		align-items: center;
	}
	
    .section-8 .inner-wrap {
        order: 1;
        padding-left: 0px;
        padding-right: 40px;
        width: 50%;
    }
	
	.section-8 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-8 .image{
		text-align: right;
		order: 2;
		position: relative;
		width: 43%;
	}
	
    .section-8 .image img {
        position: relative;
        top: 0px;
        left: 0px;
        max-width: none;
    }
	
    #product-tabs .section-8 .title {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }
	
}

@media screen and (min-width: 991px) and (max-width: 1199px){
	
	.section-8{
		padding-bottom: 30px;
	}
	
	.section-8 .d-flex{
		align-items: flex-start;
	}
	
	.section-8 .inner-wrap{
		padding-left: 40px;
		padding-right: 0px;
		padding-top: 10px;
		width: 50%;
	}
	
	.section-8 .inner-wrap p{
		padding-right: 0px;
	}
	
	.section-8 .image{
		position: relative;
		width: 43%;
	}
	
	.section-8 .image img{
		position: relative;
		top: 0px;
		right: 0px;
		max-width: 100%;
	}
	
	#product-tabs .section-8 .title {
		font-size: 35px;
		margin-bottom: 15px;
		text-align: center;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-8{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-8 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-8 .image{
		order: 2;
		text-align: center;
	}
	
	.section-8 .image img{
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-8 .inner-wrap{
		padding: 0px 0px 30px;
		order: 1;
	}
	
	#product-tabs .section-8 .title{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs h5, #product-tabs h4, #product-tabs h3 {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-8 a.btn-primary, a.btn-primary:visited, .section-8 .btn-primary:not(:disabled):not(.disabled).active, .section-8 .btn-primary:not(:disabled):not(.disabled):active, .section-8 .show>.btn-primary.dropdown-toggle{
		display: table;
		margin: 0px auto;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-8{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.section-8 .d-flex{
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
	}
	
	.section-8 .image{
		order: 2;
		text-align: center;
	}
	
	.section-8 .image img{
		max-width: 100%;
		position: relative;
		left: 0px;
	}
	
	.section-8 .inner-wrap{
		padding: 20px 0px 30px;
		order: 1;
	}
	
	#product-tabs .section-8 .title{
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	#product-tabs h5, #product-tabs h4, #product-tabs h3 {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-8 a.btn-primary, a.btn-primary:visited, .section-8 .btn-primary:not(:disabled):not(.disabled).active, .section-8 .btn-primary:not(:disabled):not(.disabled):active, .section-8 .show>.btn-primary.dropdown-toggle{
        display: table;
        font-size: 21px;
        margin: 0px auto;
        padding: 10px;
	}
	
}

/**/