#product-tabs-tab .nav-link.active, #product-tabs-tab .nav-item:last-child a.active {
    background-color: #ffffff;
    border-color: #d2d2d2 #d2d2d2 #ffffff #d2d2d2;
}

#product-tabs {
    background-color: #ffffff;
}

#product-tabs h2 {
    margin-bottom: 15px;
}

#product-tabs p {
    font-size: 1rem;
    line-height: 1.9rem;
}

#product-tabs p:last-of-type{
	margin-bottom: 0;
}

#product-tabs strong {
    font-weight: 700;
}

#product-tabs .highlight{
	color: #078ac9;
}

#product-tabs sup{
	line-height: 0;
}

@media (min-width: 1200px){
	
	#product-tabs .container {
		max-width: 1320px;
	}
	
}

@media (max-width: 767px){
	
	#product-tabs p {
		margin-bottom: 10px;
	}
	
}

/**/

.s1{
	padding: 0px 0px 40px 0px;
}

#product-tabs .s1 .title {
    font-size: 36px;
    font-weight: 800;
	line-height: 1.4em;
    margin-bottom: 30px;
    text-align: center;
}

.s1 .d-flex{
	flex-direction: column;
}

.s1 .image{
	position: relative;
}

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

	#product-tabs .s1 .container{
		max-width: 1070px;
	}
	
	#product-tabs .s1 p{
		margin-bottom: 30px;
	}
	
	#product-tabs .s1 p:last-of-type{
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width: 992px){
	
    .s1 .d-flex {
        align-items: center;
        flex-direction: row;
		margin: 0px auto;
        max-width: 860px;
    }
	
	.s1 .image{
		
	}

	.s1 .inner-wrap {
        padding-left: 30px;
        width: calc(100% - 291px);
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s1{
        padding-top: 0px;
        padding-bottom: 30px;
	}
	
	#product-tabs .s1 .title {
		font-size: 32px;
		font-weight: 800;
		max-width: 670px;
		margin: 0px auto 20px auto;
		text-align: center;
	}
	
	.s1 .inner-wrap {
        padding-left: 20px;
        width: calc(100% - 300px);
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s1 {
        padding-top: 0px;
        padding-bottom: 30px;
    }
	
	#product-tabs .s1 .title {
		font-size: 32px;
		font-weight: 800;
		max-width: 670px;
		margin: 0px auto 20px auto;
		text-align: center;
	}
	
	.s1 .d-flex {
		flex-direction: row;
	}
	
	.s1 .inner-wrap {
        padding-left: 20px;
        width: calc(100% - 300px);
    }
	
}

@media screen and (max-width: 767px){
	
	.s1{
		padding-top: 0px;
		padding-bottom: 25px;
	}
	
	.s1 .container{
		padding: 0px;
	}
	
    #product-tabs .s1 .title {
        font-size: 24px;
        font-weight: 800;
        margin: 0px auto 10px auto;
        text-align: center;
    }
	
	.s1 .d-flex {
		flex-direction: column-reverse;
	}
	
	.s1 .inner-wrap {
        padding-left: 0;
        width: 100%;
        padding-bottom: 20px;
    }
	
	.s1 .image {
		text-align: center;
	}

}

/**/

.s2 {
    background: #507121;
    border-radius: 40px;
    margin: 0px auto;
    max-width: 860px;
    overflow: hidden;
}

#product-tabs .s2 .container{
	padding: 0;
}

#product-tabs .s2 .title {
	color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 15px;
    text-align: left;
}

.s2 .d-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#product-tabs .s2 li{
    color: #ffffff;
    position: relative;
    padding-left: 30px;
}

#product-tabs .s2 li:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/black-checkmark.png);
    height: 20px;
    width: 19px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.s2 .inner-wrap{
	padding: 0px 40px 0px 40px;
}

#product-tabs .s2 .checkmarks{
	margin-bottom: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
    #product-tabs .s2 .title {
        font-size: 18px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }
	
	#product-tabs .s2 li{
		font-size: 15px;
	}
	
	.s2 .image{
		width: 50%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s2{
		border-radius: 20px;
	}

	.s2 .inner-wrap{
		padding: 20px 15px 20px 30px;
    	width: 50%;
	}
	
}

@media screen and (max-width: 767px){
	
	.s2{
	    border-radius: 20px;
	}
	
	.s2 .d-flex{
		flex-direction: column;
		padding: 20px 0px 0px 0px;
	}
	
	.s2 .inner-wrap{
		padding: 0px 15px 20px 15px;
	}
	
	#product-tabs .s2 .title{
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	
}

