.area-description {
 background-color: #fff;
 box-shadow: none;
 margin: 0px;
 padding: 10px 20px;
 text-align: left;
 font-weight: 400;
 letter-spacing: 0px;
 font-size: 1rem;
 color: #000;
 line-height: 1.5;
 border: 1px solid #dddddd;
 border-top: 0;
 display: flex;
 flex-direction: column;
 text-transform: none;
}
.area-description > .row:first-child {
    margin-bottom: 10px;
}
.area-description .area-size {
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    font-size: 20px;
}
.area-description .area-size span {
    display: inline-block;
    color: #999;
    margin: 0 12px;
}
.area-description .floreplanname {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    margin-top: 15px;
}
.area-description .rent {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    margin-bottom: 20px;
}
.area-description .rent span {
    font-size: 22px;
    color: #2798da;
}
.area-description .rent sup {
    font-style: italic;
    font-size: 11px;
}
.area-description a.btn-dark {
    font-size: 12px;
    padding: 5px;
    /*margin-left: -15px;
    margin-bottom: -8px;
    margin-top: -5px;*/
	min-width: 110px !important;
}
.area-description .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px;
}
/*.area-description .bottom-btn .btn {
    background-color: #fbfbfb;
    border: 1px solid #d4d4d4;
    text-transform: uppercase;
    padding: 8px 30px;
    box-shadow: 0 0px 0px ;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    }*/
    .filter-btn{
        text-align: center;
        max-width: 1050px;
        margin: 0 auto 20px;

    }
    .filter-btn a {
        display: inline-block;
        background-color: #efefef;
        color: #737373;
        font-weight: bold;
        font-size: 15px;
        width: 100px;
        margin: 0 1px 2px;
        padding: 5px 10px;
    }
    .filter-btn a:hover{
     color: #fff;
     text-decoration: none;
     background-color: #03a9f4;
 }
 .filter-btn a.active {
    background-color: #03a9f4;
    color: #ffffff;
}
.unavailable-date {
    padding: 13px 29px;
    font-size: 15px;
    line-height: 17px;
}
/* to remove old floor plans container from backend*/
.old_floor_plan{
    display: none;
}
.setting-frm {
    background-color: #fff;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    margin: 80px auto;
    overflow: hidden;
}

.setting-form h3 {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    font-size: 22px;
}
.setting-form .frm{
    padding: 15px;
}
.setting-form form{
    margin: 0;
}
.frm-footer {
    background-color: #efefef;
    padding: 15px;
    text-align: right;
}
.frm-footer .btn{
    min-width: 80px;
}
.setting-frm h3 {
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px;
    font-size: 22px;
}
.setting-frm .frm{
    padding: 15px;
}

.floor-plans-frm{
    width: 700px;
}
.floorplans-list{
    width: calc(100% - 20px);
    margin: 20px 0px;
}
.floorplans-list td a img {
    max-width: 50px;
    max-height: 50px;
}
.floorplans-list h3 {
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 1200px){
    .area-description .area-size {
        font-size: 18px;
        line-height: 20px;
    }
    .area-description .area-size span {
        margin: 0;
    }
}

.img-box {
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 30px;
}
.img-box img{
    max-width: 100%;
    max-height: 150px;
}
.img-box-outer {
    margin-bottom: 10px;
}
.hide{
    display: none !important;
}
.add_new_btn{
    margin: 10px;
}
.set-status-label {
    display: inline-block;
    background-color: #666;
    border-radius: 30px;
    width: 75px;
    font-size: 12px;
    padding: 2px 10px;
    position: relative;
    color: #fff;
    height: 22px;
}
.set-status-label i {
    position: absolute;
    right: 8px;
    top: 5px;
}
.inactive-label {
    background-color: #d04d4d;    
}
.active-label {
    background-color: #60af46;
}
.remove-img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    background-color: #d03b3b;
    color: #fff;
    right: -5px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}
.flore-img {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-bottom: 0;
    cursor: pointer;
}
.flore-img a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flore-img img {
    height: auto;
    max-height: 330px;
    margin-top: 1px;
}
.avail-btn{
    min-height:45px !important;
    margin-top: 5px;
}
.form-control {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
}
html, body, #boxed-wrapper, .fusion-wrapper{
    /*height: 100%*/
}
main{
    height: calc(100% - 236px);
}
html{
    overflow-y: auto !important;
}
.no-record{
    text-align: center;
    font-size: 25px;
    color: #999;
    margin-top: 50px;
}
.no-record img{
    margin-bottom: 25px;
}

