.cursor-pointer{
	cursor:pointer !important;
}

.color-me{
	color: #f23d34 !important;
}
.text-me{
  color: #f23d34 !important;
}
.bg-me{
	background-color: #f23d34 !important;
}
.bg-me-light{
	background-color: #f23d34 !important;
}
.bg-me-agentbar{
    background: linear-gradient(#fff 10.33%, #f23d34 0.33%, #f23d34 86.66%,#fff 10.33%);
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
    height:120px;
}
.fill-me{
  fill: #f23d34 !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #f23d34;
    background-color: #f23d34;
}

.btn-me{
  color: #fff;
  border-color: #f23d34;
  background-color: #f23d34;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-me:hover{
  color: #fff;
  border-color: #f23d34;
  background-color: #f23d34;
}
.btn-me:focus,
.btn-me.focus
{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(17, 205, 239, .5);
}
.btn-me.disabled,
.btn-me:disabled
{
    color: #fff;
    border-color: #f23d34;
    background-color: #f23d34;
}
.btn-me:not(:disabled):not(.disabled):active,
.btn-me:not(:disabled):not(.disabled).active,
.show > .btn-me.dropdown-toggle
{
    color: #fff;
    border-color: #bf0c04;
    background-color: #bf0c04;
}
.btn-me:not(:disabled):not(.disabled):active:focus,
.btn-me:not(:disabled):not(.disabled).active:focus,
.show > .btn-me.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(17, 205, 239, .5);
}

.btn-me-white
{
    color: #f23d34;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-me-white:hover
{
    color: #f23d34;
    border-color: white;
    background-color: white;
}
.btn-me-white:focus,
.btn-me-white.focus
{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 0 rgba(255, 255, 255, .5);
}
.btn-me-white.disabled,
.btn-me-white:disabled
{
    color: #f23d34;
    border-color: #fff;
    background-color: #fff;
}
.btn-me-white:not(:disabled):not(.disabled):active,
.btn-me-white:not(:disabled):not(.disabled).active,
.show > .btn-me-white.dropdown-toggle
{
    color: #f23d34;
    border-color: white;
    background-color: #e6e6e6;
}
.btn-me-white:not(:disabled):not(.disabled):active:focus,
.btn-me-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-me-white.dropdown-toggle:focus
{
    box-shadow: none, 0 0 0 0 rgba(255, 255, 255, .5);
}

.btn-outline-me
{
    color: #fff;
    border-color: #f23d34;
    background-color: transparent;
    background-image: none;
}
.btn-outline-me:hover
{
    color: #fff;
    border-color: #f23d34;
    background-color: #f23d34;
}
.btn-outline-me:focus,
.btn-outline-me.focus
{
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}
.btn-outline-me.disabled,
.btn-outline-me:disabled
{
    color: #f23d34;
    background-color: transparent;
}
.btn-outline-me:not(:disabled):not(.disabled):active,
.btn-outline-me:not(:disabled):not(.disabled).active,
.show > .btn-outline-me.dropdown-toggle
{
    color: #fff;
    border-color: #f23d34;
    background-color: #f23d34;
}
.btn-outline-me:not(:disabled):not(.disabled):active:focus,
.btn-outline-me:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-me.dropdown-toggle:focus
{
    box-shadow: 0 0 0 0 rgba(94, 114, 228, .5);
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
}

/* Make the ad image "AD" tag" */
.adtag {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #43352c no-repeat;
    color: #fff;
    /* z-index: 10; */
    padding: 4px;
    opacity:0.5;
}

.multi-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Bookmark */

.right_float_bar{
    width:35px;
    height:35px;
    position:fixed;
    bottom:20%;
    right:0;
    margin-top:-350px;
    z-index:9999;
    background-color: #f23d34;
    border-radius: 10px 0px 0px 10px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    display: flex;
    flex-direction: row;
  }
  .right_float_bar:hover {
    width: 80px;
  }
  .right_float_bar_content{
    width:45px;
    background-color: #fff;
    line-height:35px;
    text-align:center;
    vertical-align: center;
    font-weight: 600;
    font-size: 20px;
  }

  .right_float_join_bar{
    position:fixed;
    width:35px;
    height:35px;
    bottom:36%;
    right:0;
    margin-top:-350px;
    z-index:1200;
    background-color: #f23d34;
    border-radius: 10px 0px 0px 10px;
    display: flex;
    flex-direction: row;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }

  .right_float_join_bar:hover {
    width: 100px;
  }

  .right_joinmehome_bar_content{
    width:60px;
    background-color: #fff;
    line-height:35px;
    text-align:center;
    vertical-align: center;
    font-weight: 600;
    font-size: 8px;
  }


  .subemailbar{
    display: flex;
    height:45px;
    justify-content: space-between;
    align-items:center;
    -webit-justify-content: space-between;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.select-all{
    float: left;
    height: 18px;
    width: 60px;
    line-height: 18px;
    padding: 0px 0 0px 30px;
    white-space: nowrap;
}

.select-all input{
    cursor: pointer;
}
.select-all label{
    cursor: pointer;
}
.emailsubmit-btn {
    display: block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    /* font-weight: 900; */
    background-color: #f23d34;
    overflow: hidden;
}

.emailsubmit-btn a:hover{
    color: #fff;
    cursor: pointer;
}

  /**/
  .nav-link:hover {
    color: #f23d34;
}

.navbar-main {
    border-top: 5px solid #adb5bd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #f6f9fc;
}

.index__menu {
    margin-top: -5px;
    margin-left: 5px;
}

.nav-item .top-link {
    border-top: 5px solid #adb5bd;
}

.nav-item .active {
    font-weight: bold;
    color: #f23d34;
    /*font-size: large;*/
    border-top: 5px solid #f23d34;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .navbar-nav .top-link {
        border-top: 0px;
        background-color: unset !important;
    }
}

.navbar-secondary {
    background: transparent;
    position: absolute;
    z-index: 100;
}

.index__logo {
    background-color: #f23d34;
    /*position: absolute;*/
    top: -5px;
    width: 220px;
    height: 100px;
}

.index__logo-img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 85px;
}

