﻿.top-nav {
    background: #fbfbfb;
    border-top: 1px solid #ddd;
}

.wrapper {
    min-height: 100vh;
    background-color: #fbfbfb;
    background-image: url('../images/ag-square.png');
}

/* Inner Form page design */
.header-section {
    position: relative;
    box-shadow: 0 0 4px rgba(200, 200, 200, 0.5);
}
/* Form Page design */
.formheading-section {
    background: #f8f8f8;
    padding: 5px 0 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.formheading-sectiontext h2 {
    font-size: 22px;
    color: #19191a;
    font-weight: 400;
    margin-bottom: 0;
    padding: 3px;
}

.formPage-heading a, .formPage-heading h3 {
    display: inline-block;
}

.formPage-heading a {
    padding-right: 10px;
}

    .formPage-heading a:hover {
        cursor: pointer;
    }

.formPage-heading {
    padding: 10px 0;
    margin-bottom: 20px;
    background: #eaeaea;
    opacity: .8;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

    .formPage-heading h3 {
        vertical-align: middle;
        font-size: 20px;
        font-weight: 400;
        margin: 0;
    }



.form-Box .card-header {
    background-color: #ddd0c2;
    border-bottom: 1px solid #ddd0c2;
}

.form-Box .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.form-Box .card {
    margin-bottom: 30px !important;
    border: none !important;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22) !important;
}

.table {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
}

    .table td {
        color: #71748d;
        padding: 5px 10px !important;
        vertical-align: middle !important;
        border-top: 1px solid #e6e6f2;
        font-weight: normal;
    }

.table4 td {
    width: 25%;
}

.table td input[type="text"], .table td textarea {
    display: block;
    width: 100% !important;
    padding: 6px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7ebee;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .table td .form-control:focus, .table td select:focus, .table td textarea:focus {
        color: #495057;
        background-color: #fff;
        border-color: #d9cfc6;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(153, 119, 179,.1) !important;
    }
.table td select 
{
     -webkit-user-select: revert !important;  /* Chrome 49+ */
  -moz-user-select: revert !important;     /* Firefox 43+ */
  -ms-user-select: revert !important;      /* No support yet */
  user-select: revert !important;  
  width:100% !important;
    }
.form-wrapper {
    position: relative;
}

.table td select {
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e7ebee;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td .form-wrapper i {
    position: absolute;
    bottom: 9px;
    right: 5px;
}

.searchselect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-left: 20px;
}

.btn-outline-light {
    color: #fff !important;
    border-color: #7779d0 !important;
    background-color: #7779d0 !important;
}

    .btn-outline-light:hover {
        color: #fff !important;
        background-color: #b7a490 !important;
        border-color: #b7a490 !important;
    }

.btn {
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 2px;
}

.radioField {
    display: inline-block;
}

.table td input[type="checkbox"], .table td input[type="radio"] {
    display: inline-block;
    margin-bottom: .5rem;
    width: auto;
    border: 0 !important;
}

.form-radio {
    text-align: center;
    margin-bottom: 10px;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    margin: 0 !important;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        padding: 5px 5px 0 5px !important;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: .170rem .70rem !important;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0, 0, 0, .05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .file-custom::before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -0.064rem;
        z-index: 6;
        display: block;
        content: "Browse";
        padding: .170rem .70rem !important;
        color: #000;
        background-color: #e3dfdf;
        border: .075rem solid #d0caca;
        border-radius: 0 .25rem .25rem 0;
    }

    .file-custom:hover::before {
        background-color: #b7a490;
        border: .075rem solid #b7a490;
    }

    .file-custom::after {
        content: "Choose file...";
    }

.table td textarea {
    height: 30px;
}




@media screen and (max-width: 999px) and (min-width: 320px) {
    .table td {
        width: 100%;
        display: block;
        margin-top: -1px;
        border-spacing: 20px;
    }

    .table tr td:nth-child(1) {
        background-color: #f2f2f2;
        padding: 10px !important;
    }

    .table tr:nth-child(2n) {
        background: none !important;
    }

    .table tr td:nth-child(3) {
        background-color: #f9f9f9;
        padding: 10px !important;
    }

    .table td {
        color: #71748d;
        padding: 5px 10px !important;
    }
}

.table tr:nth-child(2n) {
    background-color: #eeeeee4f;
}

.login-wrapper {
    min-height: 100vh;
    padding-top: 20px;
    background-color: #fbfbfb;
    background-image: url('../images/ag-square.png');
}

.loginCard {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

.loginForm {
    padding: 20px 60px 0 30px;
}

    .loginForm h1 {
        text-align: center;
    }

.loginIcon {
    width: 80px;
    height: 80px;
    margin: 5px auto;
}

    .loginIcon img {
        max-width: 100%;
    }

.loginForm .form-group {
    margin: 0;
}


/* Assign full width inputs*/
.loginForm input[type=text], .loginForm input[type=password] {
    width: 100%;
    padding:9px 15px 9px 46px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 50px;
}

/* Set a style for the buttons*/
.loginForm button {
    background-color: #7779D0 !important;
    color: white;
    padding: 14px 20px;
    margin: 8px 0 0;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    width: 100%;
}

    /* Set a hover effect for the button*/
    .loginForm button:hover {
        background-color: #FCE0A1 !important;
        color: #090909;
    }
/* Set extra style for the cancel button*/
.fontuser {
    position: relative;
}

    .fontuser i {
        position: absolute;
        left: 25px;
        top: 18px;
        color: gray;
    }

.fontpassword {
    position: relative;
}

    .fontpassword i {
        position: absolute;
        left: 25px;
        top: 18px;
        color: gray;
    }

.loginForm input[type="text"]:hover, .loginForm input[type="password"]:hover {
    box-shadow: 0 0 4px #ddd;
}

.loginForm input[type="text"]:focus, .loginForm input[type="password"]:focus {
    border: 1px solid #7779d0;
}

@media screen and (max-width: 999px) and (min-width: 320px) {
    .login-left {
        display: none;
    }

    .loginForm {
        padding: 20px 30px 0 30px;
    }

    .avl-features li {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 500px) and (min-width: 320px) {
    .login-left {
        display: none;
    }

    .loginForm {
        padding: 10px;
    }

    .banner-property .container h1 {
        font-size: 1.5rem !important;
        text-align: center;
    }

    .banner-property .container h2 {
        font-size: 1rem !important;
        text-align: center;
    }

    .banner-property .container h6 {
        text-align: center;
    }

    .avl-features li {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .propertyAmount {
    text-align: left !important;
}
}

.forgotPass {
    color: #000;
}

.captcha {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 15px 0;
    text-align: center;
    border-radius: 50px;
    margin-top: 4px;
}

    .captcha p {
        display: inline-block;
        margin: 0;
    }

    .captcha span {
        display: inline-block;
    }

.captchaInput {
    display: inline-block;
    width: 70px !important;
    padding: 0 0 0 5px !important;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
}

.login-wrapper .captchaInput:focus, .login-wrapper .captchaInput:active {
    border-botom: 1px solid #673AB7;
}




/* Filter Screen 21.12.2020 */
/* Schemes */
/* Global Style */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div:after {
    content: '';
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    color: #222222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-30 {
    width: 30%;
    float: left;
}

.col-70 {
    width: 70%;
    float: left;
}

.text-center {
    text-align: center;
}

a {
    text-decoration: none;
    transition: all 200ms;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.pb-30 {
    padding-bottom: 30px;
}

body {
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
}

.wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    
}

    .wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/build.png');
        z-index: -1;
        opacity: .1;
    }

.container {
    width: 90%;
    margin: 0 auto;
}

.section {
    padding: 40px 0;
}

.col-33 {
    width: 33.33%;
    float: left;
}

.col-50 {
    width: 50%;
    float: left;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.header {
    box-shadow: 0 4px 4px -4px rgba(0,0,0,.5);
    position: relative;
    z-index: 999999;
    padding: 15px 0;
}

    .header img {
        height: 60px;
    }

/* Preheader */
.preheader {
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    position: relative;
    background-color: #b7a490;
}

    .preheader a {
        color: #fff;
        border-right: 1px solid #a1a1a1;
        padding: 0 5px;
        font-size: 13px;
        text-align: left;
        font-weight: 400;
    }

        .preheader a:last-child {
            border-right: 0;
        }

        .preheader a:hover {
            color: #0597ea;
            text-decoration: none;
            transition: all .2s;
        }

.divpreheaderLeft {
    float: left;
}

.divpreheaderRight {
    float: right;
}
/* Menu Css */
/*Strip the ul of padding and list styling*/
.navigation {
    background: #5b6398;
}

ul.menu {
    width: 90%;
    margin: 0 auto;
    list-style-type: none;
    z-index: 999999;
    position: relative;
}

    /*Create a horizontal list with spacing*/
    ul.menu li {
        display: inline-block;
        float: left;
        margin-right: 1px;
    }

        /*Style for menu links*/
        ul.menu li a {
            display: block;
            min-width: 95px;
            padding: 0 16px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            color: #fff;
            text-decoration: none;
        }

        ul.menu li ul.hidden {
            z-index: 999999;
            position: absolute;
            width: 380px;
        }

        ul.menu li ul li a {
            text-align: left;
            color: #000;
        }

        ul.menu li a.active {
            background: #ff7871;
        }
        /*Hover state for top level links*/
        ul.menu li:hover a {
            background: #ff7871;
        }

        /*Style for dropdown links*/
        ul.menu li:hover ul a {
            background: #f3f3f3;
            color: #2f3036;
            height: 40px;
            line-height: 40px;
        }

        /*Hover state for dropdown links*/
        ul.menu li:hover ul.hidden li a:hover {
            background: #ff7871;
            color: #fff;
        }

        /*Hide dropdown links until they are needed*/
        ul.menu li ul {
            display: none;
        }

            /*Make dropdown links vertical*/
            ul.menu li ul li {
                display: block;
                float: none;
            }

                /*Prevent text wrapping*/
                ul.menu li ul li a {
                    width: auto;
                    min-width: 100px;
                    padding: 0 20px;
                }

        /*Display the dropdown on hover*/
        ul.menu li a:hover + .hidden, .hidden:hover {
            display: block;
        }

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    text-decoration: none;
    color: #fff;
    background: #dd473f;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox*/
.navigation input[type=checkbox] {
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu {
    display: block;
}
/* Banner */
.banner {
    position: relative;
    background-image: url('../images/banner2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 0;
    z-index: 1;
    background-size: 100% 100%;
    background-position: center center;
    transition-duration: 0.4s;
}

    .banner:hover {
        background-size: 103% 103%;
        cursor: pointer;
    }

.banner-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(76,105,121,.5);
    z-index: -1;
}

.banner .container {
    width: 70%;
    margin: 0 auto;
}

.mphousingBoard-logo {
    margin-bottom: 10px;
}

/* Property */
.banner-content {
    position: relative;
}

    .banner-content::before {
        background: rgba(255,255,255,.4);
        border-radius: 8px;
        bottom: -10px;
        content: "";
        left: -10px;
        position: absolute;
        right: -10px;
        top: -10px;
        z-index: -1;
    }

.search-form {
    padding: 40px;
    border-radius: 5px 0 0 5px;
    position: relative;
    z-index: 999999;
}

    .search-form:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FF5F6D;
        background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
        background: linear-gradient(to right, #FFC371, #FF5F6D);
        z-index: -1;
    }

    .search-form h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: #0e171c;
        margin: 0px 0px 15px 0px;
    }

.form-group {
    margin-bottom: 5px;
    position: relative;
}

select.form-control:not([size]):not([multiple]) {
    height: 47px;
    color: #363e44;
}

.select::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 16px 0px 0px;
    background: transparent;
    pointer-events: none;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
}

.select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

select.form-control {
    position: relative;
}

.search-form .form-control, .signin-form .form-control {
    margin-bottom: 0px;
}

.signin-form .m-b-10 {
    margin-bottom: 10px;
}

.form-control {
    border-radius: 0px;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
    height: 42px;
    padding: 16px 20px;
    line-height: 1.42857143;
    border: 0;
    background: rgba(255,255,255,.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

    .form-control:hover, .form-control:focus {
        background: rgb(255,255,255);
        box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .5);
    }

.btn-default {
    background-color: #df1d24;
    color: #fff;
    border: 1px solid #df1d24;
}

    .btn-default:hover {
        background-color: #ff9010;
        color: #000;
        border: 1px solid #ff9010;
        box-shadow: 3px 2px 3px -2px #5e5b5b;
        cursor: pointer;
    }

.btn-green {
    background-color: #40bd7c;
    color: #fff;
    border: 1px solid #40bd7c;
}

    .btn-green:hover {
        background-color: #26955b;
        color: #000;
        border: 1px solid #26955b;
        box-shadow: 3px 2px 3px -2px #5e5b5b;
        cursor: pointer;
    }

.btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 25px;
    letter-spacing: 1px;
    border-radius: 0px;
    line-height: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    word-wrap: break-word;
    white-space: normal !important;
}

.btn-sm {
    padding: 7px 18px;
    font-size: 14px;
}

.btn i {
    margin-right: 5px;
}

/* login Sign in */
.signin-form {
    background: rgba(255, 255, 255,.6);
    padding: 40px 40px 112px 40px;
    border-radius: 0 5px 5px 0;
}

    .signin-form h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: #0e171c;
        margin: 0px 0px 15px 0px;
    }

.control-label {
    font-size: 16px;
    color: #040404;
    font-weight: 500;
}

.fields input::placeholder {
    font-weight: 400;
    text-transform: capitalize;
}

.loginLinks {
    padding: 10px 0;
}

    .loginLinks a {
        color: #000;
        font-weight: 500;
        transition: 0.3s;
    }

        .loginLinks a:hover {
            margin-top: -2px;
            text-decoration: underline;
        }
/* About us */
.service-content {
    background-color: #fafafa;
}

.service-matter p {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}

/* User manual */
.userManual-content .container {
    width: 80%;
}

.userManual-content .col-50 {
    padding-left: 15px;
    padding-right: 15px;
}

.userManual-content {
    background-color: #e5eaf4;
}

.userManual-box {
    background-color: #ffffff !important;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}

    .userManual-box:hover {
        box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        transform: translateY(-10px);
    }

.userManual-inner {
    padding: 20px;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
    overflow: hidden;
    border-radius: 11px !important;
}

.um-icon {
    text-align: center;
    padding: 10px;
}

    .um-icon img {
        height: 70px;
    }

.userManual-matter h4 {
    font-size: 18px;
    color: #363338;
    line-height: 23px;
    text-align: left;
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
}

.userManual-matter {
    border-top: 1px solid rgba(149, 148, 153, 0.3);
    border-bottom: 1px solid rgba(149, 148, 153, 0.3);
    padding-top: 18px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

    .userManual-matter ul {
        width: 100%;
        margin: 0 16px;
        padding: 10px 0;
    }

        .userManual-matter ul li {
            list-style-type: circle;
        }

            .userManual-matter ul li a {
                display: block !important;
                padding: 5px 0;
                line-height: 26px;
                font-weight: 400;
                color: #828282;
            }

                .userManual-matter ul li a:hover {
                    color: #ff6b6d;
                }

.Div1 {
    height: 200px;
}
/* Contact Us */
.contactus-content.section {
    background-color: #fafafa;
}

.contactus-content .col-50 {
    padding-left: 15px;
    padding-right: 15px;
}

.mapField img {
    width: 100%;
}

.section h3 {
    font-size: 36px;
    margin-bottom: 5px;
    color: #222222;
    line-height: 1.2em !important;
    font-weight: 600;
    text-align: center;
}



.addtable {
    width: 100%;
    border-collapse: collapse;
}

    .addtable th {
        padding: 8px;
        background: #eaeaea;
        color: #000;
        font-size: 17px;
        margin: 0 0 0 0;
        font-weight: normal;
        text-align: left;
    }

    .addtable td {
        width: 50%;
        padding: 7px;
        text-align: left;
    }

    .addtable tr {
        background: #f9f9f9;
    }
/* footer */
.footer {
    padding: 5px;
    background: #FF5F6D;
    background: -webkit-linear-gradient(to right, #D0A10F, #DF3072);
    background: linear-gradient(to right, #D0A10F, #DF3072);
    text-align: center;
    color: #fff;
    font-weight: 600;
}

    .footer p {
        font-size: 10px;
        font-weight: 600;
    }
/* media Queries */
@media only screen and (max-width: 768px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }

    .preheader {
        height: auto;
    }

    #portalLink, #deptLink {
        display: none;
    }

    .banner {
        padding: 0;
    }

    .mphousingBoard-logo {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .col-33, .col-50 {
        width: 100% !important;
    }

    .single-service {
        height: auto;
    }

    .address-content {
        padding: 0;
    }
}

@media only screen and (max-width: 999px) {
    .container {
        width: 70%;
        margin: 0 auto;
    }

    .navigation .container {
        width: 100% !important;
    }

    .preheader .container {
        width: 95% !important;
    }

    .mpoLogo {
        display: none;
    }

    .property-area .col-33 {
        width: 100%;
    }

    .banner {
        position: relative;
        height: auto;
        padding: 50px 0;
    }

    .banner-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .left-content {
        width: 100% !important;
        display: block;
        order: 2;
        float: none;
    }

    .right-content {
        width: 100% !important;
        display: block;
        order: 1;
        float: none;
    }

    .features-content .col-33 {
        width: 100%;
    }

    .contactus-content .col-50, .property-area .col-33 {
        width: 100%;
    }

    .contactus-content .col-50, .property-area .col-33 {
        margin-bottom: 10px;
    }

    .address-content {
        padding: 0;
    }

    .radioField {
        text-align: center;
    }
}

@media only screen and (max-width: 555px) {
    .container {
        width: 90% !important;
        margin: 0 auto;
    }
}


@media screen and (max-width : 768px) {
    /*Make dropdown links appear inline*/
    ul.menu {
        position: static;
        display: none;
    }

    ul.menu {
        width: 95%;
        margin: 0 auto;
        list-style-type: none;
        z-index: 999999;
        position: relative;
    }
        /*Create vertical spacing*/
        ul.menu li {
            margin-bottom: 1px;
        }
        /*Make all menu links full width*/
        ul.menu li, li a {
            width: 100%;
        }
    /*Display 'show menu' link*/
    .show-menu {
        display: block;
    }

    ul.menu li ul.hidden {
        z-index: 999999;
        position: relative;
        width: 100%;
    }
}






/* form Inner Page design css */
.formPage-heading {
    padding: 5px 10px;
    margin: 0 0 15px;
    border-left: 3px solid #ff7871;
    background: #f4f4f4;
    opacity: .8;
    font-weight: 400;
    font-size: .875rem;
}

    .formPage-heading:hover {
        border-left: 3px solid #41c1ff;
    }

    .formPage-heading img {
        margin-right: 5px;
    }

.formPage-headingText {
    color: #222222;
    line-height: 35px !important;
    font-size: 18px;
    font-weight: 500;
}

.formPage-heading h3 {
    line-height: 35px !important;
    font-size: 18px;
    font-weight: 500;
}

.formPage-heading a, .formPage-heading h3 {
    display: inline-block;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    .table th {
        padding: .75rem;
        font-weight: 500;
        color: #333;
        text-align: left;
        border-top: 1px solid #ddd0c2;
        vertical-align: middle;
        border-bottom: 2px solid #ddd0c2;
        background-color: #ddd0c2 !important;
        font-size: 17px;
    }

    .table tr {
        background-color: #fdfdfd;
    }

        .table tr:nth-child(2n) {
            background-color: #f9f9f9;
        }

    .table td {
        padding: .75rem;
        vertical-align: middle;
        border-top: 1px solid #e9e9e9;
    }

.table4 td {
    width: 25%;
}

.table td select {
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td input, .table td textarea {
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table td textarea {
    height: 30px;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-label {
    display: inline-block;
    margin-right: .5rem;
}

.table td input[type="checkbox"], .table td input[type="radio"] {
    display: inline-block;
    margin-bottom: .5rem;
    width: auto;
}

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

    .file input {
        min-width: 14rem;
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        padding: 5px 5px 0 5px !important;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: .170rem .70rem !important;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 .2rem .4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .file-custom::before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -0.064rem;
        z-index: 6;
        display: block;
        content: "Browse";
        padding: .170rem .70rem !important;
        color: #555;
        background-color: #eee;
        border: .075rem solid #ddd;
        border-radius: 0 .25rem .25rem 0;
    }

    .file-custom::after {
        content: "Choose file...";
    }

.radioField {
    display: inline-block;
}



/* Buttons */
.table .button {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
}

.btn-secondary {
    color: #fff !important;
    background-color: #de3a69 !important;
}

    .btn-secondary:hover {
        color: #333 !important;
        background-color: #f0c642 !important;
    }


/* Profile page css */

.profileMenu {
    float: left;
    min-width: 200px;
    width: 25%;
    padding-right: 2%;
}

.z-tabs-nav {
    border: 1px solid #CECECE;
}

    .z-tabs-nav li {
        position: relative;
        display: block;
        outline: 0 none;
        text-decoration: none;
        list-style: none;
        list-style-type: none;
        list-style-type: none;
        border-bottom: 1px solid #CECECE;
    }

        .z-tabs-nav li:last-child {
            border-bottom: 0;
        }

        .z-tabs-nav li > a {
            padding: 13px 19px;
            line-height: 18px;
            display: block;
            text-transform: uppercase;
            letter-spacing: 1px;
            ackground: #fff;
            color: #333;
            text-shadow: 0 1px #f5f5f5;
            border-left: 3px solid transparent;
        }

            .z-tabs-nav li > a:hover {
                border-left: 3px solid #D13636;
                font-weight: 500;
            }

        .z-tabs-nav li.z-active > a {
            border-left: 3px solid #D13636;
            font-weight: 500;
            text-shadow: 0 1px 1px white;
            -webkit-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
            -moz-box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
            box-shadow: inset 0px 0px 1.143em 0px rgba(0, 0, 0, 0.13);
            background: #F3F3F3;
        }

.ticker {
    float: left;
    min-width: 200px;
    width: 75%;
    border: 1px solid #CECECE;
    height: 270px;
}

    .ticker h3 {
        background-color: #cecece;
        padding: 13px 19px;
    }

    .ticker marquee {
        text-align: justify;
        float: left;
        min-width: 200px;
        height: 217px;
    }

    .ticker li {
        position: relative;
        display: block;
        outline: 0 none;
        text-decoration: none;
        list-style: none;
        list-style-type: none;
        border-bottom: 1px solid #CECECE;
        padding: 13px 19px;
        line-height: 18px;
        color: #333;
        text-shadow: 0 1px #f5f5f5;
    }

        .ticker li:last-child {
            border-bottom: 0;
        }

@media only screen and (max-width: 999px) {
    .formPage-heading a, .formPage-heading h3 {
        display: block;
        text-align: center;
    }

    .profileMenu, .ticker {
        width: 100% !important;
        margin-bottom: 10px;
        padding: 0 !important;
    }

    .navigationLogout {
        float: none !important;
    }

    .filterSection, .propertyDetail, .propertyImage, .PropertyContainerScheme {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .propertyDetail_footer h1, .contact-detail {
        float: none !important;
        text-align: center !important;
    }

    .col-50 {
        width: 100%;
        height: auto !important;
        padding: 3px !important;
        float: left;
    }

    .propertyImage {
        height: 100% !important;
    }

    .propertyDetail_box {
        text-align: center;
    }
}

@media only screen and (max-width: 666px) {
    #pol, #pol2 {
        min-width: 100% !important;
    }
}

.navigationLogout {
    float: right;
    line-height: 35px;
    background-color: #303975;
    padding: 0 0 0 10px;
    border-radius: 5px;
}

    .navigationLogout span {
        margin-right: 10px;
        color: #fff;
    }

.logout__icon {
    width: 100px;
    height: 35px;
    background-color: #ff7871;
    padding: 6px;
    border-radius: 0 4px 4px 0;
    float: right;
    text-align: center;
}

    .logout__icon:hover {
        background-color: #f9910c;
    }

    .logout__icon i {
        line-height: 25px;
        font-size: 22px;
    }

    .logout__icon a {
        color: #fff;
    }

        .logout__icon a:hover {
            color: #000;
        }

    .logout__icon p {
        float: left;
        line-height: 1.5;
        margin-right: 5px;
        font-weight: 400;
    }

/* Schemes */
.filterSection {
    padding: 0 20px;
}

.filterSection_box {
    padding: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .filterSection_box h3 {
        line-height: 24px;
        font-weight: 500;
        color: #091e42;
        display: block;
        text-align: left;
        padding: 16px 0 4px;
        box-shadow: inset 0 -1px 0 0 #ebecf0;
        font-size: 18px;
        font-weight: 700;
        color: #111;
    }

.input_placeholder {
    padding: 16px 0;
}

.pageComponent {
    padding-right: 5px;
}

.fillter_label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #42526e;
    margin: 0;
    font-size: 14px;
}

.radio_input {
    display: block;
}

    .radio_input label {
        margin-left: 5px;
    }

.col-50 {
    width: 50%;
    height: auto !important;
    padding: 3px !important;
    float: left;
}

.select_input select {
    width: 100%;
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
}

    .select_input select option {
        padding: 5px;
    }

#pol, #pol2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,106,194,.2);
    z-index: 9;
    padding: 16px 20px 20px;
    min-width: 500px;
    height: 150px;
    display: none;
    overflow-y: scroll;
}

.more {
    line-height: 20px;
    font-size: 16px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    .more h2 {
        margin-left: 8px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #091e42;
    }

.input_placeholder h2 {
    font-weight: 600;
    color: #091e42;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

.propertyDetail_box {
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.05);
    -webkit-transition: all .2s;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
}

    .propertyDetail_box:hover {
        box-shadow: 0 6px 15px 0 rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 6px 15px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 6px 15px 0 rgba(0,0,0,0.12);
    }

.propertyDetail_footer {
    border-top: 1px solid #ebecf0;
    padding: 9px 16px 0 16px;
    margin-top: 10px;
}
.btnLink {
    box-shadow: 0 1px 4px 0 rgb(0 106 194 / 20%);
    background: #ff7871;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 0;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
    .propertyDetail_footer h1 {
        font-weight: 600;
        color: #091e42;
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 2.3 !important;
        margin: 0;
    }


.propertyImage {
    float: left;
    vertical-align: top;
    position: relative;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

    .propertyImage img {
        width: 100%;
        height: 200px;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
    }

        .propertyImage img:hover {
            -webkit-transform: scale(1.02);
            transform: scale(1.02);
        }

.reqPhotos {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.PropertyContainerScheme {
    position: relative;
    height: auto;
}

    .PropertyContainerScheme h6 {
        font-weight: 400;
        color: #091e42;
        display: block;
    }

    .PropertyContainerScheme h5 {
        font-weight: 700;
        color: #091e42;
        display: block;
        font-size: 1.1em;
        margin: 0;
    }

.highlighttable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .highlighttable .Icon {
        display: inline-block;
        background-color: #ffaa3e;
        width: 25px;
        height: 25px;
        text-align: center;
        border: 1px solid #ffaa3e;
    }

        .highlighttable .Icon:hover {
            background-color: #596191;
            border: 1px solid #596191;
        }

        .highlighttable .Icon i {
            line-height: 25px;
            color: #fff;
        }

.btnLink {
    box-shadow: 0 1px 4px 0 rgba(0,106,194,.2);
    background: #596191;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 0;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .btnLink:hover {
        background-color: #ff7871;
        border-radius: 0;
        color: #fff !important;
    }

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.locationFilter, .residentComm {
    position: relative;
}

/* 08.07.2020 */



/* User Profile 21.12.2020 */

/* Login 2 */
.paddingLinks {
    padding: 50px;
    background: #C33764; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1D2671, #C33764); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1D2671, #C33764); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    min-height: 400px;
}

    .paddingLinks a {
        color: #fff;
    }

    .paddingLinks h2 {
        color: #fff;
        margin-bottom: 30px;
    }

.loginForm.padding-right {
    padding: 20px 32px 0 30px;
}

.paddingLinks table tr {
    background-color: #fff;
}

.login-left.paddingLinks ul li {
    background-color: #fff;
    list-style-position: inside;
    margin-bottom: 2px;
    list-style-type: none;
    font-size: 14px;
}

    .login-left.paddingLinks ul li a {
        color: #000;
        padding: 10px;
        display: block;
    }

    .login-left.paddingLinks ul li:hover {
        background-color: #f9d569;
    }







/* Side menu Filter 07.01.2021 */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    background: rgba(0,0,0,.8);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidemenuBox {
    background: #fff;
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #f1f1f1;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 173px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


.sidemenuButton {
    background-color: #eedaa2;
    margin-bottom: 20px;
    font-size: 18px !important;
    padding: 4px;
}

    .sidemenuButton span {
        font-size: 20px !important;
    }


/* 08.01.2021 */
.filter-search {
    background: #e2e2e2;
    padding: 7px 10px 7px 10px;
    border-top: 0;
    margin-bottom: 20px;
}

.searchTitle {
    width: 120px;
    display: inline-block;
}

.select-dropdown {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 15px 0 0;
}

    .select-dropdown::last-child {
        margin-right: 0px;
    }

.select-dropdown__button {
    padding: 7px 35px 7px 15px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

    .select-dropdown__button::focus {
        outline: none;
    }

    .select-dropdown__button .fa-angle-down {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 5;
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    transition: all ease-in-out 0.3s;
}

    /*.select-dropdown__list-item:hover {
        background-color: #1fc69d;
        color: #fff;
        transition: all ease-in-out 0.3s;
    }*/

/*-------------------------------------*/
/* Search Button */
.search-container {
    position: relative;
    display: inline-block;
    width: 210px;
}

.searchbutton {
    background: #3c4371 !important;
    background: -moz-linear-gradient(to bottom,#4e5688 0%,#3c4371 100%) !important;
    background: -webkit-linear-gradient(to bottom,#4e5688 0%,#3c4371 100%) !important;
    background: linear-gradient(to bottom,#4e5688 0%,#3c4371 100%) !important;
    border: 0;
    color: #fff;
    padding: 0.5em 2em;
    height: 100%;
    border-radius: 0;
}

    .searchbutton:hover {
        background: #93806c !important;
        background: -moz-linear-gradient(to bottom,#a4927f 0%,#93806c 100%) !important;
        background: -webkit-linear-gradient(to bottom,#a4927f 0%,#93806c 100%) !important;
        background: linear-gradient(to bottom,#a4927f 0%,#93806c 100%) !important;
    }

@media screen and (max-width: 999px) and (min-width: 320px) {

    .select-dropdown__button, .select-dropdown, .search-container {
        width: 100% !important;
        display: block !important;
    }

    .menuLeft {
        width: 30% !important;
    }

    .searchCol {
        width: 70% !important;
    }

    .captionSecond, .title_semiBold {
        text-align: center !important;
    }

    .contact-detail.float-right {
        float: none !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 999px) {
    .searchTitle {
        width: 12%;
        display: inline-block;
    }


    .select-dropdown__button {
        width: 175px;
        font-size: 13px;
        font-weight: 500;
        padding: 10px 35px 10px 15px;
    }
}

.top-nav .btn.focus, .top-nav .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 !important;
}
/* Top Row */

.topRow {
    height: 30px;
    color: #fff;
    font-size: 0.923em !important;
    position: relative;
    z-index: 9999999;
    background-color: #b7a490;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.topRow a {
    color: #fff;
    line-height: 30px;
    font-size: .9em;
}









/* Search Menu 08.01.2021 */

#myDIV {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #f4f1ed;
}

    #myDIV .row {
        margin: 0;
    }

.searchbtn {
    background-color: #596191;
    border: 0 !important;
    border-radius: 7px;
    padding: 7px 20px;
    margin-top: 4px;
    color: #fff;
}

    .searchbtn i {
        margin-right: 3px;
    }

.filterSearch {
    color: #fff;
    background-color: #ffaa3e !important;
    border-color: #ffaa3e !important;
}

#myDIV .btn:hover {
    background-color: #596191 !important;
    border-color: #596191 !important;
}

#myDIV .btn:focus {
    box-shadow: 0 0 0 !important;
}

#myDIV .btn {
    box-shadow: 0 0 0 !important;
    border-radius: 3px !important;
}

/* 08.01.2021 */
.filter-search {
    background: #e2e2e2;
    padding: 7px 10px 7px 10px;
    border-top: 0;
    margin-bottom: 20px;
}

.searchTitle {
    width: 120px;
    display: inline-block;
}

.select-dropdown {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 15px 0 0;
}

    .select-dropdown::last-child {
        margin-right: 0px;
    }

.select-dropdown__button {
    padding: 7px 35px 7px 15px;
    background-color: #fff;
    color: #616161;
    border: 1px solid #cecece;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none !important;
}

    .select-dropdown__button::focus {
        outline: none;
    }

    .select-dropdown__button .fa-angle-down {
        position: absolute;
        right: 10px;
        top: 12px;
    }

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 5;
}

    .select-dropdown__list.active {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1, 1);
    }

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    color: #616161;
    text-align: left;
    transition: all ease-in-out 0.3s;
    padding: 7px 15px 7px 15px;
    border: 1px solid #cecece;
    width: 100%;
}

   /* .select-dropdown__list-item:hover {
        background-color: #1fc69d;
        color: #fff;
        transition: all ease-in-out 0.3s;
    }
*/
.filterSearch {
    width: 100%;
    padding: 6px 4px !important;
}

@media screen and (max-width: 500px) and (min-width: 320px) {

    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .filterSearch .fa {
        display: none;
    }

    .filterSearch {
        width: 100%;
        padding: 8px 4px !important;
        font-size: 12px !important;
        line-height: 1.4 !important;
    }

    .select-dropdown__button {
        padding: 7px 35px 7px 3px !important;
        font-size: 13px;
    }

    .select-dropdown__list {
        width: 130px;
    }

    #DivHeaderBut {
        display: none;
    }
}


/*********** 24.01.2021 */
.captionFirst {
    display: inline;
    position: relative;
    cursor: pointer;
}

.captionSecond {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: rgb(137, 147, 164);
    display: block;
    text-align: left;
    vertical-align: middle;
}

.title_semiBold {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #091E42;
    display: block;
    text-align: left;
    vertical-align: middle;
}

.css-address a {
    color: #000;
    font-size: 13px;
}

.propertytable tr {
    background-color: transparent !important;
}


/* Property details */
.banner-property {
   
    background: url('/Quick Links/TNCP/images/property/innerPage_banner.jpg') repeat;
    
    
    
    
        width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    margin-top: 0px;
    background-size: cover;
    background-position: center;
}

    .banner-property::before {
        content: " ";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(89,97,145,.9);
        z-index: 1;
    }

    .banner-property .container {
        color: #fff;
        position: relative;
        z-index: 2;
        padding-top: 50px;
    }

        .banner-property .container h1 {
            font-size: 2rem;
        }

        .banner-property .container h1, .banner-property .container h2, .banner-property .container h6 {
            color: #fff;
        }

        .banner-property .container h2 {
            font-size: 2rem;
            color: #ffd026;
        }

        .banner-property .container h2 {
            margin: 0;
        }


/* 27.01.2021 */
.text-heading {
    color: #333 !important;
}

.heading-divider {
  display: block;
    width: 75px;
    height: 3px;
    margin-top: 3px;
    margin-bottom: 21px;
    background-color: #0ec6d5;
}

.propertyCard {
    background: #fff;
    border: 1px solid #eaeff5 !important;
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, 0.08);
}

.propertyCard {
    margin-bottom: 5px;
    padding-bottom: 10px;
}

    .propertyCard h5:after {
        color: #274abb;
    display: block;
    height: 3px;
    font-weight: bold;
    background-color: #274abb;
    content: " ";
    width: 50px;
    margin-top: .1rem;
    margin-bottom: .5rem;
    }

.propertybody p {
    font-size: 0.9em;
}

.homes-list {
    padding: 0px;
    margin: 0px;
}
.propertybody h5 {
    font-size: 1.1rem;
}
    .homes-list li {
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    list-style: none;
    color: #0098ef;
}

.det {
    color: #666 !important;
}

.font-weight-bold {
    font-weight: 600;
    color: #555 !important;
}

.block-body {
    padding: 0 0rem 1rem;
}

.avl-features {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .avl-features li {
       display: block;
    list-style: none;
    position: relative;
    margin: 1px 0;
    padding-left: 30px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 13px;
    }

        .avl-features li:before {
           content: "\f05d";
    font-family: 'fontAwesome';
    position: absolute;
    color: #ffaa3e;
    width: 20px;
    height: 20px;
    background: rgba(255,170,62,.2);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    left: 0;
    top: 0;
    font-size: 14px;
        }


/* Gallery */
.bg-light {
    background-color: #F1F1F1;
}

.gallery-container {
    position: relative;
    width: 100%;
    border-width: 7px;
    border-color: #FFFFFF;
    border-style: solid;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlayGallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
}

.gallery-container:hover .overlay {
    height: 50px;
}

.text {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #414141;
    font-weight: bold;
}

    .text .small {
        font-family: "Noto Sans KR", sans-serif;
        font-size: 13px;
        line-height: 1.3em;
        color: #999999;
    }

    .text .view-btn {
        right: 10px;
        top: 12px;
        position: absolute;
        color: #000000;
        font-weight: 500;
        border-width: 1px;
        border-color: #e7e7e7;
        border-style: solid;
        font-family: "Noto Sans KR", sans-serif;
        font-size: 13px;
    }

        .text .view-btn:hover {
            border-color: #333333;
        }

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.modal-thumbs {
    min-height: 150px;
}

    .modal-thumbs label {
        font-family: "Noto Sans KR", sans-serif;
        font-size: 14px;
        line-height: 1.3em;
        font-weight: 700;
        color: #333333;
        padding-left: 5px;
    }

    .modal-thumbs ul {
        padding: 0;
    }

        .modal-thumbs ul li {
            list-style: none;
            width: 25%;
            float: left;
        }

@media (max-width: 768px) {
    .modal-thumbs ul li {
        width: 50%;
    }
}

.modal-thumbs ul li .border {
    display: inline-block;
    position: relative;
}

    .modal-thumbs ul li .border::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.5);
        transition: box-shadow 0.1s ease;
        cursor: pointer;
    }

    .modal-thumbs ul li .border:hover::after {
        box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

.modal-thumbs ul li img {
    display: block;
    position: relative;
}

.arrow-left {
    float: left;
    left: 0px;
    padding: 50px;
    position: fixed;
    height: 100%;
}

@media (max-width: 768px) {
    .arrow-left {
        display: none !important;
    }
}

.arrow-left:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-inner {
    float: left;
}

.arrow-right {
    float: left;
    right: 0px;
    padding: 50px;
    position: fixed;
    height: 100%;
}

@media (max-width: 768px) {
    .arrow-right {
        display: none !important;
    }
}

.arrow-right:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1 !important;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.propertyAmount {
    text-align:right;
}

/* 09.02.2021 table */
.gridtable {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    .gridtable th {
        padding:5px 10px;
        font-weight: 500;
        color: #333;
        text-align: left;
        border-top: 1px solid #ddd0c2;
        vertical-align: middle;
        border-bottom: 2px solid #ddd0c2;
        background-color: #ddd0c2 !important;
        font-size: 17px;
    }

    .gridtable tr {
        background-color: #fdfdfd;
    }

        .gridtable tr:nth-child(2n) {
            background-color: #f9f9f9;
        }

    .gridtable td {
        padding:5px;
        vertical-align: middle;
        border-top: 1px solid #e9e9e9;
    }

.gridtable4 td {
    width: 25%;
}

.gridtable td select {
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gridtable td input, .gridtable td textarea {
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gridtable td textarea {
    height: 30px;
}



.btnSubmit 
{
    display:inline-block !important;
    width:auto !important;
    color: #fff !important;
    border-color: #7779d0 !important;
    background-color: #7779d0 !important;
    padding:1px 20px !important;
}
.btnSubmit:hover 
{
   
        color: #fff !important;
    background-color: #b7a490 !important;
    border-color: #b7a490 !important;
}

.formheading-sectiontext h2, .formheading-sectiontext h3 
{
    display:inline-block;
}



.tabButton 
{
    background-color: #FDA94F !important;
    color: #000 !important;
    border: 1px solid #FDA94F !important;
    font-size:13px;
    padding:5px 10px;
    text-shadow:none !important;
}
.tabButton:hover 
{
    background-color: #b7a490 !important;
    color: #000 !important;
    border: 1px solid #b7a490 !important;
}
.gridtable th 
{
    font-size:13px;
    line-height:1.2;
}

.labelCheck label
{
    font-size:10px;
    line-height:1.2;
}


.gridtable td select 
{
     -webkit-user-select: revert !important;  /* Chrome 49+ */
  -moz-user-select: revert !important;     /* Firefox 43+ */
  -ms-user-select: revert !important;      /* No support yet */
  user-select: revert !important;  
  width:100% !important;
    }
    
    
    
    .FixedHeader {
            position: absolute;
            font-weight: bold;
        }  
        
        
        
        .gridButton 
        {
            background-color:#ffa892 !important;    border: 1px solid #ffa892;
        }
           .gridButton:hover 
        {
            background-color:#165695 !important;    border: 1px solid #165695;
            color:#fff;
        }
        
        
        
        textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}



#divMsg table 
{
    background-color:#fff;
}


#divMsg table td 
{
    padding:10px;
    line-height:1.5;
    
}
.btn-inline 
{
    display:inline-block !important;
    width:auto !important;
        padding: 1px 20px !important;
}



/* 03.02.2021 propertyStatus */
.propertyStatus {
    position:absolute;
    top:0;
    right:0;
       border-radius:0 .25rem 0 0;
    padding:5px 20px;

}
.sale {
    background-color:#ffaa3e;
    color:#fff;
}
.hold {
    background-color:#596191;
    color:#fff;
}
.sold {
    background-color:#CECECE;
}
.circleBox {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    object-fit: contain;
    background-color: rgb(255, 255, 255);
    font-size: 11px;
    width: 80px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}
.circleIcon {
    height: 50px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px 0px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    width: 50px;
    background: url(../images/property/broucherIcon.png) center center no-repeat;
    opacity: 1;
}
.circleBox-text {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60px;
    padding-top: 5px;
}
.avl-downloads {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avl-downloads li {
    display: block;
    list-style: none;
    position: relative;
    margin: 1px 0;
    font-size: 13px;
}


a.disabled {
  pointer-events: none;
  cursor: default;
}
.propertybody {
    position:relative;
}

.separator {
      border-bottom: 1px solid #EEE;
    width: 97%;
    margin:0 auto;
    
}