.onoffswitch {
    position: relative; width: 95px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none !important;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border-radius: 29px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 28px; padding: 0; line-height: 28px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Active";
    padding-left: 10px;
    background-color: #60AF46; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Inactive";
    padding-right: 10px;
    background-color: #D04D4D; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 16px;
    height: 16px;
    margin: 5.5px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 63px;
    border-radius: 29px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 1px; 
}
.area-description i.fa, .area-description i.fas {
    width: 20px;
}
.ava-date {
    font-size: 11px;
}
.floor-content .col-md-4 {
    margin-bottom: 30px;
	display: flex;
    flex-direction: column;
}
.prod-data {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    text-align: left;
    padding-left: 15px !important;
}
.prod-aval {
    padding-left: 20px !important;
}
.fa{
    padding-top: 0 !important; 
}
/*.area-description .bottom-btn .btn {
    background-color: #0076be;
    border: none !important;
    padding: 13px 29px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    line-height: 17px;
    min-width: 208px;
}*/
.area-description .bottom-btn .btn-success {
    background-color: #2ba952 !important;
}
.area-description .bottom-btn .btn {
    background-color: #0076be;
    border: none !important;
    padding: 13px 8px;
    box-shadow: none !important;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    margin-bottom: 4px;
    margin-top: 4px;
    /*display: inline-block;*/
    text-align: center;
    border-radius: 5px;
    line-height: 17px;
    min-width: 208px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.area-description .bottom-btn .btn:hover {
    background: #03a9f4;
}

.wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:50px;
}

.list {
    position:absolute;
    left:0px;
    top:0px;
    margin-left:12px;
    margin-top:0px;
    flex-wrap: nowrap;
    width: 100%;
}
.list-center{
    justify-content: center;
}
.list li{
    display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
    line-height: 1.5 !important;

}

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 7px;
    padding-top: 3px;
    white-space:no-wrap;
    vertical-align:middle;
    background-color:transparent;
}

.scroller-right{
    float:right;
}

.scroller-left {
    float:left;
}
.loader-overlay {
    position: absolute !important
}
.full-page-loader {
    position: fixed !important;
    z-index: 999999;
}
.loader-overlay{
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    background-color: rgb(112 112 112 / 60%);
    padding-top: 100px;
}
/*.modal-backdrop  {
    display: none !important;
}*/
.custom-modal-backdrop{
   position: fixed;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.8);
   z-index: 1040;
}
.modal-content {
    margin-top: 60px;
}
.modal.show {
    opacity: 1;
}
.modal-body img{
    max-width: 400px;
}

textarea.form-control {
    height: auto !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.special-offer-popup .modal-dialog {
    height: calc(100% - 56px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.special-offer-popup .modal-dialog .special-close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.featured-fp .area-description .col-sm-12 {
    padding-left: 20px !important;
    padding-right: 20px;
}
.custom-switch.custom-switch-xl {
  padding-bottom: 1rem;
  padding-left: 2.25rem;
}
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 2rem;
  padding-top: 0.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
  border-radius: 1rem;
  height: 2rem;
  width: 3.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
  border-radius: 2rem;
  height: calc(2rem - 4px);
  width: calc(2rem - 4px);
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.5rem);
}
.area-description .bottom-btn .btn span {
    width: 20px !important;
    height: 20px;
    background-color: transparent !important;
    border: none;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    /*margin-left: 10px !important;*/
}
    .prod-fromprice {
        padding-left: 20px !important;
    }
@media only screen and (min-width:1160px) and (max-width:1460px){
	.featured-fp .area-description .col-sm-12 {
        font-size: 14px !important;
	}
} 
@media only screen and (min-width:1025px) and (max-width:1460px){
	.featured-fp .floor-content > .col-sm-12 {
		padding: 0 10px !important;
	}
	.featured-fp .area-description .col-sm-12 {
		padding-right: 10px !important;
        font-size: 12px;
        padding-left: 10px !important;
	}
	.featured-fp .avail-btn[class] {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
} 
@media (max-width:1024px){
	.featured-fp .prod-data {
		padding-left: 15px !important;
	}
}