.lands-for-lease .lands-filter .filter-buttons ul li a {
  color: #2b2a28;
  padding: 0px 15px;
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: transparent;
  border-radius: 8px;
  height: 46px;
  border: 1px solid rgba(226, 227, 219, 0.4);
  transition: 0.2s;
  font-size: 15px;
}
.lands-for-lease .lands-filter .filter-buttons ul li a:hover,
.lands-for-lease .lands-filter .filter-buttons ul li a.bef-link--selected {
  background-color: #2b2a28;
  color: #ffffff;
  border: 1px solid #2b2a28;
}
.lands-for-lease .lands-filter .filter-buttons ul li a:hover img,
.lands-for-lease .lands-filter .filter-buttons ul li a.active img {
  filter: invert(1);
}
/* Hide the label with a specific for attribute */
label[for="edit-field-facilities-target-id"] {
  display: none;
}

.lands-filter .bef-exposed-form .form--inline > .form-item {
  float: none;
}

.offering-section ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 13px;
  padding-top: 38px;
  justify-content: center;
}

.offering-section ul li a {
  padding: 20px 30px;
  font-size: 24px;
  border: 1px solid #e4e4dc;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
  background-color: #ffffff;
  gap: 8px;
  transition: 0.2s;
  color: #2b2a28;
}
.offering-section ul li a:hover,
.offering-section ul li a.active {
  background-color: #2b2a28;
  color: #fff;
}
.offering-section ul li a:hover img,
.offering-section ul li a.active img {
  filter: invert(1);
}
@media screen and (max-width: 767px) {
  .offering-section ul {
    padding-top: 25px;
  }
  .offering-section ul li a {
    padding: 17px 18px;
    font-size: 14px;
  }
  .offering-section ul li a img {
    max-width: 15px;
  }
}

/* webform */
.request-callback .web-request {
  border-radius: 16px;
  border: 1px solid #e4e4dc;
  background: #fafaf8;
  padding: 40px;
  position: relative;
  top: 96px;
  box-sizing: border-box;
  margin: 0px 15px;
}
.request-callback .web-request h2 {
  font-size: 2em;
  font-weight: 500;
  color: #2b2a28;
}
.request-callback .web-request .request-form {
  padding-top: 30px;
}
.request-callback .web-request .request-form .form {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: flex-end;
}
.request-callback .web-request .request-form .form .input {
  width: calc(50% - 22px + 11px);
  display: flex;
  flex-direction: column;
}
.request-callback .web-request .request-form .form .input label {
  font-size: 1em;
  color: #2b2a28;
  line-height: 21px;
  font-weight: 500;
}
.request-callback .web-request .request-form .form .input label span {
  color: #a85b57;
}
.request-callback .web-request .request-form .form .input .input-number {
  display: flex;
  gap: 8px;
}
.request-callback .web-request .request-form .form .input .input-number select {
  width: 120px;
}
.request-callback .web-request .request-form .form .input .input-number input {
  width: 100%;
}
.request-callback .web-request .request-form .form .input input,
.request-callback .web-request .request-form .form .input select {
  padding: 16px 18px;
  margin-top: 10px;
  border-radius: 8px;
  border: 1px solid #e5e5ea;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875em;
  color: #2b2a28;
  line-height: 21px;
}
.request-callback .web-request .request-form .form .input select {
  background: url(../images/arrow_bottom_down.png) no-repeat right 11px top 14px;
  background-size: 25px 25px;
  background-color: #ffffff;
}
.request-callback .web-request .request-form .form .submit button {
  padding: 16px 18px;
  background-color: #2b2a28;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.938em;
  font-weight: 700;
  display: flex;
  gap: 8px;
  align-items: center;
  border: 0 none;
}
.request-callback .web-request .request-form .form .submit button img {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .request-callback {
    padding-top: 35px;
    padding-bottom: 43px;
  }
  .request-callback .web-request {
    top: 0;
    padding: 16px 14px;
    margin: 0 5px;
  }
  .request-callback .web-request h2 {
    font-size: 24px;
  }
  .request-callback .web-request .request-form {
    padding-top: 14px;
  }
  .request-callback .web-request .request-form .form .input {
    width: 100%;
  }
  .request-callback .web-request .request-form .form .submit button {
    padding: 14px 30px;
  }
}

