body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #555;
	font-size: 15px;
}
a, a:hover {
	color: #326ccd;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 auto 25px;
	font-weight: 700;
	color: #262f4d;
}
h6 {
	margin: 0 auto 8px;
	font-weight: 700;
	color: #262f4d;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 23px;
	text-decoration: underline dotted #262f4d;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}
p {
	font-size: 16px;
	line-height: 30px;
	margin: 0 auto 12px;
}
img {
	max-width: 100%;
}
.btn {
	background: #326ccd;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 14px;
	border-radius: 6px;
	font-weight: bold;
	font-size: 14px;
	border: 0;
}
.btn-lg {
    padding: 8px 12px;
    font-size: 13px;
}
.btn:hover, .btn:focus {
	background: #2b47d5;
	border: 0;
	outline: 0;
	color: #fff;
}
/*----------------
	Header
-------------------*/
.header {
	padding: 20px 0;
}
img {
	max-width: 100%;
}
.section-padding {
	padding: 80px 0;
}
.header_search_wrap {
    float: right;
    margin-left: 30px;
	position: relative;
}
#search_btn {
	float: right;
    cursor: pointer;
    font-size: 20px;
    padding: 2px;
	color: #fff;
}
.navbar-header {
    float: left;
}	
.navbar-toggle.collapsed {
    display: none;
}
.header_search_form {
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    width: 310px;
    padding: 10px 0 0;
}
.header_search_form form {
	position: relative;
}
.header_search_form button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: 0;
}
.collapse:not(.show) {
    display: inline-block;
    text-align: right;
	float: right;
}
.navbar-nav {
    display: block;
    flex-direction: inherit;
}
.nav li {
    display: inline-block;
    margin: 4px 0 0 18px;
}
.nav li a {
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
}
.nav li a:hover {
	background: #fff;
	color: #326ccd;
}
#search-button {
	font-size: 18px;
	top: 0;
	right: 0;
	padding: 10px;
	background: #fe7e65;
	color: #fff;
	width: 54px;
	height: 57px;
}
.header {
    padding: 20px 0;
    margin-bottom: -80px;
    position: relative;
    z-index: 99;
}
.inner-header.header {
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
} 
.inner-header .nav li a {
	color: #040404;
	background: #edf7fa;
}
.inner-header .nav li a:hover {
	color: #fff;
	background: #326ccd;
}
.inner-header #search_btn {
	color: #040404;
}

/*-------------------
	Breadcrumb
---------------------*/
.breadcrumb-wrap {
	background: #fff;
	padding: 4px 0;
	border-bottom: #eee solid 1px;
}
.breadcrumb-item {
    font-size: 14px;
}
.breadcrumb {
    padding: 0;
    margin: 0 auto;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 22px;
}
.breadcrumb a, .breadcrumb-item.active {
	color: #787878;
	font-size: 12px;
}
.breadcrumb a:hover {
	color: #326ccd;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 22px;
	color: #333;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
	top: 1px;
	position: relative;
}


/*-------------------
	Footer
---------------------*/
#footer {
	background: #051b2c;
	padding: 50px 0;
	color: #fff;
}
#footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
}
.footer-link {
    margin: 0 auto 15px;
}
.footer-link a {
	color: #fff;
	margin: 0 13px;
}
.footer-link a:first-child {
	margin-left: 0;
}
.footer-link a:hover {
	color: #326ccd;
	text-decoration: underline;
}

