@media (max-width: 1160px){}
@media (max-width: 1025px){
    
section.terms-sec {
    padding-top: 60px;
}
.terms {
    padding-bottom: 60px;
}
}
@media only screen and (max-width:991px){
      .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
        width: 22%;
    }
    /*RESPONSIVE NAVIGATION*/
    .mobile-menu{
      display: block;
    }
    /*RESPONSIVE NAVIGATION*/
    .product-box .product-bottom-box .img-fluid{
        display: none !important;
    }
    .product-box .product-bottom-box .product-bott-img ul{
        padding-inline: 0px !important;
    }
    .product-box .product-bottom-box .product-bott-img ul li p{
        padding-inline: 0px !important;
    }
    section.terms-sec {
    padding-top: 40px;
}
.terms {
    padding-bottom: 40px;
}
.terms-heading h1 {
    font-size: 34px;
}
  }
@media (max-width: 576px){
    .terms-heading h1 {
    font-size: 28px;
    }
    .terms-heading h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
    }
}
@media (max-width: 320px){}