.table-gap .gap_row {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}
.table-gap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.page_layout.tab-land {
  padding-bottom: 0;
}
.lands-for-lease .lands-filter.pt-0 {
  padding-top: 0;
}
.lands-for-lease .filter-list.mt-0 {
  margin-top: 0;
}
.lands-for-lease .page_layout.pt-0 {
  padding-top: 0;
}
/* web submit css */
div:not(.footer-section) .submit [type="submit"] {
  background: #2b2a28 url(../images/submit.svg) no-repeat left 16px center/18px;
  padding: 15px 25px 15px 55px;
  border-radius: 8px;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
}
.submit [type="submit"]:hover {
  background-color: #000;
}
.submit .form-actions {
  position: relative;
}
.submit .form-actions::before {
  position: absolute;
  content: "";
  height: 60%;
  top: 20%;
  width: 1px;
  background: #fff;
  left: 45px;
  opacity: 0.5;
}
/* whatsapp style */
body .slider .whatsapp-icon a img {
  vertical-align: middle;
  max-width: 52px;
  height: auto;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.129411764);
}
body .slider .whatsapp-icon a {
  background: none;
  display: block;
  box-shadow: none;
  border-radius: 0px;
}

.language-switcher-language-url {
  display: none;
}

/* new css */
.form-textarea-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
}
.contact-us .contact-form-wrapper .contact-form .form .bottom-section .textarea textarea {
  height: auto;
}
/* RTS=== */
html[dir="rtl"] header .left-top-section {
  margin-left: auto;
  margin-right: 0;
}
html[dir="rtl"] footer .footer-section .subscribe-us .social-media-icons ul li {
  padding: 0;
  padding-right: 25px;
}

html[dir="rtl"] .arrow-rtl svg,
html[dir="rtl"] .arrow-rtl img {
  transform: rotate(180deg);
}

html[dir="rtl"] .book-now {
  flex-direction: row-reverse;
}
html[dir="rtl"] .book-now .right-section {
  padding-left: 6rem;
}

html[dir="rtl"] .web-request .submit.form-wrapper {
  margin-left: auto;
}


.button-are input[type="submit"] {
  cursor: pointer;
  padding: 14px 18px;
  background-color: #2b2a28;
  border-radius: 8px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 500;
  font-family: "bliss_medium", sans-serif;
  border: 0;
  min-width: 188px;
}

/* // css for auth slider */
.auth-box {
  max-height: calc(100vh - 1px);
}
@media all and (min-width: 1200px) {
  .auth-box .auth-left {
    position: fixed;
    left: 0;
    width: 52%;
    top: 0;
    bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .auth-box .auth-right {
    margin-left: auto;
  }
}
/* // lang switched css */
header div.header-section .right-bottom-section ul li .toggle-button .toggle .labels::before {
  content: "En";
  font-size: 14px;
  padding-left: 5px;
}
/* // map css */
.map p iframe {
  max-width: 100%;
}

/* subscripe css */
footer .subscribe-us {
  max-width: 200px;
}
footer .subscribe-us .submit [type="submit"] {
  background: transparent;
  color: #2b2b2b;
  padding: 15px;
  width: 100%;
  height: 55px;
  cursor: pointer;
}
footer .social-media-icons {
  padding-top: 1.5rem;
}
footer .social-media-icons h3 {
  font-size: 16px;
  color: white;
  margin-bottom: 1rem;
}
footer .social-media-icons ul {
  display: flex;
  gap: 25px;
}
/* // css for slider and services page  */
[dir="rtl"] .offering .offering-cards-section.owl-carousel .owl-nav button.owl-next {
  left: 0px;
  right: unset;
}
[dir="rtl"] .serv_content_wrapper .btn_position .cs_btn {
  right: unset;
  left: 0;
}
[dir="rtl"] .serv_content_wrapper .step_list li::before {
  margin-left: 12px;
  margin-right: 0;
}
[dir="rtl"] .card_inner_row .card_inner_item .icon {
  margin-right: 0;
  margin-left: 10px;
}

.copyright,
.region-copyright {
  padding: 30px 0px;
  border-top: 1px solid rgba(228, 228, 220, 0.4);
  text-align: center;
  font-size: 14px;
  background-color: #2b2a28;
  color: rgba(228, 228, 220, 0.5);
  margin-top: 40px;
}

footer.top-space {
  padding-bottom: 0;
}
/* // download icon */
.pdf-link {
  color: #4294ff !important;
  background: url(../images/download.png) no-repeat left center/12px;
  display: inline-block;
  padding-left: 16px;
  margin-left: 4px;
}

@media all and (max-width: 767px) {
  .tab_layout_block .tabnav_style.switch_links {
    margin-bottom: 1rem;
  }
  div.commercial-page .serv_content_wrapper h2 {
    margin-bottom: 30px;
  }
  div.container .div.contact-wrapper .button-section {
    flex-flow: column;
    align-items: stretch;
  }
}
/* // New Bugs  */
.slider div.whatsapp-icon {
  position: fixed;
  bottom: 1.5rem;
}
footer div.footer-section {
  padding-top: 0;
}
body footer.top-space {
  padding-top: 42px;
}
section.request-callback {
  padding-top: 35px;
}
.request-callback div.web-request {
  top: 20px;
}
.iti__flag-container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  background: #cbcbcb;
  z-index: 1;
  right: 1px;
}
.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: transparent;
  border-radius: 8px 0 0 8px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: rgba(0, 0, 0, 0.05);
}
.accordion-box .input-number .input-number {
  flex: 1 1 100%;
}
.serv_content_wrapper .map_aligment p {
  margin: 0;
}
.serv_content_wrapper .map_aligment iframe {
  display: block;
}
.serv_content_wrapper div.gap_row2 > div {
  height: auto;
}
.sec_detail_block .box_style_type.only_img iframe {
  width: 100%;
  max-height: 315px;
  display: block;
}
/* ============= Responsive ============ */
@media all and (min-width: 768px) {
  .contact-us div.contact-form-wrapper {
    margin-top: -90px;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1200px) {
  .slider .banner-section div.banner-img img {
    height: calc(100vh - 115px);
    object-fit: cover;
  }
  .serv_content .tab_layout_block {
    padding-top: 24px;
  }
  .serv_content_wrapper .gap_row2 div.youtube_card {
    margin: 0;
  }
  section.request-callback {
    padding-top: 75px;
  }
  body footer.top-space {
    padding-top: 62px;
  }
  .contact-us div.contact-form-wrapper {
    margin-top: -90px;
    margin-bottom: 80px;
  }
}
/* ================ */
@media all and (max-width: 767px) {
  section#edit-section {
    padding-bottom: 2rem;
  }
  section#edit-section:before {
    content: none;
  }
}
/* loader */
.cs_page_loader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  display: none;
}
.cs_page_loader.show {
  display: flex;
}
.cs_page_loader img {
  max-width: 100px !important;
}