/**/

.s3{
	padding: 30px 0px 30px 0px;
}

#product-tabs .s3 .title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: left;
}

.s3 .d-flex{
	flex-direction: column;
}

.s3 .image{
	position: relative;
}

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

	#product-tabs .s3 .container{
		max-width: 1070px;
	}
	
	#product-tabs .s3 p{
		margin-bottom: 30px;
	}
	
	#product-tabs .s3 p:last-of-type{
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width: 992px){
	
    .s3 .d-flex {
        align-items: center;
        flex-direction: row;
		margin: 0px auto;
    }
	
	.s3 .image{
		order: 1;
	}

	.s3 .inner-wrap {
        order: 2;
        padding-left: 30px;
        width: calc(100% - 477px);
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
    #product-tabs .s3 .title {
        font-size: 26px;
        font-weight: 800;
        max-width: 670px;
        margin: 0px auto 10px auto;
        text-align: left;
    }
	
	.s3 .inner-wrap {
        padding-left: 20px;
        width: calc(100% - 300px);
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#product-tabs .s3 .title {
		font-size: 26px;
		font-weight: 800;
		max-width: 670px;
		margin: 0px auto 10px auto;
		text-align: left;
	}
	
	.s3 .d-flex {
        flex-direction: row;
    }
	
	.s3 .inner-wrap {
        padding-right: 20px;
        width: 100%;
        padding-bottom: 0px;
    }
	
}

@media screen and (max-width: 767px){
	
	.s3{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.s3 .container{
		padding: 0px;
	}
	
    #product-tabs .s3 .title {
        font-size: 24px;
        font-weight: 800;
        margin: 0px auto 10px auto;
        text-align: center;
    }
	
	.s3 .d-flex {
        flex-direction: column;
    }
	
	.s3 .inner-wrap {
        padding-left: 0;
        width: 100%;
        padding-bottom: 20px;
    }

}

/**/

.s4{
	padding: 0px 0px 30px 0px;
	position: relative;
}

.s4:before{
    content: "";
    background: #c2d3c1;
    position: absolute;
    top: 60%;
    left: 50%;
    height: 40%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.s4 .container{
	position: relative;
	z-index: 2;
}

.s4 .header{
	margin-bottom: 20px;
	text-align: center;
}

#product-tabs .s4 .title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

.s4 .inner-wrap{
	padding-right: 20px;
}

#product-tabs .s4 h3 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 35px;
}

.s4 .d-flex {
    background: url(/wp-content/uploads/2025/06/quercetin-s4-bg.png) no-repeat center center / contain;
    justify-content: center;
	margin: 0px auto;
	max-width: 1065px;
    padding: 15px 0px;
}

.s4 ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.s4 li{
	font-weight: 800;
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative;
}

.s4 li:first-of-type:before{
	content: "";
	background: url(/wp-content/uploads/2025/06/q-heart-icon.png) no-repeat center center / contain;
	height: 33px;
	width: 36px;
	position: absolute;
	top: -4px;
	left: 0px;
}

.s4 li:nth-child(2):before{
	content: "";
	background: url(/wp-content/uploads/2025/06/q-x-icon.png) no-repeat center center / contain;
	height: 42px;
	width: 33px;
	position: absolute;
	top: -11px;
	left: 2px;
}

.s4 li:nth-child(3):before{
	content: "";
	background: url(/wp-content/uploads/2025/06/q-zombie-cell-icon.png) no-repeat center center / contain;
	height: 37px;
	width: 37px;
	position: absolute;
	top: -6px;
	left: 0px;
}

.s4 img{
    position: relative;
    top: 14px;
}

