html {
    min-height: 100%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.website-content,
body {
    position: relative;
    min-height: 100vh !important;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

.website-content {
    position: relative;
}

.body,
h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}

.btn {
    font-weight: 200 !important;
}

.page404,
.page404des {
    text-align: center;
}

.rounded {
    border-radius: 100px !important;
}


/* nav */

.nav-tabs {
    border-bottom: 1px solid #ff0000 !important;
    background: #f9f9f9 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.nav-link.active {
    color: white !important;
}

.nav-link {
    color: #495057 !important;
    font-size: 0.9em !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.nav-link {
    color: #495057 !important;
}

.nav-link:hover {
    border: none !important;
}

.nav-link.active {
    color: #FFFFFF !important;
}


/* end custom nav */

.page404 {
    font-size: 6em;
}

a:hover {
    text-decoration: none;
}

.wrapper {
    width: 100%;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    z-index: 2000;
}

.modal-body {
    padding: 0px !important;
}

.register_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000;
    border: 4px solid #Fff;
    background: #211f1fc7;
    animation: loader 2s infinite ease;
}

.progress-img {
    position: absolute;
    left: 45%;
    bottom: 20%;
    width: 110px !important;
    height: 110px !important;
}

.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
}

.loading-img {
    top: 30% !important;
    left: 40% !important;
    width: 110px !important;
    height: 110px !important;
}

.image {
    height: auto;
}

.image>img {
    object-fit: cover;
    height: 260px;
}

.seminar_image>img {
    object-fit: cover;
    max-height: 170px;
}

.seminar_info {
    display: flex;
    flex-direction: column-reverse;
}

.card-title {
    font-size: 1em !important;
    margin-bottom: 5px !important;
    font-weight: 400;
}


/*--- Mobile View Nav ----*/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #212529;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #e9ecef;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


/*----- End -------*/

.clear-fix {
    margin-top: 50px;
}

.active>a {
    color: #b90000 !important;
}

.wrapper,
.listing-title,
.agent-info,
.agent-contact,
.subitem-info,
.review-info {
    display: flex;
    flex-direction: column;
}

.listing-footer,
.listing-description,
.listing-content-container,
.detail-item,
.listing-content-header,
.agent-profile,
.logo,
.floor-plan-subitem,
.listing-detail,
.stack-item,
.review-item,
.flex-horizontal,
.share_container {
    display: flex;
    flex-direction: row;
}

.flex-horizontal {
    justify-content: space-between;
}

#search {
    position: relative;
    font-size: 18px;
}

#search .search-box {
    padding-left: 30px;
    font-size: 0.7em;
}

#search .search-label {
    position: absolute;
    left: 9px;
    top: 1px;
}

#nav-image {
    display: none;
}

.website-title {
    margin-left: 15px;
    text-transform: uppercase;
    color: #2D3954;
}

.listing-content-header {
    padding: 16px 16px 0px 16px;
}

.listing-content-type {
    /* width: 30%; */
    margin-right: 15px;
    margin-top: 10px;
}

.property-type {
    float: right;
    border: #17a2b8 solid 1px;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    font-size: 0.7em;
    color: #17a2b8;
}

.white-content {
    background: #ffffff;
    padding-bottom: 5.5em;
}

.heading-title {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.card-body .btn {
    float: right;
    margin: 10px;
    font-size: 13px;
}


/* .btn {
    font-size: 13px !important;
    border-radius: 0 !important;
} */

.saybtn {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 30px;
}


/*===== show more ====*/

.show-more>a {
    color: #000;
    padding: 10px;
    font-size: 0.8em;
}

.show-more>a:hover {
    text-decoration: none;
    color: white;
}

div.text-container {
    margin: 0 auto;
    width: 75%;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 45em;
    transition: .5s;
}

div>.showContent {
    line-height: 1em;
    transition: .5s;
    height: auto;
}

h1 {
    font-size: 24px;
}

.show-more {
    text-align: center;
    margin-top: 20px;
    background: #ccc;
    border: none;
}


/*=== End ===*/


/*=================== Header =============*/

.sticky-search-container {
    position: sticky;
    top: 85px;
    z-index: 900;
    padding-top: 18px;
    background: #fefefe;
    padding-bottom: 15px;
}

.logo {
    align-items: center;
}

.logo img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 10px 0px 10px 0px;
    object-fit: contain;
}

