.minSP{
    padding: 0;
}
/*HeadSub Section Start*/ 
.HeadSub {
    padding: 20px 0 10px 0;
}
.HeadSub .act{
    /*color:#F1C40F;*/
}
.HeadSub .borderBottom{
    border-bottom: 1px solid #ebf0f5;
    padding: 0 0 35px 0;
    clear: both;
    position: relative;
}
.HeadSub a{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 20px;
    color: #404d5f;
    text-transform: uppercase;
}
.HeadSub i{
    padding: 0 2px;
    color: #404d5f;
    font-size: 10px;
    position: relative;
    top: -1px;
}
/*HeadSub Section End*/ 
/*Banner Section Start*/ 
#productsPage{
    background-image:url("../img/quality.png");
    position: relative;
    padding: 120px 0;
    background-size: cover;
    padding-top: 100px;
}
#productsPage .centerText{
    display: block;
    text-align: center;
}
#productsPage h1{
    /*font-family: 'Merriweather', serif;*/
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    color: #4e4545;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#productsPage .leftAD{
    padding-left:7px;
}
#productsPage span{
    width: 2px;
    height: 20px;
    background-color: #4e4545;
    display: inline-block;
    margin: 0 9px;
    transform: rotate(30deg);
    top: 7px;
    position: relative;
}
#productsPage a{
    /*font-family: 'Merriweather', serif;*/
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #4e4545;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*Banner Section End*/
/*Product details Page Section Start*/ 
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none !important;
}
#productDetails{
    background-color: #ffffff;
    position: relative;
    padding:80px 0;
}
.productHead .blockElement ,.productHead  span{
    display: inline-block;
}
.productHead span{
    width: 6px;
    height: 42px;
    background-color: #F1C40F;
    display: inline-block;
    // transform: rotate(25deg);
    margin: 0 20px 0 8px;
}
#productDetails h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 24px;
    display: inline-block;
}
#productDetails h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding-bottom: 7px;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 16px;
}
#productDetails  td p{
    display: inline-block;
    width: 100px;
    text-align: center;
}
.productHead .blockElement{
    position: relative;
    top:-1px;
}
#productDetails .contentXqw h2{
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 16px;
}
#productDetails .contentXqw h3{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 25px 0 15px 0;
    padding-bottom: 7px;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 22px;
}
#productDetails .contentXqw p {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    position: relative;
    left: 20px;
}
#productDetails .contentXqw i {
    position: absolute;
    left: -20px;
    top: 4px;
    color: #ecebe6;
}
#productDetails .table{
    margin: 100px 0 20px 0;
}
#productDetails .table td{
    text-align: center;
}
/*Product details Page Section End*/ 