#bannerwrap .slick-list.draggable {
    min-height: 800px;
}

#bannerwrap .bannerimage {
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 727px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

#bannerwrap ul.slick-dots {
    background-color: #000000;
    width: 100%;
    margin: 0;
    text-align: center;
    list-style: none;
    height: 75px;
    line-height: 75px;
    position: relative;
    bottom: 75px;
    padding: 0 52px;
    float: right;
}

#bannerwrap ul.slick-dots>li {
    list-style: none;
    display: inline-block;
    padding: 0 12.5px;
}

#bannerwrap ul.slick-dots>li>a {
    display: block;
    color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    text-decoration: none;
}

#bannerwrap ul.slick-dots>li.slick-active a {
    color: rgba(255, 255, 255, 1);
}

#bannerwrap ul.slick-dots>li.slick-active a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    height: 2px;
    background: #4d4d59;
    margin: 0 0 0 25px;
}

#bannerwrap ul.slick-dots>li:last-child.slick-active a:after {
    display: none;
}

#bannerwrap ul.slick-dots>li:last-child.slick-active a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    height: 2px;
    background: #4d4d59;
    margin: 0 25px 0 0;
}

#bannerwrap .banner-content {
    color: #fff;
    max-width: 525px;
    width: 100%;
    padding-top: 175px;
}

#bannerwrap .banner-content>h1 {
    font-size: 4.1em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fcfcfc;
    max-width: 29vw;
    width: 100%;
}

#bannerwrap .banner-content>p {
    opacity: 0.8;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

#bannerwrap .banner-content>a {
    width: 220px;
    height: 70px;
    border-radius: 2px;
    background-color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000011;
    padding: 25px 0px;
}

#bannerwrap .banner-image {
    float: right;
}

#bannerwrap .slick-arrow {
    background-color: transparent;
    border: none;
    color: #fff;
    position: absolute;
    bottom: 28px;
    z-index: 1;
    width: 10px;
    height: 17px;
    object-fit: contain;
    opacity: 0.5;
    font-size: 24px;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-indent: -99999px;
    padding: 0;
}

#bannerwrap .slick-prev.slick-arrow {
    left: 180px;
    background-image: url(../images/pagination-arrow-left.png);
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat;
}

#bannerwrap .slick-next.slick-arrow {
    right: 200px;
    background-image: url(../images/pagination-arrow-right.png);
    background-size: 10px 17px;
    background-position: center;
    background-repeat: no-repeat;
}

#bannerwrap .slick-arrow:hover,
#bannerwrap .slick-arrow:focus {
    opacity: 1;
}

section#how-it-works {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -40px;
}

section#how-it-works .section-title {
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #000011;
    font-family: 'Frank Ruhl Libre', serif;
    line-height: 58px;
    margin: 0 0 65px;
}

.how-content {
    text-align: center;
}

.how-content .icon {
    max-height: 80px;
}

.how-content h3 {
    margin-top: 62px;
    margin-bottom: 35px;
    color: #000011;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.how-content p {
    color: #6a6a6a;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding: 0 4%;
}

.how-it-works-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 100px;
    border-bottom: 1px solid #eee;
}

#how-it-works .home-box-1::after,
#how-it-works .home-box-2::after {
    content: '';
    display: block;
    background-image: url('../images/tp-devider.png');
    background-repeat: no-repeat;
    width: 192px;
    height: 10px;
    position: absolute;
    top: 30px;
    right: -25%;
}

#featured-products {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.featured-product-image {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
}

.featured-product-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000011;
    line-height: 28px;
    margin-bottom: 40px;
}

.featured-product-box p {
    color: #6a6a6a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.featured-product-box a {
    color: #000011;
    font-size: 15px;
    font-weight: 500;
}

.featured-products-slider ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.featured-products-slider ul.slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: solid 5px #64686d;
    background-color: #64686d;
    cursor: pointer;
}

