.notification-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  border: 2px solid white;
}

/*custom css for ADA*/
.mb-20-important {margin-bottom: 20px!important;}
.paypal-link:focus-within .paypal-button {
    border: 3px solid blue!important;
}
.chat_ib h2{ 
  font-size:15px; 
  color:#464646; 
  margin:0 0 8px 0!important;
  line-height: 28px!important;
}
.chat_ib h2 span{ font-size:13px; float:right;}
.login-wrapper-custom-h4 {
  font-size: 27px!important;
  margin-bottom: 10px!important;
}
.login-wrapper-custom-h5 {
  font-size: 23px!important;
  margin-bottom: 10px!important;
}
.remove-agent-location:focus i {
  border: 2px solid blue!important;
  padding: 2px;
}
.fileUpload:focus-within {
    outline: 3px solid blue;
}
.fileUpload:not(:focus-within) {
    outline: none;
}

.swiper-slide .item-img img:focus {
    outline: 3px solid blue!important; 
}

.custom-h6-normal {
  font-size: 19px;
  line-height: 24px;
  font-weight: normal!important;
}
.custom-h5{
  font-size: 23px;
  line-height: 28px;
  font-weight: normal!important;
}
.reviews-custom-h4 {
  font-size: 27px;
  line-height: 32px;
}
.custom-h6 {
  font-size: 19px;
  line-height: 24px;
}
.rating-custom-big-h1 {
    color: #10ad88;
    font-size: 67px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.rating-custom-small-h1 {
  color: #10ad88;
  font-size: 37px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.table-box1 th {padding-left: 10px;}
.login-wrapper .item-title a {color: #000;}
.login-wrapper .item-title {
  color: #212121;
  font-size: 30px;
  line-height: 40px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.login-wrapper p {margin-bottom: 15px;}
.heading-text {
  line-height: 26px;
  color: #70778b;
  font-size: 16px;
  font-weight: normal!important;
}

.page-subtitle {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
}
.page-subheading {
  font-size: 19px;
  line-height: 24px; 
  font-weight: bold;
}

.contact-box1 .contact-content .social-box .item-social li a:focus i {
  border: 2px solid blue!important;
}

.resources {
    padding: 0px 70px 0px 15px;
    margin-bottom: 20px;
}
.resources-content h2, .resources-content h2 a {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.resources-content h2 a:hover{
    color: #00c194;
}

/*ADA tab for anchors styling*/
a, a:link, a:active, a:hover, select, input, button, textarea {
  outline: none;
}
a:focus:not(:active):not(:hover), select:focus:not(:active):not(:hover), input:focus:not(:active):not(:hover), button:focus:not(:active):not(:hover), textarea:focus:not(:active):not(:hover) {
  outline: blue solid 3px!important;
  outline-offset: 2px!important;
}
.item-img a:focus img {
  border: 3px solid blue!important;
}

nav.template-main-menu > ul > li:focus-within ul.dropdown-menu-col-1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


/*css overflow for diagnosis ADA-158*/
td[colspan="2"] {
    max-width: 300px;
}
td[colspan="2"] p {
    overflow: hidden;
    word-wrap: break-word;
}

/*floating icon 335*/
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.circular-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #007bff; 
  color: #fff;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.circular-button:hover{
  color: #fff;
  opacity: 0.9;
}

/*2FA*/
.icon-wrap-two-fa {
  margin: 10px;
  font-size: 34px;
}

/*facility review*/
#rating-total-wrap {
  border: 12px solid #10ad88;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rating-total-wrap h1 {
  color: #10ad88;
  font-size: 67px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.tab-style-1 .reviews-area .reviews-comment .media:nth-child(odd){padding-left: 0!important;}
.users-rating-circle {
  border: 8px solid #10ad88;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.users-rating-circle h1 {
  color: #10ad88;
  font-size: 37px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.review-rating-label {
  font-weight: bold;
  color: #000;
}
.review-description-wrap {padding-top: 0!important;}
.media:last-child {
  border-bottom: none!important;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.star-yellow {color: #fc9f32;}
.star-gray {color: #ccc;}
.rating-reviews-stars li {margin-right: 5px;}


.single-item-address li p {color: #fff!important;}
.single-slider-content {margin-bottom: 100px;}
.form-text {font-size: 1rem!important;color: #00c194!important;}
.review-helpful-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 10px;
}    
.review-helpful{text-align: right;}
.review-summary-wrap {padding: 20px; background: #f7f5f5;border-radius: 10px;}
.item-rating li {
    display: inline-block;
    color: #fc9f32;
    font-size: 13px;
}
.review-content-top .single-item-address {min-height: 90px;}
.property-box4 .item-img img {height: 230px;}
.review-wrap-content {padding-top: 0;}


/*agent intake broadcast update*/
#agent-location-coverage-wrap {border: 1px solid #eee;border-radius:5px;padding:30px;}
.select-form {
  border: 1px solid #e5e5e5!important;
  border-radius: 4px;
  height: 52px!important;
}
.tag-editor {
  height: 52px!important;
  padding-top: 5px!important
}
.rld-single-select .single-select {padding: 0 20px 0 20px;}
.tag-editor-textfield {
  height: 52px!important;
  border-color: #e5e5e5!important;
  padding-top: 5px!important;
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}



/*chat message*/
.input_msg_write #message {
    width: calc(93% - 30px); /* Adjust for padding */
    padding: 10px;
    box-sizing: border-box;
    border: none;
    resize: none;
    transition: border-color 0.3s ease; /* Add transition for a smoother effect */
    height: 50px;
    overflow: hidden;
}
.input_msg_write #message:focus{
    border-color: transparent; /* Remove border on focus */
    outline: none;
}

.chat-user-avatar {
  max-width: 100%;
  height: auto;
  width: 45px;
  max-height: 45px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}


img{ max-width:100%;}
.inbox_people {
  background: #fff none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #e5e5e5;
}
.inbox_msg {
  border: 1px solid #e5e5e5;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #e5e5e5;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding-top: 30px;
  width: 60%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #e5e5e5;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
  margin-right: 15px;
}
.messaging { background: #fff;}
.msg_history {
  height: 516px;
  padding: 30px 10px 0 25px;
  overflow-y: auto;
}
.div-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.div-scrollbar::-webkit-scrollbar-track {
  background: #f8f9fa;
}

.div-scrollbar::-webkit-scrollbar-thumb {
  background: #c7c4c4;
  border-radius: 10px;
}
/*end chat message*/


/**260scrollbar style for notes lists messages*/
#notes-wrap {
  max-height: 290px;
  overflow-y: auto;
}

#notes-wrap::-webkit-scrollbar {
  width: 5px;
}

#notes-wrap::-webkit-scrollbar-track {
  background: #f8f9fa;
}

#notes-wrap::-webkit-scrollbar-thumb {
  background: #c7c4c4;
  border-radius: 10px;
}

#chat-message-panel {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
}
/**260scrollbar style for notes lists messages*/

.facility-edit-field-border {padding: 10px; border: 1px solid #ebe7e7; border-radius: 5px;}
.bg-gray {background: #ada5a5!important;}
/*ease-153*/
#list-facility-wrap .item-img img {height: 250px!important;}
#checkout-facility-wrap .item-img img {border-radius: 10px; height: 200px}
#checkout-facility-wrap p {color: #fff!important;}
/*end ease-153*/

/*ease-68 amenities*/
.ameniting-list {
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 10px;
}
.ameniting-list li img {
  width: 25px;
}
.accommodation-amenities {
  list-style: none;
  padding: 0;
}

.accommodation-amenities li {
  display: inline-block;
  margin-right: 10px;
}
.accommodation-amenities li img {width: 25px;cursor: pointer;}
.accommodation-amenities li i {
    color: #00c194;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    background-color: #edf9f6;
    border: none;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.tooltip-inner {min-width: max-content;}
.tooltip{white-space: pre-line;pointer-events: none;position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
/*ease-68 amenities*/



.rss-user-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/*ease-175*/
#frm-quicksearch-submit .search-suggestions-dd-list {
  margin-top: 10px!important;
}
#frm-quicksearch-submit .search-suggestions-dd {
  width: 389px!important;
}
#frm-quicksearch-submit .single-select {
    border-radius: 5px;
}


.overview-area {overflow: hidden;}

/*ease-70*/
.list-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style-type: none;
  padding: 0;
}

.list-checkbox li {
  display: flex;
  align-items: center;
}
/*ease-70*/

.latest-listing-wrap .item-img a img {
  height: 120px;
  object-fit: cover;
}

/*ease-184*/
#recommended-cities-box-wrap .single-listing-box1 .nearby-area .nearby-box .media{
  border-bottom: none!important;
  padding-bottom: 10px!important;
}
#recommended-cities-box-wrap .single-listing-box1 .nearby-area .nearby-box .media .media-body {
  margin-left: 15px!important;
}

/* Flexbox container for the two columns */
ul.cities-recommended {
  display: flex;
  flex-wrap: wrap;
}

ul.cities-recommended li {
  flex: 1 0 50%; /* Each list item will take 50% of the container width */
  padding-top: 5px;
}
ul.cities-recommended li + ul.cities-recommended li {
  margin-top: 5px;
}

/*ease-173*/
.pagination-style-1 ul.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-style-1 ul.pagination li {
    margin: 5px;
}
/*end ease-173*/
    
/*remove gradient in similar listing image*/
.property-wrap1 .property-box2 .item-img:before, .property-wrap-6 .property-box2 .item-img:before {
    content: none;
    height: initial;
    width: initial;
    background-image: none;
    opacity: 1;
    position: static;
    left: initial;
    right: initial;
    bottom: initial;
    z-index: initial;
}
#user-avatar {height: 200px; width: 200px;}
#view-photo-description {position: absolute;bottom: 10px; left: 10px;color: #000;}
.light-gray-bg {background: #eaf7f4!important;}
.brand-box2 .item-img img {
    filter: none!important;
    margin-bottom: 20px;
    border-radius: 10px;
}
.services-text-home{
  position: absolute;margin-left: 10px;padding: 5px 10px;margin-top: 10px;
}

.single-listing-wrap1 .item-price .small{
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 400;

}
.single-listing-wrap1 .item-price i{
    margin-right: 2px;
    font-size: 14px;
    color: #bfbfbf;
}

.facility-lists {
    padding-bottom: 0px!important;
    font-size: 18px!important;
    color: #00c194!important;
    font-family: "Ubuntu", sans-serif!important;
    font-weight: 600!important;
    
}
.facility-slider-description {margin-bottom: 5px;}
#back-to-top {bottom: 100px!important;}
.text-darker-grey {color: #7d6b6b;}


/*collapse tbl*/
.collapsible-table {
  width: 100%!important;
  border-collapse: collapse;
}

.collapsible-table th,
.collapsible-table td {
  padding: 8px;
}
/*end collapse table*/

.bg-owned-facilities {background: #fdecec;}
/*cookie*/
.cc-compliance .cc-btn::before {
  content: "Accept All Cookies";
}



/*pagination custom*/
.pagination-style-1 .pagination .page-item a{
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #00c194;
  border: 1px solid #dbdbdb;
  padding: 10px 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;

    position: relative;
    display: block;
    color: #00c194;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  @media only screen and (max-width: 374px) {
    padding: 8px 15px;
  }
}

.pagination-style-1 .pagination .page-item a.active {
  background-color: #00c194;
  border-color: #00c194;
  color: #ffffff;
}

.pagination-style-1 .pagination .page-item a:focus {
  box-shadow: none;
}

.pagination-style-1 .pagination .page-item a:hover {
  background-color: #00c194;
  border-color: #00c194;
  color: #ffffff;
}

.owner-profile{
   border-radius: 50%;
   object-fit: cover;
   width: 100px!important;
   height: 100px!important;
}

.text-green{color: #00c194!important;}
.text-red{color: #d92e49!important;}
.text-gray{color: #dfd1d1!important;}
.text-black {color: #000!important;}
.text-blue {color: #4d94dd!important;}

.link-black {
  color: #5e5b5b;
  font-weight: bold;
  text-decoration: none;
}

.link-black:hover{
  text-decoration: underline;
  color: #212121;
}

.link:hover {text-decoration: underline;}

.link-green, .link-green:hover {
  color: #00c194;
  text-decoration: underline;
  font-weight: bold;
}


/*.box .box-top .rt-filter-btn {max-width: 133px!important;}*/
/*#frm-search-submit .rld-single-select .single-select {padding: 0 250px 0 20px!important;}*/
/*.rld-single-select .single-select .list {
    max-height: 300px!important;
    overflow-y: scroll!important;
}*/

/*search custom*/
.search-suggestions-dd{
    /*width: 515px;*/
    min-width: 100%;
    position: absolute;
    z-index: 20;
    text-align: left;
    background: #fff;
    border-top-left-radius: 6px;
    overflow-y: scroll;
    max-height: 250px;
}

.search-suggestions-dd-list{
  /* padding: 5px 25px; */
    background: #fff;
    width: 100%;
    z-index: -6;
    position: relative;
    /* margin-top: 50px; */
}
.js-listItem {padding:10px 16px;}
.js-listItem:hover{cursor: pointer;background-color: #f3f4f6;}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-50 {margin-top: 50px;}
.mb-20 {margin-bottom: 20px;}

.txt-required {border: 1px solid red;}
.no-display {display: none;}
.site-main {padding: 50px 0 70px!important;}



.textfield{
    height: 52px!important;
    background-color: transparent!important;
    color: #00c194!important;
    border-color: #e5e5e5!important;
}

.main-button {
    padding: 15px 20px!important;
    height: auto!important;
    line-height: 1!important;
    font-size: 16px!important;
    font-weight: 500!important;
    border-radius: 4px!important;
    transition: all 0.3s ease-in-out!important;
}
.img-cirle {border-radius: 50%;}
.profile-info-wrap h5, .profile-info-wrap h1 {
  margin-bottom: 0!important;
  margin-top: 30px;
}
.profile-info-wrap p{
  margin-bottom: 0px!important;
}
.green-bg {
    background: #00c194!important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.left-align {text-align: left!important;}
.right-align {text-align: right!important;}
.center-align {text-align: center!important;}
.brand-color-primary {color: #c31230 !important;}
.brand-color-bg {background: #c31230 !important;}
.item-price {
    color: #00c194;
    font-size: 22px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    padding-bottom: 20px;

}
.item-price span.duration {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 500;
}
.text-bold {font-weight: bold;}
/*.item-title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px;
    line-height: 32px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}*/
.label-top-title{
    padding: 0;
    font-size: 14px;
    color: #acafbb;
    background: none;
}

.fixed {
    position: fixed;
    top: 86px;
    right: auto;
    /*left: 0; */
    z-index: 1030;
    width: 410px;
    float: right!important;
}

.nice-select{width: 100%;}
.nice-select .list {width: 100%;}
.datepicker td, .datepicker th {
    width: 2.5em!important;
    height: 2.5em!important;
}
.shorting {width: 100px;}
.no-marginpadding-bottom {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}

#tbl-onboarding th {
  color: #00c194!important;
}
.no-rightmargin {margin-right: 0!important;}

#frm-find-facility .rld-single-select .single-select {height: 52px!important; border: 1px solid #e5e5e5!important;}
.verification {
    padding: 50px;
    border: 1px solid #efefef;
}

.link {
    text-decoration: none;
    font-weight: bold;
    color: #00c194;
}
.link:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #00c194;
}

.text-grey{
    color: #ccc;
}

#upload-wrap {
  border: dotted 3px #e9d5d5;
  padding: 50px;
}

.tbl-main tr th, .tbl-results tr th {
  color: #00c194;
}

.bg-blue {
  background: #16a7d1!important;
}
.bg-red{
  background: #db5b5b!important;
}
.bg-blue-dark {
  background: #0d6efd!important;
}
.bg-green{
  background: #10ad88!important;
}
#notes-list li {
  padding-top: 15px;
  border-bottom: 1px solid #f5f5f5;
}

#notes-list li:last-child{
  border-bottom: none;
}

#notes-list li .date-note{
  font-weight: bold;
  color: #00c194;
}

.underline {text-decoration: underline;}
/*select 2 custom height*/
#post-95 .select2-selection__rendered {
    line-height: 50px !important;    
    color: #00c194!important;
}

/*ease-47*/
#main-content-wrap .select2-selection__rendered {
  line-height: 60px !important;    
}
#main-content-wrap .select2-container .select2-selection--single {
  padding-left: 10px;
  height: 60px!important;
  border-color: #e5e5e5!important;
  background-color: transparent!important;
}
/*end ease-47*/

.select2-container .select2-selection--single {
    height: 52px !important;
    border-color: #e5e5e5!important;
    background-color: transparent!important;
}
.select2-selection__arrow {
    height: 52px !important;
}

.no-padding {padding: 0!important;}
.no-margin {margin: 0!important;}

#pp-content-body ol li{
  margin-left: 50px;
}
#pp-content-body ul {
  list-style-type: disc;
  margin-left: 70px;
}
#pp-content-body ul > li > ul {
  list-style-type: square;
 margin-left: 70px;
}
#pp-content-body  ul > li > ul > li > ul {
  list-style-type: circle;
  margin-left: 70px;
}
#pp-content-body a {
    text-decoration: none;
    font-weight: bold;
    color: #00c194;
}
#pp-content-body a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #00c194;
}

