
.logo{
	width:150px;
	
}

/* Absolute Center Spinner */

                .loading {

                  position: fixed;

                  z-index: 999;

                  overflow: show;

                  margin: auto;

                  top: 0;

                  left: 0;

                  bottom: 0;

                  right: 0;

                  width: 50px;

                  height: 50px;

                }



                /* Transparent Overlay */

                .loading:before {

                  content: '';

                  display: block;

                  position: fixed;

                  

                }



                /* :not(:required) hides these rules from IE9 and below */

                .loading:not(:required) {

                  /* hide "loading..." text */

                  font: 0/0 a;

                  color: transparent;

                  text-shadow: none;

                  background-color: transparent;

                  border: 0;

                }



                .loading:not(:required):after {

                  content: '';

                  display: block;

                  font-size: 10px;

                  width: 50px;

                  height: 50px;

                  margin-top: -0.5em;



                  border: 5px solid rgba(33, 150, 243, 1.0);

                  border-radius: 100%;

                  border-bottom-color: transparent;

                  -webkit-animation: spinner 1s linear 0s infinite;

                  animation: spinner 1s linear 0s infinite;





                }



                /* Animation */



                @-webkit-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @-moz-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @-o-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

.page-center{
  position: fixed;
  top: 50%;
  left: 50%; 
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.div-filter{
        border:1px solid grey;
        margin-right: 5px;
        font-size: 14px;
        color:grey;
        display: inline-block;
        border-radius: 2px;
        background: #fff;
        padding: 5px 10px;
    }

    .div-filter.active{
        background: #e9e9e9 !important;
    }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #33cc33;
}

input:focus + .slider {
  box-shadow: 0 0 1px #33cc33;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  border:2px solid #33cc33;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
  border:2px solid #ccc;
}


#how h4, #createseller h4{
  font-size:20px;
  line-height: 1px;
  font-weight: bold;
}

#how h4 i, #createseller p i{
  color:#008800;
  font-size: 20px;
}

#createseller p{
  font-size: 20px;
  color:#fff;
}
.nav-item .nav-sublink{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: none;
	list-style-type: none;
	padding-left:0px !important;
	position: absolute;
	top:60; 
	width: 250px !important; 
	z-index: 999; 
	background: #fff; 
}

.nav-item .nav-sublink li{
	border-bottom: 1px solid #e8e8e8;
	padding:  5px 0px 5px 0px !important;
}

.btn-outline-light{
  border: 1px solid #e8e8e8 !important;
}

.btn-outline-grey{
  border: 1px solid grey !important;
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100;
  line-height: 1 !important;
  background-color: #fff;
  z-index: 2;
}

.show-overlay{
  display: block;
}


#category-sidebar{
  width:300px;
	background: #fff;
	height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;

}

#category-sidebar::-webkit-scrollbar {
  width: 0px;
}

#subcategory-sidebar::-webkit-scrollbar {
  width: 0px;
}

#subcategory-sidebar{
	display: none;
	width:320px;
  height: 600px;
	position: absolute;
	top:0;
	left: 85%;
	background: #fff;
	border-left: 1px solid grey;
  overflow-y: scroll;
  overflow-x: hidden;
	 z-index: 2;
}

.overlay-list, .overlay .overlay-list, #category-sidebar .category-sidebar-list, #subcategory-sidebar .category-sidebar-list, #category-tab .overlay-list{
	list-style-type: none;
	padding-left:0px !important;
}

.overlay-list li, .overlay .overlay-list li, #category-sidebar .category-sidebar-list li, #subcategory-sidebar .category-sidebar-list li, #category-tab .overlay-list li{
	padding: 20px 10px;
	border-bottom: 1px solid #e8e8e8;
}

.overlay .list-head, #category-sidebar .list-head, #subcategory-sidebar .list-head{
	width: 100%;
	position: fixed;
	padding: 15px 10px 15px 10px;
	background: #32cd32;
	color:#e8e8e8;
	font-size:18px;
	font-weight: 700;
}