.s4 .benefits{
    background: #507121;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
	padding: 5px 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s4 .d-flex {
		background-size: cover;
		justify-content: center;
		margin: 0px auto;
		max-width: 1065px;
		padding: 15px;
	}
	
	#product-tabs .s4 .title{
		font-size: 32px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		margin: 0px auto 10px;
		max-width: 520px;
	}
	
	#product-tabs .s4 h3 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	
	#product-tabs .s4 .benefits{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.s4 li{
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.s4 li:first-of-type:before{
		height: 30px;
		width: 31px;
		top: -4px;
		left: -1px;
	}
	
	.s4 li:nth-child(2):before{
		height: 38px;
		width: 30px;
		top: -10px;
		left: 0px;
	}
	
	.s4 li:nth-child(3):before{
		height: 30px;
		width: 30px;
		top: -5px;
		left: 0px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s4 .d-flex {
		background-size: cover;
		justify-content: center;
		margin: 0px auto;
		max-width: 1065px;
		padding: 15px;
	}
	
	#product-tabs .s4 .title{
		font-size: 32px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		margin: 0px auto 10px;
		max-width: 520px;
	}
	
	#product-tabs .s4 h3 {
        font-size: 16px;
        margin-bottom: 25px;
	}
	
    #product-tabs .s4 h3 img {
        max-width: 160px;
        margin: 0px 5px;
		top: 9px;
    }
	
	#product-tabs .s4 .benefits{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.s4 li{
		font-size: 14px;
		margin-bottom: 25px;
	}
	
	.s4 li:first-of-type:before{
		height: 30px;
		width: 31px;
		top: -4px;
		left: -1px;
	}
	
	.s4 li:nth-child(2):before{
		height: 38px;
		width: 30px;
		top: -10px;
		left: 0px;
	}
	
	.s4 li:nth-child(3):before{
		height: 30px;
		width: 30px;
		top: -5px;
		left: 0px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s4{
		padding-bottom: 40px;
	}
	
	.s4 .container{
		padding: 0;
	}
	
	.s4 .header {
    	margin-bottom: 15px;
	}

	#product-tabs .s4 .title{
		font-size: 21px;
		line-height: 1.3em;
		margin-bottom: 5px;
	}
	
	.s4 .d-flex{
        background-size: cover;
		flex-direction: column;
		padding: 10px 0px 0px 0px;
    }
	
	.s4 .inner-wrap{
		padding-right: 0;
	}
	
	#product-tabs .s4 h3 {
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;
    }
	
	#product-tabs .s4 p{
		line-height: 1.4em;
		text-align: left;
	}
	
	.s4 .d-flex .image{
		display: none;
	}
	
    .s4 img {
        top: 8px;
        width: 140px;
        margin: 0px 5px;
    }
	
	#product-tabs .s4 ul{
        margin-left: auto;
        margin-bottom: 10px;
	}
	
	.s4 li{
		font-weight: 700;
		margin-bottom: 20px;
		padding-left: 35px;
		line-height: 1.2em;
	}
	
	.s4 li:first-of-type:before{
		height: 25px;
		width: 27px;
		top: 0px;
		left: 0px;
	}
	
	.s4 li:nth-child(2):before{
		height: 30px;
		width: 24px;
		top: -4px;
		left: 2px;
	}
	
	.s4 li:nth-child(3):before{
		height: 30px;
		width: 30px;
		top: 2px;
		left: -2px;
		margin-bottom: 0px;
	}
	
	#product-tabs .s4 .benefits{
        font-size: 11px;
        letter-spacing: -0.25px;
		max-width: 95%;
        margin: 0px auto -20px;
        text-align: center;
        padding: 10px 0px;
    }
	
}

/**/

.s5{
	padding: 30px 0px 30px 0px;
}

#product-tabs .s5 .title {
    font-size: 36px;
    font-weight: 800;
	line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

.s5 p{
	margin-bottom: 10px;
	text-align: center;
}

.s5 .checkmarks{
	margin-bottom: 0px;
}

.s5 li {
    font-weight: 600;
    margin-bottom: 30px;
	padding-left: 25px;
    position: relative;
}

#product-tabs .s5 li:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/black-checkmark.png);
    height: 20px;
    width: 19px;
    position: absolute;
    top: 1px;
    left: 0px;
}

.s5 li:last-of-type{
	margin-bottom: 0px;
}

.s5 li strong{
	color: #507121;
}

.s5 .d-flex{
	flex-direction: column;
}

.s5 .image{
	position: relative;
}

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

	#product-tabs .s5 .container{
		max-width: 1070px;
	}
	
	#product-tabs .s5 p{
		margin-bottom: 30px;
	}
	
	#product-tabs .s5 p:last-of-type{
		margin-bottom: 0px;
	}
	
}

