body {
  margin: 0;
}
* {
	box-sizing: border-box!important;
}
a {
	outline: 0!important;
}
.thset{
	border:1px solid rgba(204,204,204,1);
	border-top:5px solid rgba(224,224,224,1);
	padding:5px;
}
.thset:hover{
	border-top:5px solid #D2DDF7;
}
.brands ul{
	padding-left:0;
}
.brands ul li{
	list-style:none;
	display:inline-table;
	text-align:center;
	margin:3px 1px;
	padding:3px 10px;
	border:1px solid #595959;
	border-radius:5px;
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}
.brands ul li a{
	color:#595959;
}
.brands ul li a:hover{
	text-decoration:none;
	color:#FFA500;
}
.brands p a{
	font-weight:600;
}
.brands p a:hover{
	text-decoration:none;
	color:#FFA500;
	font-weight:600;
}
.thset img{
	padding-bottom:15px;
}
.topspace{
	margin-top:30px;
}
.containerbtm{
	margin-bottom:20px;
}
.brands h3 a{
background: #FFA500;
padding: 5px 15px;
color: #fff;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
border-radius: 5px;
}
.brands h3 a:hover{
	text-decoration:none;
	background:#F7AD27;
}
@media (min-width: 992px) {
.img-fluid {
    max-width: auto;
    height: auto;
}
}
@media (min-width:320px) and (max-width:500px) {
.img-fluid {
    max-width: auto;
    height: auto;
}
}
@media (min-width:320px) and (max-width:767px) {
.img-fluid {
    max-width: auto;
    height: auto;
}
}
@media (min-width:768px) and (max-width: 992px) {
	.img-fluid {
    max-width: auto;
    height: auto;
}
}
 @media (min-width:993px) and (max-width: 1999px) {
.img-fluid {
    max-width: auto;
    height: auto;
}
}
 @media (min-width:993px) and (max-width: 1024px) {
	 .img-fluid {
    max-width: auto;
    height: auto;
}
}
 @media (min-width:1200px) {  
 .img-fluid {
    max-width: auto;
    height: auto;
}
}