.overlay-list li a,.overlay .overlay-list li a,  #category-sidebar  .category-sidebar-list li a, #subcategory-sidebar .category-sidebar-list li a{
	display: block;
	color:#232f3e;
	
}

.overlay-list li a small, #category-sidebar  .category-sidebar-list li a small, #subcategory-sidebar  .category-sidebar-list li a small{
	color:grey;
	font-weight: normal;
}

.mobile-view{
	display:none !important;
}

.btn-primary{
	background: #32cd32 !important;
}

a.btn.btn-sm.btn-default-outline{
    border: 1px solid grey;
    text-align: center;
}

nav{

	padding-left:  60px !important;
	padding-right: 60px !important;
	margin-bottom: 0px !important;
}

nav a.nav-link{
	color: #e8e8e8 !important;
	font-size:18px !important;
}

nav .mtop_btn{
	display:none;
}

 .iconWrapper2{
  display: none;
}

.pushy a{
	padding: 0px !important;
	margin:0px !important;
}

.dropdown-menu .nav-link{
	color:#000 !important;
	padding: 0px;
	text-transform: capitalize !important;
}

.nav .nav-item a:hover, .nav .nav-item a:focus{
	background: none;
	color:#e7e7e7;
}

.nav-item .dropdown-menu a{
	color:#333 !important;
}

#seller-nav .nav-item a{
	background: none;
	color:#333 !important;
}

input:focus, select:focus, textarea:focus{
	outline: none;
	box-shadow:none !important;
}

#search input, #search button{
	padding:2px !important;
	min-height: 30px !important;
}

.breadcrumb-item a{
	font-size:15px !important;
	color: #000;
}

.breadcrumb-item{
	font-size: 15px !important;
}

.prp-description h3{
	font-size:18px !important;
	margin-bottom: 10px;
	text-transform: capitalize !important;
}

.navbar .pull-right li{
	width:200px !important;
}

.navbar-right-elements a{
	margin-left: 10px;
}

#headerdesc{
	margin-top: 70px;
}

#headerdesc h1{
	font-size:50px; 
	color:#fff; 
	font-weight: 600;
}

#headerdesc h1 small{
	font-size:30px;
}

.headingextral{
	padding: 5px;
	font-size: 18px;
	background: #006600;
	-webkit-box-shadow: 1px 1px 1px 0px #51AE51;
	-moz-box-shadow: 1px 1px 1px 0px #51AE51;
	box-shadow: 1px 1px 1px 0px #51AE51;
}

.headingextral a{
	color:#fff;
}

.hide{
	display: none !important;
}

.headingextral i{
	background: #51AE51;
	padding: 5px;
	color:#fff;
	width: 27px;
	border-radius: 50px;
}

.div-container{
	padding-left:  70px !important;
	padding-right: 70px !important;
}

.modal label{
	font-size: 15px !important;
	font-weight: normal !important;
}

.message-div{
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 10px 5px 10px;
}

.messager-dialogue{
	border:1px solid #e8e8e8;
	border-radius:10px;
	max-width: 60%;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}

.receiver-dialogue{
	border:1px solid #e8e8e8;
	border-radius:10px;
	max-width: 60%;
	padding: 5px;
	float: right;
	margin-bottom: 5px;
}

.submenu_links{
	color:#333;
	font-weight: 600;
	text-decoration: underline;
}


.input-group .cate-dropdown{
	width:200px !important;
	padding-left:20px;
}

.input-group button{
	width: 50px !important;
	border:none;
	background: #333333;
	color:#fff;
}



.property-listing-rows{
	background:#fff; 
	padding:2px; 
	margin-top:10px; 
	height:200px !important;
	padding-bottom: 0px !important;
}

