<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tmdsubcategory .box {
	margin-bottom: 20px;
}
#tmdsubcategory .box .image{
	border: 1px solid #e5e5e5;
	position: relative;
	border-radius: 4px;
} 
#tmdsubcategory .box .image img{
	margin: 0 auto;
} 
#tmdsubcategory .box .image .hoverbox{
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	bottom: 20px;
	transform: translateY(100%);
    transition: all 220ms linear 0ms;
}
#tmdsubcategory .box:hover .image .hoverbox{
	transform: translateY(0);
	opacity: 1;
}
#tmdsubcategory .box .btn-primary{
	border-color: #9ee20d #9ee20d #1d9600;
 background: #9ee20d;
  background-image: -webkit-linear-gradient(top, #9ee20d, #1d9600);
  background-image: -moz-linear-gradient(top, #9ee20d, #1d9600);
  background-image: -ms-linear-gradient(top, #9ee20d, #1d9600);
  background-image: -o-linear-gradient(top, #9ee20d, #1d9600);
  background-image: linear-gradient(to bottom, #9ee20d, #1d9600);
	padding: 7px 20px;
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    text-shadow: none;
}

#tmdsubcategory .box .caption  h4 a{
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 5px 0 5px;
	text-transform: capitalize;
	text-align: center;
	display: block;
}
#tmdsubcategory .box .caption p{
	font-size: 14px;
	color: #686868;
	margin: 0px;
}
#tmdsubcategory .subcategory-list .box{
	border: 1px solid #e5e5e5; 
}
#tmdsubcategory .subcategory-list .image {
    float: left;
    border-radius: 0;
    padding: 0 15px;
    border:none;
}
#tmdsubcategory .subcategory-list .caption {
    text-align: left;
    padding: 12px 29px 29px;
}
#tmdsubcategory .subcategory-list .caption p{
	margin: 0px 0 20px;
}
.tmdheading{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	margin: 20px 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
}
.subcat-description{min-height: 50px;}
/*----------------
[responsive]
------------------*/
@media (max-width:1180px){
	#tmdsubcategory .box .caption p{
		font-size: 12px;
	}
	#tmdsubcategory .subcategory-list .caption {
    	margin-left: 100px;
	}
}
@media (max-width:767px){
    #tmdsubcategory .subcategory-list .caption{
        margin-left: 0px;
    }
    #tmdsubcategory .subcategory-list .image{
        float: none !important;
        display: block;
    }
}</pre></body></html>