/*-------------------
	Product-Listing
---------------------*/
.listing-header {
	background: #f2fafd;
	padding: 25px;
	border-radius: 6px;
	margin: 0 auto 26px;
}
.content-area {
	padding: 45px 0;
}
.listing-header h1 {
	font-size: 26px;
}
.sm {
	font-size: 22px;
	color: #2b47d5;
}
.heading-icon {
	background: #262f4d;
	color: #fff;
	width: 42px;
	height:42px;
	border-radius: 10%;
	line-height: 40px;
	font-size: 22px;
	margin-right: 10px;
	display: inline-block;
	text-align: center;
}
.sidebar-widget {
	padding: 20px;
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.08) 0 0 30px;
	margin: 0 auto 25px;
}
.sidebar-heading {
	background: #262f4d;
	margin: 0px 0px 15px;
	border-radius: 4px;
	padding: 8px 10px;
}
.sidebar-heading h3 {
	color: #fff;
	line-height: 24px;
	margin: 0 auto;
	font-size: 15px;
}
.sidebar-widget ul {
	padding: 0;
	margin: 0 auto 10px;
}
.sidebar-widget ul li {
	list-style: none;
	margin: 0 auto 4px;
	position: relative;
	padding-left: 15px;	
}
.sidebar-widget ul li a {
	color: #262f4d;
	font-size: 14px;
}
.sidebar-widget ul li a:hover {
	color: #326ccd;
}
.sidebar-widget ul li a:after {
	position: absolute;
	top: -4px;
	left: 0;
	font-family: "Font Awesome 5 Free";
  	font-weight: 600;
	content: "\f105";
}
.sidebar-pro {
    background: #edf7fa;
    padding: 15px;
    border-radius: 6px;
    margin: 0 auto 15px;
	position: relative;
}
.list-lable {
	position: absolute;
	top: -7px;
	left: 16px;
	font-size: 10px;
	border: #ccc8c8 solid 1px;
	padding: 4px 6px;
	line-height: 8px;
	background: #fff;
}
.sidebar-pro h6 {
	margin: 0 auto 15px;
	line-height: 22px;
	font-size: 14px;
}
.listing-i li a:after  {
	display: none;
}
.listing-i li i {
	margin-right: 4px;
}
.sidebar-pro h6 a {
	color: #262f4d;
}
.sidebar-pro h6 a:hover {
	color: #326ccd;
}
.yellow-btn {
	background: #fc6902;
}
.yellow-btn:hover {
	background: #f49d29;
}
.top-brands-table {
	background: #fff;
	position: relative;
	margin: 0 auto 35px;
}
.top-brands-table h2 {
	margin: 0 auto 5px;
}
.top-brands-table .h2, .top-brands-table .section-heading {
	margin: 0 auto;
	padding: 0;
}
.top-brands-table p, table td {
	font-size: 15px;
	color: #464545;
}
table .featured-listing {
	padding: 0;
}
.listing-table td {
	width: 10%;
}
.btn-block {
	width: 100%;
}
.table {
	border: #c6c6c6 solid 1px;
}
.table a {
	color: #555;
}
.table a:hover {
	color: #326ccd;
}
.table td {
	padding: 6px 7px;
	line-height: 20px;
	font-size: 14px;
}
.table thead td {
	background: #262f4d;
	color: #fff;
	font-weight: 600;
}
.table tbody td {
	padding: 14px;
	border: #c6c6c6 solid 1px;
}
.table tbody td:last-child {
	min-width: 110px;
}
.btn-sm {
	padding: 1px 14px;
	font-size: 13px;
}
.table-link {
	text-decoration: underline;
	color: #555555;
	font-weight: 600;
}
.table-link:hover  {
	color: #326ccd;
}
.table tbody td a.btn {
	color: #fff;
	text-decoration: none;
}
.table td:first-child {
    text-align: center;
    max-width: 3%;
}
.progress {
	height: 16px;
	background-color: #e3e4e7;
	border-radius: 20px;
}
.progress-bar {
	background-color: #58dee3;
}
.brand-tag {
	display: block;
	background: #326ccd;
	color: #fff;
	font-size: 9px;
	padding: 0 1px;
	margin: 0 -9px -11px;
	text-align: center;
	line-height: 13px;
	position: relative;
	bottom: -2px;
}
.pink-bg {
	background: #f69586;
}
.table tbody tr:nth-child(even) {
	background: #fff;
}
.table {
	margin: 0 auto;
}
.ac-link {
	text-align: right;
	margin: 0 auto 30px;
}
.ac-link a {
	font-weight: 600;
	text-decoration: underline;
	font-size: 13px;
	margin-left: 20px;
}
.listing-wrap {
	position: relative;
	padding: 25px 30px;
	margin: 0 auto 22px;
	border: #bfbfbf solid 1px;
	border-radius: 6px;
	display: table;
	width: 100%;
}
.listing-wrap:hover {
    box-shadow: rgba(0, 0, 0, 0.10) 0 0 30px;
    border-color: #326ccd;
}
.listing-number {
	position: absolute;
	top: 0;
	background: #303249;
	padding: 0px 6px;
	color: #fff;
	border-radius: 0;
	min-width: 20px;
	text-align: center;
	left: 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
}
.listing-image {
	float: left;
	width: 22%;
	text-align: center;
	padding: 0 7px;
}
.listing-details {
	float: left;
	width: 46%;
	position: relative;
	margin-left: 4%;
	padding-right: 15px;
}
.listing-details:after {
	position: absolute;
	top: 0;
	height: 100%;
	width: 2px;
	right: 0;
	content: "";
	background: url("../images/divider-img.png") no-repeat center;
}