.navbar-toggler {
    color: rgba(255, 255, 255, .95);
    border-color: transparent;
}

#my_listings .dropdown-menu:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .2rem;
    background: #fff;
    box-shadow: none;
}


#card__bar{

    border-left: 5px solid #f23d34;


}


.titletag {
    border-right: 5px solid red;
    height: 56px;
    width: 0px;
    float: left
}


/* Evaluation*/

.progress-bar{
    background-color: #ad0f07 !important;
}
.evaluation-process{
  background-color: rgba(239,239,239,0.9);
}

.evaluation-process_title{
  border-bottom: 2px solid #525f7f;
}
.map{
  /*display:inline;*/
  width:100%;
  height:500px;
}
.card .active{
  background-color: #f23d34;
}
.card .active span{
  color:white;
}

.ui-menu {
    border: 1px solid #efefef;
    list-style: none;
    margin: 0;
    padding: 5px;
    background: #fff;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); */
}

.ui-menu li:hover{
    background-color: #aadaff;
}

.total-title {
    font-size: 20px;
}
.total-value{
    font-size: 26px;
    color:#f03d34;
}


.navbar-main
{
        border-top: 5px solid #adb5bd;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #f6f9fc;
}
.index__menu
{
    margin-top: -5px;
    margin-left:5px;
}


@media (max-width: 992px) {
    .navbar-nav .top-link {
    border-top: 0px;
    background-color: unset !important;
    }
}


.navbar-toggler
{
    color: rgba(255, 255, 255, .95);
    border-color: transparent;
}

[v-cloak] {
  display: none !important;
 }