.photo_count{
	position:absolute; 
	top:5px; left:5px; 
	z-index:1; 
	background:#333; 
	color:#e8e8e8; 
	padding:0px 4px 0px 4px; 
	border-radius:2px;
	font-size: 12px;
}

.list-wrapper{
	background:#fff; 
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.75);
}

.list-title h3 a{
	font-size: 18px;
	font-weight: 700;
	color:#00182E !important;
}

.list-title .desc{
	height: 120px;
}

.list-price{
	font-weight:700; 
	color:green !important; 
	font-size:22px;
	font-family: 'Montserrat', sans-serif;
}

 .list-title .list-foot{
 	font-size: 15px;
 	font-weight: 600;
 }

 .list-title .list-foot .msg{
 	background: #e8e8e8;
 	width: 30px;
 	height: 30px;
 	padding: 6px;
 	font-size: 20px;
 	vertical-align: middle;
 	text-align: center;
 	line-height: 20px;
 	border-radius: 50%;
 }

.msg.saved{
 	background: #008800 !important;
 	color:#e8e8e8 !important;
 	width: 30px;
 	height: 30px;
 	padding: 6px;
 	font-size: 20px;
 	vertical-align: middle;
 	text-align: center;
 	line-height: 20px;
 	border-radius: 50%;
 }

 .list-grid{
 	padding:2px; 
 	margin-top: -20px !important; 
 	width:20%; 
 }


.category_list{
	width:15%;
  margin-right: 10px; 
	background: #fff;
	padding: 15px 5px;
	border: 1px solid #e0e0e0;
}

.scategory_list{
  width:90px; 
  background: #fff;
  margin-top: 5px;
  padding: 10px 2px;
  border: 1px solid #e0e0e0;
}

.category_list img{
	width:20%;
}


.category_list h4{
		font-size:15px; 
}


.list-title p{
		font-size: 15px;
	}

.top li, .top2 li{
	padding:0px 10px 0px 10px;
	text-align:center;
	
}

.top li a{
	font-size: 15px;
	font-weight: 400;
	color:#fff;
}


.top2 li a{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color:#333;
}

.top2 li a i{
	color:green;
	font-size:20px;
}

.profile-link{
	list-style-type: none;
	padding-left: 0px;
}

.profile-link li{
	border-bottom: 1px solid #e8e8e8;
	padding:  10px 0px 10px 0px !important;
}

.dropdown-menu-right li{
	text-align: left;
	padding:  5px 0px 5px 0px !important;
}

.dropdown-menu-right li a i{
	font-size: 18px;

}

.dropdown-menu-right li a{
	color:#333333 !important;

}

button:disabled{

	cursor:not-allowed;
}

.ad_col{
	width:20% !important;
	float: left;
}

.listing-thumb{
	background: transparent url('../images/img-loader.gif') center no-repeat;
}	



.adImage a img, .adImage img, .img1 img{ 
	height: 250px !important; 
	text-align:center;
	padding: 0px;
}

.adImage img[class] { 
	width: 100%; 
	}

