#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;
	}
	
}

/**/

.section-1{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-1:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-1 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-1 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-1 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 468px);
}

.section-1 .inner-wrap p{
	color: #ffffff;
}

.section-1 .inner-wrap ul{
	padding: 20px 0px 0px 0px;
}

.section-1 .inner-wrap li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

.section-1 .image{
	order: 2;
    position: relative;
	width: 468px;
}

.section-1 .image img{
	max-width: 100%;
}

#product-tabs .section-1 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

.section-1 .btn-primary:not(:disabled):not(.disabled).active, 
.section-1 .btn-primary:not(:disabled):not(.disabled):active, 
.section-1 .show>.btn-primary.dropdown-toggle, 
.section-1 a.btn-primary, 
.section-1 a.btn-primary:visited{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background: #362f2d;
    border: none;
    border-radius: 0;
    transition: none;
    width: 260px;
    padding: 15px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-1 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-bottom: 40px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 0;
		padding-top: 0px;
		padding-bottom: 30px;
		width: 100%;
    }
	
    #product-tabs .section-1 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-1 .inner-wrap ul{
		margin-bottom: 0px;
	}
	
}

@media (max-width:767px){
	
	.section-1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		margin-bottom: 10px;
	}
	
    #product-tabs .section-1 .title{
        font-size: 26px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 290px;
	}
	
	.section-1 .inner-wrap ul{
		margin-bottom: 0px;
	}
	
}

/**/

.section-2{
	padding: 30px 0px 30px 0px;
}

#product-tabs .section-2 .title{
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}

.section-2 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
}

.section-2 .d-flex > div{
	padding: 0px 40px 20px 40px;
	width: calc(33.3% - 40px);
}

.section-2 .image{
	margin-bottom: 10px;
}

#product-tabs .section-2 h3{
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    max-width: 290px;
    margin: 0px auto 10px auto;
}

@media (min-width:768px) and (max-width:991px){
	
	.section-2 .d-flex > div{
		padding: 0px 10px 20px 10px;
		width: 33.3%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-2 .d-flex {
		flex-direction: column;
	}
	
	.section-2 .image {
		text-align: center;
	}
	
	.section-2 .d-flex > div{
		padding: 0px 0px 20px 0px;
		width: 100%;
	}
	
	.section-2 .d-flex > div:last-of-type{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-2 h3 {
    	font-size: 21px;
	}
	
}

/**/

.section-3{
    max-width: 880px;
    margin: 0px auto;
	padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
}

.section-3:before{
    content: "";
	background: #e5e5e5;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-3 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-3 .green-bg {
    background: #457307;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
	letter-spacing: -0.5px;
    padding: 10px 15px;
}

.section-3 .d-flex{
	align-items: flex-start;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-3 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-right: 40px;
	width: calc(100% - 468px);
}

#product-tabs .section-3 ul{
	list-style: none;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 15px;
}

.section-3 .inner-wrap li{
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
}

.section-3 .inner-wrap li:before{
	content: "";
	background: #5a792e;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	height: 10px;
	width: 10px;
}

.section-3 .image{
	order: 2;
    position: relative;
	width: 468px;
}

.section-3 .image img{
	max-width: 100%;
}

#product-tabs .section-3 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-3 .inner-wrap{
		padding-left: 0px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-bottom: 20px;
	}
	
	.section-3 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-3 .inner-wrap{
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	#product-tabs .section-3 ul{
		margin: 0px auto 20px auto;
		padding-left: 0;
		width: 320px;
	}
	
	.section-3 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-3 .green-bg {
		font-size: 24px;
		padding: 8px 15px;
		width: 300px;
	}
	
}

