section.content{
margin-top: 100px;
}




textarea.form-control{
  background-color: rgba(0,0,0,0);
border: 1px solid #E3E3E3;
border-radius: 30px;
}

.adv-list-image{
  max-height: 260px;
  object-fit: cover;
  width: 390px;
  height: 260px;
}


.rating_selection {
 text-align: center;
}
.rating_selection label:first-of-type {
 display: none;
}
.rating_selection input[type=radio],
.rating_selection span {
 display: none;
}
.rating_selection label {
 cursor: pointer;
}
.rating_selection label:before {
 display: inline-block;
 content: "★";
 font-size: 40px;
 letter-spacing: 10px;
 color: #e9cd10;
}
.rating_selection input:checked + label ~ label:before {
 color: #aaa;
}
.rating_selection:hover label[for]:before {
 color: #e9cd10;
}
.rating_selection:hover label:hover ~ label:before {
 color: #aaa;
}



@media(max-width:992px){
  .work-hour-table-wrapper{
    overflow: scroll;
  }
  #work-hour-table{
      font-size: 12px;
  }
  #work-hour-table select{
      padding: 0;
  }
}


.single-tag{
  margin: 0 10px;
padding: 10px;
border-radius: 10px;
border: 1px solid #f96332;
cursor: pointer;
}

textarea.form-control{
  height: 170px;
    margin-bottom: 20px;
}

.list-item-advert{
  height: 800px;
}

.hours-list-wrapper{
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
      text-align: center;
}

.single-hour-item-wrapper{
  padding: 10px 0;
  margin: 0 0 0 5px;
}

.day-name{
  border-bottom: 3px solid gray;
  padding: 0 35px;
}

.hour-name{
  height: 100%;
  padding-top: 10px;
  background-color: #aada9d;
  font-weight: bold;
  font-size: 15px;
}

.off-day{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  font-size: 30px;
  height: 100%;
  background-color:#d4d4d4;
  color: #080808;
  text-align: center;
    font-weight: bold;
    padding-top: 0;
    margin:0 5px;

}

.user-profile-grid{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.user-profile-grid .bordered-content{
    width: 365px;
    padding: 0 10px;
}

@media (min-width:992px) and (max-width:1440px){
  .user-profile-grid{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  .user-profile-grid .bordered-content{
      width: 365px;
      margin: 10px;
  }


}

@media(max-width:992px){
  .user-profile-grid{
    display: block;
  }

  .user-profile-grid .bordered-content{
      width: 100%;
      margin-top: 10px;
  }
  .user-profile-grid .bordered-content h4{
      font-size: 18px;
      margin-bottom: 0;
  }

  .rating_selection label:before {
    font-size: 35px;
}

.sm-block{
  display: block!important;
}

.sm-block .form-group ,.sm-block button{
  width: 100%!important;
  margin-left: 0!important;
}

.list-item-advert{
  height: AUTO;
}


}

.cat-selector{
  border: 2px solid #C3252A;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cat-selector:hover{
  background-color: #C3252A;
  color: #fff;
}
.cat-selector:hover a,.cat-selector:hover p{
  color: #fff!important;
}

.owl-nav{
  display: flex;
justify-content: space-between;
position: absolute;
top: 50%;
left: 0;
width: 100%;
transform: translateY(-50%);
}

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  font-size: 50px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  left: -18px;
}
.owl-carousel .next-slide{
  right: 6px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
background-position: -24px -53px;
}

.owl-item,.list-item-non-carousel{
  border: 2px solid #C3252A;
border-radius: 5px;
}


.list-item-non-carousel {
    width: 32.333333%;
    margin: 10px 0;
    display: inline-flex;
    height: 600px;
}

@media(max-width:992px){
  .list-item-non-carousel {
      width: 100%;
      margin: 10px 0;
      display: inline-flex;
      height: 100%;
  }
}

.user-pp{
  border-radius: 100%!important;
    width: 100px!important;
    height: 100px;
    object-fit: cover;
}


@media(max-width:992px){
  section.content{
  margin-top: 150px;
  }
  .card{
    overflow-x: scroll;
  }
  .bordered-content{
    padding: 10px!important;
  }
  .bordered-content h4{
    margin-top: 0;
  }
}
@media(min-width:992px){
 .relative-logo{
   position:relative;z-index:444;
 }
}


.property_list h4{
    margin: 0;
}
.property_list h4 a{
    font-size: 17px;
}
.text-upper{
  text-transform: uppercase!important;
}




.hummingbird-treeview,.hummingbird-treeview *{list-style:none;font-size:20px;line-height:24px}.hummingbird-treeview label{font-weight:normal}.hummingbird-treeview input[type=checkbox]{width:16px;height:16px;padding:0;margin:0}.hummingbird-treeview ul:not(.hummingbird-base){display:none}.hummingbird-treeview .fa{font-style:normal;cursor:pointer}.hummingbird-treeview .fas{font-style:normal;cursor:pointer}.hummingbird-base{white-space:nowrap}