#edit-issuer {
  width: 100%;
  margin-bottom: 10px;
}

.error {
  /* color: red; */
}

.field_error {
  color: #ef3d3d;
  display: flex;
  gap: 5px;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.cs_enquiry_form .input-number {
  align-items: start;
}

.cs_enquiry_form .input-number .input-number {
  flex-wrap: wrap;
}

.button-are.cs_enq_submit {
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.faq-page-wrapper {
  padding: 50px 0 0;
  padding: 0;
}
.faq-page-wrapper h1,
.faq-page-wrapper h2,
.faq-page-wrapper h3,
.faq-page-wrapper h4 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 22px;
  font-family: "bliss_medium", sans-serif;
}
.faq-page-wrapper h3,
.faq-page-wrapper h4 {
  font-size: 18px;
}
.faq-page-wrapper h2 {
  font-size: 1.875em;
  color: #2b2a28;
  margin-bottom: 33px;
}
.faq-page-wrapper .accordion-content {
  display: none;
  padding: 20px 10px 10px 35px;
  transition: left 0.3s ease-in-out;
}
.faq-page-wrapper .accordion-content.active {
  display: block;
}
.faq-page-wrapper .accordion-item {
  padding: 16px;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-bottom: 15px;
}
.faq-page-wrapper .accordion-item h4 {
  color: #2b2a28;
  opacity: 0.7;
  font-size: 1em;
  font-weight: 500;
  font-family: "bliss_medium", sans-serif;
  padding-left: 35px;
  background: url(../assets/images/icon-plus.svg) no-repeat left center;
}
.faq-page-wrapper .accordion-item h4.active {
  background: url(../assets/images/icon-minus.svg) no-repeat left center;
}
.blog-details-content ul li {
  color: #2b2a28;
  opacity: 0.7;
  line-height: 20px;
  font-size: 16px;
}
.project-detail .right-detail ul li {
  color: #2b2a28;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  opacity: 0.7;
}
.advance-search .cs_submit {
  padding: 0 34px;
  height: 60px;
  color: #ffffff;
  background: #2b2a28;
  font-size: 18px;
  font-weight: 500;
  font-family: "bliss_medium";
  border-radius: 0px 8px 8px 0px;
  border: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.cs_search_style.without_icon .fstResults .fstResultItem {
  background-image: none;
  padding-left: 12px;
}
.form-cols-out .cs_single_select option {
  color: #2b2a28;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease-in-out;
  text-align: left;
}

.mu_detail_section .select_unit_box {
  margin-bottom: 10px;
}

select.sa {
  background: #fff url(../images/down-arrow.svg) no-repeat right 10px center !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.cst_date[type="date"]::-webkit-inner-spin-button,
.cst_date[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

.cst-text-center {
  text-align: center !important;
}

#cst_update_unit_details.disabled {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

[id^="edit-unit-pictures"][id$="label"] ,
[id^="edit-unit-pictures"][id$="description"] {
  display: none !important;
}

[id^="edit-unit-pictures-remove-button"] {
  display: none !important;
}

#edit-add-more {
  display: inline;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #bc8a55;
}

#edit-add-more:hover {
  text-decoration: none; /* Button background color on hover */
}

.condition_none:not(.activated) {
  display: none;
}
#unit_details_update_block_form .textf_inline {
  flex-wrap: wrap;
}
#unit_details_update_block_form .textf_inline .form_control {
  width: auto;
  flex-grow: 1;
}

