section.hero {
    margin-top: 91px;
    padding-bottom: 50px;
}
section.hero h2 {
    padding: 0px 0 10px;
}
.hero-image {
    float: left;
    width: 50%;
}
.hero-text {
    float: right;
    width: 47%;
}
.hero-img.clearfix {
    margin: 35px 0 15px;
}
section.table-contents {
    background: #2a2d32;
    padding: 50px 0;
    color: #fff;
}
.table-contents ul li {
    list-style: none;
    border-bottom: 1px solid #7f8184;
    padding-bottom: 20px;
    margin-bottom: 20px;
	max-width: 85%;
}
.table-contents ul li a{
	color:#fff;
}
.table-contents ul li a:hover{
	text-decoration:none;
	color: #22ac60;
}
.ul-left {
    float: left;
    width: 50%;
}
.table-contents h2{
	margin-bottom: 20px;
}
.grey{
    background:#f7f7f7;
}
.definition,.problems,.innovation,.benefits,.add-shoppingcart  {
    padding: 50px 0;
}
.definition h2,.problems h2,.innovation h2,.benefits h2{
    margin-bottom: 20px;
}
.df-text {
    float: left;
    width: 59%;
}
.df-image {
    float: right;
    width: 41%;
    text-align: right;
}
.full-paragraph {
    float: left;
    width: 100%;
}
.pb-image {
    float: left;
    width: 50%;
}
.pb-text {
    float: right;
    width: 50%;
}
.ino-text {
    float: left;
    width: 52%;
}
.ino-image {
    float: right;
    width: 48%;
    text-align: center;
}
.bn-image {
    float: left;
    width: 45%;
}
.bn-text {
    float: right;
    width: 54%;
}
.add-shoppingcart h3{
    font-size:22px;
    margin-bottom: 40px;
}
.gs-left {
    float: left;
    width: 17%;
    text-align: center;
}
.gs-right {
    width: 81%;
    float: right;
}
section.faq-section {
    background-color: #fff;
    padding: 30px 0 100px;
	border-top: 1px solid #e7e8ec;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 30px;
}
.faqs {
	background-color: #fff;
	border: 1px solid #e7e8ec;
	border-radius: 4px;
}
.faq {
	border-bottom: 1px solid #e7e8ec;
}
.faq:last-child {
	border-bottom: none;
}
.faq-question {
    padding: 20px 40px 20px 25px;
    font-weight: bold;
    cursor: pointer;
	position: relative;
	-webkit-transition: height 250ms; /* Safari */
    transition: height 250ms;
}
.faq-answer {
    padding: 0 100px 30px 25px;
    text-align: justify;
	display: none;
	margin-top: 10px;
}
.faq-question:after {
    content: "+";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #2a2d32;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.faq.active .faq-question:after {
	 content: "-";
	 background-color: #27ae60;
}
.faq-question:hover:after {
	background-color: #27ae60;
}
.faq-question:hover {
	color: #27ae60;
}
.gs-right h4,.hero-text h4{
    font-size:20px;
    margin-bottom: 20px;
}
.breadcrumb{
	text-align:right;
	margin-bottom: 55px;
    padding-top: 1px;
}
.breadcrumb a{
	color:#000;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	color:#000;
	margin:0 5px
}
@media(max-width:1199px){
    img{
        max-width:100%;
    }  
    .hero-image {
        margin-top: 45px;
    }
    .table-contents ul li {
        max-width: 100%;
    }
    .df-image {
        margin-top: 80px;
    }
    .pb-image {
        width: 47%;
        margin-top: 65px;
    }
    .innovation h2,.benefits h2{
        font-size:37px;
    }
    .bn-image {
        padding-top: 60px;
    }
}

@media(max-width:1023px){
    .table-contents ul li {;
        max-width: 100%;
    }
    .hero-text,.df-text,.pb-text,.ino-text,.bn-text {
        float: none;
        width: 100%;
    }
    .hero-image,.df-image,.pb-image,.ino-image,.bn-image {
        margin-top: 20px;
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 0;
    }
    .table-contents ul li {
        font-size: 14px;
    }
    .ul-left ul{
        padding-left:15px;
    }
}

@media(max-width:767px){
    .ul-left ul {
        padding-left: 0;
    }
    .ul-left {
        float: none;
        width: 100%;
    }
    .innovation h2, .benefits h2 {
        font-size: 28px;
    }
    .add-shoppingcart h3 {
        font-size: 17px;
    }
    .gs-left {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .gs-right {
        width: 100%;
        float: none;
    }
    .faq-answer {
        padding: 0 20px 30px 25px;
    }
    .breadcrumb ol li{
		display:block;
		text-align: left;
		display: inline-block
	}
	.breadcrumb ol{
		text-align:right;
	}
	.breadcrumb {
		margin-bottom: 28px;
	}
}