.errorMessagevalue{
	color: red;
	font-size: 14px;
}
.filter-head-notselect{
	font-size: .875rem;
}
.noresult-item-img{
	max-width: 450px;
}
.noresult-chat-img{
  height: auto;
    width: 40%;
}
.errorMessageproduct
{
	color: red;
	font-size: 14px;
}

.accordion-content {
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
.accordion-item {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  background: #fff;
  margin-bottom: 0.5em;
}
.item-header {
  display: flex;
  justify-content: space-between;
  column-gap: 0.2em;
}

.item-icon-delete {
  z-index: 99999;
  margin-bottom: -36px;
  margin-top: 1rem;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background: #dedede;
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
}
.item-icon-delete i {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}

.item-icon {
  margin-top: 1rem;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background: #dedede;
  cursor: pointer;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.09);
}
.item-icon i {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.item-question {
  font-size: 1em;
  line-height: 3;
  font-weight: 500;
  margin-left: 42px;
}

.active .item-icon i {
  transform: rotate(180deg);
}

.active .item-question {
  font-weight: 500;
}

.item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.item-answer {
  line-height: 150%;
  opacity: 0.8;
}  

.xmark{
    display:block;
    position:absolute;
    top:5px;
    right:5px;
    cursor: pointer;
}

.xmarklec{
    display:block;
    position:absolute;
    top: -15px;
    cursor: pointer;
}

.xmarklecvideo{
  display: block;
    position: absolute;
    top: -20px;
    right: -115px;
    cursor: pointer;
}

.buttonload {
  background-color: #04AA6D; /* Green background */
  border: none; /* Remove borders */
  color: white; /* White text */
  padding: 12px 24px; /* Some padding */
  font-size: 16px; /* Set a font-size */
}


.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  background: #ffffff;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.pricing-table .ptable-status ,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

.pricing-table .ptable-single {
  background: #f6f8fa;
}

.pricing-table .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table .ptable-header {
  margin: 0 30px;
  padding: 30px 0 45px 0;
  width: auto;
  background: #2A293E;
}

.pricing-table .ptable-header::before,
.pricing-table .ptable-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #f6f8fa;
}

.pricing-table .ptable-header::before {
  right: 50%;
  border-right: 250px solid transparent;
}

.pricing-table .ptable-header::after {
  left: 50%;
  border-left: 250px solid transparent;
}

.pricing-table .ptable-item.featured-item .ptable-header {
  background: #FF6F61;
}

.pricing-table .ptable-status {
  margin-top: -30px;
}

.pricing-table .ptable-status span {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 5px 0;
  text-align: center;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2A293E;
}

.pricing-table .ptable-status span::before,
.pricing-table .ptable-status span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FF6F61;
}

.pricing-table .ptable-status span::before {
  right: 50%;
  border-right: 25px solid transparent;
}

.pricing-table .ptable-status span::after {
  left: 50%;
  border-left: 25px solid transparent;
}

.pricing-table .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}

.pricing-table .ptable-price h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  margin-left: 15px;
}

.pricing-table .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 300;
  margin-top: 5px;
  margin-left: -15px;
}

.pricing-table .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table .ptable-body {
  padding: 20px 0;
}

.pricing-table .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table .ptable-description ul li {
  color: #2A293E;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 7px;
  border-bottom: 1px solid #dedede;
}

.pricing-table .ptable-description ul li:last-child {
  border: none;
}

.pricing-table .ptable-footer {
  padding-bottom: 30px;
}

.pricing-table .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #FF6F61;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  background: #2A293E;
}

.pricing-table .ptable-action a:hover {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a {
  color: #2A293E;
  background: #FF6F61;
}

.pricing-table .ptable-item.featured-item .ptable-action a:hover {
  color: #FF6F61;
  background: #2A293E;
}


.toast {
    position: absolute;
    top: 100px;
    right: 0;

    transform: translateY(100%);
    opacity: 0;

    transition:
        opacity 500ms,
        transform 500ms;
}

.toast.show {
    transform: translateY(0);
    opacity: 1;
}

.toast-body {
    padding: 20px 24px;
    font-size: large;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #33af32;
    color: white;
    border-radius: 4px;
}

.chatfile-download{
  margin-top: 5px;
  padding: 3px;
  font-size: 16px;
  font-weight: 700;
}

.chatfile-upload{
  width: 100%;
}

.image-product-container {
    display: flex;
    flex-wrap: wrap;
}

.image-product-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image-product-item img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
}