#evaluation-title{

    padding: 1.8em;
}
#evaluation-title h2 {
    font-size: 2.3em;
    color: #000;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
}
ul.buttons{
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
}
ul.buttons .btn-item{
    background-color: #e4e5e7;
    margin-bottom:1px;
    padding:10px;
    border:1px solid #e4e5e7;
    width:250px;
    cursor: pointer;
}
ul.buttons .btn-item:hover{
    background-color: #E4711A;
    color: #FFF;
}
ul.buttons .btn-item.active{
    background-color: #f23d34;
    color: #FFF;
}
#stratadress{
    cursor: pointer;
    /* border: 1px solid #636466; */
    font-size: 1em;
    color: black;
    background-color: white;
}
#my_listings .dropdown-menu:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    transform: rotate(-45deg) translateY(1rem);
    border-radius: .2rem;
    background: #fff;
    box-shadow: none;
}


/*Listing Detail*/
.property-details-title {
    font-size: 16px;
    font-weight: bold;
}

.property-details-title:before {
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 5px;
    background: #f23d34;
    display: inline-block;
    vertical-align: middle;
}

.property-details-subtitle {
    font-size: 14px;
    font-weight: bold;
}

.property-details-box {
    column-count: 2;
    line-height: 180%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.property-details-list-item {
    font-size: 14px;
}

.property-list_item {
    background-color: #ffffff;
}

.property-list_item:hover {
    background-color: #efefef;
}
.bar-link-title {
    font-weight: 600;
    font-size: 18px;
    color: #f0161f;
    /* border-left: 5px solid #f23d34; */
}

.bar-link-title:hover {
    color: red; /* 鼠标悬浮时的字体颜色 */
}

.detail-item-title {
    font-weight: 600;
    font-size: 18px;
    color: #f0161f;
    /* border-left: 5px solid #f23d34; */
}



.detail-item-title {
    font-weight: 600;
    font-size: 18px;
    color: #f0161f;
    /* border-left: 5px solid #f23d34; */
}

.detail-item-title:before {
    content: "";
    width: 4px;
    height: 20px;
    margin-right: 5px;
    background: #f23d34;
    display: inline-block;
    vertical-align: middle;
}

.detail-top-btn-box {
    cursor: pointer;
}
.fb-share-button span{
    vertical-align: top !important;
}
.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  width: 100%;
  height: 520px;
  /*padding: 2% 0;*/
  margin: 10px 2px;
  /*background: #f4f5f7;*/
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}


.hidden{
    display: none !important;
}

.map-container {
    position: relative;
    margin-top: 12px;
    margin-bottom: 24px
}
.map-street-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #FFF;
    color: #000;
    padding: 5px 10px;
    cursor: pointer;
}
.assessment_center{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
[v-cloak]{
    display: none;
}
main {
    overflow: visible;
}

/*schools*/
[v-cloak]{
    display: none;
}
.map{
  width:100%;
  height:500px;
}
.card-header{
  /* background-color: #5e72e4 !important; */
  color:#fff;
}

.school-detail_table td{
  padding-left: 0 !important;
}

.school-property_title, .school-map_title, .school-nearby_title{
  font-weight: 600;
  font-size: 18px;
  color: #f0161f;
}

.school-property_title:before, .school-map_title:before, .school-nearby_title:before{
  content: "";
  width: 4px;
  height: 20px;
  margin-right: 5px;
  background: #f23d34;
  display: inline-block;
  vertical-align: middle;
}
.property-list{
  list-style: none;
}

.property-list_item:hover
{
  background-color: #efefef;
}

.list-loader {
    width: 80px;
    height: 80px;
    /* top: 50%;
    left: 38%; */
    margin: auto;
    z-index: 999;
    background-color: rgba(136, 136, 136, 0.6);
    border-radius: 5px;
}

.school-detail {
    /* height: 202px; */
    padding: 20px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    background: #f5f5f5;
}
.school-detail-img img{
    width: 250px;
    /* height: 162px; */
    height: 200px;
    border-radius: 10px;
}
.school-detail-img div{
    padding: 200px 250px 0 0;
    border-radius: 10px;
}
.school-detail-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin-left: 20px;
}
.school-detail-info .base {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #4d4d4d;
    font-size: 16px;
}
.school-detail-info .name {
    /* font-size: 27px; */
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #1b1b1e;
}
.school-detail-info .base-other{
    margin-bottom: 10px;

}
.school-detail-info .base-label{
    text-transform: uppercase;
    line-height: 20px;
    /* font-weight: 600; */
    font-size: 16px;
    color: #888;
    margin-right: 10px;
}
.school-detail-info .base_value{

}
.property_details{
    column-count:2;
}
@media screen and (max-width: 780px) {
    .show-sm{
        display: block;
    }
    .property_details{
        column-count:1;
    }
}
.detail-item {
    line-height: 1.5;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 1rem;
}
.detail-label{
    color: #888;
    margin-right: 10px;
}
.score_color_1{
    font-size: 20px;
    color: #ee3b58;
}
.score_color_2{
    font-size: 20px;
    color: #f97900;
}
.score_color_3{
    font-size: 20px;
    color: #eec202;
}
.score_color_4{
    font-size: 20px;
    color: #9dc000;
}