@media screen and (min-width: 992px){
	
    .s5 .d-flex {
        align-items: center;
        flex-direction: row;
		margin: 0px auto;
        max-width: 860px;
    }
	
	.s5 .image{
		
	}

	.s5 .inner-wrap {
		padding-left: 30px;
		width: calc(100% - 239px);
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s5{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	#product-tabs .s5 .title {
        font-size: 32px;
        font-weight: 800;
        max-width: none;
        margin: 20px auto 15px auto;
        text-align: center;
	}
	
	.s5 .inner-wrap {
        padding-left: 20px;
        width: calc(100% - 300px);
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s5{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	#product-tabs .s5 .title {
        font-size: 32px;
        font-weight: 800;
        max-width: none;
        margin: 20px auto 15px auto;
        text-align: center;
	}
	
    .s5 .d-flex {
        flex-direction: row;
        padding: 20px 0px 0px 0px;
    }
	
	.s5 .inner-wrap {
        padding-left: 20px;
        width: calc(100% - 300px);
    }
	
}

@media screen and (max-width: 767px){
	
	.s5{
        padding-top: 15px;
        padding-bottom: 5px;
	}
	
	.s5 .container{
		padding: 0px;
	}
	
    #product-tabs .s5 .title {
        font-size: 24px;
        font-weight: 800;
        margin: 0px auto 10px auto;
        text-align: center;
    }
	
	#product-tabs .s5 p{
		line-height: 1.2em;
		text-align: left;
		margin-bottom: 10px;
	}
	
	.s5 .d-flex {
		flex-direction: column-reverse;
	}
	
	.s5 .inner-wrap {
        padding-left: 0;
        width: 100%;
        padding-bottom: 20px;
    }
	
	.s5 .image {
		display: none;
	}
	
	.s5 li {
		margin-bottom: 15px;
	}

}

/**/

.s6 {
    background: #e5e5e5;
    padding: 20px;
	overflow: hidden;
}

#product-tabs .s6 .container {
	max-width: 1100px;
}

#product-tabs .s6 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
}

.s6 .image{
    position: relative;
    width: 40%;
}

.s6 .image img{
    position: absolute;
    top: -55px;
    left: -110px;
    max-width: none;
}

.s6 .inner-wrap{
    width: 60%;
}

#product-tabs .s6 p {
    font-weight: 600;
    max-width: 470px;
    margin: 0px auto 40px auto;
    text-align: left;
}

#product-tabs .s6 li {
    border-left: solid 8px #507121;
    border-bottom: solid 3px #507121;
    margin-bottom: 38px;
    padding: 15px 15px 30px 15px;
    position: relative;
}

#product-tabs .s6 li:before{
    content: "";
    background: url(/wp-content/uploads/2025/06/quercetin-s6-1.png) no-repeat 0 0 / cover;
    height: 148px;
    width: 148px;
    position: absolute;
    top: -20px;
    left: -170px;
}

#product-tabs .s6 li:nth-child(2){
	margin-bottom: 180px;
}

#product-tabs .s6 li:nth-child(2):before{
    content: "";
    background: none;
    height: 148px;
    width: 148px;
    position: absolute;
    top: -20px;
    left: -170px;
}

#product-tabs .s6 li:nth-child(3) {
    margin-bottom: 80px;
}

#product-tabs .s6 li:nth-child(3):before{
    content: "";
    background: url(/wp-content/uploads/2025/06/quercetin-s6-2.png) no-repeat 0 0 / cover;
    height: 148px;
    width: 148px;
    position: absolute;
    top: -20px;
    left: -170px;
}

#product-tabs .s6 li:nth-child(4):before{
    content: "";
    background: url(/wp-content/uploads/2025/06/quercetin-s6-3.png) no-repeat 0 0 / cover;
    height: 148px;
    width: 148px;
    position: absolute;
    top: -20px;
    left: -170px;
}

#product-tabs .s6 li strong{
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .s6 .title {
		font-size: 32px;
	}
	
	.s6 .image img {
        top: -45px;
        left: -115px;
        max-width: 480px;
	}

}

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

	#product-tabs .s6 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.3em;
		text-align: center;
		max-width: 485px;
		margin: 0px auto 10px auto;
	}
	
    .s6 .image img {
        top: 65px;
        left: -80px;
        max-width: 340px;
    }

}