.contract-scrollable-div {
  overflow-y: scroll;
  max-height: 500px;
  border: 1px solid #00c194;
  padding: 100px;
  border-radius: 5px;
}
.contract-scrollable-div p, .contract-pdf p {color: #000;}


/*css media settings for onboarding & departure date breakpoints*/
@media only screen and (max-width: 1200px) { 
    .form-assists-wrap .input--medium {width: 48%!important;}
    .input--medium {
       width: 48%!important;
     }
  }

  .display-flex{display: flex!important;}
  #facility-info-wrap .item-btn {
    background: #dfefeb;
    padding: 0px 20px;
    display: inline-block;
    height: 36px;
    border: none;
    border-radius: 4px;
    color: #00c194;
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }

  #facility-info-wrap .item-button:hover .item-btn {
      color: #ffffff;
    }
#facility-info-wrap .item-button:hover .item-btn:after {
      width: 100%;
      left: 0;
      visibility: visible;
      opacity: 1;
    }

#facility-info-wrap .item-btn:after {
      content: "";
      height: 100%;
      width: 0;
      background: #00c194;
      position: absolute;
      bottom: 0;
      right: 0;
      visibility: hidden;
      opacity: 0;
      border: none;
      border-radius: 4px;
      z-index: -1;
      transition: all 0.3s ease-in-out;
}

