


/*---------------------
  Listing
-----------------------*/

.nice-scroll {
	height: 100%;
}

.listing__text__top {
	overflow: hidden;
	margin-bottom: 25px;
}

.listing__text__top__left {
	float: left;
}

.listing__text__top__left h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 600;
	display: inline-block;
	margin-right: 15px;
}

.listing__text__top__left span {
	font-size: 15px;
	color: #707070;
	display: inline-block;
}

.listing__text__top__right {
	font-size: 15px;
	color: #323232;
	float: right;
}

.listing__text__top__right i {
	font-size: 16px;
	margin-left: 6px;
}

.listing .section-heading h2 {
    font-size: 25px; color: #d54a83; margin-bottom:15px;}

.listing {
	width: 100%;
	height: 100%;
	padding: 0 40px;
	padding-top: 80px;
	float: left;
	margin-bottom:50px;
}

.listing .listing__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
}

.listing .listing__list .listing__item {
	max-width: calc(33.3% - 30px);
	float: left;
	margin-right: 30px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	width: 100%;
}

.listing .listing__list .listing__item {
	-webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	transition: 0.3s;
}

.listing .listing__list .listing__item:hover {
    transform: translate(0, -10px);
}

.listing__item__pic {
	height: 260px;
	position: relative;
	clip-path: polygon(100% 0%, 0% 0% , 0% 95.00%, 1% 94.97%, 2% 94.90%, 3% 94.77%, 4% 94.59%, 5% 94.37%, 6% 94.10%, 7% 93.78%, 8% 93.41%, 9% 93.00%, 10% 92.56%, 11% 92.07%, 12% 91.55%, 13% 90.99%, 14% 90.40%, 15% 89.79%, 16% 89.15%, 17% 88.49%, 18% 87.81%, 19% 87.12%, 20% 86.42%, 21% 85.71%, 22% 84.99%, 23% 84.28%, 24% 83.57%, 25% 82.87%, 26% 82.18%, 27% 81.50%, 28% 80.84%, 29% 80.20%, 30% 79.59%, 31% 79.00%, 32% 78.44%, 33% 77.92%, 34% 77.44%, 35% 76.99%, 36% 76.58%, 37% 76.22%, 38% 75.90%, 39% 75.63%, 40% 75.40%, 41% 75.23%, 42% 75.10%, 43% 75.02%, 44% 75.00%, 45% 75.03%, 46% 75.10%, 47% 75.23%, 48% 75.41%, 49% 75.64%, 50% 75.91%, 51% 76.23%, 52% 76.60%, 53% 77.00%, 54% 77.45%, 55% 77.94%, 56% 78.46%, 57% 79.02%, 58% 79.61%, 59% 80.22%, 60% 80.86%, 61% 81.52%, 62% 82.20%, 63% 82.89%, 64% 83.60%, 65% 84.31%, 66% 85.02%, 67% 85.73%, 68% 86.44%, 69% 87.15%, 70% 87.84%, 71% 88.51%, 72% 89.17%, 73% 89.81%, 74% 90.42%, 75% 91.01%, 76% 91.57%, 77% 92.09%, 78% 92.57%, 79% 93.02%, 80% 93.42%, 81% 93.79%, 82% 94.11%, 83% 94.38%, 84% 94.60%, 85% 94.78%, 86% 94.90%, 87% 94.98%, 88% 95.00%, 89% 94.97%, 90% 94.89%, 91% 94.77%, 92% 94.59%, 93% 94.36%, 94% 94.09%, 95% 93.76%, 96% 93.40%, 97% 92.99%, 98% 92.54%, 99% 92.05%, 100% 91.53%);
}

.listing__item__pic img {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 30px;
	bottom: -30px;
	border-radius: 50%;
}


