@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold.ttf') format('truetype');
}
@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular.ttf') format('truetype');
}
body {
    font-family: lato-regular !important;
    color:black !important
}
.h4, .h1, .h2, .h3 {
   
}
.h1{
    font-size:200%
}
p{
    line-height:1.2em
}
a{
    text-decoration: none !important
}
label, select, option, input, button, .btn_1 {
    font-family: lato-regular !important;
}
.fBtn{
    font-weight:unset !important;
    white-space:nowrap;
    padding:0.3em !important;
    text-align:center;
    font-size:1em !important;
    font-family:lato-regular
}
.hidden{
    display:none !important;
}
.full{
    width:100% !important
}
.pointer{
    cursor:pointer !important
}
.ValidIDType {
    height:3.4em !important;
    width:100% !important;
    border-radius:unset;
    padding-top: 0.8em
}
.ValidIDType:focus {
   border:solid 0.16em black;
   border-radius:0.2em
}
.dragBtn{
   
    width: 100%;
    overflow: hidden !important;
    white-space:nowrap !important;
    font-weight:bold
}
.btn {
    border-radius: unset !important;
    height: 3.32em !important;
}
.button-effect a{
    border-radius:2em !important;
    height:31px !important
}
.shortlet{
   padding:0 !important;
}
    .shortlet div {
        background-color: #199da5;
        height: 100%;
        padding-top: 0.5em
    }
.propertyVideo{
    position:relative !important
}
.propertyVideo .iq-waves{
     position:absolute !important
}
.int_main_wraapper .btn {
    padding-bottom: 0em;
    padding-top: 0.5em;
    margin-bottom:1em
}
.btn-mini {
    height: 2em !important;
    font-size: 0.9em !important;
    box-shadow: none !important
}
.custom-form textarea, .custom-form input {
    padding: 1.5em !important
}
.multiImage{
    display:inline-block !important;
    text-align:center;
    position:relative;
    margin:3px
}
.multiImage i{
    border-radius: 2em;
    padding:0.1em;
    position:absolute;
    right:5px;
    top:5px
}

.swiper-container .propertyImages img{
   height:23em !important
}
.radar{
    background-color:white;
    position:fixed;
    bottom:15%;
    font-size: 1.8em;
    right:0.28em;
    width:1.9em;
    height:1.9em;
    text-align:center;
    border-radius:3em;
    color:#ff385c;
    border: solid 2px;
    padding-top:0.15em;
    z-index:100
}
.radarHolder {
    text-align: center;
    width: 100%;
    overflow-x: auto;
    background-image: url(../images/bg/bg-white-3.png);
    background-size: cover
}


.caret {
    list-style:none
}
.caret h3, .caret div {
    display:inline-block;
    margin-left:0.3em
}
.homes-address span{
}
.homes-address i{
    color:red !important;
}
.profile-list p{
    border-bottom: solid #eee 1px;
    margin:0;
    padding-bottom:0.5em;
    margin-bottom:0.5em;
    position:relative;
}
.profile-list span{
    position:absolute;
    right:0
}
.profile-list i{
    margin-right:0.5em;
}
.profile-list {
    padding: 0.5em;
    font-size: 0.93em;
}
.topCard{
    padding:0;
}
.topCard h6, .topCard p, .topCard i {
    color: black !important
}
.col-md-4{
 
}
.section-body .row{
   margin-left:0
}
.dashborad-box {
    background-image: url(../images/bg/bg-home-24.jpg) !important;
    background-position:center;
    background-size:cover;
    background-attachment:fixed
}
/* General Reset */
.dashboard {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header Section */
.dashboard-header {
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #ff3850;
    padding-bottom: 20px;
    margin-bottom: 20px;
}




.profile-pic {
    width: 4em;
    height: 4em;
    border-radius: 100%;
    border: 3px solid #ff3850;
    margin-bottom:0.7em
}

.side-pic {
    width: 4em;
    height: 4em;
    margin-bottom:0.7em
}

.greeting h2 {
    margin: 0;
    color: #ff3850;
}

.greeting p {
    margin: 0;
    color: #000;
}

/* User Details Section */
.user-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}
.boxes {
    background-color: white;
    width: 100% !important;
    padding: 0.5em;
    margin-bottom: 1em
}
.boxes .info {
    padding: 5px 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0.5em;
    background-color:rgba(255,255,255,0.5);
    font-size:0.85em
}

    .boxes .info i {
        margin-right: 1.3em
    }