.delete-product-button {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 25px;
    cursor: pointer;
}
.product-loc{
  margin-bottom: 4px;
}
.course-rating{
  margin-bottom: 4px;
}

.share-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.share-list {
    display: flex;
    flex-direction: row;
    }


.share-list a img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
  }

 .share-list a {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
   }

  a.fb-h {
    background: #3B5998;
  }    

  a.tw-h {
      background: #00acee;
  }

  a.li-h {
      background: #0077B5;
  }

  a.re-h {
      background: #FF5700;
  }

  a.pi-h {
      background: #c8232c;
  }

  .datepicker__month-day--disabled:after{
    padding: 13px 17px;
    border-radius: 8px;
    content: "" !important;
    left: 50%;
    position: absolute;
    top: 50%;
    background-color: #111212;
    transform: translate(-50%, -50%);
    opacity: .5;
}   

.errorMessagevaluedate{
  color: red;
  font-size: 14px;
  padding: 0px 25px 5px 0px;
  text-align: right;
} 

.product-manage-button{
    text-align: right;
    margin-top: -35px;
}

.first-letter-caps{
text-transform: capitalize;
}

.range-slider {
   -webkit-appearance: none;
  /* Override default CSS styles */
   appearance: none;
   width: 120%;
  /* Full-width */
   height: 10px;
   border-radius: 5px;
  /* Specified height */
   background: #d3d3d3;
  /* Grey background */
   outline: none;
  /* Remove outline */
   opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
   -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
   transition: opacity 0.2s;
}
 .range-slider:hover {
   opacity: 1;
  /* Fully shown on mouse-over */
}
 .range-slider::-webkit-slider-thumb {
   -webkit-appearance: none;
  /* Override default look */
   appearance: none;
   width: 18px;
  /* Set a specific slider handle width */
   height: 18px;
  /* Slider handle height */
   background: #4caf50;
  /* Green background */
   cursor: pointer;
  /* Cursor on hover */
   border-radius: 50%;
}
 .range-slider::-moz-range-thumb {
   width: 18px;
  /* Set a specific slider handle width */
   height: 18px;
  /* Slider handle height */
   background: #4caf50;
  /* Green background */
   cursor: pointer;
  /* Cursor on hover */
}
 
 .filter-range-one{
    display: flex;
    width: 100%;
 }

 .filter-range-two{
  margin-right: 40px;
 }

 .bannerslider {
  max-height: 400px !important;
  object-fit: cover;
  border-radius: 20px;
}
.data-wrapper-search{
    max-height: 800px !important;
    overflow-y: scroll;
}

.header-location-mobile {
  font-size:13px;
}

.header-location-mobile .dropdown-toggle {
  outline: 0;
}
.header-location-mobile .dropdown-toggle::after {
  display: none;
}

.loc-wrapper-mobile {
  border:1px solid #e9ecef !important;
  border-radius:24px;
}

.loc-wrapper-mobile input{
  font-size: 0.875rem;
  border: 1px solid var(--rentysa-gray-200) !important;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: .5em .8em;
}

.product-title {
  min-height: 45px;
}

@media (max-width: 416px) {
  .product-price-details {
    min-width: 85px;
    font-size: 13px;
  }
  .rating-new {
    padding: 2px 5px;
    gap:3px;
  }
  .rating-new .fas {
    margin-top: 0px;
  }
}

@media (max-width: 375px) {
  .product-price-details {
    min-width: 88px;
    font-size: 12px;
  }
  .rating-new {
    padding: 2px 4px;
    font-size: 12px;
  }
  .rating-new .fas {
    font-size: 10px;
  }
}

@media (max-width: 300px) {
  .product-price-details {
    min-width: auto;
  }
}

