﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", SimSun
}

.color-theme-blue {
    color: #1b4260;
}


.bg-grey {
    background: #282828;
}

.card-backgrond-blue {
    background: #090942;
    border-radius: 11px;
    max-width: 530px;
    margin-left: 135px;
    min-height: 240px;
}

.card-right-backgrond-blue {
    background: #090942;
    border-radius: 11px;
    max-width: 530px;
    margin-right: 135px;
    min-height: 240px;
}


.div-ul-margin {
    margin-left: -23px;
}

.text-color {
    color: #090942;
}

.text-green-color {
    color: #31cfb6;
}

.text-color-black {
    color: #070707;
}

.bottom-footer-blue {
    background: #090942;
}

.color-green4-back {
    background: #31cfb6;
}

.button-blue {
    background: #090942;
}

.button-green {
    background: #31cfb6;
}

.back-white {
    background: #f7f7f7
}

brackets-image-left {
    margin-left: 20px;
}

.bottom-image2 {
    background-image: url('../../Content/img/whatwedobg.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.bracket-img-div {
    background-image: url('../../Content/img/bannerbracketleft.png');
    height: 173px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
    background-size: contain;
}

.bracketright-img-div {
    background-image: url('../../Content/img/bannerbracketright.png');
    height: 173px;
    background-repeat: no-repeat;
    background-position: 12% 50%;
    background-size: contain;
}

.hero-text2 {
    text-align: center;
    position: absolute;
    top: 69px;
    left: 36%;
    color: white;
    transform: translate(-50%, -50%);
}

.card-width {
    width: 1030px;
    height: 780px;
}

.card-width-download {
    width: 1030px;
    height: 698px;
}


.card-box-shadow {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.btn-submit {
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 40px;
}



.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.introvideo-responsive {
    overflow: hidden;
    padding-bottom: 70.25%;
    position: relative;
    height: 0;
}

    .introvideo-responsive iframe {
        left: 0;
        top: 135px;
        height: 87%;
        width: 500px;
        position: absolute;
    }

.div-padding-margin {
    padding: 74px;
    margin-top: -30px;
}

.image-div {
    position: absolute;
    left: 296px;
    top: -169px;
}

.form-check-input2 {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0.15rem;
}

/*.banner-image {
    background-image: url('../../Content/img/bannerbg2.jpg');
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}*/

.container-downlaod {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.font-blue {
    color: #040459;
}





.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(51,45,79,0.7);
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 75px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .scroll-top-wrapper:hover {
        background-color: #332d4f;
        opacity: 0.1;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }


.login-img {
    background-image: url('/Content/img/login-logo2.jpg') !important;
    background-position: center;
    background-size: cover;
}

.top-menu-fixed {
    position: fixed;
    background-color: #010045;
    width: 100%;
    z-index: 1000;
}

.bottom-footer {
    background-color: #1b4260;
}

.product-cover-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    /*border-bottom: 1px solid #dddddd*/
}


.borderImage {
    /*border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 5px solid #e6e6e6*/
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 3px;
}

.index-logo {
    width: 65px;
    right: 10px;
    top: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #31cfb6 !important;
    border-right-color: rgb(49, 207, 182);
    padding-left: 63px;
    padding-right: 63px;
    border-radius: 40.25em;
}

    .swal2-popup .swal2-styled.swal2-confirm:hover {
        background-color: #040459 !important;
        color: #31cfb6;

    }

.freehold-logo {
    left: 30px;
    top: 10px;
    padding-bottom: 10px;
    padding-top: 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}

.badge-TenureValue {
    color: #fff;
    background-color: #d1ae76;
}

.my-card {
    text-decoration: none;
    color: black;
    border-color: #322D4F;
}

    .my-card:hover {
        color: black;
        text-decoration: none;
    }

.top-menu {
    background-color: white;
    z-index: 1000;
}


.container-div {
    padding-top: 150px;
    padding-bottom: 50px;
}

.gallery-image {
    border: 15px solid #ecf0f1;
    border-radius: 0px !important;
}

.gallery-cover-img {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.red-caption {
    color: #26004d;
}

.btn-purple {
    background-color: #96195c;
    color: white;
    padding: 6px 24px;
    text-shadow: none;
    border-radius: 20px;
}

    /*.btn-round {
    border-radius: 20px;
}*/

    .btn-purple:hover {
        text-decoration: none;
        color: white;
    }


.dp-logo, .dp-logo:hover {
    color: white;
}

    .dp-logo img {
        display: block;
        float: left;
        height: 40px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .dp-logo span {
        float: left;
        font-weight: bold;
        font-size: 0.9em;
        padding-top: 15px;
        line-height: 1;
    }

.dp-nav-desk li {
    float: right;
    list-style: none;
}

    .dp-nav-desk li a {
        color: white;
    }


#right-menu {
    background-color: rgba(255,255,255,1);
    height: 100%;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 80%;
    max-width: 180px;
    z-index: 1001;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc;
    /*color: black;*/
}

#right-menu-icon {
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0px;
    width: 50px;
    z-index: 1000;
}

    #right-menu-icon span {
        color: white;
        font-size: 1.25em;
        position: absolute;
        top: 33%;
        right: 25%;
    }

.dp-right-menu {
    background-color: #322D4F;
    height: 100%;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 80%;
    z-index: 1000;
}


.dp-right-nav {
    list-style: none;
    margin-left: -30px;
}

    .dp-right-nav li a {
        color: #010045;
    }

        .dp-right-nav li a:hover {
            font-weight: bold;
        }

.close-right-menu {
    cursor: pointer;
}

.banner-bg-1 {
    background: url('../img/1x/login_background_photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.min-height-300 {
    min-height: 300px;
}

.logo-image {
    width: 200px;
    margin-top: 50px;
}

.btn-login {
    background-color: #d1ae76;
    color: white;
    width: 150px;
}

    .btn-login:hover {
        color: white;
    }

.btn-evr {
    background-color: #d1ae76;
    color: white;
}

.form-control-login {
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    stroke-width: 2;
}

.form-control-password {
    border-radius: 0;
    width: 100%;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    stroke-width: 2;
}

.link-text a {
    color: white;
}

    .link-text a:hover {
        color: white;
        text-decoration: none;
    }

.link-text-title a {
    color: black;
}

    .link-text-title a:hover {
        color: black;
        text-decoration: none;
    }

.link-text-sidebar a {
    color: #d1ae76;
}

    .link-text-sidebar a:hover {
        color: #d1ae76;
        text-decoration: none;
    }

.title1 {
    font-size: 30px;
    color: #4E4E4E;
}

.title2 {
    font-size: 20px;
    color: #d1ae76;
}

.building-bg {
    background: url('../img/building.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}



.side-ul {
    list-style: none;
    margin-left: -40px;
}

    .side-ul li {
        border-bottom: 1px solid #dddddd;
    }

        .side-ul li a {
            margin-top: 15px;
            margin-bottom: 15px;
            display: block;
        }

.my-card {
    text-decoration: none;
    color: black;
    border-color: #322D4F;
}

    .my-card:hover {
        color: black;
        text-decoration: none;
    }

.my-card-div {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.125);
}

.card-title {
    color: #1b4260;
}

.card-title-About {
    color: #d1ae76;
}

.building-card-size {
    height: 250px;
}

.building-body-size {
    color: white;
    background-color: #322D4F;
}

.card-footer {
    padding-bottom: 15px;
}

.tab-text {
    width: 500px;
    font-size: 30px;
}

.tab-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-size {
    color: black;
    margin-bottom: 20px;
}

.bedroom-icon {
    width: 55px;
    margin-right: 10px;
    margin-top: 5px;
}

.bathroom-icon {
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.bathroom-icon-margin {
    margin-left: 5px;
    margin-right: 30px;
}

.area-icon {
    width: 40px;
    margin-right: 10px;
    margin-top: 5px;
}

.carpark-icon {
    width: 40px;
    margin-right: 5px;
    margin-top: 5px;
}

.carpark-icon-margin {
    margin-left: 5px;
    margin-right: 45px;
}

#more {
    display: none;
}

.map-size {
    width: 100%;
    height: 200px;
}

.lang-class {
    border: 1px solid #d6d6d6;
    padding: 5px;
    margin: 5px;
}

.bg-sidebar-color {
    background-color: #1b4260 !important;
    background-image: none !important;
}

.chkTime {
    margin-left: 20px;
}

.reference-span {
    background-color: #322D4F;
    margin-top: 20px;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}

.accordion-section .panel-default .panel-title {
    display: block;
    text-decoration: none;
    color: black;
}

    .accordion-section .panel-default .panel-title:hover {
        display: block;
        color: black;
        text-decoration: none;
    }

    .accordion-section .panel-default .panel-title:after {
        font-family: 'FontAwesome';
        font-size: 1em;
        content: "\f106";
        color: #1f7de2;
        float: right;
    }

    .accordion-section .panel-default .panel-title.collapsed:after {
        content: "\f107";
    }


.menu-font {
    font-size: 0.9em;
}

.layout-icon {
    cursor: pointer;
    width: 30px;
    margin-top: 10px;
}

.project-price {
    color: white;
    text-align: center;
    background-color: #322D4F;
    padding: 10px;
}

.project-point {
    text-align: center;
}

.project-border {
    padding: 10px;
}

.property-main-img {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.property-main-img-details {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: white;
}


/* All Projects */
.nav-tabs .nav-link, .nav-tabs {
    color: grey !important;
    /*border: 0px !important;*/
    border-bottom: 2px solid #e6e6e6 !important;
}

    .tablinks, .tablinks:hover, tablinks.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        /*color: #d1ae76 important;*/
        color: black !important;
        border: 0px !important;
    }

    .nav-tabs .nav-link.active {
        /*border-bottom: 1px solid black !important;*/
        border-bottom: 2px solid #1b4260 !important;
    }


.nav-tabs2 .nav-link2.active {
    /*border-bottom: 1px solid black !important;*/
    color: #1b4260;
}

.nav-tabs .nav-link.active {
    color: #1b4260;
    /*background-color:lightgrey;*/
}


    .nav-tabs .nav-link.active span {
        color: #1b4260;
    }


.tab-pane {
    min-height: 100px;
}

/*.border-bottom-dark {
    border-bottom: 1px solid black;
}*/


.tablinks, .tablinks:hover, tablinks.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /*padding-bottom: 0px !important;*/
}

.customPagination, .paginacaoCursor {
    margin: 20px 5px;
    padding: 5px 8px;
    color: #fff;
    background: #010045;
    cursor: pointer;
}

.banner-desc {
    position: absolute;
    margin: 5%;
}

    .banner-desc h2 {
        color: white;
    }

    .banner-desc h1 {
        color: #332e50;
        font-weight: bolder;
    }

    .banner-desc span {
        background-color: #d1ae76;
        color: white;
        padding: 10px;
        border-radius: 5px;
        margin-top: 8px;
        display: block;
        font-size: 1.2em;
        text-align: center;
    }

        .banner-desc span b {
            color: #332e50;
        }

#nav-tabContent {
    padding: 10px 0px !important;
}

.banner-desc-mobile span, .banner-desc-mobile h1, .banner-desc-mobile h2 {
    font-size: 0.8em;
    margin-bottom: 2px;
}

.banner-desc-mobile span {
    padding: 2px 5px;
    margin-top: 2px;
}

.project-cover-img {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.ridgez-blue {
    color: #322d4e;
}

.ridgez-grey {
    color: #4e4e4e;
}

.borderEnquiry {
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 25px;
    text-align: center;
}

.borderEnquiry2 {
    width: 550px;
    height: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 2px thin;
    text-align: center;
}

.width-100-percent {
    width: 100%;
}

.project-summary span {
    font-size: 0.9em;
}
/* All Projects End */

.requiredBorder {
    border: 2px solid red !important;
}

.requiredBorderCheckbox {
    background-color: #ffcec9;
}

.cursor-pointer {
    cursor: pointer;
}

.text-align-justify {
    text-align: justify;
}

.form-background {
    background-color: #ecf0f1;
    padding: 20px;
}

.project-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 2;
}

    .project-footer .row {
        background-color: #322d4e;
        padding: 10px;
    }

.btnMore {
    background-color: #ec9e00;
    width: 120px;
    color: white;
    cursor: pointer;
}

    .btnMore:hover {
        color: white;
    }

.login-link {
    color: white;
}

    .login-link:hover {
        color: white;
        text-decoration: none;
    }

.btn-convert {
    background-color: white;
    width: 120px;
    cursor: pointer;
}

.bg-6 {
    background-color: #2d3e50 !important;
}

.bg-2 {
    background-color: #3498db !important;
}

.box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    height: 90%;
}

