/*Common Style Part for All Templates*/
.html5tooltip-box{
  max-width:450px;
}
.pd-clearfix, .qcpd-list-wrapper{
  clear: both !important;
}

.qcpd-list-hoder, .qcpd-list-holder{
	width: 100%;
	clear: both;
}

.qcpd-list-column{
	display: inline-block;
	vertical-align: top;
	min-width: 22%;
}
.qcpd-list-column a{opacity:1 !important;}
.opd-column-1{
  width: 100%;
}

.opd-column-2{
  width: 45%;
}

.opd-column-3{
  width: 30%;
}

.opd-column-4{
  width: 23%;
}

/*Search Area*/
.pd-top-area.pd-border-bottom, .sbd-filter-area {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding: 0 0 15px;
}

.pd-top-area .pd-half{
	width: 35%;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align:top;
}

.pd-half.pd-add{
  text-align: left;
}
.bookmark-btn{
	cursor:pointer;
}
.bookmark-section{
	color: #f86960;
	height: 24px;
}
#live-search input {

  border: 1px solid #e9e9e9;
  font-size: 14px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}


.mfp-content{background: #fff;
    width: 60% !important;
    height: auto;
    }
.mfp-close{}
.pd_map_container{width: 100%;
    height: 336px; }
.pd_single_content_multipage{width: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;}
.pd_single_content_multipage .feature-image {
    float: right;
    
    font-size: 150px;
}
.pd_single_content_multipage .feature-image img {
    max-width: 98%;
}
.pd_single_content_multipage .feature-image {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}
.pd_single_content_multipage .feature-image:hover {
    -webkit-box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
    box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
}
.pd-top-area .pd-add-btn, .filter-btn {
  background-color: #fff;
  border-color: #eaeaea;
  color: #333;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 6px 8px;
  box-sizing:border-box;
  text-align: center;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
	-moz-box-shadow: 0px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 0px 0px #ffffff;
	box-shadow: 0px 0px 0px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
}
.pd-top-area .pd-add-btn {

  height: 45px;
  line-height: 32px;
  margin-right: 10px;
  width:24%;
  text-transform:uppercase;
}
.pd-add-btn,
.button-link {
	position:relative;
	z-index:1
}
.pd-add-btn::before,
.button-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #222;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pd-add-btn:hover,
.button-link:hover {
	color: #fff !important;
	border-color: #222;
    text-decoration: none;
}
.pd-add-btn,
.pd-add-btn::before,
.button-link,
.button-link::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pd-add-btn:hover::before,
.button-link:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pd-half.pd-add {
  width:65%;
  float: right;
  text-align: right;
}

.filter-btn:hover, .filter-active{
  border-color: #101010;
  color: #333;
  outline: none;
 
}
.filter-active {
  font-weight:bold;
}

.filter-btn {
  margin-bottom: 10px;
  margin-right: 10px;
  text-decoration: none !important;
}

.opd-item-count, .opd-item-count-fil{
  font-size: 60%;
  opacity: 60%;
}

.qcpd-single-list-pd ul{
  padding: 0 !important;
}

.qcpd-list-column a{
 text-decoration: none !important; 
}
.left-side-filter {
	border:none !important;
}

/*Widget*/
.widget-pd-list{
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.widget-pd-list li {
  list-style: outside none none;
  margin-bottom: 6px;
  position: relative;
}

.widget-pd-list li a{
  text-decoration: none;
}

.widget-pd-list li a span{
  color: #848484;
  font-size: 80%;
}

.opening-bracket, .closing-bracket{
  color: #848484;
}

.widget-vcount, .widget-vcount .upvote-section{
  display: inline-block;
  color: #848484;
}

.widget-avatar {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 0px;
  width: 20px;
}
.widget-pd-list li:before{
	content:unset !important;
}

/*Upvote - Common*/
.qcpd-list-hoder .upvote-section {
  height: 50px !important;
}

.qcpd-list-hoder .sbd-upvote-btn {
  z-index: 805 !important;
  
}

.qcpd-list-hoder .upvote-count {
  z-index: 800 !important;
}

.qcpd-list-hoder .ca-menu li {
  position: relative;
  margin-left: 0 !important;
}

.cls-embed-btn, .cls-embed-btn i {
  line-height: 35px;
  text-transform: uppercase;
  vertical-align: top;
}


/*Advertisement*/
.advertise-block {
  padding: 15px !important;
}

.advertise-block {
  padding: 15px;
}

.advertise-block img{
  max-width: 100%;
  height: auto;
}

/*03-15-17*/
.list-img.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.ca-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}