.listing-content-alt h3{
	width: 100%;
	font-size: 16px !important;
	font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

.cbp-caption-defaultWrap{
	border: 1px solid #e9e9e9;
}

.cbp-caption-defaultWrap img{
	text-align:center;
	padding: 0px;
}

.cbp-caption-defaultWrap img[class]{
	width: 100%;
}

.object-fit_fill { object-fit: fill; }
.object-fit_contain { object-fit: contain; }
.object-fit_cover { object-fit: cover; }
.object-fit_none { object-fit: none; }
.object-fit_scale-down { object-fit: scale-down; }

.section label{
	font-size:14px !important;
	padding-bottom: 10px;
	font-weight: 700;
}

.blogImage a img, .blogImage img{ 
  height: 200px !important; 
  text-align:center;
  padding: 0px;
}

.blogImage img[class] { 
  width: 100%; 
  }

.sizing-addon1{
	border-radius: 0px !important;
}

.listing-label{
	display: none;
}

.float-lg-right{
	margin-right: -50px !important;
}

.float-lg-right a.btn{
	padding: 10px !important;
}

.category{
	background: #fff;
	padding:20px 10px 20px 10px;
	height: 200px;
}

.categoryhome{
  line-height: 1 !important;
}

.categoryhome i{
	color:green;
}

.categoryhome h4{
	color:green;
}

.active .listing-label{
	display: block;
}
.u-line-icon-pro{
	font-size: 50px !important;
}

.col-md-2.col-sm-4.col-6{
	padding: 2px;
}
.list-group-item{
            color:#333333 !important;
            padding: 0px !important;
            margin:0px !important;
        }

.list-group-item i{
	color:#333 !important;
	font-size:16px !important;
}

.pagination .page-item.active .page-link{
	background: #32cd32 !important;
}

        .move-menu{
            color: #e8e8e8 !important;
            position: absolute;
        }

.smart-forms h2{
	font-weight: 700;
}

.footer-list{
padding-left: 0px !important;
}

.footer-list li{
	list-style-type: none;
}

.footer-list li a{
	color:#e8e8e8 !important;
}

/* Absolute Center Spinner */

                .loading {

                  position: fixed;

                  z-index: 999;

                  overflow: show;

                  margin: auto;

                  top: 0;

                  left: 0;

                  bottom: 0;

                  right: 0;

                  width: 30px;

                  height: 30px;

                }



                /* Transparent Overlay */

                .loading:before {

                  content: '';

                  display: block;

                  position: fixed;

                  top: 0;

                  left: 0;

                  width: 30px;

                  height: 30px;

                  background-color: rgba(255,255,255,0.5);

                }



                /* :not(:required) hides these rules from IE9 and below */

                .loading:not(:required) {

                  /* hide "loading..." text */

                  font: 0/0 a;

                  color: transparent;

                  text-shadow: none;

                  background-color: transparent;

                  border: 0;

                }



                .loading:not(:required):after {

                  content: '';

                  display: block;

                  font-size: 10px;

                  width: 30px;

                  height: 30px;

                  margin-top: -0.5em;



                  border: 3px solid rgba(33, 150, 243, 1.0);

                  border-radius: 100%;

                  border-bottom-color: transparent;

                  -webkit-animation: spinner 1s linear 0s infinite;

                  animation: spinner 1s linear 0s infinite;





                }



                /* Animation */



                @-webkit-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @-moz-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @-o-keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

                @keyframes spinner {

                  0% {

                    -webkit-transform: rotate(0deg);

                    -moz-transform: rotate(0deg);

                    -ms-transform: rotate(0deg);

                    -o-transform: rotate(0deg);

                    transform: rotate(0deg);

                  }

                  100% {

                    -webkit-transform: rotate(360deg);

                    -moz-transform: rotate(360deg);

                    -ms-transform: rotate(360deg);

                    -o-transform: rotate(360deg);

                    transform: rotate(360deg);

                  }

                }

@media screen and (max-width: 1000px) {
.logo{
	width:120px;
}

#headerdesc h1{
	font-size:40px; 
}

#category-sidebar{
  width:250px;
}

.category_list h4{
	font-size:15px;
	color:#333;
	font-weight: normal !important;
}

.category_list img{
	width:30%;
  margin-bottom: 15px;
}

.div-container{
	padding-left:  50px !important;
	padding-right: 50px !important;
}

.list-grid{
 	width:33.3%; 
 }

 .list-title .desc{
	height: 100px;
}

 .blog-title .desc{
  height: 150px;
}

	.ad_col{
	width:25% !important;
	float: left;
}
}

table.no-border, table.no-border tr, table.no-border td{
  border:none;
}

 #review_table,#review_table tr,#review_table td{
        padding: 0px;
        border:none;
        font-size:10px;
        vertical-align: middle;
        line-height: 10px;
    }

    #review_table td{
        padding-bottom: 5px;
    }

    #review_table .progress{
        margin-top: 0px;
    }