.featured-products-slider ul.slick-dots li a {
    display: block;
    cursor: pointer;
    object-fit: contain;
    border: none;
    color: #64686d;
    text-decoration: none;
    font-size: 2px;
}

.featured-products-slider ul.slick-dots li.slick-active {
    border: solid 3px #fabf1e;
    background-color: transparent;
}

.featured-products-slider ul.slick-dots li.slick-active a {
    color: #000000;
}

#midpageslidecontentwrapper {
    min-height: 800px;
}


/* #midpageslidecontentwrapper .slick-list.draggable {
    padding-left: 100px;
    padding-top: 175px;
    max-width: 470px;
    width: 100%;
} */

#midpageslidecontentwrapper .slide-content>span {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

#midpageslidecontentwrapper .slide-content>h2 {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #fcfcfc;
}

#midpageslidecontentwrapper .slide-content>p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

#midpageslidecontentwrapper .slide-content>a {
    display: block;
    width: 200px;
    height: 70px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 25px 0px;
    color: #000011;
    text-decoration: none;
}

#midpageslidecontentwrapper .slide-content>a:hover {
    background-color: #000011;
    color: #ffffff;
}

#midpageslidecontentwrapper ul.slick-dots {
    position: absolute;
    width: 50%;
    bottom: 100px;
    left: 20px;
}

#midpageslidecontentwrapper ul.slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 50%;
    border: solid 5px #64686d;
    cursor: pointer;
}

#midpageslidecontentwrapper ul.slick-dots li a {
    display: block;
    cursor: pointer;
    object-fit: contain;
    border: none;
    color: #64686d;
    text-decoration: none;
    font-size: 2px;
}

#midpageslidecontentwrapper ul.slick-dots li.slick-active {
    border: solid 3px #fabf1e;
}

#midpageslidecontentwrapper ul.slick-dots li.slick-active a {
    color: #000000;
}

#midpageslidecontentwrapper .slick-arrow {
    position: absolute;
    right: 0px;
    width: 95px;
    height: 100px;
    background-color: #000011;
    display: block;
    color: #fff;
    font-size: 42px;
    font-weight: 100;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 2;
}

#midpageslidecontentwrapper .slick-arrow:hover {
    background-color: rgba(0, 0, 17, 0.1);
    outline: none;
}

#midpageslidecontentwrapper .slick-prev {
    top: 55%;
}

#midpageslidecontentwrapper .slick-next {
    bottom: 45%;
}

div#midpageslidecontentwrapper .slide-content .bannerimage {
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    height: 750px !important;
    background-repeat: no-repeat !important;
}

div#midpageslidecontentwrapper .slide-content .container {
    position: absolute;
    top: 10em;
    left: 5em;
}

#midpageslidecontentwrapper .sl-content>span {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}

#midpageslidecontentwrapper .sl-content>h2 {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #fcfcfc;
}

#midpageslidecontentwrapper .sl-content>p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

#midpageslidecontentwrapper .sl-content>a {
    display: block;
    width: 200px;
    height: 70px;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 25px 0px;
    color: #000011;
    text-decoration: none;
}

#midpageslidecontentwrapper .sl-content>a:hover {
    background-color: #000011;
    color: #ffffff;
}

#request-free-sample {
    margin: 100px 0;
}

.request-free-sample-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fcf9f6;
    background: -moz-linear-gradient(left, #fcf9f6 0%, #fcf8f5 50%, #f9f3ee 100%);
    background: -webkit-linear-gradient(left, #fcf9f6 0%, #fcf8f5 50%, #f9f3ee 100%);
    background: linear-gradient(to right, #fcf9f6 0%, #fcf8f5 50%, #f9f3ee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf9f6', endColorstr='#f9f3ee', GradientType=1);
}

#request-free-sample .request-sample-left.content-box {
    padding: 75px 100px;
}

#request-free-sample .request-sample-left.content-box>h2 {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #000011;
    margin-top: 0;
    margin-bottom: 40px;
}