.card-option-right .calendar-management {
  position: relative;
  background-color: var(--rentysa-gray-200);
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-option-right .calendar-management::after {
  font-family: "Font Awesome 5 Free";
  content: "\f133";  
  display: inline-block;
  border: none !important;
  vertical-align: middle;
  font-size: calc(var(--rentysa-spacer) * 1.1);
  position: absolute;
  top: 7px;
}

.card-option-right .calendar-management:hover {
  background-color: var(--rentysa-primary);
}
.card-option-right .calendar-management:hover::after {
  color: var(--rentysa-white);
}

.dropdown-menu.show {
  animation: none;
}

.flatpickr-wrapper {
  font-family: inherit !important;
}

.flatpickr-calendar {
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.flatpickr-current-month span.cur-month:hover {
  background: transparent !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg{
  fill: var(--rentysa-gray-500) !important;
}

.flatpickr-months .flatpickr-next-month:hover svg{
  fill: var(--rentysa-gray-500) !important;
}
.flatpickr-current-month .numInputWrapper {
  font-weight: 700 !important;
}

.flatpickr-current-month input.cur-year{
  font-weight: 700 !important;
}

.flatpickr-current-month .numInputWrapper:hover{
  background: transparent !important;
}

.flatpickr-current-month .numInputWrapper .arrowUp {
  display: none !important;
}

.flatpickr-current-month .numInputWrapper .arrowDown {
  display: none !important;
}

.flatpickr-months {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.flatpickr-month {
  height: auto;
  padding-bottom: 10px;
}

.flatpickr-current-month {
  padding-top: 0;
  height: auto;
}

.flatpickr-current-month .cur-month {
  text-transform: uppercase;
}

.flatpickr-weekdays {
  text-transform: uppercase;
  font-weight: 400;
}

.flatpickr-monthDropdown-months {
  font-weight: bold;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.flatpickr-disabled {
  border-radius: 0px !important;
  background: var(--rentysa-primary) !important;
  border-color: var(--rentysa-primary) !important;
  color: #fff !important;
}

.flatpickr-day.today {
  box-shadow: inset 0 0 1px 1px var(--rentysa-primary) !important;
  border-radius: 0px !important;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  background-color: #fff !important;
  border-color: var(--rentysa-primary) !important;
  color: #000 !important;
}

.flatpickr-day:hover{
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.flatpickr-day.flatpickr-disabled.past-date {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

.flatpickr-day.selected{
  background-color: var(--rentysa-primary) !important;
  border-color: var(--rentysa-primary) !important;
  color: #fff !important;
}

.profile-details-block .uploader-input::before {
  font-family: FontAwesome;
  content: "\f030" !important;
  display: inline-block;
  color: var(--rentysa-black);
  position: absolute;
  left: 14px;
  font-size: 1.25rem !important;
  top: 10px;
}

.datepicker__month-button {
  display: inline !important;
}
.badge.bg-primary{
 background-color: #E900C9 !important;
}

/* Pricing Section Styles */
.pricing-section {
    border-radius: 24px;
    background: linear-gradient(300deg, #ffe2ce 0.41%, #fffedc 100%);
    position: relative;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.pricing-container {
    max-width: 1200px;
    margin: 24px auto;
    padding: 24px;
}

.pricing-header {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 1rem .5rem;
}

.pricing-title {
    font-size: 2rem;
    /* font-size: 32px; */
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
    /* max-width: 682px; */
    margin-left: auto;
    margin-right: auto;
}

.pricing-subtitle {
    font-size: 14px;
    margin-top: 16px;
    font-weight: 300;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(17, 25, 40, 0.8);
}


.pricing-cards {
    display: flex;
    flex-direction: row;
    padding-bottom: 2rem;
    gap: 24px;
    align-items: center;
    overflow-x: scroll;
}

.pricing-card {
    border-radius: 24px;
    padding: 24px 32px;
    min-height: 450px;
    min-width: 340px;
    position: relative;
}

.pricing-card-lite {
    background-color: #FFF3BF;
    border: 1px solid #FFED9C;
}

.pricing-card-essential {
    background-color: #FFE7AD;
    border-radius: 24px;
    position: relative;
    padding-top: 80px;
    border: 1px solid #ffd062;
}

.pricing-card-advanced {
    background-color: #FFE3CA;
    border: 1px solid #FFDAD4;
}

.pricing-card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.pricing-card-description {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 24px;
}

.pricing-price {
    margin-bottom: 48px;
}

.pricing-price-amount {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.pricing-price-period {
    font-size: 12px;
    font-weight: 300;
}

.pricing-features-title {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 8px;
}

.pricing-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}

.pricing-feature i {
    margin-right: 8px;
    color: #4CAF50;
    font-size: 16px;
}

.pricing-feature-text {
    font-size: 16px;
    font-weight: 500;
}

.pricing-feature-sublist {
    padding-left: 21px;
    margin-top: 6px;
}

.pricing-feature-subitem {
    color: rgba(17, 25, 40, 0.6);
    margin-bottom: 6px;
}

.pricing-popular-badge {
    background: #ffd062;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 24px 24px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    
}

/* Responsive Design */
@media (min-width: 576px) {
    .pricing-title {
        font-size: 1.2rem;
        /* font-size: 3.75rem; */
    }
    
    .pricing-subtitle {
        font-size: 16px;
    }
    
    .pricing-cta-btn {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 992px) {
    .pricing-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }
}