.header-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-box {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1000;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 40px #f5f5f5;
    background: #FFFFFF;
    text-align: center;
    height: 90px;
}

.header-nav {
    display: inline-block;
    float: right;
    text-align: center;
    margin-top: 10px;
}

.header-nav>ul,
.agent-info ul,
.agent-contact ul,
.share_ul,
.seminar_share_ul {
    list-style: none;
    padding: 10px 10px 10px 0px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.header-nav>ul>li {
    float: right;
    margin: 16px;
}

.header-nav>ul>li>a {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
}

.project-title,
.title {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.title {
    margin: 5px 0px 0px 0px;
}

#contactnumber {
    color: #f91942;
    font-size: 14px;
}

.header-nav>ul>li>a:hover,
#contactnumber {
    color: #e63110;
    text-decoration: none;
}

.share_container {
    flex-flow: wrap;
    align-items: center;
}

.share_ul,
.seminar_share_ul {
    margin-left: auto !important;
    align-items: center;
}

.share_ul li,
.seminar_share_ul li {
    margin-right: 10px;
}


/*======= Project Item =============*/

.card {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1) !important;
    border: none !important;
    margin-bottom: 25px !important;
}

.card-body {
    padding: 0 !important;
}

.card-des {
    font-size: 13px !important;
    color: #6b6969fa;
}

.project-des {
    text-align: justify;
    margin: 30px 30px 0px 0px;
    overflow-x: auto;
}

.project-detail {
    padding: 10px;
}

.project-des>img,
table,
table>tbody {
    width: 100% !important;
    height: auto !important;
}


/*=============== Listings ==============*/

.listing-container,
.listing-item {
    display: flex;
    margin: 0 0 30px 0;
}

.listing-title h4 {
    font-size: 17px !important;
}

.listinglist,
.uilist,
.logolist {
    list-style: none;
    padding: 0px !important;
}

.uilist,
.logolist {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px;
}

.listinglist {
    margin-top: 15px;
}

.listinglist li {
    width: 20%;
    margin-bottom: 10px;
    font-size: 14px;
}

.listing-container {
    flex-direction: column;
    margin-top: 10px;
}

.listing-item {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    height: 230px;
    flex-direction: row;
}

.listing-header {
    position: relative;
    width: 35%;
    display: block;
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    max-height: 280px;
}

.listing-content-container {
    margin: 0px 16px 16px 16px;
    flex-wrap: wrap;
}

.listing-image {
    object-fit: cover;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

.listing-image::after {
    display: block;
    position: relative;
    height: 241px;
    width: 100%;
    content: '';
}

.listing-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.listing-feature {
    position: absolute;
    top: 0;
    z-index: 999;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
    width: 100%;
    right: 0;
}

.listing-feature span {
    color: #080808;
    display: inline-block;
    padding: 10px 20px;
    float: right;
    background: #ffffff;
    top: 15px;
    right: 15px;
    position: absolute;
    border-radius: 50px;
    border: 2px #c1bdbd solid;
    text-transform: uppercase;
}

.listing-feature span::after {
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
    content: "";
    left: 0;
    position: absolute;
}

.listing-content-des {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
    background: linear-gradient(#ffffff00, #39393a);
}

.listing-content-des:hover {
    background: linear-gradient(#ffffff12, #b3d7ff);
}

.price {
    color: #004085;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
}

.price-type {
    background-color: rgba(255, 60, 1, 0.7);
    border-radius: 3px;
    font-size: 12px;
    color: white;
    padding: 2px 5px;
    margin-left: 10px;
}

.listing-description {
    padding: 0px 16px 0px 16px;
}

.listing-description p {
    margin-top: 10px;
    font-size: 13px;
    color: #737373;
    width: 70%;
    text-align: justify;
    padding-right: 16px;
}

.listing-detail {
    width: 100%;
}

.detail-item {
    margin: 5px 20px 0px 0px;
    justify-content: space-between;
}

.detail-type,
.detail-value {
    font-size: 14px;
    color: #6e6c6c;
}

.listing-footer {
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 7px;
    border-top: 1px #e8e8e8 solid;
}

.viewdetail {
    margin-right: 16px;
    font-size: 0.8em;
}

.listing-date {
    font-size: 14px;
    padding-left: 16px;
}

.video-item {
    width: 20%;
    margin-right: 30px;
}

.video-item video {
    width: 100%;
    height: 200px;
}


/*================== EVENT ===================*/

.event_register_panel {
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    background: #ffffff;
    z-index: 1000;
}

.address {
    color: #888;
    font-size: 15px;
}

.event-info>p {
    margin-bottom: 10px;
}

#googleMap {
    width: 100%;
    height: 400px;
}

.event-date p {
    font-size: 13px;
    margin: 0 !important;
}

.event_share_container {
    padding: 10px 25px 10px 25px;
}

.event-info {
    padding: 20px 30px 20px 30px;
}

.event-info h1 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 120%;
}

.event-info h2 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 25px;
    line-height: 120%;
}