#unit_details_update_block_form .textf_inline .field_error {
  margin: 0 0 2px;
  flex: 0 0 auto;
  width: 100%;
  order: 3;
}

.cst_flex_one {
  flex: 0 0 100%;
}
.cst_space_hide {
  display: none;
}
.cst_space_hide+.field_error {
  margin: 0 0 2px;
  flex: 0 0 auto;
  width: 100%;
  order: 3;
}

#edit-accessible-hour-from-date {
  display: none;
}
#edit-accessible-hour-to-date {
  display: none;
}

.fromTodate .cjs_dateblock {
  flex-grow: 1;
}
.cjs_dateblock {
  position: relative;
}
.cjs_dateblock label {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  color: #999;
  pointer-events: none;
  transition: 0.2s ease all;
  background: white;
  margin: 0;
  min-width: 125px;
  padding: 3px 15px;
  right: 5px;
  display: flex;
  align-items: center;
}
.cjs_dateblock label:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: #ffffff url(../images/celender_01.svg) no-repeat right 12px center;
  pointer-events: none;
}

.cjs_dateblock input.form_control[type=date],
.cjs_dateblock input.form_control[type=time] {
  background: #ffffff url(../images/celender_01.svg) no-repeat right 18px center;
}
.cjs_dateblock.cst_time label:after {
  background-image: url(../assets/images/timer.svg);
  background-size: 20px;
}
.cjs_dateblock input[type=date]:focus + label,
.cjs_dateblock input[type=date].selected + label,
.cjs_dateblock input[type=time]:focus + label,
.cjs_dateblock input[type=time].selected + label,
.cjs_dateblock .date-label.selected,
.cjs_dateblock .date-label.focus {
  font-size: 0;
  background: transparent;
}

.mu_detail_section .form_badge_rule .f_badge [type=checkbox] {
  display: none;
}
.mu_detail_section .form_badge_rule .f_badge [type=checkbox]:checked + label {
  background: #2b2a28;
  color: #ffffff;
}
div.form_control.cjs_datepicker {
  padding: 0;
  border: 0;
}
.cst_unit_status {
  cursor: pointer;
}

.cst_mob_error {
  flex-wrap: wrap;
}

.cst_mob_error input {
  width: auto;
  flex-grow: 1;
}

.cst_mob_error .field_error {
  flex: 0 0 100%;
}

.cst_mob_error .enquiry-select {
  border: 0 none !important;
}
.edit-unit-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.edit-unit-links a {
  padding: 8px 12px;
  font-size: 12px;
  text-align: center;
  border: 1px solid rgb(228, 228, 220);
  border-radius: 6px;
  box-sizing: border-box;
  background: rgb(228, 228, 220);
  text-decoration: underline;
  color: inherit;
}

.cst_hide {
  display: none;
}
.item_row .item_card a {
  color: rgba(43, 42, 40, 0.7);
}
.item_row .item_card .item_card_content .title {
  color: #1c190e;
}
.item_row .item_card .item_card_list_detail > li strong {
  color: #1c190e;
}

.item_row .item_card .item_card_footer a {
  font-family: "bliss_medium", sans-serif;
}

.search-section .filter-section .advanced-filters-box:not(.view) {
  pointer-events: none;
}