/* Stats Section */
.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.stat-boxes a{
    text-decoration:none
}
.stat-box {
    padding: 4px 8px;
    color: #000;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
    cursor: pointer;
    white-space: nowrap;
    background-color: #ff3850;
    color: white !important;
    font-family: lato-bold;
    font-size: 1.03em;
}

    .stat-box a {
        color: white !important;
        text-decoration: none !important;
    }

    .stat-box i {
        margin-right: 0.5em;
        background-color: white;
        padding: 0.4em;
        border-radius: 2em;
        font-size: 0.6em;
    }

    .stat-box p {
        font-weight: bold;
    }

/* Actions */
.actions {
    margin-bottom: 20px;
}

.action-btn {
    font-size: 0.85em;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align:center;
   line-height:1;
   white-space:nowrap;
   width:100% !important;
   display:block;
   padding:0.85em;
   font-family:lato-bold;
   margin-bottom:0.5em
}

    .action-btn i {
        margin-right:0.5em
    }
    .action-btn:hover{
        color: white;
        text-decoration:none
    }
    /* Features Section */
    .features {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
td a {
    text-decoration: none !important;
}
.feature-box {
    padding: 5px 8px;
    width: 100%;
    position: relative;
    background-color: #f5f5f5;
    border: solid 1px #eee;
    color: #ff3850 !important;
    font-size:10px
}
    .feature-box p {
        font-family: lato-bold;
        color: black !important;
        font-size:1.1em
    }
    .feature-box span, .feature-box a {
        color: #ff3850 !important;
    }
    .feature-box i {
        position: absolute;
        right: 15px;
        bottom: 22%;
        background-color: #ff3850;
        padding: 0.5em;
        border-radius: 1em;
        color:white;
        width: 2em;
        height: 2em;
    }
    .view-btn {
        margin-top: 10px;
        padding: 5px 10px;
        background: #ff3850;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
.nice-select .list {
    max-height: 10em;
    overflow-y: auto !important
}
.dropdown-content li i{
    color:#555;
    margin-right:0.3em
}
.switchBtn{
    font-weight:bold !important;
    font-size:0.7em !important
}
.amenitiesHolder{
    max-height:10em;
    overflow:auto
}
.table-word{
    min-width:250px
}
.myelist img{
    max-width:70px
}
.myelist summary {
    list-style: none;
    padding:10px;
    border:solid 1px #f5f5f5
}
.myelist details label{
    margin-right:1em;
    display:inline-block
}
.bonusPop {
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    bottom: 0;
    width: 100vw;
    z-index: 100 !important;
}
.bonusHolder {
    height: 100vh;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30vh
}
    .bonusHolder img {
        max-width: 300px;
        margin-bottom:2em
    }
    .bonusHolder i:hover {
        background-color: darkred;
    }
    .bonusHolder i:active {
        background-color: red;
    }
    .bonusHolder i {
        font-size: 2em;
        color: white;
        background-color:red;
        padding:0.2em;
        width:1.5em;
        height:1.5em;
        border-radius:2em;
        border:solid 2px
    }
    .bonusHolder span {
        color: white;
        display:block;
    }
.register .form-control, .register .nice-select {
    border: solid black 1px !important;
    height: 47px;
    font-size: 14px !important;
    color:black !important
}

 .login input {
    height: 47px;
    font-size: 16px !important
}


.more-search-options .checkboxes {
    max-height: 250px !important;
    overflow: auto !important;
}
.single-add-property input, .single-add-property .nice-select, .single-add-property  .ck-blurred{
    border: solid 2px !important
}
.news-item-text{
    color:black;
    font-family:lato-regular
}
.error{
    display:block !important
}
.subAlert {
    color: #ff3850 !important
}
#progressContainer{
    text-align:center
}
#propertyForm, #propertyForm label {
    font-size: 13px;
    color: black;
    font-family: lato-regular !important
}
  
    #propertyForm input, #propertyForm textarea, #propertyForm select {
        font-size: 13px;
        border: solid 1px !important;
        color:black
    }
    #propertyForm .nice-select span {
        margin-top:0 !important;
        color:black !important
    }
    #propertyForm .nice-select {
        margin-bottom:1.5em
    }
    #propertyForm h3 {
        margin-bottom: 1em;
        padding-bottom: 0.5em;
        color: black !important;
        font-family:lato-regular !important
    }
    #propertyForm label span{
        font-size:1.5em
    }
    #propertyForm h3 p {
        font-size: 13px;
        font-weight: normal !important;
        color: black;
        margin-top: 0.5em;
        text-transform: none;
        font-family: lato-regular !important;
        line-height: 1.4
    }