.selected-btn {
    display: inline-block;
    padding: 10px 45px;
    color: #00c194;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    border: 1px solid #00c194;
}

.selected-btn:hover{color: #00c194;}
.photo-status {
    float: right;
    position: absolute;
    background: #f90;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 0px 25px 0px 15px;
    border-bottom-right-radius: 100px;
}

#upload-form-wrap{
    padding: 50px;
    border: 2px dashed #f5f5f5;
    text-align: center;
}
#btn-upload-wrap {
    width: 150px;
    text-align: center;
    margin: 0 auto;
}
.thead-light {color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;}


.file-link {
    color: #00c194!important;
}
.file-link:hover{
    text-decoration: underline;
}
.upload-link {
    font-weight: bold;
    color: #0d6efd;
    text-decoration: underline;
}

#range-group-wrap, #range-group-wrap2, #range-group-wrap3 {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom:0;
}
#type-wrap-budget {margin-bottom:10px;}

/*homesearch custom*/
.rld-main-search .rld-single-select .single-select {
  padding: 0 20px 0px 20px!important;
}
.rld-main-search .box .box-top .rt-filter-btn {
  max-width: 133px!important;
}

/*nice select scrollable panel*/
.list {
  max-height: 300px;
  overflow-y: scroll !important;
}

/*faq custom*/
.accordion-button {
  font-weight: bold;
  color: #000;
}
.accordion-button:not(.collapsed) {
 color: #00c194; 
 background-color: #f5f5f5;
}
.accordion-body strong {color: #00c194;}
.table-responsive {overflow-x: hidden;}

.btn-notify-agents {
  padding: 12px 40px!important;
  background: #00aced!important;
}
.btn-search-assists{padding: 12px 40px!important;}
.form-assists-wrap{
    border: 1px solid #f3f1f1;
    padding: 30px;
    border-radius: 5px;
}

/*paypal buttons*/
.paypal-button {
    background: #ffc439;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
    color: #000;
}
.paypal-button:hover{opacity: 0.9;}
.map-form-style-2 .rld-single-select .single-select {border-radius: 5px;}
.find-facility-padding {padding: 0 20px 0 20px!important;}

.img-slider-select{width: 100%;height: 500px;object-fit:cover;}
.accommodation-img{width: 250px;height: 280px; object-fit: cover;}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc!important;
  opacity: 1; /* Firefox */
}
.create-wrap {padding: 10px!important;}
.small-btn-custom {padding: 5px 35px!important;}
.tbl-proposal > tbody > tr > td {
     vertical-align: middle;
}
#recommended-facilities-wrap {
  border: 1px solid #f5f5f5;
  padding: 50px;
}


