
html {
    font-family: "Kanit", "db_helvethaic_regular", Arial, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport { width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
.navbar .navbar-toggler { position: relative; display: inline-block; width: auto; height: auto;  padding: 0; border: 0; outline: none; text-align: center; cursor: pointer; }
.navbar .navbar-toggler .top {
/*    -webkit-transform: translateY(10px) rotateZ(36deg);
    -moz-transform: translateY(10px) rotateZ(36deg);
    -ms-transform: translateY(10px) rotateZ(36deg); 
    -o-transform: translateY(10px) rotateZ(36deg); 
    transform: translateY(10px) rotateZ(36deg); */
    transform: rotate(45deg);
    /* transform-origin: 10% 10%; */
    transform-origin: -9% 10%;
}
.navbar .navbar-toggler .bottom { 
/*    -webkit-transform: translateY(-14px) rotateZ(-36deg) ;
    -moz-transform: translateY(-14px) rotateZ(-36deg) ;
    -ms-transform: translateY(-14px) rotateZ(-36deg) ;
    -o-transform: translateY(-14px) rotateZ(-36deg);
    transform: translateY(-14px) rotateZ(-36deg);*/
    transform: rotate(-45deg);
    /* transform-origin: 10% 90%; */
    transform-origin: -5% 90%;
}
.navbar .navbar-toggler .bar {
    display: block;
    height: 4px;
    /* width: 44px; */
    width: 25px;
    background: #ffffff;
    margin: 6px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s sease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
    border-radius: 3px;
    background-color: rgba(255,255,255,.9);
}
.navbar .navbar-toggler.collapsed .top { -webkit-transform: translateY(0) rotateZ(0); -moz-transform: translateY(0) rotateZ(0); -ms-transform: translateY(0) rotateZ(0); -o-transform: translateY(0) rotateZ(0); transform: translateY(0) rotateZ(0); }
.navbar .navbar-toggler.collapsed .bottom { -webkit-transform: translateY(0) rotateZ(0); -moz-transform: translateY(0) rotateZ(0); -ms-transform: translateY(0) rotateZ(0); -o-transform: translateY(0) rotateZ(0); transform: translateY(0) rotateZ(0); }
.navbar .navbar-toggler.collapsed .middle { 
    /* width: 44px; */
    width: 25px;
}
.navbar .navbar-toggler .middle {
    width: 0;
    height: 4px;
    margin: 6px 0;
}
.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar .logo-1,
.navbar .logo-1{ display: block; }
.navbar .logo-2,
.navbar .logo-2{ display: none; }

.navbar.fill_color .logo-1,
.navbar.active .logo-1{ display: none; }
.navbar.fill_color .logo-2,
.navbar.active .logo-2{ display: block; }



body {
    margin: 0;
    font-family: "Kanit", "db_helvethaic_regular", Arial, sans-serif;
    font-size: 1rem;
    background-size: contain;
    background-position: center 0px;
}
.animate-transition{
    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.animate-transition-1{
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.navbar-brand{
    margin-left: 25px;
}
.navbar-brand img{
    width: 100px;
    /* margin-top: -2px; */
    /* margin-right: 25px; */
}
.nav-social img{
    width: 25px;
}
a{
    -moz-transition: all .1s ease-in !important;
    -webkit-transition: all .1s ease-in !important;
    -o-transition: all .1s ease-in !important;
    transition: all .1s ease-in !important;
    text-decoration: none;
}
a:hover,
a:visited{
     text-decoration: none;
}
.navbar{
    background-color: transparent !important;
}
.navbar.fill_color,
.navbar.active{
    background-color: #19648F !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.175);
}
.section-main{
    height: 100vh;
    background: url('../images/sample1.jpg') no-repeat;
    color: white;
    background-size: cover;
    background-position: center;
}
.section-main .bg-shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,25,39,.5);
}
.section-main .main-txt{
    font-family: "db_helvethaic_bold";
    font-size: 4rem;
}
.section-main .btn{
    min-width: 220px;
}
.btn-light{
    border-radius: 5px;
    background: white;
    color: #19648F;
    font-size: 1.2rem;
}
.btn-blue{
    border-radius: 5px;
    background: #2F89BC;
    color: white;
    font-size: 1.2rem;
}

.section-aboutus{
    flex-direction: row;
}
.section-aboutus .left{
    flex: 1;
}
.section-aboutus .right{
    width: 35%;
    background-color: #19648F;
}
.section-aboutus .right img{
    width: 100%;
    margin-left: -50px;
}
.section-aboutus .left .title{
    font-family: "Kanit", "db_helvethaic_bold";
    color: #19648F;
}
.title.font-weight-normal{
    font-weight: 500 !important;
}
.section-aboutus .left .detail{
    font-size: 1.2rem;
    color: #404040;
}

.section-properties .title{
    font-family: "Kanit", "db_helvethaic_bold";
    color: #19648F;
}
.section-properties{
    background-color: rgba(25, 100, 143, .05);
}
.property-item{
    border-radius: 20px;
    overflow: hidden;
    padding: 0.15rem !important;
}
.property-item-body:hover,
.property-item-body:active{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.275)!important;
}
.section-properties ._container > .left{
    flex: 1;
}
.section-properties ._container > .right{
    flex: 0;
    justify-content: center;
}
.property-item-body{
    flex-direction: row;
    overflow: hidden;
    background: white;
    border-radius: 20px;
    position: relative;
    height: 300px;
}
.property-item-body .left{
    width: 40%;
    height: auto;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.property-item-body .right{
    flex: 1;
}
.badge-property{
    background-color: #19648F;
    font-weight: normal;
    padding: 6px 10px;
    z-index: 1;
}
.badge-card{
    border-radius: 0px;
    left: 0px;
    top: 8%;
    font-size: 1rem;
    padding: 6px 16px;
}
.property-item .subject{
    color: #404040;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.4rem;
    line-height: 1.4rem;
}
.property-item .location{
    color: #898989;
    margin-bottom: 5px;
    min-height: 1.5rem;
    overflow: hidden;
    max-height: 1.6rem;
}
.property-item .location img{
    width: 20px;
}
.property-item .price{
    color: #404040;
    font-size: 0.9rem;
    margin-bottom: 3px;
}
.property-item .price .price-label{
    width: 40%;
    min-width: 136px;
}
.property-item .price .price-desc{
    flex: 1;
    flex-flow: wrap;
}
.property-item .price .active{
    font-weight: 600;
    color: #19648F;
}
.property-item .price .price-desc ._desc{
    font-size: 0.8rem;
}
.section-prop-more-btn{
    width: 84px;
    display: block;
    text-align: center;
    line-height: 1.5rem;
    font-weight: 400 !important;
}
.section-prop-more-btn > img{
    margin-bottom: 8px;
}



.section-blog .title{
    font-family: "Kanit", "db_helvethaic_bold";
    color: #19648F;
}
a.txt-blue{
    font-family: "Kanit", "db_helvethaic_bold";
    font-weight: 500;
    font-size: 1.2rem;
    color: #19648F;
}
.section-blog .card:hover,
.section-blog .card:active,
.blog .card:hover,
.blog .card:active{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.275)!important;
}
.blog.list .subject{
    text-overflow: ellipsis;
    overflow: hidden;
    height: calc(1rem * 3);
    display: inherit;
}
.blog.list .card-text{
    text-overflow: ellipsis;
    overflow: hidden;
    height: calc(1rem * 4.5);
    display: inherit;
}

.section-contactus{
    height: 70vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.section-contactus > .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(25,100,143,.65);
    filter: blur(1px);
  -webkit-filter: blur(1px);
}
.section-contactus ._container{
    flex: 1;
    z-index: 1;
}
.section-contactus ._container > .left{
    flex: 1;
    justify-content: center;
    font-size: 1.6rem;
    color: white;
    padding: 80px;
    text-align: center;
}
.section-contactus ._container > .right{
    justify-content: center;
    font-size: 1.1rem;
    color: white;
    width: 40%;
}

.btn-main{
    background-color: #19648F;
    display: block;
    padding: 7px;
    color: white;
    text-align: center;
}
.btn-main:hover,
.btn-main:active{
    background-color: #094C73;
    color: white;
}
.txt-bold{
    font-family: "Kanit", "db_helvethaic_bold";
    font-weight: 500;
}















/* Page: Sell */
.sell .section-main{
    /* height: 60vh; */
    height: 70vh;
    padding-top: 40px;
    background: url(../images/bg-sell-steps.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.sell .section-main > .left{
    flex: 1;
}
.sell .section-main > .right{
    width: 36%;
}
.sell .section-main > .right form#frm-sale{
    width: 100%;
}
.assessment{
    color: #404040;
    font-family: "Kanit", "db_helvethaic_bold";
    font-weight: 400;
    font-size: 0.8rem;
    border-radius: 15px;
}
.assessment-investor{
    padding: 2rem;
    padding-bottom: 1.5rem;
}
.assessment .input-container{
    background-color: #F4F4F4;
}
.assessment .input-container input,
.assessment .input-container select{
    height: 25px;
}
.assessment .input-container input,
.assessment .input-container input:active,
.assessment .input-container input:focus,
.assessment .input-container select,
.assessment .input-container select:active,
.assessment .input-container select:focus{
    background: none;
    border: none;
    box-shadow: none;   
}
.assessment .input-container select,
.assessment .input-container select:active,
.assessment .input-container select:focus{
    height: auto;
}
.assessment a.submit{
    background-color: #19648F;
    display: block;
    padding: 10px;
    color: white;
    text-align: center;
}
.assessment a.submit:hover,
.assessment a.submit:active{
    background-color: #094C73;
}
.sell .section-body{
    background-color: white;
}
.sell .section-body .desc{
    background-color: #F4F8FA;
    font-weight: 300;
    flex: 1;
}
.sell .section-body .desc .no{
    font-size: 8rem;
    color: rgba(25,100,143,.2);
    font-family: "db_helvethaic_bold";
}
.sell .section-body .image,
.sell .section-body .image img{
    flex: 1;
    max-width: 100%;
}
.sell .section-body .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sell .section-body > .container-fluid{
    padding: 0px;
}
.sell-step-head{
    padding-bottom: 18px;
}
.sell .section-body{
    padding-top: 40px !important;
}
.page-title{
    color: #19648F;
    font-family: "Kanit", "db_helvethaic_bold";
    font-weight: 600;
}
.page-title-desc{
    color: #404040;
    font-family: "Kanit", "db_helvethaic_regular";
    font-weight: 300;
}
body.sell{
    background-color: rgba(25,100,143,.05);
}
.assessment-form .form-group{
    max-width: 450px;
}
.form-additional .assessment-form .form-group{
    max-width: none;
}
.separator{
    height: 1px;
    background-color: rgba(112,112,112,.25);
}
.sell.form-additional .assessment .input-container input,
.sell.form-additional .assessment .input-container select{
    height: 35px;
}
.additional-form-map{
    width: 100%;
    height: 400px;
}





/*Page: Investor*/
body.investor{
    background-color: rgba(25,100,143,.05);
}
.investor .section-main{
    height: 70vh;
    background: url(../images/bg-investor.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.investor .section-main > .left{
    flex: 1;
}
.investor .section-main .assessment input,
.investor .section-main .assessment select{
    height: 35px;
}
.investor .section-main .right {
    max-width: 40%;
}





/*Page: About Us*/
body.aboutus {
    background-color: white;
    height: 100vh;
}
.aboutus{
    flex: 1;
    height: 100%;
}
.aboutus .left{
    flex: 1;
}
.aboutus .left .desc{
    font-size: 1.2rem;
    color: #404040;
}
.aboutus .right{
    width: 41%;
}
.aboutus .right img{
    flex: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



body.properties {
    background-color: rgba(25,100,143,.05);
    height: 100vh;
}
.properties.detail .img-display{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*.properties .property-item .price .price-label{
    width: auto;
    min-width: 150px;
}*/
.properties.detail .info-title{
    font-size: 1rem;
    font-family: "Kanit", "db_helvethaic_bold";
    font-weight: 600;
}
.properties.detail .info-desc{
    font-size: 1rem;
}
.properties.detail .invest{
    background-color: #19648F;
    color: white;
    width: 380px;
    overflow: hidden;
    position: relative;
}
.properties.detail .invest .sold{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #464646a8;
}
.properties.detail .right{
    position: absolute;
    top: -50px;
    right: 30px;
    display: flex;
    font-size: 0.8rem;
}
.properties.detail .right .form-control{
    padding: 5px 10px;
    line-height: inherit;
    background-color: rgba(255,255,255,.15);
    border: none;
    color: white;
}
.properties.detail .invest .btn-submit{
    width: 100%;
    display: block;
    color: #19648F;
    font-weight: 500;
}
.properties.detail .invest label.error{
    color: #f53a3a;
}



body.blog{
    background-color: rgba(25,100,143,.05);
}
.blog.list .subject{
    font-size: 1.25rem;
    color: #404040;
}
.blog.list .card-text{
    font-size: 1rem;
    color: #404040;
}



body.faq{
    background-color: rgba(25,100,143,.05);
}
faq.separator{
    background-color: rgba(112,112,112,.25);
}
.faq .accordion .btn-link{
    color: #404040;
    font-size: 1.1rem;
    text-decoration: none;
}
.faq .accordion .card-body{
    color: #707070;
    font-size: 1rem;
}
.faq.list .ico-btn-expand{
    cursor: pointer;
}


.contact{
    min-height: 100vh;
    background: url(../images/bg-contact.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.contact .detail{
    color: #404040;
    font-size: 0.8rem;
}
.contact .detail > a{
    color: #404040;
}
.contact .detail > a:active,
.contact .detail > a:hover,
.contact .detail > a:focus{
    color: #828282;
}
.txt-blue{
    color: #19648F;
}
.contact .right{
    flex: 1;
    background-color: #19648F;
    color: white;
}
.contact .left{
    flex: 1;
}
.contact .right input,
.contact .right textarea{
    border: none;
    background-color: rgba(255,255,255,.2);
    color: white;
}
.contact .right .btn-submit{
    color: #19648F;
    font-weight: 500;
}
.modal-dialog{
    top: 20%;
}
.rounded-15{
    border-radius: 15px !important;
}
.rounded-10{
    border-radius: 15px !important;
}



.page-item.active .page-link{
    background-color: #19648F;
    border-color: #19648F;
}
.page-link{
    color: #19648F;
}
.card{
    border: none;
    border-radius: 20px;
    overflow: hidden;
}
.card-header{
    background-color: white;
    border: none;
}
.overlay-black{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
label.error{
    font-size: 0.8rem;
    color: #ff3c3c;
    margin-bottom: 0px;
}
.hover-opac-50:hover,
.hover-opac-50:active,
.hover-opac-50:focus{
    opacity: .5;
}
.font-size-06{
    font-size: .6rem;
}
.font-size-08{
    font-size: .8rem;
}
.txt-red{
    color: #FF0000;
}
.badge-success{
    background-color: white;
    color: #4EB23B;
    border: solid 1px #4EB23B;
}
.contact iframe{
    width: 100%;
    height: 200px;
}
.card-img, .card-img-top{
    height: 200px;
    object-fit: cover;
}
.property-item .price .price-desc > p{
    margin-bottom: 0px;
}

.search-place{
    top: 0;
    right: 0;
    height: auto;
    max-height: 100%;
    overflow: auto;
}
.search-place-result .media{
    background-color: #f1f1f1;
}
.search-place-result a:hover .media,
.search-place-result a:active .media,
.search-place-result a:focus .media{
    background-color: #e8e9e9;
}
.search-place-result .media img{
    width: 30%;
}
.search-place-result a{
    color: #404040;
}
#drop-region:hover {
    box-shadow:0 0 45px rgba(0,0,0,0.1);
}

#image-preview {
    margin-top:20px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#image-preview .image-view {
    display: inline-block;
    position:relative;
    margin-right: 13px;
    margin-bottom: 13px;
    align-self: center;
}
#image-preview .image-view img {
    max-width: 150px;
    max-height: 150px;
}
#image-preview .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255,0.5);
}
#image-preview .loading{
    width: 40px;
    position: absolute;
    display: inline-block;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
}
.section-body{
    padding-top: 70px !important;
}
.row-data{
    padding: 0 !important;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.carousel{ width: 100%; }
.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: none;
}
.carousel-indicators{
    margin-bottom: 60px;
}
.property-detail-subject{
    max-width: 70%;
}
.policy-cookie{
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 100px;
    background-color: rgba(0,0,0,.9);
    z-index: 99999;
}
.policy-cookie-title,
.policy-cookie-desc{
    color: white;
}
.policy-cookie-desc{
    font-size: 0.8rem;
    font-weight: 300;
}
.sold-subject{
    color: #DD3B3B;
    font-size: .8rem;
    font-weight: 500;
    border: 2px solid #DD3B3B;
    border-radius: 3px;
    padding: 1px 10px;
    text-transform: uppercase;
}


.cr {
    width: 200px;
    padding: 6px;
    position: absolute;
    text-align: center;
    z-index: 1;
    box-shadow: 0 7px 0px -5px #6f707285;
}
.cr-sticky {
    position: fixed;
}
.cr-top    { top: 16px; }
.cr-bottom { bottom: 25px; }
.cr-left   { left: -69px; }
.cr-right  { right: -50px; }
.cr-top.cr-left,
.cr-bottom.cr-right {
    transform: rotate(-45deg);
}
.cr-top.cr-right,
.cr-bottom.cr-left {
    transform: rotate(45deg);
}
.cr-white     { background-color: #f0f0f0; color: #444; }
.cr-black     { background-color: #333; }
.cr-grey      { background-color: #999; }
.cr-blue      { background-color: #39d; }
.cr-green     { background-color: #2c7; }
.cr-turquoise { background-color: #1b9; }
.cr-purple    { background-color: #95b; }
.cr-red       { background-color: #DD3B3B; }
.cr-orange    { background-color: #e82; }
.cr-yellow    { background-color: #ec0; }







@media screen and (max-width: 1400px){
    .property-detail-subject{
        max-width: 60%;
    }
    .property-item-body{
        height: 250px;
    }
}

@media screen and (max-width: 1100px){
    .property-detail-subject{
        max-width: 50%;
    }
    .property-item-body{
        height: 220px;
    }
}

@media screen and (max-width: 991px){
    .investor .section-main{
        height: 100vh;
    }
    .investor .section-main .right{
        max-width: 50%;
    }


    .properties.detail .invest{
        width: 310px;
    }
    .properties.detail .invest .txt-info{
        font-size: .7rem;
    }
    .properties.detail .right .title{
        margin-bottom: 10px !important;
    }
    .properties.detail .right textarea.form-control{
        height: 60px !important;
    }
    .properties.detail .right{
        right: 0px;
    }
    .section-main .main-txt{
        font-size: 3rem;
    }

    .property-item-body{
        height: 280px;
    }
    .property-item .price .price-label{
        width: 51%;
        min-width: 125px;
    }
}


@media screen and (max-width: 840px){
    .properties.detail .right{
        position: relative;
        top: auto;
        right: auto;
        left: auto;
    }
    .properties.detail .invest{
        width: 100%;
        margin-top: 30px;
    }
    .properties.detail .invest .txt-info{
        font-size: 1rem;
    }
    .properties.detail .invest .row1 > .form-group{
        flex: 1;
    }
    .properties.detail .right .title{
        margin-bottom: 10px !important;
    }
    .properties.detail .invest .form-control{
        color: white;
    }
    .properties.detail .right textarea.form-control{
        height: 60px !important;
    }
    .properties.detail{
        padding: 0px !important;
        padding-top: 40px !important;
    }
    .properties.detail .img-display{
        border-radius: 0px;
    }
    .properties.detail .property-item{
        padding: 20px !important;
    }
    .section-main .main-txt{
        font-size: 2.5rem;
    }
    .property-detail-subject{
        max-width: 100%;
    }

    .property-item-body{
        height: auto;
    }
    .property-item .price .price-label{
        font-size: 0.75rem;
    }
    .property-item .price .price-desc{
        font-size: 0.75rem;
    }
}


@media screen and (max-width: 767px){
    .collapse:not(.show) {
        /*display: block;*/
        opacity: 0;
        height: 0px;
        min-height: 0px;
    }
    
    .property-item .price .price-desc ._desc{
        font-size: 0.8rem;
    }
    .navbar {
        display: flex;
        flex-direction: row-reverse;
        /* background-color: #19648F !important;
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.175); */
    }
    .navbar .navbar-brand{
        display: flex;
        flex: 1;
        justify-content: center;
        font-size: 1.4rem;
        padding: 0px;
        margin: 0px;
        padding-right: 25px;
    }
    .navbar .navbar-brand > *{
        align-self: center;
        margin-left: 5px;
        margin-right: 5px;
    }
    .navbar .navbar-toggler{
        flex: 0;
    }
    .navbar-nav .nav-link{
        text-align: center;
    }
    .navbar-nav {
        padding-top: 50px;
    }
    .nav-social{
        text-align: center;
        justify-content: center !important;
    }
    .navbar-collapse{
        height: 100vh;
        min-height: 100vh;
    }
    .nav-item{
        font-size: 1.3rem;
        margin-bottom: 10px;
    }
    
    .section-main .btn{
        width: 60%;
        min-width: auto;
    }
    .section-main-btn-container > *{
        text-align: center !important;
    }
    .section-aboutus .left{
        border-left: 10px solid #19648F;
        padding: 2rem 1.5rem !important;
    }
    .section-aboutus .left .title,
    .section-properties .title,
    .section-blog .title{
        text-align: center;
    }
    .section-properties ._container{
        flex-direction: column !important;
        padding: 0px !important;
    }
    .section-prop-more-btn{
        width: auto;
        flex-direction: row-reverse;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .section-prop-more-btn > img{
        margin: 0px;
        margin-left: 10px;
    }
    .property-item {
        margin-bottom: 20px;
    }
    .property-item-body{
        flex-direction: column;
    }
    .property-item-body .left{
        width: auto;
        background: none !important;
    }
    .property-item-body .left img{
        display: block !important;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 300px;
        object-position: top;
    }
    .badge-card{
        top: 4%;
        padding: 5px 20px;
        font-size: 0.7rem;
    }
    .property-item-body .right{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .property-item .location{
        font-size: 0.7rem;
        margin-bottom: 15px;
    }
    .property-item .location img {
        width: 16px;
    }
    .property-item .price {
        font-size: 0.9rem;
        margin-bottom: 3px;
    }
    .property-item .subject{
        font-size: 1rem;
    }
    .property-item .price .price-label{
        /* width: 36%; */
        min-width: auto;
    }
    .section-properties,
    .section-blog{
        padding: 1rem !important;
    }
    .section-properties ._container > .left > .row{
        margin-bottom: 0px !important;
    }
    .card-body{
        padding: 0.8rem;
    }
    .blog.list .subject {
        font-size: 1rem;
        height: calc(1rem * 2.3);
    }
    .blog.list .card-text{
        font-size: 0.8rem;
        max-height: 60px;
        overflow: hidden;
        display: block;
    }
    .section-contactus ._container > .left{
        display: none !important;
    }
    .section-contactus ._container > .right{
        flex: 1;
        width: 100%;
    }
    .section-contactus ._container > .right > div{
        /* align-self: flex-end !important; */
    }
    .section-contactus ._container > .right > div > *{
        align-self: center !important;
    }
    .section-contactus{
        height: 50vh;
    }
    
    
    .sell .section-main,
    .investor .section-main{
        flex-direction: column !important;
        padding: 20px;
        height: auto;
    }
    .sell .section-main > .left,
    .investor .section-main > .left{
        margin-top: 45px;
        padding: 10px !important;
    }
    .investor .section-main .right {
        max-width: none;
    }
    .assessment{
        margin-right: 0px !important;
        width: 100%;
    }
    .assessment > form{
        width: 100%;
    }
    .sell .section-main > .right,
    .investor .section-main > .right{
        flex-direction: column;
    }
    .sell .section-main > .right{
        width: 100%;
    }
    .assessment a.submit{
        margin-top: 30px;
    }
    .sell .section-body{
        padding-top: 0px !important;
    }
    .sell-step-head{
        color: #19648F;
        font-size: 24px;
        padding: 18px;
        font-weight: bold;
    }
    .sell .section-body .item{
        position: relative;
    }
    .sell .section-body .item.bg-shown{
        color: white;
    }
    .sell .section-body .item.bg-shown .desc .no{
        color: white;
        font-size: 60px;
    }
    .sell .section-body .item .desc .no{
        font-size: 60px;
    }
    .sell .section-body .item{
        flex-direction: column-reverse !important;
    }
    .sell .section-body .item .desc{
        padding: 20px 0px;
        min-height: 230px;
    }
    .sell .section-body .item.bg-shown .desc{
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.4);
        height: 100%;
        width: 100%;
        flex: 1;
    }
    .sell .section-body .item .image{
        display: none;
    }
    .sell .section-body .item.bg-shown .image,
    .sell .section-body .image img{
        display: block;
        min-height: 230px;
    }
    .sell .step-6 .item .desc{
        padding: 1.5rem!important;
        padding-top: .7rem !important;
        flex-direction: column !important;
    }
    .sell .step-6 .item .desc .no{
        padding: 0px !important;
        align-self: flex-start !important;
        line-height: 2.5rem;
    }
    .assessment > form{
        padding: 10px 10px !important;
    }
    .assessment-form .btn-main{
        width: 100%;
        margin-top: 20px;
    }
    .section-main .main-txt{
        font-size: 1.9rem;
    }
    
    .aboutus{
        flex-direction: column-reverse !important; 
        height: auto;
        padding: 27px 5px 5px 5px;
    }
    .aboutus .right{
        width: 100%;
    }
    .aboutus .left{
        padding: 0px !important;
    }
    
    .blog.detail{
        padding: 10px !important;
        margin-top: 30px;
    }
    .blog.detail .desc{
        padding: 10px 15px !important;
    }
    .blog.detail .img-display{
        
    }
    
    .faq .list .title{
        padding: 0px 0px 10px 20px !important;
    }
    .faq .list .body{
        padding: 0px !important;
    }
    .faq .accordion .card-body{
        padding: 0 22px;
        font-size: 1rem;
        font-weight: 300;
    }
    .faq .section-body > .container-fluid > .row{
        padding: 0px !important;
    }
    .faq .accordion .btn-link{
        font-size: 1.2rem;
    }
    
    .contact{
        min-height: 100vh;
        background: none;
        background-color: white;
        flex-direction: column !important;
        padding: 3px !important;
    }
    .contact{
        padding-top: 20px !important;
    }
    .contact .left{
        padding: 5px 10px !important;
        align-self: normal !important;
    }
    .contact .detail {
        font-size: 1rem;
    }
    .contact .right{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 1.5rem 2rem !important;
    }
    .contact .right .btn-submit{
        width: 100%;
        display: block;
        text-align: center
    }
    .contact .right .title{
        margin-bottom: 25px !important;
        margin-top: 5px !important;
    }
    .properties.detail{
        padding-top: 20px !important;
    }

    #frm-assetment label,
    #frm-additional label{
        font-size: 0.85rem;
    }
    select {
        appearance: none;
        -moz-appearance: none;
        background: rgba(0, 0, 0, 0) url("../images/ico_down3.png") no-repeat scroll 99% center / 14px 13px !important;
        background-size: 25px !important;
        border: 1px solid #ccc;
        overflow: hidden;
        padding: 6px 20px 6px 6px !important;
        width: auto;
    }

    .navbar .logo-1,
    .navbar .logo-1{ display: none; }
    .navbar .logo-2,
    .navbar .logo-2{ display: block; }
    .page-title-container{
        flex-direction: column !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .properties.detail .property-item .price .price-label{
        width: 40%;
        min-width: 136px;
        /* min-width: 108px; */
    }
    .txt-red-mobile-normal{
        color: #212529;
    }
    ._5year-left{
        max-width: 216px;
        font-size: .9rem !important;
    }
    ._5year-right{
        align-self: flex-end;
    }
    .properties.detail .property-item .price .price-label{
        width: auto;
        min-width: auto;
        margin-right: 15px;
    }
    .page-view-count{
        display: none !important;
    }
    .blog.detail,
    .properties.detail{
        padding-top: 36px !important;
    }
    form#frm-invest .row1{
        flex-direction: column !important;
    }
    .properties.detail .invest .txt-info {
        font-size: .8rem;
    }
    .navbar .logo-1,
    .navbar .logo-1{ display: block; }
    .navbar .logo-2,
    .navbar .logo-2{ display: none; }

    .navbar.fill_color .logo-1,
    .navbar.active .logo-1{ display: none; }
    .navbar.fill_color .logo-2,
    .navbar.active .logo-2{ display: block; }

    .navbar-brand img{
        width: 80px;
    }
    .section-body{
        padding-top: 40px !important;
    }
    .sell .assessment-form .btn-main{
        width: auto;
        margin-top: 0px;
    }
    .carousel-indicators li{
        width: 9px;
        height: 9px;
        border-radius: 20px;
    }
    .carousel-indicators{
        margin-bottom: 10px;
    }
    select.sortby{
        background: rgba(255, 255, 255, 1) url(../images/ico_down3.png) no-repeat scroll 99% center / 14px 13px !important;
    }

    .property-item .location{
        max-height: none;
    }

    .investor .section-body ._container{
        flex-direction: column !important;
    }
    .investor .section-body ._container > .right{
        justify-content: center
    }
    .property-item .price .price-label{
        width: 45%;
        font-size: 0.9rem;
    }
    .property-item .price .price-desc{
        font-size: 0.9rem;
    }

    .properties.detail .cr-left{
        left: -75px;
    }
}


@media screen and (max-width: 400px){
    .card-img, .card-img-top{
        height: 120px;
    }
    .properties.detail .cr-left{
        left: -82px;
    }
}

@media screen and (max-width: 340px){
    .property-item .price .price-label{
        flex: 1;
    }
    .property-item .price .price-desc{
        flex: 0;
        min-width: 116px;
    }
}







@media screen and (min-width: 767px){
    .sell .section-main > .right{
        width: 40%;
    }
    /* .home .property-item .price{
        font-size: 0.8rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 104px;
    } */
}

@media screen and (min-width: 780px){
    .sell .section-main > .right{
        width: 40%;
    }
}

@media screen and (min-width: 992px){
    /* .home .property-item .price{
        font-size: 0.53rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 66px;
    } */
    .property-item .price{
        font-size: 0.7rem;
    }
    .property-item .price .price-label{
        width: auto;
        min-width: 83px;
    }

    .properties.detail .cr{
        padding: 12px;
    }
    .properties.detail .badge-card{
        font-size: 1.3rem;
    }
    .properties.detail .cr-left{
        left: -50px;
    }
    .properties.detail .cr-top{
        top: 24px;
    }
}

@media screen and (min-width: 1000px){
    .property-item .subject{
        font-size: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
    }
}

@media screen and (min-width: 1100px){
    /* .home .property-item .price{
        font-size: 0.66rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 72px;
    } */
    .property-item .price{
        font-size: 0.8rem;
    }
    .property-item .price .price-label{
        width: auto;
        min-width: 95px;
    }
}

@media screen and (min-width: 1200px){
    /* .home .property-item .price{
        font-size: 0.75rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 86px;
    } */
    .property-item .price{
        font-size: 0.9rem;
    }
    .property-item .price .price-label{
        width: auto;
        min-width: 106px;
    }
}

@media screen and (min-width: 1300px){
    /* .home .property-item .price{
        font-size: 0.8rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 95px;
    } */
    .property-item .price{
        font-size: 0.9rem;
    }
    .property-item .price .price-label{
        width: auto;
        min-width: 125px;
    }
}

@media screen and (min-width: 1400px){
    .sell .section-main > .right{
        width: 30%;
    }
    /* .home .property-item .price{
        font-size: 0.9rem;
    }
    .home .property-item .price .price-label{
        width: auto;
        min-width: 108px;
    } */
    
    .property-item .price .price-label{
        width: 56%;
        min-width: 125px;
    }
}

@media screen and (min-width: 1540px){
    .property-item .subject{
        font-size: 1.3rem;
    }
    .property-item .price .price-label{
        width: 50%;
        min-width: 125px;
    }
}