.logo-icon.favicon-loaded > img {
  height: auto !important;
  max-height: 32px;
  max-width: 32px;
  width: auto !important;
}
.pd-add-btn .fa.fa-plus,
.button-link .fa.fa-share-alt {
  margin-left: 10px;
}

.qcpd-list-wrapper #sticky-wrapper{
    width: 248px !important;
    overflow: hidden;
}
.slick-initialized .slick-slide{text-align: center;}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {

	.mfp-content{background: #fff;
		width: 75% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1360px) {
	.sbd_radius_clear, .sbd_radius_find, .sdb_distance_cal {
		width: 12% !important;
	}
	.sbd_radius_search input {
		width: 150px !important;
	}
	.mfp-content{background: #fff;
		width: 75% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pd-top-area .pd-add-btn,
	.button-link {
	  width:30% !important;
	}
	.sbd_radius_clear, .sbd_radius_find, .sdb_distance_cal {
		width: 10% !important;
	}
	.sbd_radius_search input {
		width: 130px !important;
	}
	.mfp-content{background: #fff;
		width: 95% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sbd-filter-area-main{width:86%;margin:0 auto;}
	.pd-top-area .pd-add-btn,
	.button-link	{
	  width:30% !important;
	}
	.pd-top-area .pd-add-btn {
		margin-right:5px;
	}
	.qc-full-wrapper {
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.sbd-filter-area{position:relative !important;top:0px;}
    .qcpd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.sbd_radius_clear, .sbd_radius_find, .sdb_distance_cal {
		margin-top:5px;
		width: 30% !important;
	}
	.mfp-content{background: #fff;
		width: 100% !important;
    }
	.pd_single_content .feature-image {
		float: none;

	}
	.pd_top_area {
		flex-direction: column;
		width: 100%;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sbd-filter-area-main{width:86% !important;margin:0 auto;}
    .sbd-filter-area{position:relative !important;top:0px;}
    .qcpd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.pd-top-area .pd-add-btn,
	.button-link	{
	  width:30% !important;
	  margin-bottom:10px;
	}
	.pd-top-area .pd-half {
		width:100%;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100%;
	}
	.left-side-filter {
	  background:#fff !important;
	  width: 100% !important;
	}
	.pd-half {
		margin-bottom: 10px !important;
	}
	.pd-top-area.pd-border-bottom, .sbd-filter-area {
		border-bottom:none !important;
	}
	
	.left-side-filter {
	  display: none;
	}
	.pd_filter_mobile_view {
		display:block !important;
	}
	
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	.sbd_radius_clear, .sbd_radius_find, .sdb_distance_cal {
		margin-top:5px;
		width: 30% !important;
	}
	.mfp-content{
		width:100% !important;
	}
	.pd_single_content .feature-image {
		float: none;

	}
	.pd_top_area {
		flex-direction: column;
		width: 100%;
	}
	.pd_content_text h2 {
		font-size: 20px !important;
		line-height: 30px !important;

	}
	.pd_single_content {
		width: 100% !important;

	}
	.pd_content_right {
		width: 100% !important;
	}
	

	.pd_single_button{float:none !important;}
	.pd-nav-socials{display:block !important;margin-top:25px !important;}
	.pd-nav-socials h5{margin-left:10px;}
	.pd-nav-socials ul {
		padding-left: 2px !important;
	}
	
	
}
.sbd-filter-area-main{width:100%}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .html5tooltip-box{
      max-width:250px;
    }
    .sbd-filter-area-main{width:86%;margin:0 auto;}
    .sbd-filter-area{position:relative !important;top:0px;}
    .qcpd-list-wrapper #sticky-wrapper{
        width: 100% !important;
        overflow: hidden;
    }
	.pd-top-area .pd-add-btn,
	.button-link	{
	  width:99% !important;
	}
	.qc-full-wrapper {
		display: block !important;
		width: 100% !important;
	}
	.map-right-side{
		width:100% !Important;
	}
	.left-side-filter {
	background:#fff !important;
	  width: 100% !important;
	}
	.pd-add-btn {
		margin-bottom:10px !important;
	}
	.pd-top-area.pd-border-bottom, .sbd-filter-area {
		border-bottom:none !important;
	}
	.pd-top-area .pd-half {
		width:100%;
	}
	.pd-half {
		margin-bottom: 10px !important;
	}
	.left-side-filter {
	  display: none;
	}
	.pd_filter_mobile_view {
		display:block !important;
	}
	
	.modal-box {
		max-width: 100% !important;
		margin-left: 0 !important;
		left: 3px !important;
	}
	.ifram-sm {
		width: 50% !important;
	}
	.mfp-content{
		width:100% !important;
	}
	.pd_top_area {
		flex-direction: column;
		width: 100%;
	}
	.pd_single_content {
		width: 100% !important;

	}
	.pd_content_right {
		width: 100% !important;
	}
	.pd_content_text h2 {
		font-size: 18px !important;
		line-height: 30px !important;

	}
	
	.pd_single_button{float:none !important;}
	.pd-nav-socials{display:block !important;margin-top:25px !important;}
	.pd-nav-socials h5{margin-left:10px;}
	.pd-nav-socials ul {
		padding-left: 2px !important;
	}
	
}

/* end responsive */


.pd-top-area{overflow:hidden}

.pd_filter_mobile_view {
	display:none;
}

.html5tooltip-box{
    background-color:#260404 !important;
    color:#fff !important;
}
.pd_search_filter{
    border-color: #ccc !important;
    background-color: #fff !important;
}

.pd_search_filter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.pd_search_filter::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.pd_search_filter:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.pd_search_filter:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.cleanlogin-field-username::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-username:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}

.cleanlogin-field-password::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.cleanlogin-field-password:-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}


.button-link{
    text-decoration: none !important;
}
.pd-top-area .pd-add-btn{
    text-decoration: none !important;
}
.pd_load_more{
	text-align: center;
}

/*css3 animation for upvote*/

.sbd-upvote-btn{
position:relative !important;	
}

/*.pd_upvote_animation*/
.sbd-upvote-btn.pd_upvote_animation:after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
	z-index:999999;
    right: 14px;
    top: 12px;
	background:#BB2C2E;
    box-shadow: -38px 0px #f35b5c, -28px 8px #88bfc9,  -14px 35px #f35b5c, -4px 28px #88bfc9,  30px 32px #f35b5c, 28px 22px #88bfc9,  43px 0px #f35b5c, 35px -5px #88bfc9,  20px -30px #f35b5c, 10px -22px #88bfc9,  -18px -30px #f35b5c, -14px -22px #88bfc9;
    animation: 0.5s bang ease-out backwards, 0.5s linear dothide;
    opacity: 0;
    animation-delay: 0, 0.2s;
    animation-duration: 0.5s, 0.5s;
}

