*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
input,textarea,button,select,a{
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important
}
address{
	margin-bottom: 30px;
	font-style: normal;
	font-size: 16px;
}
table{
    mix-blend-mode:inherit;
	font-style:normal !important;
}
thead a,tbody a,tfoot a,td a, td a:hover{
    color:#ffffff !important;
}
tbody th,tbody td{
    padding:0
}
tbody tr:nth-child(even){
    background-color:rgba(241,241,241,0)
}
body{
    overflow-x:hidden;
    font-family: 'SF-UI-Display-Regular';
    font-size:100%;
	color:#0a3130;
}
h6{
    text-transform: uppercase;
}
p{
	font-size: 16px;
	font-family: 'SF-UI-Display-Regular';
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: justify;
	text-align-last: left;
}
p:last-child{
    margin-bottom: 0px !important;
}
p.align-center, .div-center, .align-center{
    text-align: center;
    text-align-last: center;
}
p.white{
    color: #fff;
}
p.regular{
    font-size: 16px;
    font-family: 'SF-UI-Display-Regular';
    text-align: center;
    text-align-last: center;
    margin-bottom: 10px;
}
p.bold, b{
    font-family: 'SF-UI-Display-Bold';
}
.img-bboder{
    margin-top: 20px;
    border-bottom: 8px solid #920683;
}
.flex-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
footer{
    background-color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.copyright{
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}
.copyright a{
    color: #ffffff;
}
.sticky-nav{
    position:fixed !important;
    top:0;
    left:0;
    right:0;
    z-index:999;
	padding: 10px 0px;
    width:100% !important;
    max-width:100% !important;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
	border-bottom:1px solid #811978;
}
header .bar{
    background-color: #920683;
    height: 14px;
}
header .nav-logo{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1f1f1f;
}
header .nav-logo .wrapLogo{
    float: none;
    width: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 5px auto 0px;
}
header .nav-logo .call-action .call-text {
    display: none;
}
header .nav-logo .call-action{
    border: 0;
    background: none;
    float: right;
    margin: 5px 0 0 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}
header .nav-logo .call-action .fa{
    font-size: 40px;
    color: #959797;
    display: inline;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}
header .main-banner .slider-container {
	width: 100vw;
}
header .main-banner .slider-banner {
	z-index: 0;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    margin-bottom: 0px;
}
header .main-banner .slider-banner .slick-track, header .main-banner .slider-banner .slick-list {
    height: 100%
}
header .main-banner .slider-banner .background-slider01 {
    min-height: 404px; /* setup height for mobile 425 width */
	background: url("../../dist/images/main-banner-bg-mobile-01.jpg") center center no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0px;
}
header .main-banner .slider-banner .background-slider02 {
	background: url("../../dist/images/main-banner-bg-mobile-02.jpg") center center no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0px;
}
header .main-banner .slider-banner .background-slider03 {
	background: url("../../dist/images/main-banner-bg-mobile-03.jpg") center center no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0px;
}
header .main-banner .slider-banner .btn {
	background: #9c0110;
	display: block;
	padding: 27.5px 26px;
	width: auto;
	margin: 20px 0 0;
	min-width: 200px;
}
header .main-banner .slider-banner .slick-dots {
	position: absolute;
	bottom: 0;
	display: block;
	width: 20%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 11;
}
header .main-banner .slider-banner .slick-slide {
	overflow: hidden;
}
header .main-banner .slider-banner .slick-dots {
	position:relative;
	z-index: 11;
	bottom: 50px;
	float: right;
}
header .main-banner .slider-banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 0 0 10px;
	padding: 0;
	cursor: pointer;
}
header .main-banner .slider-banner .slick-dots li:first-child {
	margin: 0 0 0 0
}
header .main-banner .slider-banner .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
    height: 8px;
    border-radius: 50%;
	padding: 0;
	cursor: pointer;
	color: transparent;
	outline: none;
	background: none;
	border: 1px solid #ffffff;
}
header .main-banner .slider-banner .slick-dots li button:before {
	display: none;
}
header .main-banner .slider-banner .slick-dots li.slick-active button {
	background: #ffffff;
	border: 0 solid #fff
}
header .main-banner .slider-banner .slider-item .banner-tagline {
    padding-top: 20px;
    padding-bottom: 50px;
    font-family: 'SF-UI-Display-Regular';
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
header .main-banner .slider-banner .slider-item .banner-tagline .number{
    font-family: 'SF-UI-Display-Regular';
    font-size: 18px;
    color: #811978;
    margin-bottom: 10px;
    letter-spacing: 0.15em;
}
header .main-banner .slider-banner .slider-item .banner-tagline .black{
    font-family: 'SF-UI-Display-Thin';
    font-size: 26px;
    color: #000000;
}
header .main-banner .slider-banner .slider-item .banner-tagline b{
    font-family: 'SF-UI-Display-Bold';
    font-size: 30px;
    color: #fff;
    display: block;
}
header .main-banner .slider-banner .slider-item .banner-tagline span{
    font-family: 'SF-UI-Display-Bold';
    font-size: 60px;
    color: #811978;
    display: block;
    line-height: 1;
}
header .main-banner .slider-banner.slick-initialized {
	visibility: visible;
	opacity: 1
}
header .main-sub{
    position: relative;
    z-index: 99;
    margin-top: -100px;
    background: rgb(129,25,120);
    background: linear-gradient(0deg, rgba(129,25,120,1) 0%, rgba(129,25,120,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
header .main-sub .tyres{
    margin-top: -80px;
}
header .sub-banner{
    background-image: url("../../dist/images/sub-banner-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
header .sub-banner .sub-banner-tagline{
    padding: 60px 0;
    text-align: left;
}
header .sub-banner .sub-banner-tagline .banner-tagline{
    font-size: 40px;
    line-height: 1;
    color: #fff;
    font-family: 'SF-UI-Display-Bold';
    text-transform: capitalize;
}
section{
    padding: 40px 0;
}
.section-light-gray{
    background-color: #e9edf1;
}
.section-footer{
    background-color: #1f1f1f;
    color: #ffffff;
    font-size: 14px;
}
.section-enquiry{
    position: relative;
    padding: 0px;
}
.section-enquiry::after{
    background-image: none;
}
.section-enquiry::before{
    background-color: transparent;
}
.section-enquiry .right{
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url("../../dist/images/al-tyres-img-03.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.section-enquiry .left{
    background-color: #333333;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}
.product-area{
    background-color: #e9edf1;
    border-radius: 10px;
    min-height: 400px;
}
.product-area .product-img img{
    width: 50%;
}
.product-area .product-detail img{
    width: 70%;
}
.product-area .product-name{
    border-top: 1px solid #ffffff;
}
.product-area .product-detail{
    display: none;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
}
.product-area .product-detail table, .home-product-area .product-detail table{
    width: 100%;
}
.product-area .product-detail tbody tr, .home-product-area .product-detail tbody tr{
    border-bottom: 1px solid #5d047b;
}
.product-area .product-detail tbody th, .product-area .product-detail tbody td{
    padding: 10px 20px;
    font-size: 14px;
}
.home-product-area .product-detail tbody th, .home-product-area .product-detail tbody td{
    padding: 10px 10px;
    font-size: 14px;
}
.product-area .product-detail tbody td:last-child, .home-product-area .product-detail tbody td:last-child{
    text-align: right !important;
    text-align-last: right !important;
}
.product-area:hover{
	background-color: #811978;
}
.product-area:hover .product-img, .product-area:hover .product-name{
    display: none;
}
.product-area:hover .product-detail{
    display: block;
}
.home-product-area{
    padding: 0px 0px;
    background-color: #e9edf1;
    border-radius: 10px;
    min-height: 420px;
    max-height: 420px;
}
.home-product-area .product-img img{
    width: 50%;
}
.home-product-area .product-detail img{
    width: 70%;
}
.home-product-area .product-name{
    border-top: 1px solid #ffffff;
}
.home-product-area .product-detail{
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}
/* .home-product-area .product-detail tbody tr{
    border-bottom: 1px solid #5d047b;
}
.home-product-area .product-detail tbody th, .home-product-area .product-detail tbody td{
    padding: 5px 10px;
    font-size: 13px;
}
.home-product-area .product-detail tbody td:last-child{
    text-align: right !important;
    text-align-last: right !important;
} */
.home-product-area:hover{
	background-color: #811978;
}
.home-product-area:hover .product-img, .home-product-area:hover .product-name{
    display: none;
}
.home-product-area:hover .product-detail{
    display: block;
}
.adv-area{
    background-image: url("../../dist/images/al-tyres-bg-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.adv-area .left{
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px !important;
}
.adv-area .left .title{
    font-size: 20px;
    font-family: 'SF-UI-Display-Medium';
    margin-bottom: 20px;
}
.adv-area .left .title span{
    font-family: 'SF-UI-Display-Bold';
    display: block;
}
.adv-area .left .stitle{
    font-size: 18px;
    font-family: 'SF-UI-Display-Regular';
    margin-bottom: 30px;
}
.black-title{
    font-family: 'SF-UI-Display-Bold';
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
.black-title span{
    display: block;
}
.bblack-title{
    font-family: 'SF-UI-Display-Bold';
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
}
.white-title{
    font-family: 'SF-UI-Display-Medium';
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 40px;
}
.white-title span{
    font-family: 'SF-UI-Display-Bold';
}
.bwhite-title{
    font-family: 'SF-UI-Display-Bold';
    color: #ffffff;
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;
}
.footer-logo{
    width: 170px;
    margin: 0 auto 20px;
}
.footer-address .fa{
    font-size: 30px;
    margin-right: 10px;
    line-height: 1.5;
    color: #333333;
    display: inline;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
}
a.readmore{
    color: #fff;
    text-decoration: none;
    background-color: #920683;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 17px;
    display: inline-block;
    font-family: 'SF-UI-Display-Medium';
}
a.readmore:hover, a.white:hover{
    text-decoration: underline;
}
a.detail{
    color: #ffffff;
    background-color: #5d047b;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 17px;
    display: inline-block;
    font-family: 'SF-UI-Display-Medium';
}
a.detail:hover{
    text-decoration: underline;
    color: #ffffff;
}
a.white{
    color: #ffffff;
    font-family: 'SF-UI-Display-Bold';
    font-size: 18px;
    text-decoration: none;
}
table.detail{
    border:1px solid #9f9f9f;
    width: 100%;
}
table.detail tbody th{
    background: #920783;
    color: #ffffff;
    padding: 10px 20px;
}
table.detail tbody tr{
    border-bottom:1px solid #9f9f9f;
}
table.detail tbody tr:last-child{
    border-bottom:0px;
}
table.detail tbody td{
    padding: 10px 20px;
}
.color-box{
    width: 4px;
    height: 18px;
    margin-right: 2px;
}
.p-color{
    background: #920783;
}
.g-color{
    background-color: #c9c9ca;
}
.canshu{
    width: auto;
    text-align: left;
    margin: 15px auto 0;
    display: inline-block;
}
.canshu span {
    display: inline-block;
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto auto;
    border-radius: 17px;
    margin-right: 16px;
    border-right: 1px solid #898989;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.canshu span.jieyou {
    background-image: url('../images/jieyou-blue.png');
}
.canshu span.fanghua {
    background-image: url('../images/fanghua-blue.png');
}
.canshu span.jingyin {
    background-image: url('../images/jingyin-blue.png');
    background-position: center 5px;
    border: 0;
    background-size: auto 28px;
}
.canshu span strong {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    font-size: 13px;
    color: #595757;
    font-weight: bold;
}
.spectable table {
    width: 100%;
    margin-bottom: 28px;
}
.spectable th {
    background: #920783;
    color: #fff;
    line-height: 42px;
    font-size: 14px;
    text-align: Center;
}
.spectable td {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    text-align: Center;
    min-width: 20px;
}
.spectable th img {
    height: 22px;
    vertical-align: middle;
}
.spectable table tr:nth-child(odd) {
    background: #eaeaea;
}
a, a:hover{
    text-decoration: none;
    color: #ffffff;
}
a .card-text, a:hover .card-text{
    color: #000000;
}
.cd-top{
    display:inline-block;
    height:40px;
    width:40px;
    position:fixed;
    bottom:40px;
    z-index:999;
    right:10px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05);
    box-shadow:0 0 10px rgba(0,0,0,0.05);
    border-radius:20px;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background:#811978 url(../../dist/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .3s 0 visibility 0 .3s;
    -o-transition:opacity .3s 0 visibility 0 .3s;
    transition:opacity .3s 0 visibility 0 .3s
}
.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover{
    -webkit-transition:opacity .3s 0 visibility 0 0;
    -o-transition:opacity .3s 0 visibility 0 0;
    transition:opacity .3s 0 visibility 0 0
}
.cd-top.cd-is-visible{
    visibility:visible;
    opacity:1
}
.cd-top.cd-fade-out{
    opacity:1
}
.no-touch .cd-top:hover{
    background-color:#0e2d08;
    opacity:1
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    background-color: white;
}
.carousel-multi-item .carousel-inner.v-2 .carousel-item.active, .carousel-multi-item .carousel-inner.v-2 .carousel-item-next, .carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:transparent;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: .25rem;
}
.icon-phone-top {
    width: 37px;
    height: 37px;
}
@media (min-width:414px){
}
@media (min-width:640px){
    header .main-banner .slider-banner .slider-item .banner-tagline {
        padding-bottom: 120px;
    }
    header .main-banner .slider-banner .slider-item .banner-tagline span{
        font-size: 70px;
    }
    header .main-banner .slider-banner .slider-item .banner-tagline b{
        font-size: 40px;
    }
    header .main-sub .tyres{
        margin-top: -120px;
    }
    .adv-area .left .title span{
        display: inline;
    }
    .home-product-area .product-img img{
        width: 40%;
    }
}
@media (min-width:768px){
    header .main-sub .tyres{
        margin-top: -135px;
    }
    header .main-banner .slider-banner .background-slider01 {
        background: url("../../dist/images/main-banner-bg-01.jpg") center center no-repeat;
    }
    header .main-banner .slider-banner .background-slider02 {
        background: url("../../dist/images/main-banner-bg-02.jpg") center center no-repeat;
    }
    header .main-banner .slider-banner .background-slider03 {
        background: url("../../dist/images/main-banner-bg-03.jpg") center center no-repeat;
    }
    .home-product-area{
        min-height: 380px;
        max-height: 380px;
    }
    .home-product-area .product-img img{
        width: 50%;
    }
    .product-area .product-detail tbody th, .product-area .product-detail tbody td{
        padding: 10px 10px;
    }
}
@media (min-width:1024px){
    header .nav-logo{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header .nav-logo .wrapLogo {
        float: left;
        position: relative;
        margin: 0;
        width: 150px;
    }
    header .nav-logo .navWrap{
        float: none;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: relative;
    }
    header .nav-logo .call-action{
        margin-top: 7px;
        position: relative;
    }
    header .nav-logo .call-action .call-text{
        display: inline;
        font-size: 20px;
        color:#FFFFFF;
        font-family: 'SF-UI-Display-Medium';
    }
    header .nav-logo .call-action .call-text span{
        color:#d70530;
    }
    header .nav-logo .call-action .fa{
        font-size: 20px;
        margin-right: 15px;
    }
    header .nav-logo .call-action a:hover{
        text-decoration: none;
    }
    header .sub-banner{
        background-position: top right;
    }
    header .sub-banner .sub-banner-tagline{
        padding: 60px 0px;
    }
    header .sub-banner .sub-banner-tagline .banner-tagline{
        font-size: 50px;
    }
    section{
        padding: 60px 0;
    }
    .section-enquiry::after{
        content: "";
        position: absolute;
        z-index: -1;
        background-image: url("../../dist/images/al-tyres-img-03.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .section-enquiry::before{
        content: "";
        position: absolute;
        z-index: -1;
        background-color: #333333;
        width: 50%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .section-enquiry .right{
        background-image: none;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 50px;
    }
    .section-enquiry .left{
        background-color: transparent;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 50px;
    }
    .adv-area{
        border-radius: 8px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .adv-area .left{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .adv-area .left .title{
        font-size: 30px;
    }
    .adv-area .left .stitle{
        font-size: 22px;
    }
    .bwhite-title{
        font-size: 40px;
    }
    .white-title{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .home-product-area{
        min-height: 300px;
        max-height: 300px;
    }
    .product-area .product-detail tbody th, .product-area .product-detail tbody td{
        padding: 10px 20px;
    }
    .black-title span{
        display: inline;
    }
    .icon-phone-top {
        width: 22px;
        height: 22px;
        margin-top: -4px;
    }
}
@media (min-width:1280px){
    header .main-banner .slider-banner .slider-item .banner-tagline span{
        font-size: 76px;
    }
    header .main-sub .tyres{
        margin-top: -170px;
    }
    .home-product-area{
        min-height: 320px;
        max-height: 320px;
    }
    .home-product-area .product-detail tbody th, .home-product-area .product-detail tbody td, .product-area .product-detail tbody th, .product-area .product-detail tbody td{
        font-size: 15px;
    }
}
@media (min-width:1366px){
}
@media (min-width:1660px){
}
@media (min-width:1920px){
}  