      .inner img{
        height: 70px;
        width: auto;
        margin-bottom: 15px;
      }
      .inner{
        min-height: 130px;
        text-align: center;
      }
      .inner p{
        min-height: 42px;
        color: darkslategray;
        font-weight: 600;
      }
	.tab-content
	{
		padding-bottom: 30px !important; 
    	padding-top: 30px !important;
	}
      @media (max-width: 530px){
        .inner img{
          height: 50px;
          width: auto;
        }
        .inner {
          min-height: 145px;
          text-align: center;
        }
      }
      @media (max-width: 450px){
        .inner img{
          height: 40px;
          width: auto;
        }
        .inner {
          min-height: 145px;
          text-align: center;
        }
      }
      .bg-white{
        background-color: #fff;
      }
      .small-box>.small-box-footer{
        background-color: #f39c12;
      }
      
      .small-box{
        box-shadow: 0 1px 8px rgba(0,0,0,0.4);
      }
      .product_box:hover .small-box>.small-box-footer{
        background-color: #222d32;
      }

	