﻿html,body{
    font-size:0.9rem;
}
.bottom_sec p:last-child {
    font-size: 20px;
}

.about-video-sxn {
    height: 550px;
}

.about-space-stn {
    min-height: 650px;
}
.action_icns svg {
    height: 16px;
}
.about-video-sxn{
    top:60%;
}
.cotact_form_wrap .form_sec .form-control {
    font-size: 1rem;
}
.space_content .form-check {
    font-size: 1rem;
}
.form__image-container:after {
    content: "✕";
    position: absolute;
    line-height: 27px;
    font-size: 15px;
    /* margin: auto; */
    top: -5px;
    right: -9px;
    /* left: 111px; */
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #FE7241;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    height: 26px;
    width: 26px;
    border-radius: 50%;
}
.about-video-sxn video {
    height: inherit;
    width: -webkit-fill-available;
    object-fit: cover;
    padding: 1.25rem 1.25rem 0 1.25rem;
}

.avatar-upload .avatar-edit input + label {
    top: 80px;
    right: 70px;
}
.lease_content ul li {
    padding: 0 2rem;
}

.dataTables_wrapper table#example1 {
    display: inline-table;
}
button.btn.btn-sbmt {
    font-size: 1.125rem;
}
.lease_content ul.content_list button.btn.btn-sbmt {
    font-size: 1.125rem;
}
.carousel_wrapper .carousel-inner a img {
    height: 250px;
    object-fit: cover;
}
.property-filter-btn-acive{
    color:#fff;
}
.property-filter-btn-acive svg path{
    fill:#fff;
}
.propert_typ_btn button {
    font-size: 0.825rem;
}
.image_gallery_wrap .imgs img {
    height: 150px;
    object-fit: cover;
}
.image_gallery_wrap .main-img img {
    height: 450px;
}

.payments_tbl_sec .dataTables_wrapper .dataTable {
    display: block;
}
table#tblPropertylist thead th{
    white-space:initial;
}