.footerview {
   position: fixed;
   left: 545px;
   /* left: 20px; */
   bottom: 0;
   width: 100%;
   /* background-color: red; */
   color: white;
   text-align: center;
}

.footerb {
   padding-top: 30px !important;
}

.MultiCheckBox {
   /* border:1px solid #e2e2e2; */
   padding: 5px;
   border-radius: 4px;
   cursor: pointer;
}

.MultiCheckBox .k-icon {
   font-size: 15px;
   float: right;
   font-weight: bolder;
   margin-top: -7px;
   height: 10px;
   width: 14px;
   color: #787878;
}

.MultiCheckBoxDetail {
   display: none;
   position: absolute;
   border: 1px solid #e2e2e2;
   border-radius: 12px 12px 12px;
   overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
   overflow-y: scroll;
   background-color: white;
}

.MultiCheckBoxDetail .cont {
   clear: both;
   overflow: hidden;
   padding: 2px;
   width: 165px;
}

.MultiCheckBoxDetail .cont:hover {
   background-color: #cfcfcf;
}

.MultiCheckBoxDetailBody>div>div {
   float: left;
   /* float:center; */
}

.MultiCheckBoxDetail>div>div:nth-child(1) {}

.MultiCheckBoxDetailHeader {
   overflow: hidden;
   position: relative;
   height: 28px;
   /* background-color:#3d3d3d; */
   background-color: white;
}

.MultiCheckBoxDetailHeader>input {
   position: absolute;
   top: 4px;
   left: 3px;
}

.MultiCheckBoxDetailHeader>div {
   position: absolute;
   top: 5px;
   left: 24px;
   /* color:#fff; */
   color: black;
}

.uncheckedbtn {
   margin-left: 86%;
}

.otp {
   /* margin-right: 10px; */
   margin-right: -20%;
}

#otp-container {
   margin-right: -20%;
}

/* .ui-menu {
   z-index: 100000 !important;
} */

.searchicon {
   margin-left: 6px !important;
}

.searchtext {
   margin-left: 0px !important;
}

.ui-menu {
   border-radius: 0 12px 12px 12px !important;
}

.srcmrg {
   margin-left: 10px;
   margin-right: 10px;
}

/* a.add-to-wishlist:active {
   background-color: red;
} */

.text-block {
   position: absolute;
   bottom: 37%;
   right: 17%;
   background-color: transparent;
   color: black;
   padding-left: 50px;
   padding-right: 60px;
   /* padding-top: 50%;
   padding-bottom: 50%; */
   /* opacity: %; */
   font-size: 25px;
   font-family: "Poppins", sans-serif;
}

.view-all {
   opacity: 20%;
}

.homebanner {
   width: 400.4px;
   margin-right: 92px;
   margin-left: 50px;
}

/* .bannersent {
   margin-left: 50px;
} */

.flaticon-like.active {
   color: red;
   /* Change the color to your desired value */
}

/* .propertybannersent {
   margin-right: 50px;
} */

.added-to-wishlist {
   color: red;
}

.grid-view {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   /* Adjust the number of columns as needed */
   grid-gap: 20px;
   /* Adjust the gap between grid items */
}

.list-view {
   display: list-item;
   list-style-position: repeat(3, 1fr);
   /* Adjust the number of columns as needed */
   list-style: 20px;
   /* Adjust the gap between grid items */
}

.list-view .property-item {
   margin-bottom: 20px;
   /* Adjust the spacing between list items */
   /* Additional styles for list items */
}

.mrgtop {
   margin-top: 65px;
}

.brdradii {
   border-radius: 12px !important;
   margin-right: -28% !important;
   margin-top: 5% !important;
}

.wrdradii {
   margin-left: -8px !important;
   margin-top: 1%;
   margin-bottom: 1%;
   font-family: "Poppins", sans-serif !important;
   font-weight: 400 !important;
   line-height: 40px !important;
   font-size: 14px !important;
}

/* .custom_title {
   color: #ffff !important;
} */

.brdtop {
   margin-top: 15px;
}

.ck-editor__editable_inline {
   height: 200px
}

.loan-action {
   padding: 0px 37px !important;
}
.listing-style1.listing-type .list-content{
    width: 100%;
}

textarea:read-only {
    background-color: lightgray;
    border: 0;
}

textarea:focus {
    border: 1px solid transparent;
    outline: 1px solid #aaa;
    box-shadow: none;
}
#enquiry_date,
#enquiry_time,
#booking_amount,
#date_time_title {
    display: none;
}