.listing__item__pic__tag {
	background: rgb(214,79,135);
	background: linear-gradient(90deg, rgba(214,79,135,1) 0%, rgba(203,57,117,1) 100%);
	padding: 5px 40px 5px 10px;
	border-radius: 0px;
	position: absolute;
	top: 20px;
	clip-path: polygon(0% 0%, 100% 0%, 85% 50%, 100% 100%, 0% 100%);
}
.rate-tag{background:#79ba2c;padding:5px 10px; position: absolute; right:20px; top:20px; border-radius:5px; color:#fff; font-weight:600;}
.rate-tag span{ color:#ffba00;}

.rate-tag-listing{background:#79ba2c;padding:5px 10px; border-radius:5px; color:#fff; font-weight:600;}
.rate-tag-listing span{ color:#ffba00;}

.listing__item__pic__tag img{
    width: 23px; height: 23px; display: inline-block; left:5px; bottom:0px; top:5px;}

.listing__item__pic__tag span{font-size: 12px; display: inline-block; font-weight: 600;color: #ffffff; margin-left:30px;}

.listing__item__pic__tag.top_rate {
	background: rgb(214,79,135);
	background: linear-gradient(90deg, rgba(188,155,78,1) 0%, rgba(200,187,134,1) 100%);
}

.listing__item__pic__tag.hot_deal {
	background: #D9D137;
}

.listing__item__pic__btns {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.listing__item__pic__btns a {
	font-size: 13px;
	color: #ffffff;
	height: 34px;
	width: 34px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-right: 6px;
}

.listing__item__pic__btns a:last-child {
	margin-right: 0;
}
.listing__item__pic__btns button {
	font-size: 15px;
	color: #9d2320;
	height: 34px;
	width: 34px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	border: none;
	cursor: pointer;
	margin-right: 6px;
}

.listing__item__pic__btns button:last-child {
	margin-right: 0;
}

.listing__item__text {
	padding-left: 30px;
	padding-right: 30px;
}

.listing__item__text__inside h5 {
	font-size: 20px;
	color: #9d2320;
	font-weight: 600;
	margin-bottom: 6px;
}

.listing__item__text__inside ul {
	margin-bottom: 20px;
}

.listing__item__text__inside ul li {
	font-size: 15px;
	color: #323232;
	list-style: none;
	line-height: 25px;
	position: relative;
	padding-left: 25px;
}

.listing__item__text__inside ul li span {
	color: #A8A8A8;
	position: absolute;
	left: 0;
	top: 5px;
}

.listing__item__text__rating {
	overflow: hidden;
	margin-bottom: 15px;
}

.listing__item__text__rating .listing__item__rating__star {
	float: left;
	font-size: 14px;
}

.listing__item__text__rating .listing__item__rating__star span {
	font-size: 14px;
	color: #F09D17;
	margin-right: -3px;
}

.listing__item__text__rating .listing__item__rating__star span:last-child {
	margin-right: 0;
}

.listing__item__text__rating h6 {
	font-size: 15px;
	color: #f03250;
	font-weight: 600;
	float: right;
}

.listing__item__text__info {
	padding: 10px 30px;
	border-top: 1px solid #e1e1e1;
	overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
}

.listing__item__text__info__left {
	float: left;
}

.listing__item__text__info__left img {
	display: inline-block;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}

.listing__item__text__info__left span {
	font-size: 14px;
	color: #323232;
	font-weight: 600;
}

.listing__item__text__info__right {
	float: right;
	font-size: 14px;
	color: #50D437;
	font-weight: 700;
	padding-top: 4px;
}

.listing__item__text__info__right.closed {
	color: #f03250;
}

.listing__map {
	height: 100%;
	width: 45%;
	margin-top: 105px;
	float: left;
}

.listing__map iframe {
	width: 100%;
	height: 100%;
}

/*---------------------
  Listing Hero
-----------------------*/

.listing-hero {
	padding-top: 230px;
	padding-bottom: 40px;
}

.listing__hero__icon {
	float: left;
	margin-right: 30px;
}

.listing__hero__text {
	overflow: hidden;
}

.listing__hero__text h2 {
	font-size: 35px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.listing__hero__text p {
	font-size: 15px;
	color: #E1DEDE;
}
.listing__hero__text a {color:#df0101; padding:0 0 5px 10px;text-decoration: underline;}

.listing__hero__text p span {
	color: #a8a8a8;
	margin-right: 5px;
}

.listing__hero__widget .listing__hero__widget__rating {
	display: inline-block;
	margin-right: 40px;
	position: relative;
	margin-bottom: 15px;
}

.listing__hero__widget .listing__hero__widget__rating:before {
	position: absolute;
	right: -27px;
	top: 11px;
	height: 1px;
	width: 4px;
	background: #ffffff;
	content: "";
}

.listing__hero__widget .listing__hero__widget__rating span {
	font-size: 15px;
	color: #F09D17;
	margin-right: -3px;
	display: inline-block;
}

.listing__hero__widget div {
	font-size: 15px;
	color: #E1DEDE;
	display: inline-block;
}

.listing__hero__btns {
	text-align: right;
	padding-top: 85px;
}

.listing__hero__btns .primary-btn {
	font-size: 15px;
}

.listing__hero__btns .primary-btn.share-btn {
	background: rgba(255, 255, 255, 0.2);
	margin-right: 6px;
}

.listing__hero__btns .primary-btn i {
	margin-right: 5px;
}

/*---------------------
  Listing Details
-----------------------*/

.listing__details__about {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;

}

.listing__details__about h4 {
	color: #d44982;
	font-weight: 600;
	margin-bottom: 18px;
	font-size:25px;
	padding-bottom:15px;
	border-bottom: 1px solid #e1e1e1;
}
.listing__details__about h5 {
    color: #791d44;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
}

.listing__details__about p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}

.listing__details__gallery {
	border-top: 0px solid #e1e1e1;
	padding-top: 0px;
	margin-bottom: 0px;
}

.listing__details__gallery h4 {
	color: #d44982;
	font-weight: 600;
	margin-bottom: 18px;
}

.listing__details__gallery__item {
	margin-bottom: 0px;
	position: relative;
}

/* .listing__details__gallery__item span {
	display: block;
	font-size: 15px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: 20px;
} */

.listing__details__gallery__item span i {
	margin-right: 5px;
}

.listing__details__gallery__item__large {
	min-width: 100%;
	border-radius: 20px;
	height: 400px;
	object-fit: cover;
    object-position: 20% 10%;
}

.listing__details__gallery__slider img {
	cursor: pointer;
}

.listing__details__amenities {
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #fbfbfb;*/
	/* box-shadow: 0 3px 5px rgb(0 0 0 / 12%); */
	/* box-shadow: 0px 5px 20px rgb(0 0 0 / 5%); */
	padding: 20px 20px 20px 20px;
}

.listing__details__amenities h4 {
	color: #d44982;
	margin-bottom: 18px;
	font-size:25px;
	padding-bottom:15px;
	border-bottom: 1px solid #e1e1e1;
}
.listing__details__amenities__item h5 {
    color: #791d44;
    margin-bottom: 10px;
    font-size: 16px;
}
.listing__details__amenities__item li {
    list-style-image:url('../img/icon/bell.png');
    padding: 10px 0 0 1px;
    margin-left: 25px;
    font-size: 13px;
}


.listing__details__amenities__item {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.listing__details__amenities__item .amenities-icon{display:inline-block; vertical-align:top; padding-right:5px;}
.listing__details__amenities__item .amenities-content{display:inline-block;width: 70%;}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.listing__details__amenities__item h6 {
	font-size: 15px;
	color: #293A54;
	margin-top: 6px;
}

.listing__details__rating {
	margin-bottom: 50px;
	border-top: 0px solid #e1e1e1;
	padding:20px 20px 0px 0px;
}

.listing__details__rating h4 {
	color: #d44982;
	font-weight: 600;
	margin-bottom: 28px;
}

.listing__details__rating__overall {
	text-align: center;
	float: left;
	margin-right: 30px;
}

.listing__details__rating__overall h2 {
	font-size: 35px;
	color: #323232;
	font-weight: 700;
	margin-bottom: 5px;
}

.listing__details__rating__overall .listing__details__rating__star {
	margin-bottom: 6px;
}

.listing__details__rating__overall .listing__details__rating__star span {
	font-size: 16px;
	color: #F09D17;
	margin-right: -2px;
	display: inline-block;
}

.listing__details__rating__overall span {
	font-size: 15px;
	color: #707070;
}

.listing__details__rating__bar {
	overflow: hidden;
}

.listing__details__rating__bar__item {
	margin-bottom: 5px;
}

.listing__details__rating__bar__item span {
	font-size: 14px;
	color: #323232;
	display: inline-block;
}
.listing__details__rating__bar__item .icon_star{color: #F09D17;}

.listing__details__rating__bar__item span.right {
	float: right;
}

.listing__details__rating__bar__item .barfiller {
	display: inline-block;
	width: 300px;
	margin-bottom: 0;
	height: 15px;
	border-radius: 50px;
	border: none;
	border-radius: 50px;
	background: #efefef;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	margin-left: 10px;
}

.listing__details__rating__bar__item .barfiller .fill {
	border-radius: 50px;
}

.listing__details__comment {
	border-top: 1px solid #e1e1e1;
	padding-top: 12px;
}

.listing__details__comment h4 {
	color: #323232;
	font-weight: 600;
	margin-bottom: 35px;
}

.listing__details__comment__item {
	padding:20px 20px;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}
.listing__details__comment__item:last-child{border-bottom:1px solid #e1e1e1;}

.listing__details__comment__item__pic {
	float: left;
	margin-right: 25px;
}

.listing__details__comment__item__pic img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}

.listing__details__comment__item__text {
	overflow: hidden;
	position: relative;
}

.listing__details__comment__item__text .listing__details__comment__item__rating {
	position: absolute;
	right: 0;
	top: 0;
}
.listing__details__comment__item__text p {font-size:14px;}

.listing__details__comment__item__text .listing__details__comment__item__rating i {
	font-size: 16px;
	color: #E9AA13;
	margin-left: -2px;
}

.listing__details__comment__item__text span {
	font-size: 13px;
	color: #f03250;
}

.listing__details__comment__item__text h5 {
	font-size: 20px;
	color: #323232;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 15px;
}

.listing__details__comment__item__text ul li {
	list-style: none;
	display: inline-block;
	font-size: 15px;
	color: #323232;
	margin-right: 30px;
}

.listing__details__comment__item__text ul li:last-child {
	margin-right: 0;
}

.listing__details__comment__item__text ul li i {
	color: #a8a8a8;
	margin-right: 3px;
}

.listing__details__review {
	border-top: 0px solid #e1e1e1;
	padding: 60px 30px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
	background: #fff;
}
.listing__details__review .listing__details__comment__item__rating{
	color: #F09D17;margin-bottom: 20px;font-size: 26px;}

.listing__details__review h4 {
	color: #d44982;
	font-weight: 600;
	margin-bottom: 15px;
}

.listing__details__review h6 {font-weight:500; font-size:15px;}

.listing__details__review form input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	border: 1px solid #e1e1e1;
	background: transparent;
	font-size: 15px;
	color: #a8a8a8;
	border-radius: 2px;
	margin-bottom: 20px;
}

.listing__details__review form input::-webkit-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form input::-moz-placeholder {
	color: #a8a8a8;
}

.listing__details__review form input:-ms-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form input::-ms-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form input::placeholder {
	color: #a8a8a8;
}

.listing__details__review form textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 12px;
	border: 1px solid #e1e1e1;
	background: transparent;
	font-size: 15px;
	color: #a8a8a8;
	border-radius: 2px;
	resize: none;
	margin-bottom: 24px;
}

.listing__details__review form textarea::-webkit-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form textarea::-moz-placeholder {
	color: #a8a8a8;
}

.listing__details__review form textarea:-ms-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form textarea::-ms-input-placeholder {
	color: #a8a8a8;
}

.listing__details__review form textarea::placeholder {
	color: #a8a8a8;
}

.listing__details__review form button {
	text-transform: none;
	font-size: 15px;
	border-radius: 2px;
	padding: 13px 38px 12px;
}
.similar-owl .item{padding:15px 10px;}
.similar-owl .card{border-top: 0px solid #e1e1e1;
    padding: 10px 10px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
    background: #fff; border:0px solid; height: 330px;}

.similar-owl .card-img-top {height: 180px; object-fit: cover;
    object-position: 20% 10%;}


.similar-owl .card-body{padding: 20px 0 20px 0px;}
.similar-owl .card-body h5{ font-size:20px; color:#8c0104; font-weight:600; margin-bottom:5px;}
.similar-owl .card-body h6{ font-size:14px; font-weight:400; margin-bottom:10px; padding:0px;}
.similar-owl .card-body img{width:30px;}
.similar-owl .owl-prev {
    position: absolute;
    left: -40px;
    top: 45%;
	padding:2px 10px;
	border:2px solid #000;
	border-radius:5px;
}
.similar-owl .owl-prev i, .similar-owl .owl-next i{font-size: 30px;}
.similar-owl .owl-next {
    position: absolute;
    right: -40px;
    top: 45%;
	padding:2px 10px;
	border:2px solid #000;
	border-radius:5px;
}

/*---------------------
  Listing Sidebar
-----------------------*/

.listing__sidebar__contact {
	-webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
	box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
	background:rgba(241,191,182,0.1);
	margin-bottom: 20px;
	border-radius: 20px;
	padding: 25px 10px;
}



.listing__sidebar__contact__map {
	height: 200px;
	position: relative;
}

.listing__sidebar__contact__map iframe {
	width: 100%;
}

.listing__sidebar__contact__map img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-13.5px, -18.5px);
	-ms-transform: translate(-13.5px, -18.5px);
	transform: translate(-13.5px, -18.5px);
}

.vendors-info-box{padding: 20px 10px;}
.vendors-info-box .safety-label{display:inline-block;}
.vendors-info-box .flexi-label{display:inline-block;}
.vendors-info-box .video-label{display:inline-block;}
.message-btn{background-color: #9d2320; border: 1px solid #9d2320; display:inline-block; padding:6px 20px;font-size: 13px;border-radius: 50px;}
.contact-btn{background-color: #0ea534; border: 1px solid #0ea534;display:inline-block;color:#fff;padding:6px 20px;font-size: 13px;border-radius: 50px;}
.message-btn a, .contact-btn a {color:#fff;}

.listing__sidebar__contact__text {
	padding: 10px 6px;
	justify-content: space-between;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.listing__sidebar__contact__text h4 {
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom:0px;
}
.listing__sidebar__contact__text .text-primary {color: #e72e77 !important;}
.listing__sidebar__contact__text h4.price-inr{font-size: 20px;color: #e72e77; }
.listing__sidebar__contact__text h4 span{font-size: 14px; font-weight: 400;}
.listing__sidebar__contact__text .pricing-info{font-size: 14px; line-height: 1.3; margin:0px;}
.listing__sidebar__contact__text.border-t {border-bottom: 1px solid #d7d7d7;}

.listing__sidebar__contact_table {padding: 0px 5px;}
.listing__sidebar__contact_table .text-primary {color: #e72e77 !important;}
.listing__sidebar__contact_table h4.price-inr{padding:10px 0px; font-size: 20px;color: #e72e77; margin-bottom:0px; display: inline-block; width:50%; border-right: 1px solid #d7d7d7;}
.listing__sidebar__contact_table h4 span{font-size: 14px; font-weight: 400;}
.listing__sidebar__contact_table .pricing-info{font-size: 13px; line-height: 1.3; margin:0px; display: inline-block; padding: 5px 10px; width: 48%;}
.listing__sidebar__contact_table .pricing-info span{font-size: 18px; padding: 0px 0 0 5px;}
.listing__sidebar__contact_table.border-t {border-bottom: 1px solid #d7d7d7;}



.listing__sidebar__contact__text ul {
	margin-bottom: 20px;
}

.listing__sidebar__contact__text ul li {
	list-style: none;
	font-size: 15px;
	color: #323232;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
}

.listing__sidebar__contact__text ul li:last-child {
	margin-bottom: 0;
}

.listing__sidebar__contact__text ul li span {
	color: #a8a8a8;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
}

.listing__sidebar__contact__social a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #3D589F;
	border-radius: 50%;
	margin-right: 6px;
}

.listing__sidebar__contact__social a:last-child {
	margin-right: 0;
}

.listing__sidebar__contact__social a.linkedin {
	background: #64ADF3;
}

.listing__sidebar__contact__social a.twitter {
	background: #D34B32;
}

.listing__sidebar__contact__social a.google {
	background: #2A79B9;
}

.listing__sidebar__enquiry {
	padding: 20px 10px 10px 10px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.listing__sidebar__enquiry h4 {
	color: #333333;
	font-weight: 600;
	margin-bottom: 16px;
}

.listing__sidebar__enquiry ul li {
	font-size: 15px;
	list-style: none;
	color: #323232;
	line-height: 32px;
}

.listing__sidebar__enquiry ul li span {
	float: right;
}

.listing__sidebar__enquiry ul li span.opening {
	color: #50D437;
}

.listing__sidebar__enquiry ul li span.closed {
	color: #f03250;
}


/* .listing-menu{margin-bottom:50px;background: #ffffff; box-shadow: 0 3px 5px rgb(0 0 0 / 12%);}  */
.listing-menu li{border-right:0px solid #d5d5d5;}
.listing-menu li:last-child{border-right:0px solid #d5d5d5;}


.listing-menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #9d2320 !important;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 1px solid !important;
}
.listing-menu .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #2a303b;
}
.nav-tabs .nav-link{border: 0px solid transparent !important;}
.listing__hero__text .breadcrumb-item{font-size:14px;}

.vendors-filter{background-color: #fbfbfb;}
.vendors-lable{display: flex; width: auto; -webkit-box-align: center; align-items: center; padding:10px 10px; flex: 1 1 12.2857%;}
.vendors-list { box-sizing: border-box; width: 100%; -webkit-box-align: center; align-items: center;}
.vendors-list p{margin-bottom:5px; font-size:13px;}
.vendors-list h5{font-size:16px; font-weight: 600;}
.submit-bnt {background: #48b5ff; padding: 8px 20px;  border: 0px; color: #fff; border-radius: 2px; cursor: pointer;
    margin-left: 52px;
}
.buttom-gorup{display: inline-block;}
.vendors-list.scroll { overflow-y: scroll;  height: 200px; padding: 0px 15px 0 15px; margin-bottom:40px;  }
.vendors-list.scroll::-webkit-scrollbar {width:5px;}
.vendors-list.scroll::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);  border-radius:5px; cursor: pointer; }
.vendors-list.scroll::-webkit-scrollbar-thumb { border-radius:5px; -webkit-box-shadow: inset 0 0 6px #48b5ff; cursor: pointer; }
.vendors-lable a[aria-expanded="true"] .fa{transform: rotateZ(90deg);}
.vendors-lable a.fa{transition: transform .2s; transform: rotateZ(0deg);}
.vendors-filter a{color: #9d2320;}


.custom-style { display: block; margin-bottom: 5px;}

.custom-style input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-style label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #636a76;
}

.custom-radio label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  color: #636a76;
}

.custom-style label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #48b5ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.custom-style input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #48b5ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.custom-radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #48b5ff;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 1px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.custom-radio input[type=radio]:checked + .radio-label:before {
  background-color: #48b5ff;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.custom-radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #48b5ff;
}
.custom-radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #d64a82;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.custom-radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.dismiss {display:none;}
.sidebar-header {display:none;}

.search-box { padding: 14px 16px;}
.search-box .input-form {  width: 44%;  overflow: hidden; display: inline-block;}
.search-box .input-form input {
    height: 45px;  width: 100%; color: #140C40;  font-size: 15px; font-weight: 400; padding: 9px 20px 9px 20px; border: none;
    position: relative;  border-radius: 6px;}
.search-box .search-form {width: 10%;  border-radius: 6px;overflow: hidden; display: inline-block;}
.search-box .search-form a {
    width: 100%; height: 50px; background: #9d2320; font-size: 20px;line-height: 1;  text-align: center;
    color: #fff;display: block;  padding: 15px;  border-radius: 0px; text-transform: capitalize;line-height: 20px; font-size: 17px;}
.search-box .site-btn {cursor: pointer;}

.safety-scrolls{width: auto;}



/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
	.header {
		padding: 0 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1250px;
	}
}

@media only screen and (max-width: 1366px) {
	.listing {
		width: 100%;
	}
	.listing__map {
		width: 35%;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 26px;
	}

	.listing__map {
		width: 40%;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__hero__btns .primary-btn {
		padding: 12px 22px 10px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 340px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header__menu__right .primary-btn {
		display: none;
	}
	.header__menu ul li {
		margin-right: 25px;
	}
	.hero__search__form form input {
		width: 50%;
	}
	.hero__search__form form .select__option {
		width: 50%;
	}
	.hero__search__form form button {
		width: 50%;
	}
	.categories__item {
		width: calc(33.33% - 16px);
	}
	.most__search__tab .nav-tabs .nav-item {
		margin-right: 15px;
	}

	.listing__map {
		width: 40%;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__item__text {
		padding-left: 15px;
		padding-right: 15px;
	}
	.listing__hero__btns {
		text-align: left;
		padding-top: 30px;
	}
	.filter {
		width: 240px;
	}
	.ov-hid {
		overflow: hidden;
		padding-left: 240px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 425px;
	}
	.listing__sidebar {
		padding-top: 50px;
	}
	.blog__sidebar {
		padding-top: 50px;
	}
	.listing__text__top__left {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.listing__text__top__right {
		float: none;
		text-align: center;
	}
	.vendors-list{width: 100%;}
    .sidebarnav { width: 250px; position: absolute;top: 0; bottom: 0; padding: 0px; left: -255px; height: 1000vh; z-index: 999;background: #f8f9fa;
    transition: all 0.3s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

.sidebarnav.active {left: 0;}
.sidebarnav form {padding: 10px 20px;}

.dismiss { width: 35px;height: 35px; line-height: 35px; text-align: center; background: #000; color: #fff; position: absolute; top: 10px; right: 10px;
    cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: block;
 }

.dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 1000vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top:0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sidebarnav .sidebar-header { padding: 20px;background: #d54a83; display: block;}
.sidebarnav .sidebar-header h3{color:#fff; font-size:20px;}
.sidebarnav .widget__title{font-size:15px;}
.sidebarnav .custome-checkbox .form-check-label {font-size: 13px;}

.sidebarnav ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.sidebarnav ul p {
    color: #fff;
    padding: 10px;
}

.sidebarnav ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebarnav ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.sidebarnav ul li.active>a,
a[aria-expanded="true"] {}

.sidebarnav a[data-toggle="collapse"] {
    position: relative;
}


.content { transition: all 0.3s;}
.content button{border:0px; background: transparent;}
.filter-space{width:0%;}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.header .container-fluid {
		position: relative;
	}
	.header__menu {
		display: none;
	}
	.header__nav {
		text-align: right;
		padding: 30px 0;
		display: none;
	}
	.slicknav_menu {
		background: transparent;
		padding: 0;
		display: block;
	}
	.header__menu__right {
		display: none;
	}
	.slicknav_nav {
		/*background: #222;*/
	}
	.slicknav_nav ul {
		margin: 5px 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 25px;
		margin: 0;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
		background: transparent;
		color: #f03250;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
		background: transparent;
		color: #f03250;
	}
	.slicknav_btn {
		margin: 0;
		border-radius: 0;
	/*	background: #f03250;*/
		position: absolute;
		right: 15px;
		top: 40px;
	}
	.hero__search__form form input {
		width: 100%;
	}
	.hero__search__form form .select__option {
		width: 100%;
	}
	.hero__search__form form button {
		width: 100%;
	}
	.categories__item {
		width: calc(50% - 16px);
	}
	.most__search__tab .nav-tabs .nav-item {
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.newslatter__text {
		margin-bottom: 30px;
	}
	.ov-hid {
		overflow: visible;
		padding-left: 0;
	}
	.filter {
		position: relative;
		width: auto;
		height: auto;
		padding: 30px 34px 30px 30px;
		overflow-y: auto;
		padding-top: 140px;
	}
	.listing {
		width: 100%;
		height: auto;
		padding-top: 45px;
	}
	.listing .listing__list {
		display: block;
		margin-right: 0;
	}
	.listing .listing__list .listing__item {
		max-width: 100%;
	}
	.listing__map {
		height: 100%;
		width: 100%;
		margin-top: 40px;
		float: left;
	}
	.listing__hero__btns {
		text-align: left;
		padding-top: 30px;
	}
	.listing__sidebar {
		padding-top: 50px;
	}
	.blog__sidebar {
		padding-top: 50px;
	}
	.listing__details__rating__bar__item .barfiller {
		width: 180px;
	}
	.blog__details__share__item {
		width: calc(33.33% - 34px);
	}
	.blog__details__comment__form form .input-list .input-item {
		width: 100%;
		margin-right: 0;
	}
	.about__title {
		margin-bottom: 30px;
	}
	.testimonial__slider.owl-carousel .owl-nav {
		text-align: center;
	}
	.testimonial__slider.owl-carousel .owl-nav button {
		position: relative;
		top: 20px;
		left: 0;
		margin-right: 10px;
	}
	.testimonial__slider.owl-carousel .owl-nav button:last-child {
		margin-right: 0;
	}
	.footer__copyright {
		text-align: center;
	}
	.footer__copyright__text {
		float: none;
		margin-bottom: 10px;
	}
	.footer__copyright__links {
		float: none;
	}
	.featured-vendors .featured-content a{width: 100%;}
	.pagination .page-link { padding: 5px 10px;}

	.vendors-list{width: 100%;}
    .sidebarnav { width: 250px; position: absolute;top: 0; padding: 0px; left: -255px; height: 1000vh; z-index: 999;background: #f8f9fa;
    transition: all 0.3s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

.sidebarnav.active {left: 0;}
.sidebarnav form {padding: 10px 20px;}

.dismiss { width: 35px;height: 35px; line-height: 35px; text-align: center; background: #000; color: #fff; position: absolute; top: 10px; right: 10px;
    cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: block;
 }

.dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top:0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sidebarnav .sidebar-header { padding: 20px;background: #d54a83; display: block;}
.sidebarnav .sidebar-header h3{color:#fff; font-size:20px;}
.sidebarnav .widget__title{font-size:15px;}
.sidebarnav .custome-checkbox .form-check-label {font-size: 13px;}

.sidebarnav ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.sidebarnav ul p {
    color: #fff;
    padding: 10px;
}

.sidebarnav ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebarnav ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.sidebarnav ul li.active>a,
a[aria-expanded="true"] {}

.sidebarnav a[data-toggle="collapse"] {
    position: relative;
}


.content { transition: all 0.3s;}
.content button{border:0px; background: transparent;}
.filter-space{width:0%;}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.header__logo {
		padding: 38px 0 30px;
		max-width: 140px;
	}
	.categories__item__list {
		margin-right: 0;
	}
	.categories__item {
		width: 100%;
		margin-right: 0;
	}
	.hero__search__form form .select__option:before {
		display: none;
	}
	.listing__hero__icon {
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.listing__hero__btns .primary-btn {
		padding: 12px 20px 10px;
	}
	.listing__details__rating__overall {
		text-align: left;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.blog__hero__text h2 {
		font-size: 30px;
		line-height: normal;
	}
	.blog__details__share__item {
		width: calc(50% - 34px);
	}
	.listing__text__top__left {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.listing__text__top__right {
		float: none;
		text-align: center;
	}
	.listing__details__comment__item__pic {
		float: none;
		margin-bottom: 15px;
	}
	.blog__details__tags a {
		margin-bottom: 5px;
	}

	.featured-vendors .featured-content a{width: 100%;}
	.pagination .page-link { padding: 5px 10px;}

	.vendors-list{width: 100%;}
    .sidebarnav { width: 250px; position: absolute;top: 0; bottom: 0; padding: 0px; left: -255px; height: 1000vh; z-index: 999;background: #f8f9fa;
    transition: all 0.3s; overflow-y: scroll; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }

.sidebarnav.active {left: 0;}
.sidebarnav form {padding: 10px 20px;}

.dismiss { width: 35px;height: 35px; line-height: 35px; text-align: center; background: #000; color: #fff; position: absolute; top: 10px; right: 10px;
    cursor: pointer; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: block;
 }

.dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    top:0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

.sidebarnav .sidebar-header { padding: 20px;background: #d54a83; display: block;}
.sidebarnav .sidebar-header h3{color:#fff; font-size:20px;}
.sidebarnav .widget__title{font-size:15px;}
.sidebarnav .custome-checkbox .form-check-label {font-size: 13px;}

.sidebarnav ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.sidebarnav ul p {
    color: #fff;
    padding: 10px;
}

.sidebarnav ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.sidebarnav ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.sidebarnav ul li.active>a,
a[aria-expanded="true"] {}

.sidebarnav a[data-toggle="collapse"] {
    position: relative;
}


.content { transition: all 0.3s;}
.content button{border:0px; background: transparent;}
.filter-space{width:0%;}

}
