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



.pdstyle-2 .ca-menu{
    padding: 0 !important;
    margin:20px auto 8px;
    width: 100%;
}
.pdstyle-2 .ca-menu li {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
	margin-bottom: 4px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 20px;
	padding: 10px 0;
	background: #e1f0fa;
}
.qcpd-list-column.opd-column-2 {
	width: 46% !important;
	margin-left: 1.5% !important;
	margin-right: 1.5% !important;
}

.qcpd-list-column.opd-column-3 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.pdstyle-2 .ca-menu li:last-child{
    margin-bottom: 0px;
}
.pdstyle-2 .ca-menu li a {
  text-align: left;
  width: 100%;
  height: 100%;
  display: flex;
  color: #666;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 12px;
}

.pdstyle-2 .ca-icon{
transition: all 300ms linear 0s;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 15%;
    height: 100%;
    font-size: 46px;
    margin-right: 8px;
    border-radius: 50%;
    overflow: hidden;
	    max-width: 45px;
    max-height: 45px;
}

.pdstyle-2 .ca-icon img{
    transition: all 300ms linear 0s;
	width:100%;
}

.pdstyle-2 .ca-content{
	overflow: hidden;
	display: block;
	margin-bottom:40px;
	width:92%;
}

.pdstyle-2 .ca-main, .pdstyle-2 .ca-sub {
  margin: 0 !important;
  padding: 0 !important;
}

.pdstyle-2 .ca-main{
  font-size: 16px !important;
  padding-right: 0 !important;
  -webkit-transition: all 300mslinear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300mslinear;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

.pdstyle-2 .ca-sub span {
	margin-top:8px;
}

.pdstyle-2 .ca-sub{
    font-size: 12px !important;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	padding-right:0 !important;
	line-height:16px;
}

.pdstyle-2 .ca-menu li:hover{
    background: #fff;
}

.pdstyle-2 .ca-menu li:hover .ca-icon{
    color: #259add;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
    font-size: 46px;
}

.pdstyle-2 .ca-menu li:hover .ca-main{
    opacity: 1;
    color:#2676ac;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}

.pdstyle-2 .ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}


.pdstyle-2 .ca-menu li:hover .ca-icon img{
  color: #fff004;
 
}


.pdstyle-2 .new-icon-section > span {
  background-color: #54ba1d;
  float: left;
  position: absolute;
  transform: rotate(51deg);
  right: -40px;
  top: 5px;
  text-align: center;
  width: 110px;
  font-size: 12px;
  margin: 0;
  z-index: 999;
  color: #fff;
  font-weight: 600;
  line-height: 20px;
  border-radius: 0;
}
.pdstyle-2 .featured-section {
  bottom: 1px;
  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;
}

/*Upvote Section*/

.pdstyle-2 .upvote-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100% !important;
  justify-content: center;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 3px;
  width: 30px;
}
#bookmark_list .bookmark-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100% !important;
  justify-content: center;
  position: absolute;
      right: -3px;
  text-align: center;
  top: 0;
  width: 30px;
}

.pdstyle-2 .sbd-upvote-btn.upvote-on:hover, .pdstyle-2 .ca-menu li:hover .sbd-upvote-btn{
  cursor: pointer;
}

.pdstyle-2 .sbd-upvote-btn, .pdstyle-2 .upvote-count{
  display: block;
}

.pdstyle-2 .sbd-upvote-btn {
  text-align: center;
  padding-top: 0;
  width: 100%;
  z-index: 805;
  margin-top: -7px;
}

.pdstyle-2 .upvote-count {
  font-size: 11px;
  width: 100%;
  margin-top: 0;
  z-index: 800;
}

.pdstyle-2 .upvote-section .sbd-upvote-btn, .pdstyle-2 .upvote-section .upvote-count {
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pdstyle-2 .upvote-section .sbd-upvote-btn:hover, .pdstyle-2 .ca-menu li:hover .sbd-upvote-btn, .ca-menu li:hover .upvote-count{
  color: #666;
}



.direction-rtl .qc-grid-item .ca-icon {
  left: auto;
  right: 20px;
  direction: rtl !important;
}

.direction-rtl .qc-grid-item .ca-content {
  direction: rtl;
  left: auto;
  right: 80px;
}

.direction-rtl .qc-grid-item .ca-content .ca-main, .direction-rtl .qc-grid-item .ca-content .ca-sub{
  direction: rtl !important;
  text-align: right !important;  
}

.direction-rtl .upvote-section {
  left: 10px !important;
  right: auto !important;
}

@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

/* new custom css */

.qc-full-wrapper {
  display: flex;
  width: 100%;
}
.left-side-filter {
  background:none;
  float: left;
  margin-right: 25px;
  width: 30%;
  border-bottom: none;
}
#sbdopd-list-holder .pd-bottom-area {
	height: auto;
	width: auto;
	position: absolute;
	bottom: 0px;
	text-align: left;
	z-index: 9;
	
	left: 0px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.opd-column-3 .pd-bottom-area {
	
}

#sbdopd-list-holder .pd-bottom-area p {
    display: inline-block;
    padding: 0px;
	margin: 8px 0px;
}
#sbdopd-list-holder .pd-bottom-area p a {
    padding: 0px 7px !important;
    border-bottom: none !important;
    font-size: 16px;
	line-height: 13px;
}

.direction-rtl #bookmark_list .bookmark-section{left: 5px;}
.sbd_custom_field{margin-top:1px !important;}

.pd-bottom-area > a{display:none}

@media only screen and (max-width : 1600px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 93%;
	}
	.opd-column-3 .pd-bottom-area {
		max-width: 100% !important;
	}
	#sbdopd-list-holder .pd-bottom-area p a {	
		font-size: 14px;
	}
}

@media only screen and (max-width : 1170px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
	#sbdopd-list-holder .pd-bottom-area p a {
		padding: 0px 5px !important;
		
	}
}
@media only screen and (max-width : 801px) {
	#sbdopd-list-holder .pd-bottom-area {
		max-width: 100%;
	}
}
.sbd-verified-style2{
		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;
}

.qcld-sbd-phone-block a {
  display: inline !important;
  font-weight: bold;
  font-size: 11px;
}

.qcld-sbd-phone-block a:hover span{
	color: #f86960 !important;
  }
  .qcld-sbd-phone-block {
    padding: 10px 0 0 0;
}