@media (max-width:767px){
	
	.section-3{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.section-3 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-3 .inner-wrap{
        padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 26px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-3 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-3 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-3 ul{
		margin-bottom: 0;
	}
	
	#product-tabs .section-3 ul {
		margin: 0px auto;
		padding-left: 0;
		width: 275px;
	}
	
	.section-3 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-3 .green-bg {
		font-size: 21px;
		padding: 7px 15px;
	}
	
}

/**/

.section-4{
	padding: 40px 0px 60px 0px;
	position: relative;
	z-index: 2;
}

.section-4:before{
	background: #161717;
	clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-4 .title{
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex {
    max-width: 760px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-4 .d-flex:last-of-type{
	margin-bottom: 0;
}

.section-4 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 335px);
}

#product-tabs .section-4 .inner-wrap h3{
	color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
}

.section-4 .inner-wrap p{
	color: #ffffff;
}

.section-4 .image{
    order: 1;
    position: relative;
    width: 213px;
}

.section-4 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-4 .sub-title{
	border-bottom: solid 4px #4f7121;
	font-size: 26px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.section-4 .d-flex{
	margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-4 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 50px;
	}
	
	.section-4 .d-flex{
        max-width: 540px;
        margin-bottom: 40px;
		padding: 0px;
	}
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-4 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		width: calc(100% - 213px);
    }
	
    #product-tabs .section-4 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	#product-tabs .section-4 .sub-title{
		border: none;
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.section-4 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-4 .d-flex{
        margin-bottom: 15px;
		padding: 0px;
	}
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-4 .inner-wrap{
        padding-left: 15px;
        padding-top: 0px;
        width: calc(100% - 120px);
    }
	
    #product-tabs .section-4 .title{
		font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
        max-width: 320px;
    }
	
	#product-tabs .section-4 .inner-wrap h3{
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#product-tabs .section-4 p{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.section-4 .image {
		width: 120px;
	}

	.section-4 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

/**/

.section-5{
	margin-top: -40px;
	padding: 80px 0px 60px 0px;
	position: relative;
	z-index: 1;
}

.section-5:before{
	background: #ebebeb;
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-5 .title{
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-5 .d-flex {
    max-width: 760px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-5 .d-flex:last-of-type{
	margin-bottom: 0;
}

.section-5 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 335px);
}

#product-tabs .section-5 .inner-wrap h3{
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
}

.section-5 .image{
    order: 1;
    position: relative;
    width: 213px;
}

.section-5 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.section-5 .d-flex{
	margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-5 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding-bottom: 50px;
	}
	
	.section-5 .d-flex{
        max-width: 540px;
        margin-bottom: 40px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		width: calc(100% - 213px);
    }
	
    #product-tabs .section-5 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	#product-tabs .section-5 .sub-title{
		border: none;
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-5{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.section-5 .d-flex{
        margin-bottom: 15px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 15px;
        padding-top: 0px;
        width: calc(100% - 120px);
    }
	
    #product-tabs .section-5 .title{
		font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
        max-width: 290px;
    }
	
	#product-tabs .section-5 .inner-wrap h3{
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#product-tabs .section-5 p{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.section-5 .image {
		width: 120px;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

/**/

.section-6{
	background: #ffffff;
	padding: 40px 0px 40px 0px;
	margin-bottom: 0px;
	position: relative;
}

.section-6:after {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.section-6 .d-flex{
	margin: 0px auto 30px auto;
	max-width: 1020px;
    position: relative;
    z-index: 2;
}

#product-tabs .section-6 .title{
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: left;
}

.section-6 ul{
	padding-top: 10px;
}

.section-6 li{
	font-weight: 800;
	margin-bottom: 10px;
}

.section-6 .quote-block {
    background: url(/wp-content/uploads/2024/02/quote-mute.png) no-repeat -15px calc(100% + 20px) #e5e5e5;
    border-radius: 10px;
    padding: 15px 15px 85px 15px;
    text-align: right;
}

.section-6 blockquote{
	margin: 0px;
}

.section-6 .quote-block:first-of-type{
	margin-top: 30px;
}

.section-6 blockquote,
#product-tabs .section-6 blockquote p{
	color: #4f7121;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 1.4em;
	text-align: left;
}

.section-6 .quote-block img{
	display: block;
	margin: 10px 0px 10px auto;
}

.section-6 .quote-block cite{
	display: block;
	color: #000000;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: left;
}

.section-6 .quote-block a {
	display: block;
    color: #078ac9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    word-wrap: break-word;
}

@media screen and (min-width: 992px){
	
	.section-6 .right-col{
		position: relative;
		order: 2;
		width: 50%;
		z-index: 1;
	}
	
	.section-6 .right-col img {
		height: auto;
		margin-left: auto;
		max-width: 100%;
		position: relative;
		right: 0px;
		width: 100%;
		z-index: 1;
	}
	
	.section-6 .left-col{
		position: relative;
		order: 1;
		padding-right: 30px;
		width: 50%;
		z-index: 2;
	}
	
}

