@charset "utf-8";
/* CSS Document */
.custom_table{
	border:none !important;	
}
.registered_css{
	font-weight:bold;
	font-style:italic;
	font-size:16px;
}
.no-height{
	line-height:0px !important;
}
.custom-height{
	height:34px;
}

/* new css changes 26_10_2021 */
.home-search button.btn.btn-primary.btn-lg {
    padding: 12px 20px !important;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 0 -30px;
    border: none;
}  
.home-search input#home-search {
    border-radius: 50px;
    border: none;
    padding: 10px;
    display: block;
}
.home-categories .panel.panel-default {
    margin: 20px 0;
}
.home-categories ul.list-group.pages li a {
    color: #000;
}
.home-categories h2.panel-heading {
    margin: 0;
    font-size: 25px;
    background: #f2f2f2;
    padding: 5px 20px;
}
.home-categories li.list-group-item {
    border-radius: 0;
}  

@media (max-width:575px){
.home-search .form-group {
    margin-bottom: 0;
}
.home-search button.btn.btn-primary.btn-lg {
    margin: 10px 0 0 0px;
}  
} 