@keyframes dothide {
    0% {
        opacity: 1;
    }
	90%{
	 opacity: 1;
	}
    100% {
        opacity:1;
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
    }
}

/* RTL CSS Style */

.direction-rtl .simple .qcpd-single-list-pd ul li a,
.direction-rtl .style-1 .ca-menu li a,
.direction-rtl .style-2 .ca-menu li a,
.direction-rtl .style-12 ul.pd-list li a,
.direction-rtl .opd-list-style-12 ul li .pd-main-content-area {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	text-align: right;
}

.direction-rtl .simple .qcpd-single-list-pd ul li a {
	padding-right:10px !important;
}

.direction-rtl .style-1 .ca-menu li a .ca-content h3,
.direction-rtl .style-1 .ca-menu li a .ca-content .ca-sub,
.direction-rtl .style-2 .ca-menu li a .ca-content h3,
.direction-rtl .style-2 .ca-menu li a .ca-content .ca-sub,
.direction-rtl .style-12-content {
	padding-right:10px !important;
	padding-left:35px !important;
}

.direction-rtl .opd-list-pd-style-8 .pd-bottom-area,
.direction-rtl .style-12 .pd-bottom-area {
	text-align: right !important;
	padding-right: 20px;
	direction:rtl !important;
}
/*
.opd-list-style-12 ul li .pd-main-panel {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}
*/
.upvote-section-style-single {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    border-left: 1px solid #000;
    padding-left: 25px;
    position: relative;
}
.pd-sbd-upvote-btn-single {
    cursor: pointer;
}
.direction-rtl .qc-sld-single-item-15 ul li {
	text-align:right !important;
}
.direction-rtl .qc-main-section .qc-sld-inner-row-15 .qc-feature-media {
	left:20px;
}
.direction-rtl .style-12 .upvote-section {
	left:10px !important;
}
.direction-rtl .bottom-area-icon {
	position: absolute;
	right: 0;
	bottom: -36px;
}
.direction-rtl .qc-sld-inner-row-15 .qc-sld-feature-content {
	padding-right: 20px !important;
	padding-left: 160px !important;
}
.direction-rtl .qc-sld-single-item-15 .upvote-icon-section {
	left:0 !important;
}
.direction-rtl .qc-main-section h3.section-title::before {
	right: 0 !important;
	display:none !important;
}