.inner {
    padding: 10%;
}

.dashboard-t, .dashboard-c {
    color: white;
}

.small-box-footer, .small-box-footer:hover {
    position: relative;
    text-align: center;
    padding: 6px 0px 0px 0px;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.min-width-150 {
    min-width: 150px;
}

.logout {
    font-size: .85rem;
    color: white;
    cursor: pointer;
}

.my-iframe {
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
}

.diffrent-tab {
    position: absolute;
    right: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 20px;
    padding: 8px;
    color: white;
    z-index: 2;
}

.question {
    font-weight: bold;
    color: #010045;
    margin-right: 5px;
}

.answer {
    font-weight: bold;
    margin-right: 5px;
    color: red;
}

/*.question, .answer, .question-desc, .answer-desc {
}*/

.answer-desc {
    width: 100%;
    border: none;
    height: 200px;
}

.fc-event, .fc-event-dot {
    background-color: #d1ae76 !important;
    border: 0px !important;
}

.public-message {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #322D4F;
    color: white;
    top: 0;
    z-index: 1;
    font-size: 0.9em;
    border-radius: 20px 20px 0px 0px;
}

.public-message-dec {
    padding: 5px 10px;
}

.public-message-detail {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: #c1392d;
    color: white;
    padding: 5px;
    margin-left: 0%;
    margin-right: 0px;
    bottom: 0px;
}


.flag {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}


.flag-text {
    font-size: 0.9em;
}

.flag-width {
    min-width: 255px;
    width: 70%;
}

.coming-soon {
    color: #bec3c7;
    font-size: 0.8em;
}

.lang-color {
    color: #d1ae76 !important;
    text-decoration: underline;
}

.login-btn {
    border: 1px solid white;
    padding: 3px 10px;
}

.r-back-purple {
    background-color: #332c4f;
}

.choose-country-footer {
    position: absolute;
    bottom: 0px;
    z-index: 1060;
}

.choose-country-footer-1 {
    position: absolute;
    bottom: 0px;
    z-index: 1060;
}

.nav-corp {
    margin-right: 50px;
    font: bold;
    color: dimgrey;
}

    .nav-corp:hover {
        text-decoration: none;
    }

    .nav-corp.active {
        color: #1b4260 !important;
    }



.footer-link {
    text-decoration: none;
    color: #332d4f;
    margin-right: 50px;
}

.table-head thead, .jquery-table thead {
    background-color: #1b4260 !important;
}

    .table-head thead a, .jquery-table thead a, .jquery-table thead tr th {
        color: White !important;
    }

.hover-none:hover {
    text-decoration: none;
}

.card-hover:hover .gallery-action {
    display: block !important;
}

.gallery-img {
    width: 100%;
    float: left;
    margin: 10px;
    display: block;
    border: 10px solid #ecf0f1;
}

.dataTables_wrapper .dataTables_filter input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}


.dataTables_wrapper .dataTables_length select {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: white !important;
}

.product-cover-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.year-list li {
    cursor: pointer;
}

.year-list .active {
    font-weight: bold;
}

.bg-color-theme {
    background-color: #1b4260
}