.listing-act {
	float: right;
	width: 31%;
	text-align: center;
	padding: 26px 24px;
	margin-right: -29px;
	margin-top: -20px;
	margin-bottom: -20px;
}
.listing-act .btn {
	width: 100%;
}
.listing-wrap h3 {
	margin-left: 15px;
	font-size: 18px;
	line-height: 23px;
}
.listing-details h3 {
	font-size: 16px;
	line-height: 23px;
	margin: 0 auto 4px;
}
.listing-details h3 a, .listing-wrap h3 a {
	color: #262f4d;
}
.listing-details h3 a:hover, .listing-wrap h3 a:hover {
	color: #326ccd;
}
.listing-category span {
	display: inline-block;
	color: #326ccd;
	font-size: 13px;
	font-weight: 600;
}
.listing-category {
    margin: 0 auto 6px;
}
.listing-details ul {
	padding: 0;
	margin: 0 auto 15px;
}
.listing-details ul li {
	list-style: none;
	margin: 0 auto 6px;
	color: #545454;
	position: relative;
	padding-left: 17px;
	line-height: 17px;
	font-size: 12px;
}
.listing-details ul li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
  	font-weight: 600;
}
.listing-details p {
	color: #545454;
	font-size: 14px;
	margin: 0 auto 2px;
	line-height: 24px;
}
.score-no {
    color: #13a708;
    font-size: 21px;
}
.listing-act p {
	margin: 0 auto 16px;
}
.listing-link a {
	color: #326ccd;
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
}
.listing-link {
	margin-top: 30px;
}
.ratings {
	color: #7e7e7e;
	display: inline-block;
}
.ratings .active {
	color: #ffc000;
}
.dark-btn {
	background: #262f4d;
}
.dark-btn:hover {
	background: #19307d;
}
.similar-pro-wrap {
	background: #edf7fa;
	padding: 12px;
	text-align: center;
}
.sim-pro-img {
	background: #fff;
	padding: 8px;
	margin: 0 auto 12px;
}
.similar-pro-wrap h5 {
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 4px;;
}
.similar-pro-wrap a {
	color: #000;
}
.similar-pro-wrap a:hover {
	color: #326ccd;
}
.sidebar-wrap {
    padding-left: 50px;
}
.content-wrap {
    margin-right: -50px;
}
.categories-products {
	overflow: hidden;
}
.categories-products .product-wrap {
	float: left;
	width: 14.5%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 0;
}
.categories-products .product-wrap:last-child {
	margin-right: 0;
}
.best-brands-links {
	margin: 0 auto 20px;
	line-height: 16px;
}
.categories-products .product-wrap p {
	font-size: 11px;
	line-height: 13px;
	margin: 0 auto 2px;
}
.categories-products .best-brands-links a, .categories-products .best-brands-list ul li a {
	font-size: 10px;
	margin: 0 2px;
}
.categories-products .product-wrap h5 {
	margin: 0 auto 10px;
}
.listing-left {
	float: left;
	width: 70%;
}
.listing-logo {
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 30px;
}
.listing-content {
	float: left;
	width: calc(100% - 150px);
}
.topbrands-listing h3 {
	margin: 0 auto 15px;
}
.listing-content p {
	font-size: 14px;
	margin: 0 auto 10px;
	line-height: 23px;
}
.featured-listing {
	clear: both;
	padding-left: 0;
	padding-top: 12px;
}
.featured-listing h6 {
	font-size: 13px;
	margin: 0 auto 8px;
}
.featured-listing ul {
	padding: 0;
	margin: 0 auto;
}
.featured-listing ul li {
	list-style: none;
	margin: 0 auto 5px;
	line-height: 19px;
	font-size: 13px;
}
.featured-listing ul li a {
	font-size: 13px;
}
i.fa-twitter {
	color: #19d9db;
}
i.fa-youtube {
	color: #da1212;
}
i.fa-facebook {
	color: #0c5adc;
}
i.fa-instagram {
	color: #b232cd;
}
.listing-right {
	float: right;
	width: 24%;
	text-align: center;
	position: relative;
}
.listing-right::after {
	position: absolute;
	top: -10px;
	left: -20px;
	height: 100%;
	width: 2px;
	background:  url("../images/divider-img.png") no-repeat center / 100% 100%;
	content: "";
}
.listing-right .btn {
	width: 100%;
}
.listing-right a {
	font-size: 17px;
}
.listing-wrap .list-lable {
	background: #262f4d;
	left: inherit;
	right: 10px;
	color: #fff;
	border: 0;
}
.featured-listing .progress {
	height: 13px;
	width: 70px;
	display: inline-block;
	vertical-align: middle;
}
.gray-bg {
    background: linear-gradient( to bottom, #fafafb, #ffffff );
}
.product-wrap {
    background: #fff;
    text-align: center;
    position: relative;
    padding: 25px 20px 0;
    border-radius: 6px;
    border: rgba(0, 0, 0, 0.15) solid 1px;
    margin: 0 auto 45px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
}
.product-img-wrap {
    margin-bottom: 18px;
}
.categories-products .product-wrap h5 {
    margin: 0 auto 10px;
}
.listing-table table tbody tr:hover td, .listing-table table tbody tr:hover {
	background: #eee;
}
.listing-table td:nth-child(3) {
	width: 33%;
}
.listing-table td:nth-child(2) {
	width: 12%;
}
.table tbody td a.btn {
	font-size: 11px;
}
.listing-table td h6 {
	font-size: 13px;
}

/*===================
	Responsive-CSS
========================*/
@media (min-width:991px) and (max-width:1200px) {
.listing-header h1 {
	font-size: 26px;
}
.table tbody td a.btn {
	font-size: 10px;
}
.btn-lg {
	padding: 6px 16px;
	font-size: 11px;
}
.sidebar-pro h6 {
	margin: 0 auto 15px;
	line-height: 20px;
	font-size: 14px;
}
.listing-details {
	width: 48%;
}
.footer-link a {
	margin: 0 6px;
}
.intro-text {
	padding-right: 50px;
}
.intro {
	background-position: 160% center;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}
.featured-listing {
	padding-left: 0;
}
	
}


@media (min-width:768px) and (max-width:990px) {
.nav li {
	margin: 4px 0 0 5px;
}
.nav li a {
	font-size: 14px;
}
p {
	font-size: 15px;
	line-height: 26px;
	margin: 0 auto 15px;
}
.sidebar-widget {
	padding: 15px;
	margin: 0 auto 20px;
}
.sidebar-heading h3 {
	line-height: 20px;
	font-size: 15px;
}
.sidebar-heading {
	margin: -15px -15px 10px;
	padding: 10px 20px;
}
h2 {
	font-size: 18px;
}
.sidebar-pro {
	padding: 12px;
}
.sidebar-pro h6 {
	margin: 0 auto 11px;
	line-height: 18px;
	font-size: 13px;
}
.btn-lg {
	padding: 7px 13px;
	font-size: 12px;
}
.sidebar-pro .btn-lg {
	padding: 3px 11px;
	font-size: 10px;
}
.listing-right a {
	font-size: 11px;
}
.table td {
	line-height: 14px;
	font-size: 11px;
}
.table tbody td a.btn {
	font-size: 10px;
	line-height: 13px;
	padding: 2px 5px;
}
.listing-details h3 {
	font-size: 14px;
	line-height: 21px;
	margin: 0 auto 2px;
}
.listing-number {
	min-width: 22px;
}
.listing-act {
	width: 33%;
	padding: 26px 18px 26px 8px;
}
.similar-pro-wrap {
	margin: 0 auto 12px;
}
.header {
	padding: 10px 0;
	margin-bottom: 0;
}
.nav li a {
	color: #716d6d;
}
.intro.section-padding, .section-padding {
	padding: 60px 0;
}
.intro.section-padding {
	padding-bottom: 0;
}
.intro-text {
	padding-right: 20px;
}
h1 {
	font-size: 28px;
}
.intro-text h1 {
	line-height: 32px;
}
.intro-search {
	margin: 10px auto 20px;
}
.intro-text p {
	font-size: 14px;
	line-height: 24px;
}
.facts {
	font-size: 48px;
	margin: 0 auto 7px;
	line-height: 55px;
}
.facts-wrap {
	text-align: center;
	margin: 0 auto 10px;
	padding: 10px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}
.categories-products .product-wrap {
	float: left;
	width: 31.8%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 16px;
}
.featured-listing {
	padding-left: 0;
}
.listing-logo {
	width: 50px;
	margin-right: 20px;
}
.listing-wrap {
	padding: 20px 20px;
}
.listing-content {
	width: calc(100% - 73px);
}
.table h6 {
	font-size: 13px;
}
.table img {
	max-width: 60px;
}
.ac-link a {
    font-size: 11px;
    margin-left: 15px;
}
	
}

@media (max-width:767px) {
.header {
	padding: 14px 0;
	margin-bottom: 0;
}
.intro.section-padding {
	padding: 50px 0 0;
}
.intro-text {
	padding-right: 0;
	position: relative;
}
h1 {
	font-size: 28px;
}
.intro-text h1 {
	line-height: 35px;
}
.intro-search {
	position: relative;
	margin: 10px auto 15px;
}
.navbar-toggle {
	display: block !important;
	width: 40px;
	height: 40px;
	background: #262f4d;
	border: 0;
	float: right;
	border-radius: 0;
	margin: 0 54px 0 0;
}
.icon-bar {
	background: #fff;
	height: 2px;
	width: 100%;
	display: block;
	margin: 6px 0;
}
.navbar-header {
	float: none;
}
.collapse:not(.show) {
	display: block;
	text-align: left;
	float: none;
	padding-top: 16px;
}
.nav li {
	display: block;
	margin: 0 auto 4px;
}
.inner-header .nav li a {
	color: #040404;
	background: #edf7fa;
	display: block;
	line-height: 18px;
	font-size: 15px;
}
.table td {
	padding: 6px 6px;
	line-height: 19px;
	font-size: 14px;
}
.table tbody td a.btn {
    font-size: 11px;
    padding: 8px 2px;
    line-height: 12px;
}
.ac-link a {
	font-size: 12px;
	display: block;
	margin: 0 auto 6px;
	line-height: 19px;
}
h2 {
	font-size: 18px;
}
.listing-wrap {
	padding: 20px 14px;
}
.h2 h2 {
	margin: 0 auto 13px;
}
.listing-number {
	min-width: 26px;
	font-weight: 600;
	font-size: 13px;
}
.listing-image {
	width: 28%;
}
.listing-details {
	width: 72%;
	padding-top: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 17px;
}
.listing-details::after {
	display: none;
}
.listing-act {
	width: 72%;
	padding: 0 0 0 20px;
	margin-right: 0;
	margin-top: 19px;
	margin-bottom: 0;
}
.listing-act p {
	margin: 0 auto 6px;
}
.listing-act .btn-lg {
	padding: 4px 16px;
	font-size: 13px;
}
.listing-link {
	margin-top: 7px;
}
.similar-pro-wrap {
	margin: 0 auto 15px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
	 left: -14px;
}
.header_search_wrap {
	float: right;
	margin-top: -39px;
}
#search_btn {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	border: #272c48 solid 1px;
	border-radius: 50px;
	cursor: pointer;
	float: left;
}
.intro {
	background: none;
}	
.header {
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 12px;
}
.categories-list ul li {
	width: 49.5%;
}
.best-brands {
	margin: 0 auto 30px;
}
.facts {
	font-size: 46px;
	margin: 0 auto 5px;
	line-height: 39px;
}
.facts-wrap {
	padding: 22px;
	margin: 0 auto 10px;
	border: rgba(255, 255, 255, 0.2) solid 1px;
}
.nav li a {
	color: #040404;
	background: #edf7fa;
	display: block;
	line-height: 18px;
	font-size: 15px;
	padding: 5px 15px;
}
.nav li a:hover {
    color: #fff;
    background: #326ccd;
}	
p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 auto 20px;
}
.intro-text {
	margin: 0 auto 30px;
}
#search_btn {
	color: #040404;
}	
#navbar.collapsing, #navbar.collapse.show {
	overflow: visible;
	height: auto;
}
#navbar.collapse {
	display: block;
	overflow: hidden;
	height: 1px;
	width: 15px;
	width: 100%;
	padding: 0;
}
.navbar-nav {
	padding-top: 14px;
}
.sidebar-wrap {
    padding-left: 0;
}
.content-wrap {
    margin-right: 0;
}