.event-info h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 22px;
    font-weight: 400;
    line-height: 120%;
}

.event-info img {
    max-width: 100%;
}


/*================== AGENT ===================*/

.agent-panel {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    padding: 20px 15px 15px 15px;
}

.event_panel {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.agent-description {
    color: #797d8a;
    text-align: justify;
    padding: 10px 15px 0px 5px;
    margin-top: 20px;
    font-weight: 300;
}

.agent-image {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.agent-info {
    padding-left: 20px;
}

.divider {
    border-bottom: solid 1px #E5E5E5;
    padding-bottom: 10px;
}


/* .agent-info>h3,
.agent-info>p,
.agent-info>span {
    margin-left: 10px;
} */

.agent-info h3 {
    text-transform: uppercase;
    color: #2D3954;
    font-weight: 600;
}

.agent-info p {
    color: #b90000
}

.review-item {
    border-bottom: dashed 1px #ccc;
    margin-top: 16px;
}

.review-item>img {
    width: 59px;
    height: 61px;
    border-radius: 50%;
    margin-right: 30px;
}

.award-category {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 300;
}


/*============= Agent Contact =============*/

.agent-contact {
    padding: 25px;
    background: #fffcfc;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    border: 1px solid #ececec;
}

.propworth {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    background: #efefef;
    border-top: 2px #f91942 solid;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.btn-propworth {
    background: white;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 20px;
    background: #f91942;
    padding: 10px;
}

.btn-propworth:hover {
    text-decoration: none;
    background: #f58a9e;
    color: #ffffff;
}

.introduction {
    margin-top: 20px;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    padding: 20px 15px 15px 15px;
}

.introduction p {
    text-align: justify;
    margin-top: 30px;
    color: #000;
    font-weight: 300;
}

.award-item,
.project-item {
    padding: 16px 16px 5px 0px;
    border-bottom: dashed 1px #ccc;
}

.award-date {
    color: #ff6347;
    padding-left: 0px;
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.training-name {
    color: #00acee;
    font-weight: 200;
    line-height: 1.5em;
    font-size: 0.9em;
}

.agent-transactions {
    width: 500px;
    height: auto;
    margin-top: 10px;
}


/*=================== Social =================*/

.whatapp-button,
.phonecall-button,
.sms-button,
.wechat-button,
.email-button,
.save_contact_button {
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 16px;
    color: white;
    font-size: 13px;
    box-shadow: 0 5px 10px 0 #dee2e6;
    font-weight: 200;
}

.whatapp-button:hover,
.phonecall-button:hover,
.sms-button:hover,
.email-button:hover,
.wechat-button:hover,
.save_contact_button:hover {
    text-decoration: none;
    background: #FFFFFF;
    transition: 0.3s;
}

.whatapp-button:hover {
    color: green;
}

.wechat-button {
    background: #00732b;
    border: none;
}

.email-button {
    background: #17a2b8;
}

.wechat-button:hover {
    color: #00732b;
}

.phonecall-button {
    background: #db4337;
}

.sms-button {
    background: #2880b9;
}

.phonecall-button:hover {
    color: #db4337;
}

.save_contact_button {
    background: #495057;
    color: white;
}

.save_contact_button:hover {
    color: #495057;
}

.facebook,
.linkedin,
.instagram,
.gmail,
.twitter,
.whatsapp,
.youtube,
.btn-propworth {
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.agent-contact ul li {
    margin-right: 10px;
}

.facebook {
    background: #07417b;
    padding: 5px 13px 5px 13px;
}

.instagram {
    background: #563c7c;
    padding: 5px 10px 5px 10px;
}

.facebook:hover {
    background: #4da1f3;
}

.linkedin {
    background: #2089bd;
    padding: 5px 10px 5px 10px;
}

.linkedin:hover {
    background: #05364e
}

.instagram:hover {
    background: #006fa6;
}

.gmail {
    background: #db4337;
    padding: 10px 13px 10px 13px;
}

.youtube {
    background: #db4337;
    padding: 5px 8px 5px 8px;
}

.gmail:hover,
.youtube:hover {
    background: #691711;
}

.twitter {
    background: #00acee;
    padding: 10px 13px 10px 13px;
}

.twitter:hover {
    background: #054f6b;
}

.whatsapp {
    background: #26d366;
    padding: 5px 10px 5px 10px;
}

.whatapp-button {
    background: #26d366;
    padding: 10px 10px 10px 10px;
}

.whatsapp:hover {
    background: #207540;
}


/*============== Project Detail =================*/

.default-slider {
    padding: 0px;
    width: 100% !important;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: row;
}

.default-slider>li>a>img {
    height: 240px;
    width: 300px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-slider img {
    width: 100%;
    height: auto;
}

.slider-container {
    box-shadow: 0 4px 10px -2px #ccc7c7 !important;
}

.slick-next {
    right: 22px !important;
}

.slick-prev {
    left: 22px !important;
    z-index: 10;
}

.slick-slide {
    max-height: 240px !important;
}

.slick-slide img {
    display: block;
    object-fit: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    height: 240px !important;
}

.demo-gallery>ul>li {
    border: 1px solid #ccc8c8 !important;
    margin-right: 10px;
    padding: 0px !important;
    margin-top: 10px;
}

.fgallery {
    display: none;
}

.demo-gallery>ul>li a {
    height: 200px;
}

.demo-gallery>ul>li a>img {
    object-fit: cover !important;
    height: 100%;
}

.item-subtitle {
    font-size: 13px;
    color: #ccc;
}

.item-title {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 5px;
}

.project-item {
    width: 30%;
    margin-right: 30px;
}

.floor-plan-title {
    font-size: 14px;
    color: #7b7575;
    padding: 10px 10px 10px 0px;
    border-bottom: solid #dedede 1px;
}

.floor-plan-item {
    width: 100%;
    padding: 10px 10px 10px 0px;
}

.floor-plan-subitem {
    border-bottom: dashed #ccc 1px;
    padding-right: 15px;
    margin-bottom: 5px;
    width: 50%;
}

.floor-plan-subitem:hover {
    text-decoration: none;
    background: #f1f1f1;
}

.floor-plan-subitem img {
    width: 30%;
    height: 120px;
    margin-right: 20px;
    object-fit: cover;
}

.subitem-info {
    width: 70%;
}

.floorplan-price {
    font-size: 13px;
    color: red;
    margin-top: 5px;
    letter-spacing: 0.5px;
    display: none;
}

.stack-item {
    justify-content: space-between;
    margin-right: 30px;
}

.stack-item h6 {
    color: #7b7a7a;
    font-size: 13px;
}


/*=============== Footer ===============*/

footer {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0em;
}

.footer_container {
    padding: 40px 0px;
}

.btn_contact,
.register {
    margin-left: auto;
    margin-right: 10px;
    font-size: 0.8em;
}

.contact-era {
    display: none;
    background: #e9ecef;
    z-index: 2000;
}

.bottom-sticky {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0px;
}