
.clear {
	clear:both;
}


.row::after, .row::before {
    content: " ";
    display: table;
}

*::after, *::before {
    box-sizing: border-box;
}

.column-grid1, .column-grid2, .column-grid3, .column-grid4 {
    float: left;
	box-sizing: border-box;
}

.column-grid1, .column-grid2, .column-grid3, .column-grid4 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
	box-sizing: border-box;
}



.opd-list-style-12 h1{
	margin: 0;
	padding: 12px 0;
	line-height: normal; 
	font-size: 22px;
	font-weight: 600;
  }
  .opd-list-style-12 h2{
	margin: 0;
	padding: 12px 0;
	line-height: normal; 
	font-size: 20px;
	font-weight: 600;
  }
  .opd-list-style-12 h3{
	margin: 0;
	padding: 12px 0;
	line-height: normal; 
	font-size: 18px;
	font-weight: 600;
  }
  .opd-list-style-12 h4{
	margin: 0;
	padding: 12px 0;
	line-height: normal; 
	font-size: 18px;
	font-weight: 600;
  }
  .opd-list-style-12 p{
	margin: 0;
	padding: 0;
	line-height: 22px;
  }
  .opd-list-style-12 ul{
	margin: 0;
	padding: 0;
  }
  .opd-list-style-12 ul li{
	margin: 0;
	padding: 0;
	list-style: none; 
  }
  

/*--------------------------end main style------------------------------*/



/*--------------------------start pd style 26------------------------------*/
.opd-list-style-12 ul {
	padding-left:0;
}
.opd-list-style-12 ul li {
    list-style: none;
	padding:0 0;
}

.main-title {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom:40px;
}
span.list-item-count {
	color: #666;
	padding: 0 6px;
}
.main-title > h2 {
	color: #000;
	font-size: 20px;
	font-family: Roboto,sans-serif;
}

.pd-main-content-area {
	background:#fff;
	padding:10px 20px 0;
	min-height:220px;
	position:relative;
	margin-bottom:16px;
}
.bg-color-01 {
	background:#f3ff6c;
}
.bg-color-02 {
	background:#a4ffd5;
}

.bg-color-03 {
	background:#fb6861;
}
.bg-color-04 {
	background:#a17ae1;
}

.bg-color-05 {
	background:#656bd0;
}

.column-grid1 {
  width: 100%;
}
.column-grid2 {
  width: 50%;
}
.column-grid3 {
  width: 33%;
}
.column-grid4 {
  width: 25%;
}

.pd-section-26 ul {
	padding-left:0;
}
.pd-section-26 li {
    list-style: none;
	padding:0 0;
}

.pd-section-26 a {
	text-decoration:none;
}
.qcpd-list-hoder .upvote-section {
  height: auto !important;
}
.pd-main-content-area .panel-title h3 {
	font-size:20px;
	text-transform:capitalize;
	color:#000;
	line-height:35px;
    font-family: 'Roboto', sans-serif;
	margin-top:0;

}
.pd-main-content-area .panel-subtitle i {
  padding-left: 60px;
}
.pd-main-content-area .panel-subtitle {
  align-items: center;
  bottom: -53px;
  display: flex;
  position: relative;
}
.pd-main-content-area:hover .pd-hover-content {
	bottom:15px;
	visibility:visible;
}
.pd-hover-content {
  background: #fff none repeat scroll 0 0;
  bottom: -20px;
  min-height: 220px;
  left: 15px;
  position: absolute;
  width: 90%;
  visibility:hidden;
  z-index:999;
  padding:20px;
}

.pd-main-content-area .pd-hover-content a {
  border-bottom: 2px solid #e13a79;
  color: #222;
  font-size: 20px;
  text-transform: capitalize;
}

.pd-main-content-area .pd-hover-content > p {
	color: #555;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.pd-main-content-area .feature-image img {
	width:100%;
}
.pd-main-content-area .feature-image {
	display: flex;
    justify-content: center;
    width: 120px;
    height: 120px;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

.pd-main-content-area .feature-image span {
  font-size: 85px;
}

.pd-hover-content .upvote-icon i {
  color: #222;
  cursor: pointer;
  font-size: 15px;
}

.style-14 .new-icon-section > span {
  align-items: center;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: bold;
  height: 13px;
  justify-content: center;
  position: absolute;
  top: 0;
  left:0;
  width: 28px;
}
.style-14 .featured-section {
  bottom: 0px;
  position: absolute;
  right: 0;
  z-index: 1;
  width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 35px 25px;
	border-color: transparent transparent #FFEB3B transparent;

}
.new-icon-section i {
	cursor:pointer;
}


.pd-main-content-area:hover .pd-hover-content {

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.qcpd-list-wrapper {
    display: flex;
    width: 100%;
}
.left-side-filter {
    background:none;
    float: left;
    margin-right: 25px;
    width: 30%;
    border-bottom: none;
}

/* RWD */ 
@media only screen and (max-width : 801px) {
    .column-grid3 {
		width:50%;
	}
    .column-grid4{
        width:100%;
    }
}

@media only screen and (max-width : 640px) {
    .column-grid3 {
		width:100%;
	}
    .column-grid4{
        width:100%;
    }
	.column-grid2 {
		width:100% !important;
	}
}	
#sbdopd-list-holder .pd-bottom-area{height: 28px;
    width: 100%;
    margin-top: 8px;
    
    bottom: 0px;}

#sbdopd-list-holder .pd-bottom-area p{display: inline-block;
   padding: 0px;}
   
#sbdopd-list-holder .pd-bottom-area p a{padding: 0px 5px !important;
    border-bottom: none !important;
    font-size: 16px;
	z-index: 9999;
    position: relative;}
.pd_business_container{text-align:center;}
.pd-bottom-area{text-align:right}
.bookmark-section-style-8{
	    width: 30px;
		float: left;
		font-size: 15px;
}
.upvote-section{font-size:15px;}
#bookmark_list .bookmark-section-style-8{
	    width: 30px;
		float: none;
		display:block;
}
.style-8 .featured-section {
    bottom: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 25px;
    border-color: transparent transparent #FFEB3B transparent;
}
.style-8 .new-icon-section > span {
    align-items: center;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    font-size: 9px;
    font-weight: bold;
    height: 13px;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
}
.sbd-verified-style8{
			align-items: center;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    font-weight: bold;
    height: 20px;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    font-size: 14px;
}


.sld-page-numbers-item {
    display: inline-block;
    background: #eee;
    padding: 5px 7px;
    border-radius: 2px;
}
.sld-page-numbers-container {
    margin: 30px 0 0 0;
}

.pd-main-content-area .pd-hover-content .qcld-sbd-phone-block a {
  border-bottom: 0px solid #e13a79;
  color: #222;
  font-size: 11px;
  text-transform: capitalize;
}

.qcld-sbd-phone-block a:hover span{
  color: #f86960 !important;
}
.qcld-sbd-phone-block a {
  color: #222;
font-weight: bold;
}