@media screen and (max-width: 800px) {
nav{
	padding-left:  10px !important;
	padding-right: 10px !important;
	margin-bottom: 0px !important;
}

.adImage a img, .adImage img, .img1 img{ 
  height: 180px !important; 
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100;
  background-color: #fff;
  z-index: 2
}

.laptop-view{
	display:none !important;
}

.mobile-view{
	display:block !important;
}
.advanced-search .top-btn a{
	padding: 0px;
	margin:0px;
}

.mobile-no-padding{
    padding: 0px !important;
}

.category_list{
	width:33.3%; 
  margin-right: 0px;
  font-size: 10px;
}

.list-grid{
 	width:33.3%; 
 }

 .list-title h3 a{
  font-size: 18px;
  font-weight: 700;
  color:#00182E !important;
}

.list-title .desc{
  height: 60px;
}

.list-price{
  font-weight:700; 
  color:green !important; 
  font-size:22px;
  font-family: 'Montserrat', sans-serif;
}

 .list-title .list-foot{
  font-size: 15px;
  font-weight: 600;
 }

 .list-title .list-foot .msg{
  background: #e8e8e8;
  width: 30px;
  height: 30px;
  padding: 6px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
 }

.div-container{
	padding-left:  10px !important;
	padding-right: 10px !important;
}

	.ad_col{
	width:33.3% !important;
	float: left;
}
}

.img_div{
  margin:2px 5px;
  background: #e8e8e8;
  width: 100px;
  height:100px;
  text-align: center;
  vertical-align: middle;
  line-height: 100px;
  color:grey;
  border-radius: 5px;
  border:1px solid #e8e8e8;
}


.image_preview_wrapper > .row {
          display: block;
            overflow-x: auto;
            white-space: nowrap;
          }

           ::-webkit-scrollbar {
              width: 5px;
            }

            ::-webkit-scrollbar-thumb {
              background: grey;
            }
.image_preview_wrapper > .row > .img_div {
              display: inline-block;
}

 @media screen and (max-width: 480px) {
nav{
	padding-left:  10px !important;
	padding-right: 10px !important;
	margin-bottom: 0px !important;
}

.adImage a img, .adImage img, .img1 img{ 
  height: 130px !important; 
}


.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100;
  background-color: #fff;
  z-index: 2;
  padding-bottom:100px !important;
}

.overlay .list-head{
	width: 100%;
	top:0;
}

.fixedfooter {
	padding: 10px 0px 10px 0px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #e8e8e8;
   text-align: center;
   font-size: 8px;
   z-index: 1 !important;
   line-height: 1 !important;
}

.fixedfooter2 {
  padding: 0px !important;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #e8e8e8;
   text-align: center;
   font-size: 8px;
   z-index: 1 !important;
   line-height: 1 !important;
}

.fixedfooter2 p{
  margin-bottom: 2px !important;
}

.fixedfooter2 a{
  color:#333;
}

.fixedfooter2 td.active,.fixedfooter2 td.active a, .fixedfooter2 td.active p{
      color:#008800 !important;
   }
   
   .fixedfooter2 td.active sup{
      background: #008800 !important;
      color:#e8e8e8 !important;
   }

.glyph-icon {
        padding: 10px;
        display: block;
        font-family:"Flaticon";
        font-size: 64px;
        line-height: 1;
    }
.glyph-icon:before {
        font-size: 64px;
        color: #222;
        margin-left: 0;
    }

.fixedfooter a{
	 color: #232f3e !important;
}

.footer a{
	color:#fff;
}

.fixedfooter a i{
	font-size:70px;
}


#verify-img{
	display: none;
}

nav .mtop_btn{
	display: block;
	border:none;
	background: transparent;
	color:#e8e8e8;
}

 .iconWrapper2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; height: 40px; 
  background-color: #e8e8e8;
  border-radius: 40px;
  position: relative;
}