@media screen and (max-width: 767px){
	
	#product-tabs .s6 .container {
		padding: 0;
	}

	#product-tabs .s6 .title {
		font-size: 21px;
		line-height: 1.3em;
		margin-bottom: 10px;
	}
	
	.s6 .inner-wrap {
		width: 100%;
	}
	
	#product-tabs .s6 .checkmarks {
		margin-left: 0;
		padding-left: 0;
	}
	
	#product-tabs .s6 li {
		border-left: solid 8px #507121;
		border-bottom: solid 3px #507121;
		margin-bottom: 40px;
		padding: 5px 15px 175px 15px;
		position: relative;
	}
	
	#product-tabs .s6 li,
	#product-tabs .s6 li:nth-child(2),
	#product-tabs .s6 li:nth-child(3){
		margin-bottom: 20px;
	}
	
	#product-tabs .s6 li:nth-child(4){
		margin-bottom: 0px;
	}
	
	#product-tabs .s6 li:before,
	#product-tabs .s6 li:nth-child(2):before,
	#product-tabs .s6 li:nth-child(3):before,
	#product-tabs .s6 li:nth-child(4):before{
		height: 148px;
		width: 148px;
		top: auto;
		left: 15px;
		bottom: 15px;
	}
	
	#product-tabs .s6 li:nth-child(2){
		padding-bottom: 205px;
	}
	
	#product-tabs .s6 li:nth-child(2):before {
        content: "";
        background: url(/wp-content/uploads/2025/06/quercetin-supplement-facts-sm.png) no-repeat 0 0 / cover;
        height: 175px;
        width: 280px;
        top: auto;
        left: 15px;
        bottom: 15px;
	}
	
	#product-tabs .s6 li strong{
        display: block;
        font-size: 21px;
        font-weight: 800;
        line-height: 1.3em;
        margin-bottom: 10px;
        padding-left: 0;
        position: relative;
        text-indent: 30px;
	}
	
	#product-tabs .s6 li strong:before{
        content: "";
        background: url(/wp-content/uploads/2025/06/green-check-box.png) no-repeat 0 0 / cover;
        height: 25px;
        width: 25px;
        position: absolute;
        left: 0px;
        top: 0px;
	}
	
	#product-tabs .s6 p {
		line-height: 1.4em;
		max-width: 290px;
		margin: 0px auto 20px auto;
		text-align: left;
	}
	
	.s6 .image {
		display: none;
	}
	
}

/**/

.s7{
	padding: 30px 0px 30px 0px;
	position: relative;
}

.s7:before{
    content: "";
    background: #c2d3c1;
    position: absolute;
    top: 60%;
    left: 50%;
    height: 40%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.s7 .container{
	position: relative;
	z-index: 2;
}

.s7 .header{
	margin-bottom: 20px;
	text-align: center;
}

#product-tabs .s7 .title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

.s7 .inner-wrap {
    padding-right: 20px;
	padding-left: 90px;
    width: calc(100% - 328px);
}

#product-tabs .s7 h3 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 35px;
}

.s7 .d-flex {
    background: url(/wp-content/uploads/2025/06/quercetin-s7-bg.png) no-repeat center center / contain;
    justify-content: center;
    margin: 0px auto;
    max-width: 1070px;
    padding: 25px 25px 0px 0px;
}

.s7 blockquote {
    border-left: solid 8px #507121;
    border-bottom: solid 3px #507121;
    margin-bottom: 30px;
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.24px;
}

.s7 blockquote:nth-child(2){
	margin-left: 50px;
}

.s7 blockquote:last-of-type{
	margin-bottom: 0px;
}

.s7 blockquote:before {
    content: "";
    background: url(/wp-content/uploads/2025/06/green-quote.png) no-repeat 0 0 / cover;
    height: 35px;
    width: 42px;
    position: absolute;
    top: 0px;
    left: 10px;
}

.s7 blockquote img{
    display: block;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s7 .d-flex{
		background-size: cover;
		align-items: flex-end;
		padding: 30px 25px 30px 0px;
	}
	
	.s7 .inner-wrap {
		padding-right: 20px;
		padding-left: 0px;
		width: calc(100% - 195px);
	}
	
	.s7 blockquote {
		margin-bottom: 25px;
		padding: 15px 15px 15px 60px;
		font-size: 19px;
		letter-spacing: -0.25px;
	}
	
	.s7 blockquote:before {
		height: 30px;
		width: 36px;
		top: 7px;
		left: 10px;
	}
	
	.s7 blockquote img{
		margin-top: 10px;
	}
	
	.s7 .image img{
		display: block;
        position: relative;
        top: 30px;
	}
	
}

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

	.s7 .d-flex{
		background-size: cover;
		align-items: flex-end;
		padding: 30px 25px 30px 0px;
	}
	
	.s7 .inner-wrap {
		padding-right: 20px;
		padding-left: 0px;
		width: calc(100% - 195px);
	}
	
	.s7 blockquote {
		margin-bottom: 25px;
		padding: 15px 15px 15px 60px;
		font-size: 19px;
		letter-spacing: -0.25px;
	}
	
	.s7 blockquote:before {
		height: 30px;
		width: 36px;
		top: 7px;
		left: 10px;
	}
	
	.s7 blockquote img{
		margin-top: 10px;
	}
	
	.s7 .image img{
		display: block;
        position: relative;
        top: 30px;
	}
	
	#product-tabs .s7 .title{
		font-size: 30px;
	}

}