.table tbody td:last-child {
	min-width: inherit;
}
.categories-products .product-wrap {
	width: 31%;
	margin-right: 1.5%;
	padding: 15px;
	margin-bottom: 20px;
}
.heading-icon {
	width: 30px;
	height: 30px;
	font-size: 13px;
	margin-right: 2px;
	line-height: 31px;
}	
.listing-header h1 {
	font-size: 22px;
}
.breadcrumb a, .breadcrumb-item.active {
	font-size: 9px;
}
.listing-logo {
	width: 55px;
	margin-right: 15px;
}
.listing-content {
	width: calc(100% - 71px);
}
.listing-left {
	width: 100%;
}
.featured-listing {
	padding-left: 0;
	padding-top: 15px;
	border-top: #c3bfbf solid 1px;
}
.listing-right {
	float: none;
	width: 100%;
	clear: both;
	padding-top: 15px;
}
.listing-right p {
	margin-bottom: 6px;
}
.featured-listing ul li a, .featured-listing ul li {
	font-size: 13px;
}
.listing-content p {
    font-size: 13px;
    margin: 0 auto 13px;
    line-height: 22px;
}
.table td h6 {
	font-size: 12px;
}
.listing-right p {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.listing-right .btn-lg, .sidebar-pro .btn-lg {
	padding: 5px 12px;
	font-size: 13px;
}
.listing-header {
	padding: 15px;
}
.listing-table thead {
	display: none;
}
.listing-table tbody tr {
	display: block;
	border-bottom: #a8a6a6 solid 1px;
}
.listing-table tbody tr td {
	display: block;
	border: 0;
}
.listing-table tbody tr td:first-child {
	float: left;
	width: 37%;
}
.listing-table tbody tr td:nth-child(2) {
	float: left;
	width: 63%;
}
.listing-table tbody tr td:nth-child(3), .listing-table tbody tr td:last-child {
	width: 100%;
	overflow: hidden;
}	
.listing-table p {
	margin: 0 auto 1px;
}
.listing-table a.btn {
	font-size: 11px;
	padding: 6px 4px;
	line-height: 12px;
	float: left;
	width: 48%;
	margin: 0 1% 2px;
}
table .featured-listing {
	padding: 10px 0 0;
}
.listing-right::after {
	display: none;
}	
.listing-wrap h3 {
    font-size: 16px;
}
.listing-table .table img {
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    max-width: 94px;
    margin: 6px auto 0;
}
span.rank-no {
    background: #000;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    font-weight: 700;
    margin: 0 0 0 -15px;
    top: -13px;
    position: relative;
}
	
}

