.tabs-section {
    background: #f7f7f7;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}
.tab-content {
    overflow: hidden;
    margin-top: 23px;
}
.tab-pane h3 {
    margin-top: 10px;
    color: #cc2127;
    margin-bottom: 20px;
}
.tab-pane p {
    font-size: 16px;
}
.tabs-section img {
    display: block;
    margin: 0 auto;
}
.fade.in {
    opacity: 1 !important;
}
.product-section {
    padding: 10px 0px;
}
.page-heading {
    text-align: center;
}
h3.border-center {
    font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
}
.usp-heading .border-center:after, .border-center:after {
    content: "";
    background: #d71427;
    height: 3px;
    width: 130px;
    display: block;
    margin: 10px auto 10px;
}
.usp-box, .product-box {
    background: #f6f6f6;
    text-align: center;
    box-shadow: 4px 4px 10px #e8e8e8;
    margin: 20px 0px;
    transition: all .5s;
}
.header {
    background: #a50800;
    padding-top: 1px;
    color: #fff;
    padding-bottom: 5px;
}
.product-box h5 {
    margin-bottom: 2px;
    font-size: 16px;
}
.product-box span {
    font-size: 12px;
}
.product-list {
    padding-left: 10px;
    text-align: left;
    height: 150px;
    overflow-x: hidden;
}
.product-box ul li {
    background: url(/front/images/landing-page/red-bul.png) 0 2px no-repeat;
    padding-left: 20px;
    margin-top: 10px;
    list-style: none;
    font-size: 14px;
}
button.button.product-btn {
    background: #820000;
    color: #fff;
    border: 0px;
    font-size: 16px;
    margin: 10px 0px;
    box-shadow: unset;
    border-color: #820000;
    padding: 5px 18px;
    border-radius: 5px;
}
.owl-buttons {
    position: absolute;
    width: 100%;
    top: 40% !important;
}
.owl-prev {
    left: -2%;
    border-radius: 0;
}
.owl-next {
    right: -98%;
    border-radius: 0;
}
.usp-section {
    padding: 20px 0px 40px;
}
.usp-heading {
    text-align: center;
    font-size: 16px;
}
.usp-heading .grey-text {
    color: #808080;
    margin-bottom: 2px;
}
.usp-heading .border-center:after, .border-center:after {
    content: "";
    background: #d71427;
    height: 3px;
    width: 130px;
    display: block;
    margin: 10px auto 10px;
}
.usp-main-box {
    margin-top: 30px;
    overflow: hidden;
}
.usp-box {
    padding: 10px;
}
.usp-box .usp-img img {
    margin-bottom: 11px;
}
.usp-text {
    font-size: 14px;
}
.usp-box:hover{margin-top:10px}
.tabs-section h4 {
    font-size: 18px;
}
.testimonial-section {
    background: url(/front/images/landing-page/testimonial-banner.png);
    background-repeat: no-repeat;
    padding-bottom: 0px;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
h3.testimonial-heading.border-center {
    text-align: center;
    color: #fff;
    margin-top: 16px;
	font-size: 24px;
}
.usp-heading .border-center:after, .border-center:after {
    content: "";
    background: #d71427;
    height: 3px;
    width: 130px;
    display: block;
    margin: 10px auto 10px;
}
.carousel-indicators {
    bottom: 0;
    margin-bottom: 0;
}
.carousel-indicators li {
    background: #fff;
    height: 8px !important;
    width: 8px !important;
	border-radius: 50%
}
.carousel-indicators .active {
    background-color: #5ffcb31 !important;
    border-color: #5ffcb31 !important;
    height: 8px !important;
    width: 8px !important;
	border-radius: 50%;
}
.carousel-item p {font-weight: lighter;margin: 20px 0px;font-size:18px}
.carousel-item h4 {font-size:18px;margin-top: 10px;
    margin-bottom: 10px;}
	
.carousel-indicators {
    bottom: -4px !important;
}

ul.nav.nav-tabs {
    margin: 0 auto;
    max-width: 55%;
}
.nav-tabs {
    border-bottom: 0 !important;
}
ul.nav.nav-tabs li.active, .mobile-tab {
    background: url(/front/images/landing-page/tab-active.png);
    text-align: center;
    position: relative;
}
ul.nav.nav-tabs li {
    background: url(/front/images/landing-page/tab-deactive.png);
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    width: 50%;
}

@media screen and (max-width: 767px){
.landing-usps {
    width: 50% !important;
    padding: 0 8px !important;
}
.owl-next {
    right: -83%;
    border-radius: 0;
}
}
@media screen and (max-width: 980px){
.carousel-indicators {
    bottom: -4px !important;
}
}