.cst_list_search .search-section {
  top: 0;
}

.cs_gell_type3 {
  position: relative;
}
.cs_gell_type3[data-count] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 5px;
}
.cs_gell_type3 .photo-cell {
  border: 5px solid #fff;
}
@media all and (max-width: 767px) {
  .cs_gell_type3 .photo-cell {
    border-width: 2px;
  }
}
.cs_gell_type3 .photo-cell:first-child {
  width: 75%;
}
.cs_gell_type3 .photo-cell:nth-child(2),
.cs_gell_type3 .photo-cell:nth-child(3),
.cs_gell_type3 .photo-cell:nth-child(4) {
  width: 25%;
  height: 33.3%;
  right: 0;
  top: 0;
  position: absolute;
}
.cs_gell_type3 .photo-cell:nth-child(3) {
  top: 33.3%;
}
.cs_gell_type3 .photo-cell:first-child img {
  height: 550px;
}
@media all and (max-width: 991px) {
  .cs_gell_type3 .photo-cell:first-child img {
    height: 55vw;
  }
}
.cs_gell_type3 .photo-cell:nth-child(4) {
  top: 66.6%;
}
.cs_gell_type3 .photo-cell .photo-more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 14px;
  transition: 0.25s;
  cursor: pointer;
}
.cs_gell_type3 .photo-cell .photo-more-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}
.cs_gell_type3[data-count=img_3] .photo-cell:nth-child(2),
.cs_gell_type3[data-count=img_3] .photo-cell:nth-child(3) {
  width: 25%;
  height: 50%;
  right: 0;
  top: 0;
  position: absolute;
}
.cs_gell_type3[data-count=img_3] .photo-cell:nth-child(3) {
  top: 50%;
}
.cs_gell_type3[data-count=img_2] .photo-cell {
  width: 50%;
}
.cs_gell_type3[data-count=img_2] .photo-cell:nth-child(2) {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.cs_gell_type3[data-count=img_1] .photo-cell {
  width: 100%;
}

.cs_gell_type3 .photo-icon-container {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}

.sec_head.updated .leads-profile-wrap ul li span {
  margin-left: 4px;
}
[type="submit"],
button {
  cursor: pointer;
}
.mobile_noBox #area-code .form-control {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}

.cst_mob_error input::-webkit-outer-spin-button,
.cst_mob_error input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cst_mob_error input[type=number] {
  -moz-appearance: textfield;
}
.cs_formview2 .cs_search_style .fstMultipleMode .fstControls {
  max-width: 100%;
}
.cs_search_style div.fstControls {
  width: 100%;
}

.indusrial_search .search-section .form-section .form-raper {
  border-radius: 8px;
  border-right: 0 none;
}
@media all and (min-width:1200px) {
  .f_warehouses .f_warehouses_desc {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
}
  .form-cols-out .form-control.dropdown,
  .cs_search_style .fstMultipleMode input {
    font-size: 18px;
    color: rgba(78, 78, 78, 1);
}
}
.img_item_row figcaption a {
  font-weight: normal;
}
.leads_content_body td:first-child {
  text-align: center;
}

.eq_form_section .error.field_error {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.added_item_card .cs_upload .file-input-container {
  position: relative;
}
.added_item_card .cs_upload .file-input-container  .error.field_error {
  position: absolute;
  right: 0;
  width: 100%;
  top: 55px;
}
@media all and (min-width:1200px) {
  .indusrial_search div#cst_buildin_cond {
    min-width: 195px;
}
  .sort_by.cst_sort_by select {
    min-width: 162px;
  }
}
.cst-center-text {
  justify-content: center !important;
  width: 100%;
}

.sort_by.cst_sort_by select {
  background: url(../images/down-arrow.svg) no-repeat right 10px top 17px/12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 10px 18px;
  font-size: 14px;
  height: 42px;
  color: rgba(141, 141, 135, 1);
}

.added_item_card .cs_upload .uploaded-file-name {
  position: absolute;
  bottom: 110%;
  right: 0;
  width: 100%;
}
.added_item_card .cs_upload {
  position: relative;
}

@media all and (min-width:1200px) {
  .leads_main_content .edit_table_wrapper td:nth-child(2) {
    width: 96px;
  }
  .leads_main_content .edit_table_wrapper td:nth-child(3) {
    width: 80px;
  }
}
#view_leads_modal .card_row .cs_card h4 {
  font-size: 16px;
}
#view_leads_modal .card_row figcaption {
  gap: 10px;
}
.eq_form_section .form_control {
  color: #2b2a28;
}