.property-details, .property-details small, .property-details p, .property-details .listing-address {
    color: black !important
}
.homes-list li, .homes-list li  span{
    color: black !important;
}
.moreImages{
    background-color:rgba(0,0,150,0.1);
    padding:12px;
    border-radius:0.3em
}

#divisionBtn div{
    width:100%;
    padding-top:1em
}
.form-horizontal label{font-size:1.15em}
.card-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.card-title {
    color: black !important;
    border-bottom: solid 1px #f5f5f5;
    padding-bottom:0.5em
}
.dashboardHolder a{
    color:black !important;
    font-family: lato-bold !important
}
.boxed {
    background-color: #f5f5f5;
    padding:1em;
    margin-left:0.5em !important;
    margin-right:0.5em !important;
}
.boxed label{
    border: solid 1px #ffe
}
.btna{
    font-size:12px !important;
    border:solid 1px black;
    padding:0.4em
}
.nav-drag{
    padding-right: 1.3em !important;
    padding-left: 1.3em !important
}

 .btn_1{
    padding:0.5em  !important;
}
.regFormMain {
    background-image: url(../images/bg/info-service6.jpg);
    background-attachment: fixed;
}

.regFormHolder {
    border: solid 1px rgba(0,0,0,0.25);
    margin: 0.1em;
    margin-top: 3em;
    margin-bottom: 3em;
    border-radius: 0.5em;
    box-shadow: rgba(0,0,0,0.1) 3px 1px 10px;
    background-color:rgba(0,0,0,0.7);
}
.regFormMain .User {
    padding: 1em;
}
    .regFormMain .User input, .regFormMain .User .nice-select {
        border: solid 1px;
        width: 100% !important
    }
    .regFormMain .User label {
        background-color: #ccc;
        width: 100%;
        display: block;
        font-size: 1.5em;
        padding: 0.2em;
        text-align: center;
        border: solid 1px;
        border-radius:0.15em
    }
.regFormMain .User .bg-gray{
     background-color: #ccc !important;
}
.passwrd {
    padding-right: 2.5rem;
}
.regFormMain .User .nice-select{
    padding-bottom:2em !important
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}
.mainLoginHolder {
    background-image: url(../images/bg/bg-21.jpg);
    background-attachment: fixed;
    padding-top: 3em;
    padding-bottom: 3em;
}
.mainLoginHolder .login{
    background-color:rgba(0,0,0,0.6) !important
}
#propertyForm .card{
    background-color: #fcfcfc
}
.handlePostCat div{
    max-height:15em;
    overflow:auto;
}

.swiper-container .img-fluid {
    width:100%
}
.projView .project-head .homes {
    height:15em
}
.projLView .project-head .homes {
    height:13em;
}
.projAg .project-head .homes {
    height: 13em;
}
.profilePics{
    width:250px;
    margin-bottom:2em
}