#request-free-sample .request-sample-left.content-box>p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #6a6a6a;
    margin-bottom: 50px;
}

#request-free-sample .request-sample-left.content-box>a {
    max-width: 310px;
    width: 100%;
    height: 70px;
    border-radius: 2px;
    background-color: #000011;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    padding: 25px 0px;
    display: block;
    text-decoration: none;
}

#request-free-sample .request-sample-left.content-box>a:hover {
    background-color: #ffffff;
    color: #000011;
}

#request-free-sample .request-sample-right.image-box img {
    width: 450px;
    float: right;
    margin-top: 30px;
}

#home-testimonial {
    padding: 100px 0px;
}

#home-testimonial #testimonialwrapper {}

#home-testimonial #testimonialwrapper button.slick-prev.slick-arrow {
    display: none !important;
}

#home-testimonial #testimonialwrapper button.slick-next.slick-arrow {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 150px;
    height: 70px;
    background-color: #000011;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    border: none;
    border-radius: 0px;
    padding: 0px 25px;
    margin-top: -29.5px;
}

#home-testimonial #testimonialwrapper button.slick-next.slick-arrow span {
    display: inline-block;
    margin-right: 45px;
}


/*
#testimonialwrapper .home-bottom-box-2 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}*/

#testimonialwrapper h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 55px;
}

#testimonialwrapper .home-bottom-box-2 span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 17, 0.5);
}

#testimonialwrapper .home-bottom-box-2 p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 40px;
    /*height: 210px;
	overflow: hidden;
	overflow-y: auto;*/
}


/*
 *  STYLE 2
 */

#testimonialwrapper .home-bottom-box-2 p::-webkit-scrollbar-track,
#midpageslidecontentwrapper .slide-content>p::-webkit-scrollbar-track,
#bannerwrap .banner-content>p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#testimonialwrapper .home-bottom-box-2 p::-webkit-scrollbar,
#midpageslidecontentwrapper .slide-content>p::-webkit-scrollbar,
#bannerwrap .banner-content>p::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#testimonialwrapper .home-bottom-box-2 p::-webkit-scrollbar-thumb,
#midpageslidecontentwrapper .slide-content>p::-webkit-scrollbar-thumb,
#bannerwrap .banner-content>p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000011;
}


/*
 *  STYLE 3
 */

#testimonialwrapper .home-bottom-box-1 img {
    width: 90%;
}

#subscribe-box {
    background-color: #efefef;
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 40%, #e7e7e7 100%);
    background: -webkit-linear-gradient(left, #efefef 40%, #e7e7e7 100%);
    background: linear-gradient(to right, #efefef 40%, #e7e7e7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e7e7e7', GradientType=1);
    position: relative;
}

#subscribe-box .row {
    padding: 175px 0px 75px;
}

#subscribe-box::before {
    background-image: url('../images/subscribe-newsletter-bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 1170px;
    transform: translateX(-50%);
}

#subscribe-form-box {
    width: 50%;
    max-width: 470px;
    margin-bottom: 80px;
    margin-left: 75px;
}

#subscribe-form-box h2 {
    margin-top: 0;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 40px;
}

#subscribe-form-box p {
    font-size: 16px;
    color: #6a6a6a;
    line-height: 30px;
    margin-bottom: 45px;
}

#subscribe-form-box input[type="email"] {
    display: inline-block;
    vertical-align: top;
    background-color: #000011;
    border-radius: 3px;
    border: 0px none;
    padding: 23px 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    line-height: 24px;
    max-width: 245px;
    height: 70px;
}

#subscribe-form-box button,
#subscribe-form-box input[type="submit"] {
    background-color: #000011;
    border: 0px none;
    border-radius: 3px;
    padding: 26px 29px;
    font-size: 22px;
    color: #FFF;
    line-height: 18px;
    vertical-align: top;
}