.form-cols-out .form-control.dropdown,
.cs_search_style .fstMultipleMode input {
  font-size: 18px !important;
  cursor: pointer;
}

.block-industrial-search-result-block .cs_ratio img {
  height: 100%;
}

/* responsive bugs */
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .leads-list-step-2 .form_row>.form_item label.combo_label {
    font-size: 11px;
  }

  .leads-list-step-2 .form_row>.form_item label {
    font-size: 11px;
  }

  .leads_content_head .cjs_dateblock input.form_control[type=date],
  .leads_content_head .cjs_dateblock input.form_control[type=time] {
    width: 150px;
  }

  .outer-area-view.leads-profile-list .stapper_design li::after {
    content: none;
  }
  .indusrial_search .form-cols-out .form-control.dropdown {
    border: 1px solid #e4e4dc;
    border-radius: 8px;
    height: 48px;
    background-position: right 2px center;
  }
  .indusrial_search .advance-search .cs_submit {
    border-radius: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f_warehouses .all_btn_wrapper .cs_btn {
    box-sizing: border-box;
  }

  .indusrial_search .search-section .form-section .form-raper .form-cols-out {
    flex: 0 0 calc(100% - 5px);
  }

  .indusrial_search form-cols-out .form-control.dropdown {
    border: 1px solid #e4e4dc;
    height: 50px;
    background: url(../images/arrow_bottom_down.png) no-repeat right 5px top 13px;
  }

  .indusrial_search .advance-search .cs_submit {
    width: 100%;
    border-radius: 8px;
  }

  .indusrial_search .search-section .filter-section .form-view .form-cols {
    max-width: 100%;
  }

  .cs_inner_hero {
    min-height: 121px;
  }

  .img_item_row figcaption a {
    display: inline-block;
  }

  footer .footer-section .subscribe-us {
    max-width: 100%;
  }

  .indusrial_search .cs_search_style .fstResults h3 {
    padding-top: 0;
  }

  .indus_head_section .sec_head>div:last-child {
    display: block;
    text-align: center;
  }

  .indus_head_section .sec_head>div:last-child .cs_btn.btn_lg {
    display: block;
  }

  .plots-title-wrap form,
  .total-plots-wrapper form {
    width: 100%;
  }

  .available_subunits .cs_modal .modal_header {
    display: block;
  }

  .available_subunits .cs_modal .modal_header_title {
    padding-bottom: 15px;
  }

  .choose-your-plot-wrap iframe.unit_map {
    width: 100%;
  }

  .indus_head_section .sec_head>div:last-child {
    text-align: left;
  }

  .eq_form_section .btn_wrapper .cs_btn {
    margin: 0 auto;
    justify-content: center;
    display: flex;
  }

  .leads_unitlist table td {
    padding: 8px 0px 8px 8px;
  }

  .mu_detail_section .form_badge_rule.rule2 .f_badge label {
    max-width: 102px;
  }

  .mu_detail_section.mu_detail_section_ed [data-accr=card] .card_title {
    font-size: 18px;
  }

  .mu_detail_section .form_block .cs_btn[type=submit] {
    min-width: 100%;
  }

  #view_leads_modal .info_flex {
    display: block;
  }

  #view_leads_modal .info_flex a {
    margin-bottom: 10px;
  }

  .indusrial_search .form-cols-out .form-control.dropdown {
    border: 1px solid #e4e4dc;
    height: 50px;
    border-radius: 8px;
    background-position: right 5px center;
  }

  .indusrial_search .advance-search {
    border-radius: 16px;
  }

  .cs_modal.available_subunits .modal_header {
    display: block;
  }

  .cs_modal.available_subunits .modal_header_title {
    padding-bottom: 15px;
  }

  .cs_inner_hero {
    height: 121px;
    min-height: 121px;
  }

  .custom_checkbox label {
    margin-bottom: 10px;
  }

  .ex_category .img_item_row figcaption a {
    display: inline-block !important;
  }

  .f_warehouses .item_row>.item_card {
    border: 1px solid #e4e4dc;
    box-shadow: none;
  }

  .indus_head_section .sec_head>div:last-child {
    display: block !important;
  }

  .indus_leads_sec .indus_head_section .sec_head>div:last-child {
    text-align: center !important;
  }

  .mu_detail_section .form_badge_rule.rule2 .f_badge label {
    min-width: 90px;
  }

  .mu_detail_section .form_block .cs_btn[type=submit] {
    min-width: 100% !important;
  }


  .indus_head_section.leads-list-view .sec_head>div:last-child {
    text-align: left;
  }

  .mu_detail_section .form_rule .form_rule_item label {
    flex-wrap: wrap;
  }

  .region.region-content .cs_main .cs_inner_hero {
    height: 125px;
  }

  .mu_detail_section .form_badge_rule.rule2 .f_badge label {
    min-width: 90px !important;
  }
  .indus_head_section .sec_head>div:last-child .cs_btn.btn_lg {
    text-align: center;
  }
  .indus_head_section .year_text {
    text-align: left;
  }
  .block-industrial-search-result-block .item_row .item_card {
    box-shadow: none;
    border: 1px solid #e4e4dc;
  }
  .cst_list_search .block-industrial-search-block .search-section {
    margin: 0;
  }
}