@media screen and (max-width: 767px){
	
	.s7 .container{
		padding: 0px;
	}
	
    .s7 .d-flex {
        background-size: cover;
        align-items: flex-end;
        padding: 30px 0px 30px 0px;
    }
	
	.s7 .image{
		display: none;
	}
	
	.s7 .inner-wrap {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
	
    .s7 blockquote {
        margin-bottom: 25px;
        padding: 15px 10px 15px 50px;
        font-size: 18px;
        letter-spacing: -0.25px;
        line-height: 1.2em;
    }
	
    .s7 blockquote:before {
        height: 25px;
        width: 30px;
        top: 8px;
        left: 10px;
    }
	
	.s7 blockquote:nth-child(2) {
		margin-left: 30px;
	}
	
	.s7 blockquote img{
		margin-top: 10px;
	}
	
	.s7 .image img{
		display: block;
        position: relative;
        top: 30px;
	}

	#product-tabs .s7 .title {
		font-size: 25px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		max-width: 290px;
		margin: 0px auto 10px auto;
	}
	
}

/**/

.s8 {
	padding: 30px 0px 30px 0px;
    overflow: hidden;
}

#product-tabs .s8 .container {
    background: #333333;
    margin: 0px auto;
    max-width: 1140px;
    padding: 0;
}

#product-tabs .s8 .title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: center;
}

#product-tabs .s8 p {
    color: #ffffff;
    max-width: 375px;
    margin: 0px auto;
}

.s8 .d-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.s8 .inner-wrap {
    padding: 12px 40px 12px 40px;
    width: 50%;
}

.s8 .inner-wrap img{
	display: block;
    margin: 15px auto 15px auto;
}

.s8 .image{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
	width: 50%;
}

.s8 a.btn-primary, a.btn-primary:visited, 
.s8 .s8 .btn-primary:not(:disabled):not(.disabled).active, 
.s8 .btn-primary:not(:disabled):not(.disabled):active, 
.s8 .show>.btn-primary.dropdown-toggle {
	display: table;
	background: #fff;
    border: none;
    border-radius: 0;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    transition: none;
    margin: 10px auto 0px;
    position: relative;
}

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

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

	#product-tabs .s8 .title {
		font-size: 28px;
	}
	
	.s8 .inner-wrap {
		padding: 12px 20px 12px 20px;
	}
	
}

@media screen and (max-width: 767px){
	
    .s8{
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: visible;
        position: relative;
    }
	
    .s8:before{
        content: "";
        background: #333333;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 100vw;
        transform: translate(-50%, 0%);
        z-index: 1;
    }
	
	.s8 .container{
		position: relative;
		z-index: 2;
	}

    #product-tabs .s8 .title{
        font-size: 25px;
        max-width: 250px;
        margin: 0px auto 10px auto;
    }
	
	.s8 .d-flex{
		flex-direction: row;
		flex-direction: column;
	}
	
	.s8 .inner-wrap{
        padding: 20px 10px 20px 10px;
        width: 100%;
    }
	
	.s8 .image{
		clip-path: polygon(0% 12%, 100% 0, 100% 100%, 0% 100%);
		width: calc(100% + 30px);
	}
	
}

/**/

.s9{
    padding: 30px 0px 60px 0px;
}

#product-tabs .s9 .container{
	max-width: 520px;
    margin: 0px auto;
}

#product-tabs .s9 h2{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-align: center;
}

#product-tabs .s9 p{
    max-width: 400px;
    margin: 0px auto 20px auto;
    text-align: left;
}

.s9 .d-flex{
    justify-content: center;
    align-items: flex-end;
    position: relative;
}

.s9 img{
    position: absolute;
    left: -240px;
    top: -195px;
}

#product-tabs .s9 .checkmarks {
    list-style: none;
    margin-left: 105px;
    padding-left: 0;
}

.s9 li {
    color: #507121;
    font-weight: 700;
    margin-bottom: 7px;
}