/* listing card */
.listing-card {
    display: flex;
    flex-direction: row;
    padding: 5px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    border-radius: 5px;
}
.listing-img{
    width: 235px;
    padding-top: 155px;

}
.listing-card-detail{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    flex:1;
}
.listing-price {
    font-weight: 500;
    font-size: 25px;
    color: #f23d34;
    margin-right: 15px;
    margin-top: 5px;
}
.address {
    display: block;
    word-wrap:break-word;
    cursor: pointer;
    color: #00853e;
    font-weight: 700;
}
.meta {
    color: #a0a0a0;
    margin-top: 4px;
    font-size: .85rem;
    display: flex;
    justify-content: space-between;
}
.listing-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    margin-top: 4px;
}
/*Vow Data*/
.vow-priv-blur{
    -webkit-user-select: none;
    user-select: none;
    filter: blur(0.25em);
}

/* Navigation icons description */
.nav-icon-description {
    color: #525f7f;
    font-weight: bold;
}

/*Relator Atricles*/

.card-header {
    background-color: #f23d34 !important;
    color: #fff;
  }

  .desktop-category-bar>li {
    display: inline-block;
    text-align: center;
    padding: 5px 20px;
    background-color: rgb(249, 238, 238);
  }

  .desktop-category-bar>li a {
    color: #f23d34;
    font-weight: bold;
  }

  .category-title {
    border-left: 5px solid #f23d34;
    background-color: #efefef;
  }

  .article-item {
    border-bottom: 2px solid #e5e5e5;
  }

/* Login */
.login-title {
    border-bottom: 5px solid #dee2e6;
    color: #dee2e6;
}

.login-title:hover {
    color: var(--primary-color, #f23d34);
}

.login-active {
    border-bottom: 5px solid #f23d34;
    color: var(--primary-color, #f23d34);
}

.login-active:hover {
    color: var(--primary-color, #f23d34);
}

/* Sign up */
.signup-title {
    border-bottom: 5px solid #dee2e6;
    color: #dee2e6;
}

.signup-title:hover {
    color: var(--primary-color, #f23d34);
}

.signup-active {
    border-bottom: 5px solid #f23d34;
    color: var(--primary-color, #f23d34);
}

.signup-active:hover {
    color: var(--primary-color, #f23d34);
}


/* Exclusive listing */
.exclusive-label {
    background-color: #BD952F;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 7px 10px;
    font-size: 0.7rem;
}


/* hot listing */
.hot-label {
    background-color: rgb(221, 2, 2);
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 5px 8px;
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.8;
}

.listing-item-badge {
    position: absolute;
    /* background: #92b7bd; */
    background:#f23d34;
    z-index: 999;
    border-radius: 3px;
    color: #fff;
    /* font-size: 70%; */
    font-size:7pt;
    padding: 2px 4px 0;
    top: 18px;
    left: -8px;
    width: 65px;
    text-align: center;
    line-height: 1.5;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0 0.1s ease-in;
    -moz-transition: 0 0.1s ease-in;
    -o-transition: 0 0.1s ease-in;
    transition: transform 0.1s ease-in;
    /* Most of this code is necessary to style and position the badge. */
}