.next-previous-steps input#edit-next-button {
  margin-left: auto;
}

.item_row .item_card .item_card_content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2rem;
}

.leads_unitlist .uploadedFileName_wrapper .uploadedFileName.show {
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  justify-content: left;
}

.form_item.country_code_changes .mobile_noBox #area-code {
  padding: 0;
  background: none;
  flex: 0 0 95px;
}
.form_item.country_code_changes .mobile_noBox .enquiry-select select {
  background: transparent;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-arrow.svg) no-repeat right 10px top 23px;
}
.cs_upload.upload_type02.upload_file_change .file-input-container label {
  background-color: transparent;
  border: 1px solid #2B2A28;
  border-radius: 30px;
  font-size: 12px;
}

/* .cs_upload.upload_type02.upload_file_change .file-input-container {
  border: none;
} */

.cs_upload.upload_type02.upload_file_change .file-input-container label {
  background-color: transparent;
  border: 1px solid #2B2A28;
  border-radius: 30px;
  font-size: 12px;
}

.cards_acc_blocks .badgetype_btn { 
  margin-bottom: 10px;
}
.error-message {
  color: red;
}
.mob-code .iti__flag-container {
  flex-direction: row;
}
.mob-code .iti__flag-container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 20%;
  background: #cbcbcb;
  z-index: 1;
  right: 1px;
}
.mob-code .iti.iti--allow-dropdown input.form-input {
  padding-left: 10px !important;
  width: 74%;
}
.mob-code .iti__flag-container ul.iti__country-list .iti__country {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  transition: 0.15s;
  width: 100%;
}

.mob-code .iti__flag-container ul.iti__country-list .iti__country:hover {
  background: #ddd;
}

.mob-code {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-code .iti.iti--allow-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.mob-code .iti.iti--allow-dropdown .iti__flag-container {
  border-radius: 10px;
  position: relative;
  height: 55px;
  width: 119px;
  border: 1px solid #c6c7c3;
}
.mob-code .iti.iti--allow-dropdown .iti__flag-container::before {
  content: unset;
}
.mob-code .iti.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  background: none;
  padding: 0 0 0 15px;
  width: 100%;
  gap: 5px;
}

div.mob-code .iti.iti--allow-dropdown {
  margin-top: 0;
  flex-wrap: nowrap;
  gap: 8px;
}

.mob-code .iti__selected-flag div.iti__flag {
  min-width: 20px;
}

.drptype[data-accr=title].hidden {
  display: block;
}

.unit_details_update_block_form .cs_card{
  padding: 20px;
}

.custom_checkbox a{
  text-decoration-line: underline;
}

.checkbox_condition a{
  text-decoration:none;
  color: inherit;
  text-decoration-line: underline;
}

.file-input-container .new-file{
  color: #FFFFFF;
}

#confirmation_modal.show {
  display: block;
  overflow-y: auto;
}

#confirmation_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.custom_radiobox label.gray-radio:before {
    border: 1px solid rgb(137 131 131);
    background: #ecebeb;
}

.track-request {
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
}
.exp-pdf{
font-size: 16px;
font-weight: 800;
line-height: 19.1px;
}

#industrial_enquiry_block_form .iti--allow-dropdown {
 width: 100%; 
}

#industrial_enquiry_block_form #mobile {
  width: 100%; 
 }

 select[name="country_code_contact_number"] option{
  text-align: left;
 }

 #unit_details_update_block_form .iti--allow-dropdown {
  width: 100%; 
 }
 
 #unit_details_update_block_form #contactNumber {
   width: 100%; 
  }
.attachdoc {
  color: white;
}

.acc-align {
  text-align: right;
}
.upload_type02 .cheque label {
  color: #fff;
}