#product-tabs .s9 .checkmarks li:before{
	color: #000000;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.s9{
		padding-top: 30px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s9 {
		padding: 0px 0px 20px 0px;
	}
	
	#product-tabs .s9 h2 {
    	font-size: 32px;
	}
	
	.s9 img {
		position: absolute;
		left: -140px;
		top: -140px;
		width: 290px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s9 {
		padding: 20px 0px 20px 0px;
	}
	
	#product-tabs .s9 .container {
		max-width: 520px;
		margin: 0px auto;
		padding: 0px;
	}
	
	#product-tabs .s9 h2{
		font-size: 25px;
		line-height: 1.2em;
		margin-bottom: 5px;
	}
	
	#product-tabs .s9 p {
		letter-spacing: -0.5px;
		line-height: 1.4em;
		max-width: 340px;
		margin: 0px auto 20px auto;
		text-align: left;
	}
	
    .s9 img {
        position: absolute;
        left: 0px;
        top: -8px;
        width: 105px;
    }
	
	#product-tabs .s9 .checkmarks{
        margin-left: 100px;
        padding-left: 0;
        padding-top: 10px;
	}
	
	.s9 li{
		font-size: 16px;
		letter-spacing: -1px;
	}
	
	#product-tabs .s9 .checkmarks li:before{
		margin-right: 5px;
	}

}

/**/

.s10 {
    position: relative;
    padding: 30px 0px 30px 0px;
}

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

.s10 .container{
	position: relative;
	z-index: 2;
}

#product-tabs .s10 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.s10 .d-flex {
    justify-content: center;
    gap: 50px;
}

#product-tabs .s10 .label{
	background: #507121;
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
	padding: 10px;
}

.s10 img{
	margin-bottom: 10px;
}

#product-tabs .s10 p{
    font-weight: 600;
	letter-spacing: -0.5px;
    text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .s10 .title {
		font-size: 32px;
	}

	#product-tabs .s10 .label{
		font-size: 21px;
		margin-bottom: 2px;
		padding: 5px;
	}
	
	.s10 .d-flex {
		gap: 40px;
		justify-content: center;
	}
	
	.s10 .d-flex > div{
		width: calc(50% - 20px);
	}

}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s10{
		padding-top: 20px;
	}
	
	.s10 .d-flex {
		gap: 20px;
		justify-content: center;
	}
	
	.s10 .d-flex > div{
		width: calc(50% - 10px);
	}
	
	#product-tabs .s10 .label{
		font-size: 18px;
		margin-bottom: 5px;
		padding: 3px 10px;
	}
	
	#product-tabs .s10 .title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	#product-tabs .s10 p {
		line-height: 1.3em;
	}
	
}

@media screen and (max-width: 767px){
	
	.s10 .d-flex {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
	}
	
	.s10 .d-flex > div{
		width: calc(50% - 10px);
	}
	
	#product-tabs .s10 .label {
		font-size: 24px;
		text-align: center;
		margin-bottom: 5px;
		padding: 3px 10px;
	}
	
	#product-tabs .s10 .title {
		font-size: 24px;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#product-tabs .s10 p {
		font-weight: 800;
		letter-spacing: -0.5px;
		line-height: 1.4em;
		text-align: left;
	}
	
}

/**/

.s11{
	padding: 30px 0px 30px 0px;
}

#product-tabs .s11 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
}

.s11 .d-flex{
    margin: 0px auto;
	max-width: 960px;
}

.s11 .inner-wrap {
    width: 55%;
    padding-left: 30px;
}

.s11 .image{
	position: relative;
	width: 45%;
}

.s11 .image img{
    max-width: none;
    position: absolute;
    right: 0px;
}

#product-tabs .s11 p{
	margin-bottom: 20px;
}

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

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s11{
		padding-bottom: 0px;
	}

	#product-tabs .s11 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.s11 .image img {
		right: -10px;
	}
	
}

@media screen and (max-width: 767px){
	
	.s11{
		padding-bottom: 30px;
	}
	
	.s11 .container{
		padding: 0px;
	}
	
	.s11 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s11 .image{
		width: 100%;
	}
	
	.s11 .image img {
		max-width: 250px;
		position: relative;
		right: -60px;
	}
	
	.s11 .inner-wrap {
		padding-left: 0px;
		width: 100%;
	}
	
	#product-tabs .s11 .title {
		font-size: 25px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		max-width: 275px;
		margin: 0px auto 15px auto;
	}
	
}

/**/

#faq{
	padding-top: 0px;
}

#product-tabs #faq .title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#faq .card{
	border: none;
	border-radius: 10px;
}