@media screen and (min-width: 1200px){
	
	.section-6 .left-col{
		padding-right: 60px;
		width: calc(100% - 431px);
	}
	
    .section-6 .right-col{
        width: 431px;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .section-6 .title {
		font-size: 36px;
		max-width: 700px;
		margin: 0px auto 40px auto;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-6 .d-flex {
		flex-direction: column;
	}
	
	.section-6 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-6 .left-col {
		order: 1;
		padding-right: 0px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-6 .title {
		font-size: 32px;
		margin-bottom: 30px;
		max-width: 620px;
		text-align: left;
	}
	
	.section-6 .cta {
		flex-direction: row;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-6{
		padding: 30px 0px 30px 0px;
	}
	
	.section-6 .d-flex {
		flex-direction: column;
		margin-bottom: 0px;
	}
	
	.section-6 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-6 .left-col {
		order: 1;
		padding-right: 0px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-6 .title {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-6 img{
		max-width: 290px;
		margin: 0px auto 15px auto;
	}
	
	.section-6 blockquote, #product-tabs .section-6 blockquote p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.5px;
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	
	.section-6 .quote-block {
		background-position: 0px calc(100% + 20px);
		background-size: 100px auto;
		padding: 15px 15px 35px 15px;
	}
	
	.section-6 .quote-block cite{
		text-align: right;
	}
	
}

/**/

.section-6 .cta{
    background: #e5e6e6;
    padding: 0;
    overflow: hidden;
    max-width: 855px;
    margin: 0px auto;
}

.section-6 .cta .image{
	position: relative;
    width: 364px;
}

.section-6 .cta .image img{
    position: absolute;
    top: -22%;
}

.section-6 .cta .inner-wrap{
    width: calc(100% - 364px);
    padding: 40px 80px 40px 60px;
}

#product-tabs .section-6 .cta h3{
    font-size: 36px;
	font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

#product-tabs .section-6 .cta p{
	font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    max-width: 330px;
    margin: 0px auto 15px;
}

.section-6 .cta .btn-primary:not(:disabled):not(.disabled).active, 
.section-6 .cta .btn-primary:not(:disabled):not(.disabled):active, 
.section-6 .cta .show>.btn-primary.dropdown-toggle, 
.section-6 .cta a.btn-primary, 
.section-6 .cta a.btn-primary:visited{
	display: block;
	font-size: 18px;
	margin: 0px auto 0px auto;
    padding: 8px 15px 8px 15px;
    width: 200px;
}

@media (max-width:767px){
	
	.section-6 .cta .d-flex {
		flex-direction: column-reverse;
	}
	
	#product-tabs .section-6 .cta h3{
    	font-size: 32px;
	}
	
    .section-6 .cta .inner-wrap {
        background: #e5e6e6;
        padding: 30px 30px 30px 30px;
		width: 100%;
        position: relative;
        z-index: 2;
    }
	
	.section-6 .cta {
		flex-direction: column-reverse;
	}
	
	.section-6 .cta .image {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        z-index: 1;
    }
	
    .section-6 .cta .image img {
        position: relative;
        top: 0;
        clip-path: none;
		max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
	
}


/**/

.section-7{
	padding: 30px 0px 30px 0px;
	position: relative;
}

.section-7:before {
    background: #ebebeb;
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-7 .container{
	position: relative;
	z-index: 2;
}

#product-tabs .section-7 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}

.section-7 .d-flex{
    align-items: center;
    margin: 0px auto;
	max-width: 720px;
}

.section-7 .inner-wrap {
	order: 1;
    width: 55%;
    padding-right: 30px;
}

.section-7 .image{
	order: 2;
	position: relative;
	width: 45%;
}

.section-7 .image img{
    max-width: 100%;
    position: relative;
    right: 0px;
}

#product-tabs .section-7 p{
	margin-bottom: 20px;
}


@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-7{
		padding-bottom: 0px;
	}

	#product-tabs .section-7 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-7{
		padding-bottom: 10px;
	}
	
	.section-7 .container{
		padding: 0px;
	}
	
	.section-7 .d-flex{
		flex-direction: column-reverse;
	}
	
	.section-7 .image{
		width: 100%;
	}
	
	.section-7 .image img {
		display: block;
		max-width: 320px;
        position: relative;
        right: 0px;
        margin: 0px auto 10px auto;
	}
	
	.section-7 .inner-wrap {
		padding-right: 0px;
		width: 100%;
	}
	
	#product-tabs .section-7 .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: 40px;
}

#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: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq {
		padding-top: 30px;
	}
	
	#product-tabs #faq .title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	#faq {
		padding-top: 30px;
	}
	
    #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;
    }
	
	#faq-accordion .card-header i {
		right: 10px;
		font-size: 21px;
	}
	
	#faq-accordion .card-body p {
    	font-size: 16px;
	}
	
	#faq-accordion .card-body p:empty{
		display: none;
	}

}

/**/