.btn-gray {
  background: #959493;
  color: #fff;
}
.btn-wht:hover {
  background: #959493;
  color: #ffffff !important;
}
.btn-wht {
  color: #959493;
  border-color: #959493;
}

.viewDocumentBtn {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  height: 55px;
}

@media only screen and (min-width: 767px) {
  #field_id4 .shredchequebutton{
    padding: 10px 24px;
    width: 20%;
    margin-left: 80%;
 
  }
}

.sub_lease_section .fstElement .fstQueryInput {
  cursor: pointer;
}
.tpoint {
  cursor: pointer;
}
.profile-name-col {
  color: #bc8a54;
}
.tbl_link {
  cursor: pointer;
}
.uploadfilelable {
  cursor: pointer;
}
.tbl_link {
  text-decoration: underline;
}
.contract-nav {
  margin-bottom: 25px;
}
.sub-unit-header {
text-align : left !important;
}
.details-subleasefor-post{
  margin-bottom: 20px;
}

#mess-lab {
 min-width: 90px;
}

.red_cross {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  background: red; /* Red background color */
  border-radius: 50%; /* Circular shape */
}
 
.red_cross::before,
.red_cross::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.red_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
 
.red_cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
 
.inline-item-select-and-button{
  display: flex;
}
.inline-item-select-and-button .drp_custom_box{
  width: 84%;
}
.inline-item-select-and-button .span-for-or{
  margin: 0px 5px;
}

#xlx-doc {
  font-size: 16px;
  font-weight: 800;
  line-height: 19.1px;
}

#xlx-doc img {
  height: 20px;
}
#steps-to-details li.current span{
  color: #000 !important;
}
#steps-to-details li span{
  color: #e4e4dc;
}
.arrow-class-show.hidden{
  display: block;
}
.bg-total{
  background: #e4e4dc;
}
#installments-details-after-submit{
  display: none;
}
#cheque-detials-info{
  display: none;
}
#make-terms-and-condition{
  display: none;
}
#notes-after{
  display: none;
}
.extraDivColSpan{
  cursor: pointer;
}
.button-installments-get{
  display: none;
}

.path-industrial .region-header .left-bottom-section ul li.menu-item:nth-child(4) a {
  color: #bc8a54;
}
.path-unit-details .region-header .left-bottom-section ul li.menu-item:nth-child(4) a {
  color: #bc8a54;
}  
.path-industrial-search-results .region-header .left-bottom-section ul li.menu-item:nth-child(4) a {
  color: #bc8a54;
}   
.path-unit-enquiry .region-header .left-bottom-section ul li.menu-item:nth-child(4) a {
  color: #bc8a54;
}
.left-bottom-section ul li.loggedIn ~ li.menu-item:nth-child(2) a {
  color: #bc8a54;
}

#buttons-toshow-hide{
  display: none;
  margin: 1% 8%;
}
#main-form-submit-button{
  display: none;
}
.renew-sub {
  width: 12%;
}
.renew-sub1 {
  display: none;
}

#industrial-search-block-form .fstMultipleMode .fstChoiceItem{
  font-size: 14px;
}
#industrial-search-block-form .fstMultipleMode .fstControls{
  max-height: 59px;
  overflow-y: auto;
}

#confirmation-popup .modal_dialog {
  width: 60%;
}
#confirmation-popup .text-center{
  text-align: left;
}
#confirmation-popup .new-lease{
  display: flex;
  gap: 20px;
}

.to-be-shown-whendewaselected{
  display: none;
}
#dewa_expense_room_container{
  display: none;
}

.cs_modal .modal_body p {
  line-height: 22px;
  margin-bottom: 12px;
}

.cs_modal .modal_body p strong {
  font-weight: 700;
}

.checkbox_table .unit-detail-table th, .checkbox_table .unit-detail-table td {
  width: 30% !important;
  padding: 16px;
  text-align: left;
  border-right: 1px solid #c6c7c3;
  border-bottom: 1px solid #c6c7c3;
}

.amount-row, .total-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.label {
  flex: 2;
  text-align: left;
}

.currency {
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.amount {
  flex: 1;
  text-align: right;
  font-weight: bold;
}

.m-payment {
  width: 100%;
}

.amount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.label {
  flex: 1;
}

.amount-value {
  display: flex;
  gap: 4px;
  white-space: nowrap;
  justify-content: flex-end;
  min-width: 12%;
  text-align: right;
  font-weight: bold;
}