/* base style */
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'proxima-nova' !important;
    font-weight: 300;
}
.ui-menu {
    display: block;
}
.ui-menu .ui-menu-item {
    list-style-type: none;
    font-size: 16px;
    background-image: url(../images/map-marker.png) !important;
    background-repeat: no-repeat;
    padding: 0px;
    margin-left: 10px !important;
    margin-top: 10px !important;
    background-position-y: 4px;
}
.ui-menu .ui-menu-item .ui-menu-item-wrapper {
    margin-left: 20px;
}
.ui-widget.ui-widget-content {
    border:none !important;
}
.bg-primary {
    background-color: #1262a1 !important;
}

.coupon_label {
    cursor: pointer;
}

.bg-outline-blue,
.bg-outline-blue:hover {
    border-color: #1167ab;
    color: #1167ab;
}

.tw-text-primary {
    color: #1167ab;
}

.shadow-b {
    box-shadow: 0px 4px 0px 0px rgba(18, 98, 161, 0.18);
}

.pn400 {
    font-family: 'proxima-nova-light', sans-serif;
}

.font-weight-600,
.tw-font-semibold {
    font-weight: 600 !important;
}

.tw-custom-height {
    height: 405px;
}

/* Navbar style */

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


/* form style */

.custom-file-label-none {
    font-size: 15px;
}

.custom-file-label-none::after {
    display: none;
}


/* banner sytle */

.jumbotron {
    background: url('../images/banner.jpg') no-repeat center center/cover;
    padding: 15% 0;
}

.property-banner {
    /* background: url('../images/property-view-banner.png') no-repeat center center/cover; */
    height: 40rem;
}

@media (max-width: 767px) {
    .jumbotron {
        margin-top: 3.5rem;
    }
}


/* Testimonial Style */

.testimonial {
    background: url('../images/testimonial-bg.png') no-repeat center center/cover;
}

.quotes::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url('../images/quotes.png') no-repeat center;
    right: 0;
}


/* tabs style */

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1262a1;
    font-weight: 800;
}

.nav-pills .nav-link {
    color: #333333;
}


/* table style */

.table .thead-blue th {
    background-color: #136aaf;
    border-color: transparent;
    color: #fff;
}

.table td,
.table th {
    border-color: #eef5f9;
    border-bottom-width: 3px;
    vertical-align: middle;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}


/* pagination style */

.page-link {
    background-color: #eef5f9;
    border-color: #fff;
    color: #3e5569;
}

.page-item.active .page-link {
    background-color: #136aaf;
    border-color: transparent;
}



/* footer style */

footer {
    background-color: #333333;
}


@media(min-width:769px){
    footer {
        position:absolute;
        left:0;
        right: 0;
        bottom: 0;
    }
    body {
        margin-bottom:264px;
    }
 }

footer .form-control,
footer .form-control:focus {
    background-color: #484848;
    color: #fff;
}

footer .form-control,
footer .form-control:focus,
footer .btn,
.social-circle li>a {
    font-weight: 300;
    border-color: #484848;
}

footer .form-control::-webkit-input-placeholder {
    color: #fff;
}

footer .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

footer .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

footer .form-control:-ms-input-placeholder {
    color: #fff;
}

.croppie-container {
    height: 0px !important;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 1.7em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}

/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}


#register-form .btn-group .btn.active {
    background-color: #1262a1 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    outline: none !important;
}

#register-form .btn-group .btn.active.focus {
    box-shadow: none !important;
}

#register-form .btn-group .btn {
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: 200 !important;
    border-style: solid !important;
    border-color: #dae1e7 !important;
}


.blur-page-tenant {
    -webkit-filter: blur(5px);
}