.qcld_pd_category_list{}
.qcld_pd_category_list ul{}
.qcld_pd_category_list ul li{list-style:none;}

.pd_single_item_container{display: block;width: 100%;padding: 0px 7px;}
.pd_single_item_container h2{font-weight: bold;margin: 10px 0px;clear: unset;}
.pd_single_content{width: 100%;overflow: hidden;align-items: center;justify-content: center;}
.pd_single_left{width: 65%;float: left;padding-right: 15px;}

.pd_single_right{width: 35%;float: right;text-align: center;}
.pd_single_right .feature-image .fa-icon{font-size:100px;}
.pd_single_right .feature-image img{border-radius: 5px;}
.pd_resource_action{margin-top: 25px;}
.pd_single_button{margin-right: 40px; float:left; padding: 9px 25px;border: 1px solid #2955fa;border-radius: 1.1em; font-size: 15px;line-height: 1;color: #2955fa;}
.pd_single_button:hover{background:#2955fa;color:#fff;}
.pd-social-title{display: block !important;
    margin: -8px -1px 0 0;
    color: #636262;}
.pd-nav-socials{
	display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	
}
.pd-nav-socials ul{display: -webkit-box;
display: -ms-flexbox;
display: flex;}
.pd-nav-socials ul li{list-style:none;}
.pd-nav-socials ul li a {
    display: block;
    height: 2.4rem;
    width: 2.4rem;
    padding: .4rem;
    border: 1px solid #40b1b3;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin: 0 3px;
}
.pd_single_related_content .pd_single_related{padding: 0px;}
.pd_single_related_content h2{padding: 23px 7px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;}
.pd_single_related_content{display: block;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;}
.upvote-section-style-single{display: inline-block;
    margin-left: 25px;
    font-size: 16px;
    border-left: 1px solid #000;
    padding-left: 25px;position: relative;}
.pd-sbd-upvote-btn-single{cursor:pointer}
.pd_breadcrumb_last_child a:hover{text-decoration:none !important;}
.pd_breadcrumb_last_child a{color:#333 !important;cursor: context-menu;}




.pd-nav-socials ul li a i{font-size:16px; color:#40b1b3;}
.pd_single_breadcrumb{}
/* Style the list */
.pd_single_breadcrumb ul.pd_breadcrumb {
    padding: 4px !important;
    list-style: none;
	display:inline-block;
    
}

/* Display list items side by side */
.pd_single_breadcrumb ul.pd_breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
.pd_single_breadcrumb ul.pd_breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.pd_single_breadcrumb ul.pd_breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
	font-size: 14px;
}

/* Add a color on mouse-over */
.pd_single_breadcrumb ul.pd_breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.pd_bottom_desc{padding-top: 20px;}
.pd_business_hour{padding: 6px 0px;}
.pd_business_hour p{font-size: 14px;}
.pd_business_hour p span{font-size: 15px;font-weight: bold;}
.pd_single_content{width:65%;float:left;height: 630px;overflow:auto;}
.pd_content_right{width:35%;float:right;height: 630px;}

.pd_single_content .feature-image{font-size: 150px;text-align:center;    width: 250px;
    margin-right: 5px;
    float: left;margin-top: 10px;margin-left: 10px;}
.pd_content_text{padding: 15px;}
.pd-bottom-area p{display: inline-block;padding-right: 6px;}
.pd_single_content .feature-image img{
	max-width:98%;
}

/* width */
.pd_single_content::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.pd_single_content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.pd_single_content::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
}

/* Handle on hover */
.pd_single_content::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

.mfp-close{background: #fff !important;opacity: 1 !important;}
#pd_popup_map_container{width:100%;height:100%}
.pd_single_item_container .pd_bottom_desc p{padding-bottom:2px !important;}
.pd_single_item_container p{padding-bottom: 1em !important;}
.sbd_radius_search{border-bottom: 1px solid #e6e6e6;padding-bottom: 10px;position: relative;margin-bottom: 10px;}
.sbd_radius_search label{    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;display: inline-block;}
.sbd_radius_search input{height: 40px;width: 200px !important;margin-right: 5px !important;border-radius: unset !important;display: inline-block;}
.sbd_radius_search select{height: 40px;border-radius: unset !important;display: inline-block;width: auto; line-height: 16px;}
.sbd_radius_search button{border: 1px solid #c3c3c3;
   border-radius: 2px;
   height: 40px;
   background: #e4e4e4;
   width: 125px;
   cursor: pointer;
}

.sbd_map, .sbd_maponly{width:100%;height:450px;overflow:hidden;display:block;margin-bottom:20px;position:relative;}
.featured-section i {
    position: absolute;
    left: -10px;
    top: 17px;
    color: #3d7dfc;
}
.sbd_location_name{position:relative}
.sbd_current_location{position: absolute;
    cursor: pointer;
    left: 123px;
    z-index: 9999;
    display: none;
    background: #fff;
    padding: 7px 12px;
    width: 198px;    border: 1px solid #9a9a9a;
    color:#333;
}
.pd_tag_filter{
	background-color: transparent;
    border-color: #eaeaea;
    color: #999;
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: 1px;
    padding: 6px 8px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff)";
    -moz-box-shadow: 0px 0px 0px #ffffff;
    -webkit-box-shadow: 0px 0px 0px #ffffff;
    box-shadow: 0px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#ffffff);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pd_tag_filter:hover, .pd_tag_filter-active {
    border-color: #101010;
    color: #333;
    outline: none;
}
.sbd-tag-filter-area {
	position: relative;
	z-index: 99 !important;
	padding: 10px 0px !important;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 0 0 15px;
	color: #333;
	font-weight: bold;
}
	
.sbd-filter-area {
	border-bottom: none;
}

.pd_single_content .feature-image {
    border: 1px solid #eef0f8;
    margin-bottom: 20px;
}
.pd_single_content .feature-image img {
   max-width: 100%;
   max-height: 250px;
   padding: 10px;
}
.pd_top_area {
    display: flex;
}
.pd_bottom_desc {
    padding: 20px;
}
.pd_content_text p {
    font-size: 15px;
    line-height: 26px;
    margin: 10px 0;
    font-weight: normal;
}
.pd_single_content {
    padding: 20px;
	box-sizing: border-box;
}

.pd_bottom_desc i {
    margin-right: 7px;
    color: #999;
}
.pd_content_text h2:before {
    width: 80px;
    height: 2px;
    background: #2697fa;
    content: "";
    position: absolute;
    bottom: -4px;
}
.pd_content_text h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
    color: #333;
}
.sbd_main_wrapper{   
	width: 100%;
	display: block;
    overflow: hidden;
}
.map-right-side {
    width: 35%;
    float: left;
	height: 800px;
    right: 0;
    top: 0;
    box-sizing: border-box;
    position: relative;
}
.sbd_total_lists{    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    left: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;}
.sbd_total_items{    position: absolute;
    background: #333;
    color: #fff;
    bottom: 13px;
    right: 13px;
    padding: 6px;
    line-height: 14px;
    font-size: 12px;
    border-radius: 10px;}
.sbd_pop_img{ text-align:center;height: 100px;
    overflow: hidden;}
.sbd_pop_img img{max-width:150px !important; border-radius: 5px;}
.gm-style-iw{}
.gm-style-iw > div{max-width: unset !important;}
.sbd_pop_text{text-align:left;}
.sbd_pop_text span{margin-bottom:5px;}
.sbd_pop_text p{margin-bottom:5px;padding-bottom:0px;}
.sbd_pop_text h3{font-size: 15px;margin-top: 10px;}
.sbd_pop_text p{font-size: 12px;}
.sbd_pop_text a{color: #d41313;font-weight: 500;}
.mfp-close:active {
    top: -17px !important;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
	position: absolute;
    top: -17px;
    right: -17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 9px;
}
.mfp-close-btn-in .mfp-close:hover{
	background:#fff !important;
}
.mfp-wrap .mfp-container button:hover {
   background: #fff !important;
}
#sbd_ajax_preloader {

    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 9998;
}
#sbd_ajax_preloader > div {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sbd_ajax_loader::before, .sbd_ajax_loader::before {
    border-top-color: #4285f4 !important;
    border-bottom-color: #34a853 !important;
}
.sbd_ajax_loader::after, .sbd_ajax_loader::before, .sbd_ajax_loader::after, .sbd_ajax_loader::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    border: solid 8px transparent;
    border-radius: 50%;
    -webkit-animation: wiggle 1.4s ease infinite;
    animation: wiggle 1.4s ease infinite;
}
.sbd_ajax_loader, .sbd_ajax_loader {
    height: 50px;
    width: 50px;
    position: relative;
}
.sbd_ajax_loader::after, .sbd_ajax_loader::after {
    border-left-color: #fbbc05 !important;
    border-right-color: #ea4335 !important;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}

@keyframes wiggle {
  0% {
	-webkit-transform: rotate(0deg) scale(1);
			transform: rotate(0deg) scale(1);
  }
  50% {
	-webkit-transform: rotate(180deg) scale(0.5);
			transform: rotate(180deg) scale(0.5);
  }
  100% {
	-webkit-transform: rotate(360deg) scale(1);
			transform: rotate(360deg) scale(1);
  }
}
.sbd-maponly-filter-area{padding:10px 0px}
.sbd_maponly_parent{position:relative}
.sbd_maponly_top_part{position:absolute;top:15px;z-index:9999;left: 0;
    right: 0;}
.sbd_filter_parent{background-color: rgba(26, 24, 24, 0.83); box-sizing: border-box; padding: 20px; color:#fff;display:none;}
.sbd_filter_toggle{font-size: 25px;
    color: #fff;
    background: rgba(26, 24, 24, 0.83);
    padding: 7px;
    cursor: pointer;
    display: table;
    margin: 0 auto 10px;}
.sbd_maponly_top_part a{color:#fff;}
.sbd_maponly_top_part a.filter-btn { color: #000;}
.sbd_filter_parent .sbd-tag-filter-area{color:#fff;}

@media all and (max-width: 1200px) and (min-width: 991px) {
.sbd_dashboard_main_area{
    overflow:unset !important;
}
article .entry-content{
overflow:unset !important;    
}
}
.sbd_bottom_area_marker{display:inline-block;width: 100%;
    text-align: center;}
.sbd_bottom_area_marker p{display:inline-block;padding: 0px 10px;
    margin: 10px 0px;}
	
.sbd_bottom_area_marker span{display:inline-block;padding: 0px 10px;
    margin: 10px 0px;}
.sbd_bottom_area_marker a{display:inline-block}
.gm-ui-hover-effect {
    top: -5px !important;
    right: 4px !important;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    opacity: 1;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.gm-ui-hover-effect img{margin: -8px 6px !important;
    width: 16px !important;
    height: 16px !important;}
.gm-style .gm-style-iw {
	width: 282px !important;
    left: 0px !important;
    padding-left: 10px;
}


.labelinput, .labelinput:focus { 
	border: none !important;
    outline: none !important;
    box-shadow: none !IMPORTANT;
	width: 100%;
}

.tagLabel { 
	margin: 0 4px 4px 0; 
	font-size: 100%;
}

.closelabel { 
	color: white; 
}

.sld-form-control{
	    display: block;
    width: 100%;
       height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 12px;
}
.sld-label-success {
    background-color: #5cb85c;
}
.sld-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.sbd_direction_btn{
	background: #1f84de;
    color: #fff;
    padding: 11px;
    line-height: normal;
    position: absolute;
    z-index: 999;
    border-radius: 6px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sbd_direction_btn:hover{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

.qc_sbd_loading_details{

    margin: 0 0 0 42px;
    height: 33px;
    display: inherit;
    margin-top: 7px;

}

.qc_sbd_loading_details:before{
	background:url(ajax-loader.gif) no-repeat left;
	width:50px;
	height:50px;
	content:'';
	position:absolute;
	margin: -12px 0 0 -35px;
}

#sbd_email_loading img{width: 15px;}
/* Style inputs with type="text", select elements and textareas */
#sbd_email_name, #sbd_email_email, #sbd_email_name, #sbd_email_subject, #sbd_email_message, #pdcode {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
#sbd_email_submit {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
#sbd_email_submit:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.sbd_email_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
.sbd_email_container h2{text-align:center;}
.qcpd_popup_breadcumb{margin: 0;
    padding: 0;
    font-size: 13px !important;}
.sbd_tag_filter_select{	
    height: 45px;
   
    width: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
}


/*Single Item Map Style*/
.sbd-single-item-map{
	height: 400px;
}
.sbd-single-item-container .sbd-single-item{
	display: none;
}
.sbd-single-item-container .sbd_pop_img{
	display: block;
	height: auto;
	margin-bottom: 10px
}
.sbd-single-item-container .sbd_pop_img img{
	display: block;
	max-width: 100% !important;
	margin: 0 auto;
}
.sbd-single-item-container .sbd-single-item-subtitle,
.sbd-single-item-container .sbd-single-item-address{
	margin-bottom: 10px;
}
.sbd-single-item-container .gm-style-iw{
	max-height: 550px !important;
}
#wp-sbd_email_message-wrap .wp-editor-container{
	border: none;
}
.sbd_hide_main_parent{
	display: none;
}

.sbd-distance-order #sbdopd-list-holder ul{
	display: flex;
	flex-wrap: wrap;
}

.sbd-distance-order #sbdopd-list-holder ul li{
	order: attr(data-searched-distance);
	width: 100%;
}

.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;
    padding-right: 10px !important;
    padding-left: 35px !important;
}
.direction-rtl .ca-menu{
	direction: rtl !important;
}
.direction-rtl .sbd_custom_content{
	direction: rtl !important;
    text-align: right !important;

}

/* Clearable text inputs */
.sbd_clearable{
  position: relative;
  display: inline-block;
}
.sbd_clearable input[type=text]{
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.sbd_clearable__clear{
  display: none;
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 4px;
  font-style: normal;
  font-size: 24px;
  user-select: none;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  width: 30px;
  height: 30px;
  line-height: 23px;
  text-align: center;
}
.sbd_clearable input::-ms-clear {  /* Remove IE default X */
  display: none;
}
#distance_no_result_found{
	color: #e40f3a;
    font-size: 28px;
    text-transform: capitalize;
}


.sbd_address { cursor:pointer }
.sbd_street_map_results{
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: 99999;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 4px 3px rgb(0 0 0 / 50%);
	display:none;
    padding: 0px 15px;
}

/* Style for popup */
.leaflet-popup-content-wrapper {
	font-size: 14;
	max-width: 230px;
    max-height: 626px;
}
.leaflet-popup-content p {
    margin: 8px 0 !important;
}
.sbd_bottom_area_marker p {
    padding: 0px 5px;
}


#live-search.live_search_loader_wrap{
	position: relative;
}

.live_search_loader {
  	position: absolute;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
    right: 10px;
    top: calc(50% - 10px);
}

@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.live_search_loader::after, .live_search_loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.live_search_loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

.sbd_business_container .pd_main_container{
	display:none;
}

.sbd_business_container .pd_main_container:first-child{
	display:block;
}

.sbd_marker_more_details,
.sbd_marker_more_detailss{
	text-align: center;
	display:block;
	font-weight: bold;
}
.qcld_gdpr_check {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;    
    align-content: center;
    flex-direction: column;
    width: 100%;
    height: 250px;
    font-size: 25px;
}

.qcld_gdpr_check span.qcld_gdpr_check_click {
    font-size: 20px;
    padding: 5px 15px;
    color: indianred;
    cursor: pointer;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    border: 1px solid #ddd;
}


@media only screen and (min-width: 250px) and (max-width: 479px) {

.sbd_tag_filter_dropdown .sbd_tag_filter_select{	
    width: 100%;
}


}

.sbd_address { cursor:pointer }
.sbd_address:hover { color:#AA0000;text-decoration:underline }

.sbd_street_map_results{
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 99999;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgb(0 0 0 / 50%);
  display:none;
  overflow: hidden;
  overflow-y: scroll;
}


/* width */
.sbd_street_map_results::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.sbd_street_map_results::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.sbd_street_map_results::-webkit-scrollbar-thumb {
    background: #333; 
    border-radius: 10px;
}

/* Handle on hover */
.sbd_street_map_results::-webkit-scrollbar-thumb:hover {
    background: #333; 
}

.sbd_open_map_address {
	position: relative;
}


/*.sbd_radius_find_ajax .live_search_loader::after, */
.sbd_radius_find_ajax  .live_search_loader::before {
    background: initial;
}


.sld-page-numbers-container {
  display: flex;
}

.sld-page-numbers-container .sld-page-numbers-item a{
  background: #EEE;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  margin: 0 2px;
}


.sld-page-numbers-container .sld-page-numbers-item span{
  background: #fff1ed;
  padding: 5px 8px;
  border-radius: 8px;
  border: 1px solid #fff1ed;
  color: #fd4917;
}

.sld-page-numbers-container .sld-page-numbers-item a:hover{
  background: #fff1ed;
  color: #fd4917;
}

/*
#sbd-place-autocomplete-input{
    position: relative;
    z-index: 999999999;
    top: 20px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}*/

#sbd-place-autocomplete-input {
    position: relative;
    z-index: 999999999;
    top: 5px;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
    max-width: 300px;
    height: 450px;
    overflow: auto;
}

ul#sbd-place-autocomplete-input li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    margin: 0;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: normal;
}

ul#sbd-place-autocomplete-input li:hover{
  border-bottom: 1px solid #ddd;
  background:#f5f5f5;
}

.cmb_metabox .cmb-row {
    overflow: visible !important;
}