/*mobile *************************************************************************************************/
@media only screen and (max-width: 767px) {

    /*ADA*/
    .review-facility-title {color: #000!important;}
    .facility-title {display: flex; justify-content: center;}
    #login-sign-up-msg {text-align: center;}
    .facility-title-wrap {text-align: center; margin-bottom: 20px;}

    .heading-text {font-size: 16px!important;}
    .resources .item-title, .resources .item-subtitle{
        text-align: left;
    }


    /*reviews*/
    .review-helpful-area {
        flex-direction: column;
        align-items: flex-center;
        text-align: center!important;
    }

    .review-helpful {
        text-align: center;
    }
    .review-wrap-content h4.item-title {margin-top: 50px;text-align: center;}

    /*chat message*/
    .inbox_people {width: 23%;}
    .mesgs {width: 77%;padding: 0;background: #fff;}
    .msg_history {padding: 40px 10px 10px 10px;border-top: 1px solid #c4c4c4;}
    .write_msg {margin-bottom: 8px;}
    
    .chat_ib {display: none;}
    .chat_img {width: 100%!important;}
    .chat_img img {display: block;margin: 0 auto;}
    .headind_srch {display: none;}

    .incoming_msg_img {width: 20%;}
    .received_msg {width: 70%;}
    .received_withd_msg {width: 90%;}
    .sent_msg {width: 90%;}
    .mobile-wrap-searchbar {width: 80%;display: block;padding-top: 8px;padding-bottom: 8px;}
    .srch_bar input {border: 0!important;}
    /*end chat message*/


    .banner-btn {margin-bottom: 10px;}
    .choose-box2 .choose-button {opacity: 1;visibility: visible;}
    .dataTables_length {margin-bottom: 15px!important;}
    .list-btn-wrapper {text-align: left!important;}
    .btn-centered-mobile {text-align: center!important;}
    .lists-btn {margin-top: 20px;}
    /*ease-68 public*/
    .ameniting-list {
      display: grid; 
      grid-template-columns: repeat(1, 1fr); 
      gap: 10px;
    }

    /*ease-68*/
    .list-checkbox-amenities {
      display: grid!important;
      grid-template-columns: repeat(1, 1fr)!important;
    }

    .list-checkbox-services {
      display: grid!important;
      grid-template-columns: repeat(1, 1fr)!important;
    }

    .list-checkbox-levelofcare {
      display: grid!important;
      grid-template-columns: repeat(1, 1fr)!important;
    }
    
    /*ease-175*/
    #frm-quicksearch-submit #location-search { margin-bottom: 10px;}
    #frm-quicksearch-submit .search-suggestions-dd {margin-top: -10px;border-top-left-radius: 0px;width: 360px!important; border: 1px solid #f5f5f5;}

    /*ease-84*/
    .widget-listing-box1 .widget-content {
      text-align: center!important;
    }

    /*ease-184*/
    #recommended-cities-box-wrap {margin-top: 50px;}
    ul.cities-recommended {
      flex-direction: column; /* Change to a single-column layout */
    }
    
    ul.cities-recommended li {
      flex: 1 0 100%; /* Each list item will take 100% of the container width */
    }

  /* ease 173 fix pagination in mobile */
    .pagination-style-1 ul.pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pagination-style-1 ul.pagination li {
        flex-basis: 0;
    }
    .pagination-style-1 ul.pagination li {
        margin: 5px;
    }
    /* end ease 173 fix pagination in mobile */

  /*collapse tbl*/
  .collapsible-table{
    width: 100%;
    table-layout: fixed;
  }
  .collapsible-table th,
  .collapsible-table td {
    display: block;
    width: 100%;
  }

  .collapsible-table thead {
    display: none;
  }

  .collapsible-table tr, .collapsible-table tr>td:first-child {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .collapsible-table td {padding-left: 20px; border: 0;}
  .collapsible-table td:last-child{margin-bottom: 20px;}
  /*end collapse tbl*/


  /*ease-153 collapse tbl search results*/
  .collapsible-table-search-results{
    width: 100%;
    table-layout: fixed;
  }
  .collapsible-table-search-results th,
  .collapsible-table-search-results td {
    display: block;
    border-right: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
  }

  .collapsible-table-search-results thead {
    display: none;
  }
  .collapsible-table-search-results tr, .collapsible-table-search-results tr>td:first-child {
    border: 1px solid #ccc;
    overflow: hidden;
    padding-top: 10px;
    background: #f5f5f5;
  }
  .collapsible-table-search-results tr>td:nth-child(2) {font-weight: bold!important;}
  .collapsible-table-search-results td {padding-left: 20px; border: 0;}
  .collapsible-table-search-results td:last-child{padding-bottom: 10px;border-bottom: 1px solid #ccc;}
  /*end 153 collapse tbl*/

  .left-side {order: 2;}
  .right-side {order: 1;}

  
  /*cookie consent update on mobile*/
  .cc-floating.cc-theme-classic {border-radius: 0!important;}
  .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
      float: left!important;
      margin-top: 10px!important;
      font-size: 12px;
  }
  .cc-compliance .cc-btn::before {
    content: "OK";
  }
  .cc-message {font-size: 12px;margin-bottom:0!important;}
  /*.cc-window {
    display: flex!important;
    flex-direction: row!important;
    width: 100%!important;
  }

  .cc-message {
    width: 60%!important;
    float: left!important;
  }

  .cc-compliance {
    width: 40%!important;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    font-size: 11px;
  }
  /*end cookie consent*/

  #view-photo-description {font-size: 12px;}
  .facility-slider-description {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.5;
  }
  .feature-box3 .swiper-slide .feature-img1 {margin-bottom: 0;}
  
  .price-rates-single {text-align: center; margin-top: 20px;}
  .price-dash {display: none;}
  .price-nightly {display: block;}

  .form-assists-wrap .input--medium {width: 100%!important;}
  .input--medium {
       width: 48%!important;
     }
  .rld-main-search select {
    border-radius: 6px!important;
  }
  .item-shorting-box {
      display: block!important;
      text-align: center;
  }
  .property-box4 {
      display: block!important;
  }
  .heading-button {text-align: center;}
  .about-box6 .about-button {text-align: center;}

  .property-box5 {display: block;}
  .banner-button {text-align: center;}
  .single-property .single-listing-box1 .overview-area .gallery-icon-box .item-icon-box {
    width: 100%;
    display: flex;
  }
  .single-property .single-listing-box1 .overview-area .gallery-icon-box .item-icon-box .item-number {margin-left: 30px;}
  .single-property .property-heading .single-list-cate {text-align: center;}
  .single-property .property-heading .single-list-cate .item-categoery {background: #ccc;}
  .single-property .property-heading .side-button {text-align: center;}
  .single-property .property-heading .single-verified-area .item-title h3 {text-align: center;margin-top: 40px; margin-bottom: 40px;}

  .btn-add-wrap {float: left!important;margin-bottom: 30px;}
  .facility-info-wrapper {display: none!important;}
  #select-btn-wrap .banner-button, #select-btn-wrap a {float: left;}
  .grand-total-wrap {text-align: left!important;}
  /*.book-accommodation-wrap {display: flex;}*/
  .action-btns-wrap button {margin-top: 20px;}
  .action-btns-wrap {text-align: left;}
  .table-responsive {overflow-x: auto;}
  .tbl-main {width: 1500px!important;}
  .raw-table {width: 1024px;}
  .shorting-title {margin-top: 50px;margin-bottom: 20px;}
  .about-wrap2 .about-box3 {padding: 5px!important;text-align: left;}

  .img-slider-select {height: 300px;}
  .single-slider-content .single-verified-area .item-title h3 a {color: #00c194!important;}
  .single-slider-content .single-item-address li {color: #000!important;}
  .single-slider-content {
    margin-left: 10px; /*margin-top: -330px;*/
    margin-bottom: -10px;
  }
  .single-item-address li p {color: #000!important;}
  .details {color: #000!important;}
}



/* Tablets (768px to 1023px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .single-item-address li p {color: #000!important;}
  /*chat messages*/
    .inbox_people {width: 20%;}
    .mesgs {width: 80%;padding: 0;background: #fff;}
    .msg_history {padding: 40px 10px 10px 10px;border-top: 1px solid #c4c4c4;}
    .write_msg {margin-bottom: 8px;}
    
    .chat_ib {display: none;}
    .chat_img {width: 100%!important;text-align: center;}
    .chat_img img {display: block;margin: 0 auto;}
    .headind_srch {display: none;}

    .incoming_msg_img {width: 10%;}
    .received_msg {width: 60%;}
    .received_withd_msg {width: 90%;}
    .sent_msg {width: 60%;}
    .mobile-wrap-searchbar {width: 80%;display: block;padding-top: 8px;padding-bottom: 8px;}
    .srch_bar input {border: 0!important;}
  /*end chat messages*/

  .choose-box2 .choose-button {opacity: 1;visibility: visible;}
  .dataTables_length {margin-bottom: 15px!important;}
  .list-btn-wrapper {text-align: left!important;margin-bottom: 20px;}
  /*ease-153 collapse tbl search results*/
  .collapsible-table-search-results{
    width: 100%;
    table-layout: fixed;
  }
  .collapsible-table-search-results th,
  .collapsible-table-search-results td {
    display: block;
    border-right: 1px solid #ccc!important;
    border-left: 1px solid #ccc!important;
  }

  .collapsible-table-search-results thead {
    display: none;
  }
  .collapsible-table-search-results tr, .collapsible-table-search-results tr>td:first-child {
    border: 1px solid #ccc;
    overflow: hidden;
    padding-top: 10px;
    background: #f5f5f5;
  }
  .collapsible-table-search-results tr>td:nth-child(2) {font-weight: bold!important;}
  .collapsible-table-search-results td {padding-left: 20px; border: 0;}
  .collapsible-table-search-results td:last-child{padding-bottom: 10px;border-bottom: 1px solid #ccc;}
  /*end 153 collapse tbl*/

  .btn-centered-mobile {text-align: center!important;}
  .lists-btn {margin-top: 20px;}
    /*cookie consent update on mobile*/
  .cc-floating.cc-theme-classic {border-radius: 0!important;}
  .cc-floating.cc-type-info.cc-theme-classic .cc-btn {
      float: left!important;
      margin-top: 10px!important;
      font-size: 12px;
  }
  .cc-compliance .cc-btn::before {
    content: "OK";
  }
  .cc-message {font-size: 12px;margin-bottom:0!important;}

    /*ease-175*/
    #frm-quicksearch-submit input,  #frm-quicksearch-submit select{
        margin-bottom: 10px;
    }

  /* ease 173 fix pagination in mobile */
    .pagination-style-1 ul.pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .pagination-style-1 ul.pagination li {
        flex-basis: 0;
    }
    .pagination-style-1 ul.pagination li {
        margin: 5px;
    }
    /* end ease 173 fix pagination in mobile */

  .left-side {order: 2;}
  .right-side {order: 1;}

  /*collapse tbl*/
  .collapsible-table{
    width: 100%;
    table-layout: fixed;
  }
  .collapsible-table th,
  .collapsible-table td {
    display: block;
    width: 100%;
  }

  .collapsible-table thead {
    display: none;
  }

  .collapsible-table tr, .collapsible-table tr>td:first-child {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .collapsible-table td {padding-left: 20px; border: 0;}
  .collapsible-table td:last-child{margin-bottom: 20px;}
  /*end collapse tbl*/



  /* search-suggestions-dd */
  .search-suggestions-dd{
    width: 320px;
  }

}



@media only screen and (max-width: 991px) {
  .rld-main-search .box .box-top .rt-filter-btn {
    max-width: 0!important;
  }

  .contact-box1 {
    display: block;
    margin-bottom: 50px;
  }
  .contact-img{margin-bottom: 24px;}
  .contact-img img{width: 100%;}

  .contact-box2{
    display: block;
    overflow: hidden;
  }
  .table-responsive {overflow-x: auto;}
  .tbl-main {width: 1200px!important;}
  .shorting-title {margin-top: 50px;margin-bottom: 20px;}
  .about-wrap2 .about-box3 {padding: 5px!important;}
  
}


/*responsive fluid*/
@media only screen and (max-width: 1199px) {
  /*fixed overflow in homepage ui alignment*/
  .filter-btn span {
    display: none;
  }
}

/*custom breakpoints*/
/*ease-197*/
@media (min-width: 995px) and (max-width: 1200px) {
  .item-heading-left .bg-title-wrap .background-title {
    font-size: 90px!important;
    line-height: 100px!important;
  }
}