body #faq-accordion .card-header, body #faq-accordion .card-header:first-child {
    background-color: #e9e9e9;
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    border: none;
    font-weight: 800;
}

#faq .card {
    border: none;
    border-radius: 10px;
}

body #faq-accordion .card-header a{
	display: block;
	background-color: #e9e9e9;
	margin-top: -3px
}

body #faq-accordion .card-header a:hover,
body #faq-accordion .card-header a[aria-expanded="true"]:not(.collapsed){
	background-color: #d1d1d1;
}

#faq-accordion .card-header h4 {
    font-weight: 800;
	padding-left: 30px;
}

.faq-wrap .card .card-header a{
	color: #000000;
}

#faq-accordion .card-header i {
    right: 10px;
}

@media (min-width:1200px){
	
	#faq-accordion .card-header h4 {
		padding-left: 60px;
	}
	
	#faq-accordion .card-header i {
		right: 40px;
	}
	
}

@media (min-width:992px) and (max-width:1199px){
	
	#faq {
		padding-top: 0;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq {
		padding-top: 0;
	}
	
	#product-tabs #faq .title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	#faq {
		padding-top: 0;
	}
	
    #product-tabs #faq .title {
		font-size: 24px;
        margin-bottom: 20px;
    }
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq-tab .title {
		text-align: center;
		font-size: 28px;
	}
	
    #faq-accordion .card-header h4 {
        padding: 0px 60px 0px 20px;
        font-size: 16px;
    }

}

/**/

.s12{
    padding: 30px 0px 30px 0px;
    position: relative;
}

.s12:before {
    content: "";
    background: #333333;
    position: absolute;
    top: 20%;
    left: 50%;
    height: 60%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.s12 .d-flex {
    align-items: center;
    margin: 0px auto;
    max-width: 1040px;
    position: relative;
    z-index: 2;
}

#product-tabs .s12 .title{
	color: #ffffff;
	font-weight: 800;
    margin-bottom: 10px;
    text-align: left;
}

#product-tabs .s12 p{
	color: #ffffff;
	margin-bottom: 10px;
}

.s12 .inner-wrap{
	margin-left: -50px;
    width: calc(100% - 570px);
}

#product-tabs .s12 .highlight{
	color: #ea0000;
}

.s12 a.btn-primary, 
.s12 a.btn-primary:visited, 
.s12 .btn-primary:not(:disabled):not(.disabled).active, 
.s12 .btn-primary:not(:disabled):not(.disabled):active, 
.s12 .show>.btn-primary.dropdown-toggle{
	color: #000000;
    background: #ffffff;
    width: 160px;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-top: 15px;
}

.s12 a.btn-primary:hover, 
.s12 a.btn-primary:visited:hover, 
.s12 .btn-primary:not(:disabled):not(.disabled).active:hover, 
.s12 .btn-primary:not(:disabled):not(.disabled):active:hover, 
.s12 .show>.btn-primary.dropdown-toggle:hover{
	color: #ffffff;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .s12 .title{
		font-size: 28px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.s12 {
		padding: 20px 0px 20px 0px;
	}
	
	.s12:before {
        top: 18%;
        height: 66%;
    }
	
    #product-tabs .s12 .title {
        font-size: 26px;
        margin-bottom: 5px;
    }
	
	
	.s12 .inner-wrap {
        margin-left: -50px;
        width: calc(100% - 165px);
	}
	
	#product-tabs .s12 p {
		margin-bottom: 0px;
	}
	
	.s12 a.btn-primary, .s12 a.btn-primary:visited, .s12 .btn-primary:not(:disabled):not(.disabled).active, .s12 .btn-primary:not(:disabled):not(.disabled):active, .s12 .show>.btn-primary.dropdown-toggle{
		width: 160px;
		margin-top: 10px;
		font-size: 14px;
	}
	
}

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

	.s12:before {
		top: 0;
		height: 100%;
	}
	
	.s12 .d-flex {
		flex-flow: column-reverse;
	}
	
	.s12 .image{
		width: 100%;
	}
	
	.s12 .inner-wrap{
		margin-left: auto;
        width: 100%;
	}
	
	#product-tabs .s12 .title{
		font-size: 21px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.s12 a.btn-primary, .s12 a.btn-primary:visited, .s12 .btn-primary:not(:disabled):not(.disabled).active, .s12 .btn-primary:not(:disabled):not(.disabled):active, .s12 .show>.btn-primary.dropdown-toggle {
		margin: 0px auto;
	}
	
}