.iconWrapper2 sup{
    position: absolute !important;
    top:7px;
    right: -5px;
}

#headerdesc{
	margin-top: 20px;
}

#headerdesc h1{
	font-size:20px; 
}

#headerdesc h1 small{
	font-size:15px;
}

.headingextral{
	font-size: 15px;
	font-weight: normal;

}

 	h2{
 		font-size: 16px;
 	}

 	.ad_col{
	width:50% !important;
	float: left;
}

.list-grid{
 	width:50%; 
 }


 	.adImage img { 
	height: 130px !important; 
	text-align:center;
	padding: 0px;
}

.div-container{
	padding-left:  17px !important;
	padding-right: 17px !important;
}

.photo_count{
	font-size: 10px;
}

	.list-title h3 a{
		font-size: 14px !important;
		font-weight: 700;
		color:#336699;
		width: 100%;

		  white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis 
	}

	.list-title h4{
		font-size: 17px;
		font-weight: 700;
		color: green;
	}

.list-title .desc{
	height: 40px;
}


.listing-content-alt h3{
	font-size: 14px !important;
}
	.list-price{
		font-size:16px;
	}

	.list-title p{
		font-size: 12px;
	}

	.list-title .list-foot{
		font-size: 12px !important;
		font-weight: normal;
	}

	.list-title .list-foot .msg{
 	font-size: 16px;
 	padding: 5px;
 	background: #e8e8e8;
 	width: 25px;
 	height: 25px;
 	border-radius: 50%;
 }

	.property-listing-rows{
		height: 140px !important;
	}

  .bottom-footer .no-padding{
    padding-left: 10px !important;
  }
 }

 .listing-row-inline {
    padding-top: 20px;
}
.listing-row-inline li + li {
    padding-left: 5px;
}
.listing-row-inline li a {
    color: #a1b1bc;
    font-size: 12px;
}
.listing-row-inline li a i {
    margin-right: 5px;
}
.listing-row-inline li a:hover {
    color: #4897d9;
}
.listing-filter .form-control {
    width: 150px;
    min-height: 20px;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.notactive {
    pointer-events: none;
    cursor: default;
    background: #e8e8e8 !important;
    color:grey !important;
}

#sidebar input[type="radio"], #filter-overlay input[type="radio"]{
    margin-left: -20px;
}



input[type="radio"]:checked+span{
    font-weight: 600 !important;
}

#filter_div::-webkit-scrollbar {
  width: 5px;
}

#filter_div::-webkit-scrollbar-thumb {
  background: grey;
}

.filter_item_div .labels {
  font-weight: 600;
  width: 100%;
  text-transform: uppercase;
  color:#000;
}

.filter_item::-webkit-scrollbar {
  width: 5px;
}

.filter_item::-webkit-scrollbar-thumb {
  background: grey;
}

.price-spin-flex{
          width: 100%;
        }

        .price-spin-flex button{
          height: 30px;
          border-radius:0px;
        }

        .price-spin-flex .p-qty{
          width: 30px;
          border:none;
          background: #f0f0f0;
          height: 30px;
          text-align: center;
          font-size:12px;
        }

        .price-spin-flex .p-total{
          width: 100px;
          border:none;
          border-left:1px solid grey;
          background: #f0f0f0;
          height: 30px;
          text-align: center;
          font-size:12px;
        }

.bottom-slide{ 
  width: 100%;
  height: 70%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  overflow-y: scroll;
  background: #fff;
  border:1px solid grey;
  border-radius: 10px 10px 0px 0px;
  z-index: 1000000002;
  line-height: 1;
}

.tab-bar tr, .tab-bar td{
        text-align: center;
        border:none;
        white-space: nowrap;
        font-size: 15px;
        color:#232f3e;
        line-height: 15px;
    }
  

    .tab-bar td.active{
        font-weight: 600;
        color:#008800;
        border-bottom:2px solid #008800;
    }