/*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*/ 



.minSP{
    padding: 0;
}
/*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*/

/*Products Page Section Start*/ 
#productsList{
    background-color:#ffffff;
    position: relative;
    padding:80px 0;
}
#productsList .productBox{
    border:0px solid #cccccc;
    height: 420px;
}
#productsList .productBox img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
#productsList .productBox .space1,#productsList .productBox .space2{
    padding:25px 0;
}
#productsList .productName{

}
#productsList .productName h1{
    font-family:'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #404d5f;
    margin: 0;
    padding: 15px 0 10px 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#productsList .productName a{
    font-family: 'Lato', sans-serif;
    background-color: #51c7d1;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    display: block;
    width: 150px;
    border:1px solid #51c7d1;
}
#productsList .productName a:hover{
    /*border:1px solid #51c7d1;*/
    background-color:#ffffff;
    color:#51c7d1;
}
@media only screen and (max-width: 1260px){
    #productsList .productName h1{
        font-size: 17px;
    }
}
@media only screen and (max-width: 1020px){
    #productsList .productBox {
        border: 2px solid #cccccc;
        height: 290px;
    }
}
@media only screen and (max-width: 760px){
    #productsList{
        padding:50px 0 0 0;
    }
    #productsList .productBox {
        height: auto;
        margin: 0 0 0 0;
    }
    #productsList .productName {
        margin: 0 0 40px 0;
    }
}
.display-sm{
    display: none;
}
@media screen and (max-width: 768px){
    .display-sm{
        display: block !important;
    }
    .display-none-sm{
        display: none !important;
    }
}

/*Products Page Section End*/ 
