/* Button choose lawyer */
.sapphire-bg{
    background-color: #fb0d1c;
}
/* The container */
.containerServices,
.childContainerServices {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.svg-next-icon {display:none}
.spr .login-item .dropdown-menu{
    min-width: 13rem !important;
}
/* Hide the browser's default checkbox */
.containerServices input,
.childContainerServices input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.containerServices .checkmarkServices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* margin: 0 5%; */
    background-color: #fff;
    border: none;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
    z-index: 1;
    cursor: pointer;
}

.childContainerServices .checkmarkServices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* margin: 0 5%; */
    background-color: #fff;
    border: none;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
    z-index: 1;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.containerServices:hover input~.checkmarkServices {
    background: #FB041C;
    color: #fff;
    width: 100%;
    border: #dedede 2px solid;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
}

.childContainerServices:hover input~.checkmarkServices {
    background-color: #ffffff;
    width: 100%;
    border: #FB041C 2px solid;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
}

/* When the checkbox is checked, add a blue background */
.containerServices input:checked~.checkmarkServices {
    width: 100%;
    border: #dedede 2px solid;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
    background: #FB041C;
    color: #fff;
}

.childContainerServices input:checked~.checkmarkServices {
    background-color: #ffffff;
    width: 100%;
    border: #FB041C 2px solid;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding: 10px 0px;
}

/* Create the checkmarkServices/indicator (hidden when not checked) */
.checkmarkServices:after {
    content: "";
    position: absolute;
    display: block;
}

/* Show the checkmarkServices when checked */
.containerServices input:checked~.checkmarkServices:after,
.childContainerServices input:checked~.checkmarkServices:after {
    display: block;
}

.height50 {
    height: 50px;
}

.height100 {
    height: 100px;
}

#lawyerPanel,
#bankPanel,
#renovationPanel {
    display: none;
    width: 100%;
    background: #dedede;
}

i.info-detial {
    position: absolute;
    text-align: center;
    color: #ff3434;
    top: 11px;
    cursor: pointer;
    z-index: 135;
    font-size: 22px;
    width: 30px;
    height: 30px;
    right: 19px;
}

.fas.fa-check {

    display: none;
}

.checkServices .fas.fa-check {
    position: absolute;
    z-index: 9;
    color: #f00;
    font-size: 25px;
    top: 51px;
    right: 8px;
    display: block;
}

/* Button choose lawyer end */

/* form signature css start */

#bcPaint-container {
    width: 100%;
    height: 200px;
}

#bcPaint-header {
    width: 100%;
    height: 25px;
}

#bcPaint-palette {
    text-align: center;
}

.bcPaint-palette-color {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    margin: 0 5px;
}

#bcPaint-palette>.selected {
    border: 2px solid #bdbdbd;
    margin-bottom: -2px;
}

#bcPaint-canvas-container {
    width: 100%;
    height: calc(100% - 50px);
}

#bcPaint-canvas-container>canvas {
    border: 1px solid #696969;
}

#bcPaint-bottom {
    width: 100%;
    height: 25px;
    text-align: center;
}

#bcPaint-bottom>button {
    background-color: #3e4e5a;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    font-size: 10px;
    padding: 5px 10px;
    margin-left: 10px;
    margin-top: 10px;
    outline: none;
}

/* form signature css end */

.value .form-control::-webkit-input-placeholder {
    /* Edge */
    color: rgb(49, 49, 49)(54, 54, 54);
}

.value .form-control:-ms-input-placeholder {
    /* Internet Explorer */
    color: rgb(49, 49, 49)(54, 54, 54);
}

.value .form-control::placeholder {
    color: rgb(49, 49, 49)(54, 54, 54);
}

.nav-item.topmenu-icon-buy a {
    background: #ec0b21 url(/sapphire/img/home/buy.svg)no-repeat center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #b5b5b5;
}

.nav-item.topmenu-icon-prebuy a {
    background: #ec0b21 url(/sapphire/img/home/prebuy.svg)no-repeat center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #b5b5b5;
}

.nav-item.topmenu-icon-rent a {
    background: #ec0b21 url(/sapphire/img/home/rent.svg)no-repeat center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #b5b5b5;
}

.nav-item.topmenu-icon-pac a {
    background: url(/sapphire/img/home/pac.svg)no-repeat center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #b5b5b5;
}

.nav-item.topmenu-icon-pvr a {
    background: url(/sapphire/img/home/pvr.svg)no-repeat center;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: 3px solid #b5b5b5;
}

.nav-item.topmenu-icon-buy,
.nav-item.topmenu-icon-rent,
.nav-item.topmenu-icon-prebuy,
.nav-item.topmenu-icon-pac,
.nav-item.topmenu-icon-pvr {
    padding: 0px 8px
}

.panel-default {

    border: none !important;
}

.future-font {
    position: absolute;
    font-size: 38px;
    z-index: 9;
    text-align: center;
    width: 95%;
    margin-top: 52px;
    color: #fff;
    font-weight: 700;
}

.advertising-row img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

/* test video */

#test.owl-carousel .owl-stage {
    /* height: 600px; */
    display: block;
}

#test .item-video {
    width: 100%;
    /* height: 500px; */
}

#test.owl-theme .owl-dots .owl-dot.active span,
#test.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0000;
}

#test.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ff000096;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.total-num {
    position: absolute;
    color: #fff;
    z-index: 99999;
    font-size: 30px;
    bottom: 35px;
    right: 28px;
}

#test.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    z-index: 99;
    bottom: 3%;
    right: 10px;
}

#test .item-video h4 {

    color: #fff;

    position: absolute;

    z-index: 99;

    bottom: 23px;

    right: 38px;

    opacity: .6;
}

#test.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    margin: auto;
}

#test.owl-carousel,
.owl-carousel .owl-item .item {
    /*     -webkit-tap-highlight-color: transparent;
    position: relative;
    margin: auto; */
    width: 100%;
}

#test.owl-carousel.owl-drag .owl-item {
    flex: auto;
}

#test.owl-carousel .item img {
    -o-object-fit: cover;
    /* object-fit: cover; */
    /* width: 100%; */
    max-width: 100%;
    /* overflow: hidden; */
    /* height: 100%; */
    /* width: 100%; */
    /* background-size: cover; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
}

#test.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('/sapphire/img/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

#test.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #a2a2a2;
}

#test.owl-carousel {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #656565;
}

#test.owl-carousel .slidetop {
    height: 350px;
    position: relative;
}

#test.owl-carousel .slidetop .item {
    width: 100%;
}

#test.owl-carousel .slidetop img {
    height: 350px;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

#test.owl-carousel .slidebot {
    height: auto;
    position: relative;
    background: #222222;
    padding: 0 15px;
}

#test.owl-carousel .slidebot .control {
    margin-left: -5px;
    margin-right: -5px;
}

#test.owl-carousel .slidebot .control .itemct {
    padding: 10px 5px;
    min-width: 100px;
}

#test.owl-carousel .slidebot .icon {
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    height: 80px;
    color: #e0e0e0;
    text-align: center;
    cursor: pointer;
    padding: 10px 0px;
    font-size: 0.8em;
    width: 100%;
}

#test.owl-carousel .slidebot .icon i {
    font-size: 2em;
}

#test.owl-carousel .slidebot .icon p {
    margin: 0;
    padding-top: 10px;
}

#test.owl-carousel .slidebot #listcarouselthumb {
    padding: 10px 0;
    height: 90px;
}

#test.owl-carousel .slidebot .item {
    margin: 0 3px;
    width: 100%;
}

#test.owl-carousel .slidebot img {
    height: 80px;
    border: #222 5px solid;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

#total-num {

    position: absolute;

    bottom: 12%;

    z-index: 99;

    right: 3%;

    background: #ffffffa3;

    padding: 0px 10px;

    border-radius: 10px;
}

#total-num span {



    font-size: 22px;

    letter-spacing: 3px;
}

#total-num {

    position: absolute;

    bottom: 12%;

    z-index: 99;

    right: 3%;

    background: #ffffffa3;

    padding: 0px 10px;

    border-radius: 10px;
}

#total-num span {

    color: #fb0d1c;

    font-size: 22px;

    letter-spacing: 3px;
}

#total-num {

    position: absolute;

    bottom: 12%;

    z-index: 99;

    right: 3%;

    background: #ffffffa3;

    padding: 0px 10px;

    border-radius: 10px;
}

#total-num span {

    color: #fb0d1c;

    font-size: 22px;

    letter-spacing: 3px;
}

/* test video */

/*---- owl slider ------*/

#homepage-sale.owl-carousel.owl-theme .owl-dots,
#homepage-feature.owl-carousel.owl-theme .owl-dots,
#homepage-rent.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#homepage-sale.owl-theme .owl-dots .owl-dot,
#homepage-feature.owl-theme .owl-dots .owl-dot,
#homepage-rent.owl-theme .owl-dots .owl-dot {
    display: none;
}

#homepage-sale.owl-theme .owl-nav,
#homepage-feature.owl-theme .owl-nav,
#homepage-rent.owl-theme .owl-nav {
    color: #fff;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 43%;
    z-index: 999999999;
    height: 50px;
}

#homepage-sale.owl-carousel .owl-nav button.owl-next,
#homepage-sale.owl-carousel .owl-nav button.owl-prev,
#homepage-feature.owl-carousel .owl-nav button.owl-next,
#homepage-feature.owl-carousel .owl-nav button.owl-prev,
#homepage-rent.owl-carousel .owl-nav button.owl-next,
#homepage-rent.owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0 !important;
    font: revert;
    background: #ffffffc7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fb0d1c;
    font-size: 35px;
    line-height: 30px;
}

/*---- owl slider end ------*/

/*------- action soft -------*/
.spr .search-item-mini .dropdown-menu span:hover,
.topmenu.spr .navbar-nav li.nav-item.menu-btnstyle,
.spr.topsearch .input-group-text:hover,
.spr.bravo_topbar .content .topbar-items li a:hover,
.topmenu.spr .navbar-nav a:hover,
.inner-but:hover,
.footer-link2 li a i:hover,
.carousel-multi-item .controls-top .btn-floating.right:hover,
.controls-top .btn-floating.right:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.carousel-multi-item .controls-top .btn-floating.left:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.spr.topsearch .input-group-text,
.spr .search-item-mini .dropdown-menu span,
.spr.bravo_topbar .content .topbar-items li a,
.topmenu.spr .navbar-nav a,
.hourseitem.spr h4 a,
.inner-but,
.footer-link2 li a i,
.carousel-multi-item .controls-top .btn-floating.right,
.carousel-multi-item .controls-top .btn-floating.left {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.spr.topsearch .form-control {
    font-size: 18px;
    line-height: 35px;
    height: auto !important;
    font-weight: 600;
    padding: .375rem .75rem;
    padding-left: 5rem;
}

/* home page menu & main-menu & owl slider styel*/

#homepage-penang.owl-theme .owl-nav.disabled+.owl-dots,
#homepage-kl.owl-theme .owl-nav.disabled+.owl-dots,
#homepage-sale.owl-theme .owl-nav.disabled+.owl-dots,
#homepage-rent.owl-theme .owl-nav.disabled+.owl-dots,
#homepage-feature.owl-theme .owl-nav.disabled+.owl-dots {
    padding: 0;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -25px;
}

.logo.mybrandlogo {
    height: 50px;
}

.topmenu.spr .navbar-nav .nav-item.menu-btnstyle a {
    color: #fff !important;
    background: #c00;
    border-radius: 7px;
    font-weight: 600;
    border: 2px solid #fff;
    line-height: 27px;
}

.topmenu.spr .navbar-nav li.nav-item.menu-btnstyle {
    color: #fff !important;
    background: #fff;
    margin: 0rem .8rem;
    border: 2px solid #c00;
    border-radius: 10px;
}

.topmenu.spr .navbar-nav li {

    /* padding: 0rem .5rem; */
}

/*home page header search bar */
.spr.topsearch .listsuggest {
    position: absolute;
    background: rgb(255 255 255 / 96%);
    width: 100%;
    display: none;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 99999;
    box-shadow: 1px 1px 5px #00000085;
}

.spr.topsearch h4 {

    font-weight: 900;

    margin: 0 !important;
}

.spr.topsearch input {
    border: 1px solid #f00 !important;
    width: 100%;
    border-radius: 15px !important;
}

.spr.topsearch .input-group-text {
    position: absolute;
    right: 15px;
    z-index: 999;
    background: none;
    padding: .65rem .75rem;
    cursor: pointer;
}

.spr.topsearch .input-group-text img {
    height: 27px;
}

.spr.topsearch .typesearch .pvr a,
.spr.topsearch .typesearch .pac a {
    border: none !important;
    padding: 0;
    font-weight: normal !important;
    display: inline-block;
    background: none;
    background: none;
    color: #fff;
    float: left;
    border-right: none;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.spr.topsearch .typesearch a {
    border: none !important;
    padding: 12px 12px;
    font-weight: normal !important;
    /* margin: 33px; */
    display: inline-block;
    background: rgb(251, 4, 28);
    background: linear-gradient(180deg, rgba(251, 4, 28, 1) 0%, rgba(190, 30, 45, 1) 100%);
    color: #fff;
    float: left;
    border-right: none;
    height: 100px;
    width: 100px;
    border-radius: 100%;
}

.spr.topsearch .typesearch .pvr a.active,
.spr.topsearch .typesearch .pac a.active {
    background: none !important;
    border: 5px solid #ffffff !important;
    color: none !important;
}

.spr.topsearch .typesearch a.active {
    background: rgb(251, 4, 28) !important;
    background: linear-gradient(0deg, rgba(251, 4, 28, 1) 0%, rgba(190, 30, 45, 1) 100%) !important;
    border: 5px solid #d6d6d6 !important;
    color: #fff0 !important;
}

.topsearch .search-item-mini {
    color: #FB041C;
    position: absolute;
    z-index: 9;
}

.spr.topsearch .search-item-mini>.btn {
    color: #fb0d1c;
    font-size: 22px !important;
    line-height: 41px;
    border: none;
    font-weight: 600;
    padding: 4px 10px;
}

.spr.topsearch .search-item-mini>.btn-secondary:not(:disabled):not(.disabled).active,
.spr.topsearch .search-item-mini .btn-secondary:not(:disabled):not(.disabled):active,
.spr.topsearch .search-item-mini.show>.btn-secondary.dropdown-toggle,
.spr.topsearch .search-item-mini.show>.btn-secondary.dropdown-toggle:focus {
    color: #fb0d1c;
    background: none;
    border: none;
    box-shadow: none;
}

.spr.topsearch .search-item-mini .dropdown-item.active,
.spr.topsearch .search-item-mini .dropdown-item:active,
.spr.topsearch .search-item-mini .dropdown-item:focus,
.spr.topsearch .search-item-mini .dropdown-item:hover {
    color: #fb0d1c;
    text-decoration: none;
    background-color: #ffffff;
    font-weight: 600;
}

.spr.topsearch .search-item-mini button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

/* header search bar end */

/*------- pop out window --------*/
/* test video slider */
.carousel-multi-item {
    margin-bottom: 5rem;
}

.spr.boxsliderdetail .slidetop {
    height: 419px;
    position: relative;
}

.spr.boxsliderdetail .slidetop img {
    height: 509px;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.spr.boxsliderdetail .slidebot {
    height: auto;
    position: relative;
    background: #22222200;
    padding: 0 15px;
}

/* main slider */
.carousel-multi-item {
    margin-bottom: 0rem;
}

.carousel-multi-item .controls-top {
    text-align: center;
    position: absolute;
    z-index: 99;
    top: 38%;
    width: 100%;
}

.carousel-multi-item .controls-top .btn-floating {
    position: absolute;
    background: #fb0d1c;
}

.carousel-multi-item .controls-top .btn-floating.left {
    left: -80px;
}

.carousel-multi-item .controls-top .btn-floating.right {
    right: -80px;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}

.carousel-multi-item .carousel-inner {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}

.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
}

.carousel-multi-item .carousel-inner.v-2 .carousel-item.active,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-next,
.carousel-multi-item .carousel-inner.v-2 .carousel-item-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.carousel-multi-item .carousel-inner .carousel-item.active,
.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev {
    display: block;
}

/*-- data table edit start --*/

/* .sprtable .column-key-id.sorting_1 {
    color: #FB041C;
}

.sprtable .no-sort.column-key-image {
    width: 200px;
    height: 200px;
}

.sprtable .no-sort.column-key-image img {
    width: 200%;
    max-width: 100%;
    object-fit: cover;
}

.sprtable .table .odd,
.sprtable .table .even {
    margin: 10px;
}

.sprtable .table .odd {
    margin: 10px;
} */

/*-- data table edit end --*/

/* @media (min-width: 768px) {
    .carousel-multi-item [class*="col-"] {
        float: left;
    }
} */

/* order-detials start */

.order-detials .mygrey-bg {
    padding: 15px;
}

#editcreditinfo .row.info {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: none;
}

.order-detials .mylist-properties-name p {
    margin-top: 3%;
    font-weight: bold;
    font-size: 15px;
}

#editcreditform .form-control {
    border-radius: 5px;
    height: 35px;
}

.order-detials .col-12.col-md-2 {

    -ms-flex: 0 0 18%;

    flex: 0 0 18%;

    max-width: 18%;
}

.order-detials .col-12.col-md-4 {

    -ms-flex: 0 0 35.333333%;

    flex: 0 0 35.333333%;

    max-width: 35.333333%;
}

.order-detials .col-12.col-md-6 {

    -ms-flex: 0 0 46%;

    flex: 0 0 46%;

    max-width: 46%;
}

.order-detials .col-12.col-md-8 {

    -ms-flex: 0 0 64%;

    flex: 0 0 64%;

    max-width: 64%;
}

.order-detials .col-12.col-md-10 {

    -ms-flex: 0 0 82%;

    flex: 0 0 82%;

    max-width: 82%;
}

.order-detials .mylist-properties-name span {
    margin-top: 5%;
    font-weight: normal;
    font-size: 15px;
}

.order-detials .order-box {
    width: 100%;
    display: inline-flex;
    margin-bottom: 8px;
}

.order-detials .order-box .order-box1 {
    width: 60%;
    margin: 0px 5px;
}

.order-detials .order-box .order-box2 {
    width: 40%;
    margin: 0px 5px;
}

.order-detials .order-box .order-spending,
.order-detials .order-box .order-btn {
    text-align: center;
    padding: 5px 5px;
    border-radius: 5px;
    width: 100%;
}

.order-detials .order-box .order-spending span {
    color: #fff;
}

.order-detials .order-title p {
    color: #212529;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: right;
    padding-right: 10px;
    line-height: 35px;
}

.order-detials .details-list p {
    color: #212529;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: left;
    padding-right: 10px;
    line-height: 35px;
}

.order-detials .details-list span {
    font-weight: normal;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: left;
    padding-right: 10px;
    line-height: 35px;
}

.order-detials .order-box .order-num {
    color: #212529;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: center;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

.order-detials .order-box .order-spending {
    background: #f90d1c;
    color: #fff;
}

.order-detials .order-btn {
    display: block;
    background: #ffffff;
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #f90d1c;
}

.order-detials .order-btn.hide {
    display: none;
    background: #ffffff;
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #f90d1c;
}

.order-detials .order-btn:hover {
    background: #b3b3b3;
    color: #ffffff;
    border: 1px solid #ffffff;
}

/* order-detials end */


/* data background use start */

.mylist-properties,
.mylist-properties2 {
    background: #fff;
    padding: 15px 2px;
    margin-bottom: 15px;
}

.mylist-properties p {
    padding: 0px;
    margin: 0px;
}

.mylist-properties p {
    font-size: 18px;
    font-weight: bold;
}

.mylist-properties span {
    font-size: 14px;
    font-weight: normal;
}

.mylist-properties img,
.mylist-properties2 img {
    height: 99px;
    width: 100%;
    background: #eee;
    object-fit: contain;
}

.mylist-properties .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.mylist-properties .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

/* data background use end */
.advertising-row-mobile img {
    width: 100%;
    background: #3ca1ff;
    display: none;
}

.advertising-row-web img {
    width: 100%;
    background: #3ca1ff;
    display: block;
}

.mylist-properties2 .order-title p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.mylist-properties2 .order-title span {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

.mylist-properties2.value .btn-data-red {
    margin-top: 19%;
}

.mylist-properties2 .btn-data-red {
    margin-top: 10%;
}

.mylist-properties2 .btn-data-red,
.mylist-properties2.value .btn-data-red {
    color: #fff;
    background-color: #f80d1c;
    border-color: #f90d1c;
}

.mylist-properties2 .btn-data-white {
    color: rgb(10, 10, 10);
    background-color: #fff;
    border-color: #fb0d1c;
    margin-top: 15px;
}

.mylist-properties2 .btn-data-whitered {
    color: #fb0d1c;
    background-color: #ffff;
    border-color: #fb0d1c;
}

.mylist-properties2 .btn-data-white,
.mylist-properties2 .btn-data-whitered,
.mylist-properties2 .btn-data-red {
    font-size: 14px;
    width: 96%;
}

/* .value .form-control {
    outline: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #949494;
    border-radius: 0;
    transition: all 0.4s ease;
    border-radius: 5px;
    padding: .375rem .375rem;
    text-align: center;
} */

/* .value input.form-control {
    width: 50px;
} */

.value textarea.form-control {
    height: 100px;
    text-align: left;
}

.value .form-control:disabled,
.value .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

#votefrom .signaturebox span {
    text-align: center;
    width: 100%;
    float: left;
}

.value .mylist-properties-name p {
    font-weight: bold;
    margin-top: 0%;
    margin-bottom: 0;
    line-height: 20px;
}

.value .list-num p {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.value .list-title p {
    font-size: 16px;
    font-weight: bold;
}

.value .list-title p span {
    color: #ff0d00;
}

.value .list-info label {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    width: 100%;
}

.value .num-list .number-total p {
    margin: 0;
    text-align: right;
    line-height: 43px;
}

.value .list-info .number-no p {
    font-size: 16px;
    font-weight: bold;
    width: auto;
    float: left;
}

.value .list-info .number-info {
    margin-left: 30px;
}

.value .list-info span {
    color: #949494;
}

.value span#note1,
.value span#note2,
.value span#note3,
.value span#note4,
.value span#note5,
.value span#note6,
.value span#note7,
.value span#note8,
.value span#note9,
.value span#note10,
.value span#note11,
.value span#note12,
.value span#note13,
.value span#note14 {
    color: #ea0000;
}

.mylist-properties-name p {

    margin-top: 5%;

    font-weight: bold;
}

.mylist-properties-name p span {
    font-size: 14px;
    font-weight: normal;
}

.mylist-properties2 .btn-data-whitered {
    margin-top: 22%;
}

.mylist-properties2 .row,
.mylist-properties2 .value-info .row {
    margin-right: -5px;
    margin-left: -5px;
}

.mylist-properties2 .col-md-2,
.mylist-properties2 .col-md-3,
.mylist-properties2 .col-md-4,
.mylist-properties2 .col-md-5,
.mylist-properties2 .col-md-6,
.mylist-properties2 .value-info .col-md-12,
.mylist-properties2 .value-info .col-md-1,
.mylist-properties2 .value-info .col-md-10,
.mylist-properties2 .value-info .col-md-2 {
    padding-right: 10px;
    padding-left: 10px;
}

.mylist-properties2 .row {
    margin-right: -5px;
    margin-left: -5px;
}

.mylist-properties2 .value-info .col-md-10 {
    -ms-flex: 0 0 87%;
    flex: 0 0 87%;
    max-width: 87%;
}

/* .mylist-properties2 .value-info ul {
    margin-left: 30px;
} */

.mylist-properties2 .value-info li {
    list-style: decimal-leading-zero;
    line-height: 26px;
    font-weight: bold;
}

.mylist-properties2 .value-info li ul {
    margin-left: 0px;
}

.mylist-properties2 .value-info li ul li {
    list-style: none;
    font-weight: normal;
    color: #808080;
}

.mylist-properties2 .col-md-2 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}

.mylist-properties2 .col-md-6 {
    -ms-flex: 0 0 56%;
    flex: 0 0 60%;
    max-width: 60%;
}

.mylist-properties2 .value-info .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}

.mylist-properties2 .value-info .agree-info p {

    margin: 0;

    font-weight: bold;
}

.mylist-properties2 .col-md-5 {
    -ms-flex: 0 0 56%;
    flex: 0 0 54%;
    max-width: 54%;
}

.mylist-properties2 .properties-image {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.mylist-properties2 .col-md-3 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
}

.value-info i {
    position: absolute;
    right: 2.8em;
    font-size: 19px;
    color: #929292;
    top: 9px;
}

/* .value-info .custom-select {

    border-radius: 6px;

    text-align: center;

    width: 50px;

    padding-right: 1em;

    background: none;

    z-index: 1;

    position: absolute;
} */

.account-properties {
    background: #fff;
    width: 100%;
}

.account-properties .link,
.account-properties .icon {
    margin-top: 4%;
}

.account-properties .col-md-2,
.account-properties .col-md-1,
.account-properties .col-md-4,
.account-properties .col-md-3,
.account-properties .col-md-10 {
    padding-right: 5px;
    padding-left: 5px;
}

.account-properties .col-md-2 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
}

.account-properties .col-md-1 {
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}

.account-properties .col-md-10 {
    -ms-flex: 0 0 87%;
    flex: 0 0 87%;
    max-width: 87%;
}

.account-properties .col-md-4 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.account-properties .col-md-3 {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
}

.account-properties .row {
    margin-right: -5px;
    margin-left: -5px;
    width: 100%;
}

.account-properties .date p {
    font-size: 14px;
    margin-top: 49%;
    text-align: center;
    font-weight: normal;
}

.account-properties .info p {
    font-size: 14px;
    line-height: 19px;
}

.account-properties .info span {
    font-size: 14px;
    line-height: 16px;
}

.btn.sell-rent,
.btn.pending-btn {
    font-size: 14px;
    letter-spacing: .03em;
    width: 100%;
    padding: .375rem .35rem;
}

.btn.sell-rent {
    background: #fb0d1c;
    color: #fff;
}

.btn.pending-btn {
    background: #ffed4b;
    color: rgb(0, 0, 0);
}

.btn.sublink-icon {
    background: #fb0d1c;
    padding: .3rem .55rem;
}

.btn.sublink-icon i {
    color: #fff;
    font-size: 18px;
}

/* top user nav */
.spr.bravo_topbar .content .topbar-items li a {
    color: #fff !important;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 0rem;
    background: none;
}

.spr.bravo_topbar .content .topbar-items li span {
    color: #fff !important;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    padding: 0rem;
    /* padding-right: 0; */
    background: none;
}

.nav-tabs>li .dropdown-menu:before,
.nav-tabs>li .dropdown-menu:after,
.nav-pills>li .dropdown-menu:before,
.nav-pills>li .dropdown-menu:after {
    display: none !important;
}

.spr.bravo_topbar .content .topbar-items li a:hover {
    background: none;
    box-shadow: none;
}

.spr.bravo_topbar .content .topbar-items .dropdown-menu a {

    color: #fff !important;

    font-weight: 400;

    font-size: 16px;

    text-decoration: none;

    padding: 0rem .8rem;

    background: none;
}

.nav-tabs>li .dropdown-menu:before,
.nav-tabs>li .dropdown-menu:after,
.nav-pills>li .dropdown-menu:before,
.nav-pills>li .dropdown-menu:after {
    display: none !important;
}

.spr.bravo_topbar .content .topbar-items li a:hover {
    background: none;
    box-shadow: none;
}

.spr.bravo_topbar .content .topbar-items .dropdown-menu a {

    color: #fff !important;

    font-weight: 400;

    font-size: 16px;

    text-decoration: none;

    padding: 0rem .8rem;
}

.spr.bravo_topbar .content .topbar-items .dropdown-menu a {

    color: #fff !important;

    font-weight: 400;

    font-size: 16px;

    text-decoration: none;

    padding: 0rem .8rem;

    background: none;
}

.nav-tabs>li .dropdown-menu:before,
.nav-tabs>li .dropdown-menu:after,
.nav-pills>li .dropdown-menu:before,
.nav-pills>li .dropdown-menu:after {
    display: none !important;
}

.spr.bravo_topbar .content .topbar-items li a:hover {
    background: none;
    box-shadow: none;
}

.spr .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f90d1c;
}


.topmenu.spr .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    font-weight: 300;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bravo_topbar {
    background: var(--primary-color);
    padding: 5px 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .1em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.spr .login-item .dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto !important;
    right: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fb0d1c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transform: translate3d(0px, 30px, 0px) !important;
    font-family: "Nunito Sans", sans-serif !important;
    box-shadow: none;
}

.spr .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.spr .dropdown-menu.show {
    display: block;
}

.spr .search-item-mini .dropdown-menu.show {
    display: block;
    border: 1px solid #fb0d1c;
}

.spr .search-item-mini .dropdown-menu span {
    color: #fb0d1c;
    font-weight: bold;
}

/* top user nav end */

.spr.navbar-brand {}

.mymodal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
}

.spr.bravo_topbar .content {
    display: block;
}

.mymodal-dialog {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: auto;
}

.mymodal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    /* flex: 1 1 auto; */
    /* padding: 1rem; */
}

.mymodal-body iframe {
    width: 100%;
    height: 700px;
    margin-top: 0%;
}

.mymodal-dialog .mytitle {
    position: absolute;
    top: 1%;
    right: 4.5%;
    margin-top: 10px;
}

.mymodal-dialog .mytitle p {
    float: left;
    line-height: 40px;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 0;
}

/*------- pop out window end--------*/


.spr.bravo_topbar {
    background: #FB041C;
    padding: 5px 0;
}

.spr.bravo_topbar .content .topbar-left .line {
    min-width: 1px;
    display: inline-block;
    position: relative;
    min-height: 1px;
    margin: 0 10px;
}

.spr.bravo_topbar .content .topbar-left .line:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13px;
    height: 20px;
    border-right: 1px solid #ffffff;
}

.sprmt-20 {
    margin-top: 20px;
}

.sprwidth100p {
    width: 100%;
}

ul.sprwidth100p {
    padding: 0;
}

ul.sprwidth100p span,
ul.sprwidth100p li a {
    font-weight: 700;
}

ul.sprwidth100p li {
    display: inline;
}

.main-right-item {
    border-left: 1px solid #d0d0d0;
}

.main-right-item ul {
    list-style: none;
    padding: 0 5px;
}

.main-right-item li {
    padding: 5px 0;
}

.right-menu-titiel {
    /* display: inline-block; */
    width: 100%;
    /* padding: 10px 0; */
}

.right-menu-titiel h4 {
    color: #FB041C;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
}

.right-menu-titiel btn {
    float: right;
}

.favorite {
    width: 100%;
    margin: 10px 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.favorite p {
    width: 100%;
    margin: 10px 0;
}

.favorite .inner-img {
    width: 100%;
}

.favorite img {
    width: 38%;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 147px;
    background: #FB041C;
    object-fit: cover;
}

.mycard {
    width: 100%;
    display: inline-flex;
    background: #ececec;
    /* margin: 10px 0; */
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.mycard img {
    width: 22%;
    height: 120px;
    background: #FB041C;
    object-fit: cover;
}

.mycard p {
    width: 80%;
    padding: 16px 10px;
    margin: 0;
    line-height: 18px;
    letter-spacing: .03em;
    height: 106px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.mycard.features-img {
    border-radius: 15px;
    padding: 20px 10px;
}

.mycard.move-in {
    border-radius: 15px;
    padding: 10px;
}

.mycard.features-img img {
    border-radius: 100%;
    border: 1px solid #d0d0d0;
    background: none;
    width: 16%;
    height: auto;
    margin: 5px;
}

.mytitlebar h4 {
    line-height: 40px;
}

.titlebox h4 {
    font-weight: bold;
    float: left;
}
.num-like-PAC, .num-like-PVR {
    height: 150px;
    width: 150px;
    background-size: cover;
    float: left;
    z-index: 1;
    position: relative;
}
.num-like-PAC {
    background: url(/sapphire/img/home/pac.svg) no-repeat;
}

.num-like-PVR {
    background: url(/sapphire/img/home/pvr.svg) no-repeat;
}

.num-like {
    height: 200px;
    width: 200px;
    background: url(/sapphire/img/housereport.svg)no-repeat;
    background-size: cover;
    float: left;
}

.num-like span {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 200px;
    text-align: center;
    float: left;
    width: 100%;
}

.housereport {
    margin-top: 5px;
    float: left;
}

.housereport .list-comment {
    background: #f6f6f6;
    float: left;
    margin-top: 19px;
    padding: 10px;
    margin-left: 15px;
}

.housereport p {
    margin: 0;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.housereport button {
    /* margin-top: 20px; */
    width: 100%;
}

.mytitlebar {
    background: #FB041C;
    width: 100%;
    text-align: center;
}

footer.spr {
    min-height: 68px;
}

footer.spr .panel-content p {
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 0;
    border-top: none;
}

footer.spr .panel-content p i {
    margin: 0;
    padding-right: 10px;
}

footer.spr .panel-content p i.add-height {
    margin-bottom: 30px;
    float: left;
    margin-left: 3px;
    margin-right: 3px;
}

footer.spr p {
    color: #fff;
    margin: 0;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #ffffff82;
}

.container-fluid.main-bag-color {
    background: #fb0d1c;
}

.col-md-4.footer-link,
.col-md-2.footer-link2 {
    margin-top: 30px;
}

.col-md-2.footer-link2 {
    width: 50%;
}

footer.spr .copyright {
    border: none;
    width: 100%;
    padding-bottom: 10px;
}

footer.spr .action_footer a {
    color: #FB041C;
}

.footer-link ul,
.footer-link2 ul,
.footer-link .menufooter ul {
    width: auto;
    padding: 0;
    position: relative;
}

.footer-link li {
    text-align: left;
    list-style: none;
}

.footer-link a,
.footer-link2 a,
.footer-link .menufooter ul li a {
    color: #fff;
    font-weight: normal;
}

.footer-link a:hover,
.footer-link2 a:hover {
    color: #000;
    text-decoration: none;
}

footer.spr {
    background: none;
    border: none;
}

.footer-link .panel-title h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 0;
}

.footer-link h4 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 14px;
    border-bottom: none;
}

.footer-link .menufooter h4 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 14px;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

footer.spr .footer-link .panel-content p {
    color: #fff;
    border-top: none;
    margin: 0;
    padding: 0;
    /* padding-left: 15px; */
    margin-bottom: 5px;
}

footer.spr .footer-link .panel-content p i {
    padding-right: 8px;
}

.add-height {
    margin-bottom: 30px;
    float: left;
    margin-left: 1px;
    margin-right: 5px;
}

.footer-link li,
.footer-link2 li,
.footer-link .menufooter li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 1px 15px;
}

.footer-link2 .sociai-link>li i {
    padding: 5px 0px;
    font-size: 30px;
    margin-right: 20px;
}

.footer-link li a i {
    padding-right: 8px;
}

.footer-link2 li a i {
    padding-right: 20px;
    font-size: 30px;
}

.footer-link2 h4 {
    color: #00000085;
    font-weight: bold;
    font-size: 18px;
    padding-left: 13px;
    font-family: 'Nunito Sans', sans-serif !important;
}

.likeandshare {
    padding: 0;
    float: right;
}

.likeandshare span:hover {
    color: #FB041C;
    cursor: pointer;
}

.infotop {
    position: relative;
}

/*------- product item list -------*/
.hourseitem.spr {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #00000036;
    margin-bottom: 18px;
}

.hourseitem.spr .blii .status {
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
}

.hourseitem.spr .blii .status span {
    font-size: 1rem;
    color: #fff;
    padding: 3px 7px;
    background: #fb0d1c;
    border-radius: 5px;
}

.hourseitem.spr .info {
    background: #f6f6f6;
    padding: 10px 15px;
    border-top: 5px solid #fb0d1c;
}

.hourseitem.spr h4 {
    font-weight: bold;
    width: 60%;
    float: left;
    line-height: 19px;
}

.hourseitem.spr h4 a {
    color: #fb0d1c;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hourseitem.spr h4 a:hover,
.hourseitem.spr h4 a:focus {
    text-decoration: none;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.hourseitem.spr h4 a span {
    color: #777777;
    font-size: 14px;
}

.hourseitem.spr img {
    transition: all 0.4s;
    transform: scale(1);
    width: 100%;
}

.hourseitem.spr .location {
    color: #4f4f4f;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.hourseitem.spr .infodetial span i {
    width: 22px;
    color: #fb0d1c;
}
.hourseitem.spr .report-label{
    position: absolute;
    width: auto;
    right: 0px;
    top: -2px;
    z-index: 99;

}

.PVR-color{
    color:#fff;
    background:#333;
}
.PAC-color{
    color:#000;
    background:#ffc107;
}
.hourseitem.spr .like-heart {
    position: absolute;
    width: auto;
    right: 10px;
    top: 12px;
    z-index: 99;
}

.hourseitem.spr .like-heart .rounded-circle {
    width: 43px;
    height: 43px;

}

.hourseitem.spr .like-rate {
    /* position: absolute; */
    color: #fb0d1c;
    float: right;
    width: 40%;
    margin-top: -5px;
}

.hourseitem.spr .like-heart ul,
.hourseitem.spr .like-rate ul {
    margin: 0;
    padding: 0;
    float: right;
}

.hourseitem.spr .like-heart li,
.hourseitem.spr .like-rate li,
.titlebox .like-heart li {
    list-style: none;
    display: initial;
    margin: 0 2px;
    cursor: pointer;
    font-size: 18px;
    line-height: 33px;
}

.titlebox .like-heart li {
    float: right;
    font-size: 20px;
}

.titlebox .like-heart {
    position: relative;
    float: right;
}

.mini-info {
    width: 100%;
}

.picture-box {
    position: relative;
    overflow: hidden;
    border-radius: 60px;
    box-shadow: 2px 2px 3px #00000036;
    margin-bottom: 18px;
    margin-top: 20px;
    background: #fb0d1c;
}

.picture-box img {
    width: 100%;
    height: 404px;
    background: #FB041C;
    object-fit: cover;
    opacity: .5;
}

.picture-box span {
    position: absolute;
    z-index: 10;
    padding: 34% 10%;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.picture-box span strong {
    font-size: 38px;
}

/*------- product item list end -------*/

/*------- small slider --------*/

.main-bottom-slider {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    width: 100%;
    display: block;
}

.main-bottom-slider a.btn-floating.rightbut {
    right: -50px;
    position: absolute;
}

.main-bottom-slider a.btn-floating.leftbut {
    left: -50px;
    position: absolute;
}

.main-bottom-slider a {
    color: #fff;
    background: #fb0d1c;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

.main-bottom-slider a:hover {
    color: #fff;
    background: #fb0d1c;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    opacity: .5;
}

/*-------- share class and table share and col share --------*/
.col-my-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-my-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.width-100-pc {
    width: 100%;
}

.info.table td,
.info.table th {
    border-top: none;
    padding: .5rem 0em;
}

.border-add-1px {
    border-top: 1px solid #000000 !important;
}

.border-add-1px-bottom {
    border-bottom: 1px solid #cacaca !important;
    margin: 15px 0px;
    width: 100%;
}

.mygrey-bg {
    background: #f3f3f3;
}

.mygrey-bg.odd {
    background: #ffffff;
}

.mygrey-bg2 {
    background: #f3f3f3;
    padding: 15px;
}

.inner-but {
    display: inline-block;
    border-radius: 1em;
    padding: 3px;
    background: rgb(243, 244, 244);
    background: linear-gradient(90deg, rgba(243, 244, 244, 1) 0%, rgba(139, 135, 141, 1) 25%, rgba(243, 244, 244, 1) 50%, rgba(139, 135, 141, 1) 75%, rgba(243, 244, 244, 1) 100%);
}

.spr.btn.btn-danger {
    background: rgb(251, 4, 28);
    background: linear-gradient(180deg, rgba(251, 4, 28, 1) 0%, rgba(190, 30, 45, 1) 100%);
    border-radius: .9rem;
    font-weight: 600;
    padding: .375rem 1.2rem;
    width: 100%;
}

.my-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.my-col-360 {
    width: 360px !important;
}

.my-col .col-md-9 {
    width: auto;
}

.main-border {
    padding: 3px;
    background: rgb(243, 244, 244);
    background: linear-gradient(180deg, rgba(243, 244, 244, 1) 0%, rgba(139, 135, 141, 1) 25%, rgba(243, 244, 244, 1) 50%, rgba(124, 124, 124, 1) 75%, rgba(243, 244, 244, 1) 100%);
    float: left;
    border-radius: 100%;
    margin: 30px 10px;
}

.pac,
.pvr {
    padding: 3px;
    float: left;
    border-radius: 100%;
    margin: 30px 10px;
}

.mymg0 {
    margin: 0;
}

.mypd0 {
    padding: 0;
}

.mypd15-all {
    padding: 15px;
}

.sprml-5 {
    margin-left: 5px;
}

.text-color-black {
    color: #000;
}

.text-color-grey {
    color: #777777;
}

.text-color-red {
    color: #FB041C;
}

.text-color-white {
    color: #fff;
}

.bg-color-grey {
    background: #efefef;
}

.sprmt-20 {
    margin-top: 20px;
}

.sprmt-30 {
    margin-top: 30px;
}

.sprmt-40 {
    margin-top: 40px;
}

.sprmb-20 {
    margin-bottom: 20px;
}

.sprmb-30 {
    margin-bottom: 30px;
}

.font-weight-bold {
    font-weight: bold;
}

.sprmr-5 {
    margin-right: 5px;
}

.sprmr-10 {
    margin-right: 10px;
}

.sprmb-10 {
    margin-bottom: 10px;
}

.sprpt-20 {
    padding-top: 20px;
}

.sprpb-20 {
    padding-bottom: 20px;
}

.sprpr-10 {
    padding-right: 10px;
}

.sprp-top15 {
    padding: 15px;
}

.topmenu.spr .navbar-toggler {
    color: #fb0d1c !important;
    border: none !important;
    position: relative;
}

.topmenu.spr .navbar-nav a {
    color: #fb0d1c !important;
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: .5rem .4rem;
}

.bravo_topbar .content .topbar-right {
    float: right;
}

.font-bold600 {
    font-weight: 600;
}

/*------- search box layout -------*/
.search-nav .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    width: 100%;
}

.search-bar.navbar-toggler {
    color: rgb(255 0 0);
    border-color: rgb(0 0 0 / 0%);
    position: absolute;
    top: 71px;
    right: 94px;
    font-size: 22px;
    z-index: 99;
    display: none;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 0;
}

.spr.search-box-my {
    min-height: auto;
    background: none;
    margin-top: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.spr.search-box-my .form-group {
    width: auto;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.spr.search-box-my .form-control {
    width: 100%;
    height: 43px;
    padding: 5px 5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bdbdbd;
    color: #000;
    border-radius: 10px;
    box-shadow: none;
    font-size: 15px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.spr.search-box-my .input-has-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ccc;
}

label.price {
    width: 100%;
}

.my-row {
    width: auto;
}

.my-row-2 {
    width: auto;
}

.my-row span {
    float: left;
    line-height: 38px;
    padding: 0 5px;
}

.price-col-lg {
    width: 110px;
    float: left;
}

.price-col-lg::-webkit-input-placeholder {
    color: black;
}

.price-col-lg::-moz-placeholder {
    color: black;
}

.spr.search-box-my label {
    float: left;
    margin: 0;
    /* border-radius: 100%; */
    margin: 0 5px;
}

.spr.search-box-my .main-border {
    padding: 3px;
    background: rgb(243, 244, 244);
    background: linear-gradient(180deg, rgba(243, 244, 244, 1) 0%, rgba(139, 135, 141, 1) 25%, rgba(243, 244, 244, 1) 50%, rgba(124, 124, 124, 1) 75%, rgba(243, 244, 244, 1) 100%);
    float: left;
    border-radius: 100%;
    margin: 0;
}

/* HIDE RADIO */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
}

/* IMAGE STYLES */
[type=radio]+.main-border img {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 100px !important;
    background: rgb(251, 4, 28) !important;
    background: linear-gradient(0deg, rgba(251, 4, 28, 1) 0%, rgba(190, 30, 45, 1) 100%) !important;
    /*     opacity: .3; */
}

/* CHECKED STYLES */
[type=radio]:checked+.main-border img {
    /* outline: 2px solid #f00; */
    background: rgb(251, 4, 28) !important;
    background: linear-gradient(180deg, rgba(251, 4, 28, 1) 0%, rgba(190, 30, 45, 1) 100%) !important;
    opacity: 1;
    border: 3px solid #a9a9a9;
}

/*------- search box layout end-------*/


/*------- responsive -------*/

@media screen and (max-width:1366px) {

    .main-border,
    .pvr,
    .pac {
        float: left;
        margin: 4px;
    }

    .mymodal-body iframe {
        width: 100%;
        height: 600px;
        margin-top: 0%;
    }

    .mymodal-dialog .mytitle {
        top: 1%;
        right: 6%;
    }

    .price-col-lg {
        width: 100px;
        float: left;
    }
}

@media screen and (max-width:1672px) {
    .my-row-2 {
        width: 200px !important;
    }

    .hourseitem.spr .like-rate {
        float: left;
        width: 100%;
    }

    .my-row {
        width: 280px;
    }

    .hourseitem.spr h4 {
        float: left;
        width: 100%;
    }

    .hourseitem.spr .like-rate ul {
        float: left;
    }
    .advantage-text{
        font-size:90%;
    }
    .num-like-PAC,
    .num-like-PVR {
        height: 140px;
        width: 140px;

    }
}

@media screen and (max-width: 1280px) {
    .picture-box {
        position: relative;
        overflow: hidden;
        border-radius: 60px;
        box-shadow: 2px 2px 3px #00000036;
        margin-bottom: 18px;
        margin-top: 20px;
        background: #fb0d1c;
        height: 312px;
    }

    .future-font {
        position: absolute;
        font-size: 26px;
        z-index: 9;
        text-align: center;
        width: 84%;
        margin-top: 40px;
        color: #fff;
        font-weight: 700;
    }

    .picture-box span {
        position: absolute;
        z-index: 10;
        padding: 8% 10%;
        color: #fff;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        margin-top: 27%;
    }

    .mymodal-dialog .mytitle {
        top: 1%;
        right: 7%;
    }

    .mymodal-body iframe {
        width: 100%;
        margin-top: 0%;
        height: 700px;
    }

    .housereport {
        margin-top: 5px;
        float: left;
    }

    .num-like {
        height: 100px;
        width: 100px;
        background: url(/sapphire/img/housereport.svg)no-repeat;
        background-size: cover;
        float: left;
    }

    .num-like span {
        font-size: 22px;
        line-height: 100px;
    }

    .housereport .list-comment {
        margin-top: 10px;
    }

    .my-row {
        width: 250px;
        float: left;
    }

    .my-row-2 {
        width: 200px;
    }

    .my-row span {
        padding: 0 5px;
    }

    .main-border,
    .pvr,
    .pac {
        float: left;
        margin: 6px;
    }

    .pac,
    .pvr {
        margin: 6px;
    }

    .price-col-lg {
        width: 88px;
        float: left;
    }

    .hourseitem.spr h4 {
        width: 100%;
        float: left;
        margin: 0;
    }

    .hourseitem.spr .like-rate {
        float: left;
        width: 100%;
        margin-top: 0px;
    }

    .hourseitem.spr .like-heart ul,
    .hourseitem.spr .like-rate ul {
        float: left;
    }

    .mycard img {
        width: 29%;
        height: 120px;
        background: #FB041C;
        object-fit: cover;
    }

    .right-menu-titiel h4 {
        width: 58%;
        line-height: 40px;
        font-size: 22px;
    }

    .mycard p {
        width: 80%;
        padding: 16px 10px;
        margin: 0;
        line-height: 18px;
        letter-spacing: .03em;
        height: 106px;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

    #test.owl-carousel .owl-stage {
        /* height: 400px; */
    }

    .favorite img {
        width: 47%;
        height: 111px;
    }

    .mycard.features-img img {
        border-radius: 100%;
        border: 1px solid #d0d0d0;
        background: none;
        width: 18%;
        height: auto;
    }

    .col-xl-8 {
        -ms-flex: 0 0 90% !important;
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }

    .advantage-text{
        font-size:80%;
        display: inline-block;
    }
    .num-like-PAC,
    .num-like-PVR {
        height: 130px;
        width: 130px;

    }
}

@media screen and (max-width: 1024px) {
    .order-detials .details-list p {
        line-height: 18px;
    }

    #votefrom .col-md-2 {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .value-info i {
        right: 2.6em;
    }

    .my-col .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .num-like {
        height: 100px;
        width: 100px;
        background: url(/sapphire/img/housereport.svg)no-repeat;
        background-size: cover;
        float: left;
        margin: 22px 32px;
    }

    .mymodal-body iframe {
        width: 95%;
        height: 500px;
        margin-top: 0%;
    }

    .mymodal-dialog .mytitle {
        top: 0%;
        right: 8%;
    }

    .my-row {
        width: 250px;
        float: left;
    }

    .my-row-2 {
        width: 200px;
    }

    #test.owl-carousel .owl-stage {
        /* height: auto; */
    }

    .my-col-4 {
        flex: 0 0 62.333333%;
        max-width: 62.333333%;
    }

    .mycard {
        width: 100%;
        display: inherit;
        background: #ececec;
        margin: 10px 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        height: auto;
    }

    .mycard p {
        width: 100%;
        padding: 20px 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 106px;
    }

    .right-menu-titiel {
        width: 100%;
        padding: 0px 0;
    }

    .hourseitem.spr .like-rate {
        /* position: absolute; */
        color: #fb0d1c;
        float: none;
        width: 100%;
        margin-top: 0px;
    }

    .hourseitem.spr .like-heart {
        /* position: absolute; */
        color: #fb0d1c;
        width: 100%;
        margin-top: 0px;
        right: -86%;
    }

    .hourseitem.spr h4 {
        font-weight: bold;
        width: 100%;
        float: none;
        line-height: 34px;
        margin-bottom: 0px;
    }

    .mycard.features-img img {
        border-radius: 100%;
        border: 1px solid #d0d0d0;
        background: none;
        width: 18%;
        height: auto;
    }

    .mycard img {
        width: 100%;
        height: 149px;
        background: #FB041C;
        object-fit: cover;
    }

    .right-menu-titiel h4 {
        color: #FB041C;
        width: 100%;
        float: none;
        line-height: 41px;
        font-size: 22px;
    }

    .housereport {
        margin-top: 24px;
        float: left;
        width: 100%;
    }

    .sprmb-30 {
        margin-bottom: 10px;
    }

    .sprmt-20 {
        margin-top: 10px;
    }

    .sprmb-20 {
        margin-bottom: 10px;
    }

    .info.table td,
    .info.table th {
        border-top: none;
        padding: .1rem;
        vertical-align: middle;
    }

    .picture-box {
        border-radius: 29px;
        height: auto;
    }

    .future-font {
        position: absolute;
        font-size: 38px;
        z-index: 9;
        text-align: center;
        width: 95%;
        margin-top: 33px;
        color: #fff;
        font-weight: 700;
    }

    .picture-box span {
        padding: 0;
        font-size: 24px;
        text-align: center;
        margin-top: 7%;
    }

    .picture-box img {
        width: 100%;
        height: 150px;
        background: #FB041C;
        object-fit: cover;
        opacity: .5;
    }

    .housereport .list-comment {
        background: #f6f6f6;
        float: left;
        margin-top: 0px;
        padding: 10px;
        margin-left: -2px;
    }

    .mini-info {
        width: 80%;
        float: left;
    }

    .favorite img {
        width: 47%;
        margin-right: 5px;
        margin-bottom: 10px;
        height: 88px;
        background: #FB041C;
        object-fit: cover;
    }

    .titlebox .like-heart li {
        float: right;
        font-size: 18px;
    }
}

@media screen and (max-width: 815px) {
    .mymodal-body iframe {
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 768px) {
    .order-detials #editcreditinfo .order-title span {
        font-weight: normal;
        font-size: 15px;
        letter-spacing: .02em;
        text-align: left;
        padding-right: 0px;
        line-height: 30px;
    }

    #editcreditinfo .info .col-12.col-md-2 {

        -ms-flex: 0 0 23%;

        flex: 0 0 23%;

        max-width: 23%;
    }

    #editcreditinfo .info .col-12.col-md-6 {

        -ms-flex: 0 0 30%;

        flex: 0 0 30%;

        max-width: 30%;
    }

    .order-detials .order-box .order-box1 {
        width: 50%;
        margin: 0px 5px;
    }

    .order-detials .order-box .order-box2 {
        width: 50%;
        margin: 0px 5px;
    }

    .order-detials .col-12.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-detials .col-12.col-md-6 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }

    #editcreditinfo .row.title {
        display: none;
    }

    .order-detials .col-12.col-md-2 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .order-detials #editcreditform .col-12.col-md-2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .order-detials #editcreditform .order-title p {
        text-align: left;
        line-height: 40px;
    }

    .order-detials #editcreditform .col-12.col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mylist-properties2.value .btn-data-red {
        margin-top: 6%;
        width: 80%;
    }

    .mylist-properties2 .value-info .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mylist-properties2.value .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .value input.form-control {
        width: 100%;
    } */

    /* .value-info .custom-select {
        border-radius: 6px;
        text-align: center;
        width: 76%;
        padding-right: 1em;
        background: none;
        z-index: 1;
        position: absolute;
    } */

    #votefrom .col-12.col-md-10.list-info {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .value-info i {
        right: 1em;
    }

    #votefrom .col-12.col-md-2 {
        flex: 0 0 22%;
        max-width: 22%;
        padding-bottom: 10px;
    }

    .mylist-properties img,
    .mylist-properties2 img {
        height: 125px;
        margin-bottom: 10px;
    }

    .mylist-properties2 .col-md-2 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding-bottom: 10px;
    }

    .mylist-properties2 .col-md-5 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .mylist-properties2 .properties-image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mylist-properties2 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mylist-properties2 .btn-data-whitered {
        margin-top: 0%;
        margin: 10px 5px;
    }

    .mylist-properties2 .btn-data-red,
    .mylist-properties2 .btn-data-white {
        margin-top: 0%;
        width: 44%;
        float: left;
        margin: 10px 5px;
    }

    .account-properties .info p {
        padding-top: 8%;
    }

    .account-properties .date p {
        margin-top: 0%;
        text-align: right;
    }

    .account-properties .link,
    .account-properties .icon {
        margin-top: 2%;
    }

    .account-properties img {
        height: 125px;
        margin-top: 0%;
    }

    .account-properties .col-md-2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .account-properties .col-md-1 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
        height: 70px;
        position: absolute;
    }

    .account-properties .col-md-10 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .account-properties .col-md-4 {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }

    .account-properties .col-md-3 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .account-properties .row {
        margin-right: -5px;
        margin-left: -5px;
        width: 100%;
    }

    .mymodal-dialog .mytitle {
        top: 1%;
        right: 7%;
    }

    .topmenu.spr .navbar-nav {
        width: 100%;
        text-align: right;
        display: block;
    }

    .nav-item.topmenu-icon-buy a,
    .nav-item.topmenu-icon-prebuy a,
    .nav-item.topmenu-icon-rent a {
        height: 60px;
        width: 60px;
    }

    .nav-item.topmenu-icon-pac a,
    .nav-item.topmenu-icon-pvr a {
        height: 60px;
        width: 60px;
    }

    .nav-item.topmenu-icon-buy,
    .nav-item.topmenu-icon-rent,
    .nav-item.topmenu-icon-prebuy,
    .nav-item.topmenu-icon-pac,
    .nav-item.topmenu-icon-pvr {
        padding: 0px 0px;
    }

    .topmenu.spr .navbar-nav li:nth-child(1),
    .topmenu.spr .navbar-nav li:nth-child(2),
    .topmenu.spr .navbar-nav li:nth-child(3),
    .topmenu.spr .navbar-nav li:nth-child(4),
    .topmenu.spr .navbar-nav li:nth-child(5),
    .topmenu.spr .navbar-nav li:nth-child(6),
    .topmenu.spr .navbar-nav li:nth-child(7) {
        display: table-cell !important;
        float: left;
        margin: 0px 0;
    }

    /*     .topmenu.spr .navbar-nav li:nth-child(4),.topmenu.spr .navbar-nav li:nth-child(5),.topmenu.spr .navbar-nav li:nth-child(6),.topmenu.spr .navbar-nav li:nth-child(7){
    display: table-cell!important;
    float: left;
} */
    /* .topmenu.spr .navbar-nav li:nth-child(6),.topmenu.spr .navbar-nav li:nth-child(7){
    width: 100%;
} */
    li.nav-item.topmenu-icon-buy,
    li.nav-item.topmenu-icon-rent,
    li.nav-item.topmenu-icon-prebuy,
    li.nav-item.topmenu-icon-pac,
    li.nav-item.topmenu-icon-pvr {
        /* padding: 10px 49px; */
        width: 77px;
        position: relative;
    }

    .topmenu.spr .navbar-nav li.nav-item.menu-btnstyle {
        margin: .5rem .8rem;
        float: left;
    }

    .mini-info {
        width: 72%;
        float: left;
    }

    .favorite img {
        width: 45%;
    }

    .mymodal-body iframe {
        width: 92%;
        height: 380px;
        margin-top: 0%;
    }

    .price-col-lg {
        width: 113px;
    }

    .my-row {
        width: 100%;
    }

    .spr.search-box-my label {
        margin: 0 5px;
    }

    .spr.search-box-my .form-group {
        width: auto;
        display: inline-block;
    }

    .search-bar.navbar-toggler {
        display: block;
    }

    .my-col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    a {
        /* margin: 21px 11px; */
    }

    .housereport .list-comment {
        background: #f6f6f6;
        float: left;
        margin-top: 10px;
        padding: 10px;
        margin-left: 0;
    }

    .num-like span {
        font-size: 21px;
        font-weight: bold;
        color: #fff;
        line-height: 100px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .housereport {
        width: 100%;
    }

    .num-like {
        height: 100px;
        width: 100px;
        float: left;
        margin: auto;
        margin: 5%;
    }

    .favorite .inner-img {
        width: 100%;
    }

    .picture-box span {
        position: absolute;
        z-index: 10;
        padding: 4% 10%;
        color: #fff;
        font-size: 23px;
        line-height: 26px;
        text-align: center;
        margin-top: 10%;
    }

    .picture-box img {
        width: 100%;
        height: 225px;
        background: #FB041C;
        object-fit: cover;
        opacity: .5;
    }
}

@media screen and (max-width: 667px) {
    .mymodal-dialog .mytitle {
        top: 1%;
        right: 4%;
    }
}

@media screen and (max-width: 650px) {
    .mymodal-dialog .mytitle {
        top: 2%;
        right: 3%;
    }
}

@media screen and (max-width: 560px) {
    .mymodal-dialog .mytitle {
        top: 1%;
        right: 4%;
    }
}

@media screen and (max-width: 480px) {
    .mylist-properties.order-detials img {
        height: 125px;
        margin-bottom: 10px;
        /* width: 50%; */
        /* margin: auto; */
    }

    .order-detials .col-12.col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: auto;
    }

    .order-detials .col-12.col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-detials .mylist-properties-name p {
        margin-top: 0%;
        font-weight: bold;
        font-size: 15px;
        float: left;
    }

    .order-detials .mylist-properties-name span {
        margin-bottom: 4%;
        font-weight: normal;
        font-size: 15px;
        float: left;
        margin-top: 0%;
    }

    .order-detials #editcreditform .col-12.col-md-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .btn#editCredit {

        width: 50%;

        margin: auto;
    }

    #editcreditinfo .row.info {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #fff;
    }

    #editcreditinfo .info .col-12.col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #editcreditinfo .info .col-12.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mylist-properties2.value .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .account-properties img {
        height: 115px;
        margin-top: 20%;
    }

    .btn.sublink-icon {
        padding: .3rem .6rem;
        margin-right: 3px;
    }

    .upload-img-size {
        height: 240px !important;
        width: 100% !important;
    }

    .all-upload-file img {
        width: 100% !important;
        height: 238px !important;
    }



    .picture-box span {
        margin-top: 16%;
        padding: 4% 10%;
    }

    .future-font {
        position: absolute;
        font-size: 38px;
        z-index: 9;
        text-align: center;
        width: 89%;
        margin-top: 36px;
        color: #fff;
        font-weight: 700;
    }

    .topmenu.spr .navbar-nav {
        width: 100%;
        text-align: right;
        display: block;
    }

    .nav-item.topmenu-icon-buy a,
    .nav-item.topmenu-icon-prebuy a,
    .nav-item.topmenu-icon-rent a {
        height: 60px;
        width: 60px;
    }

    .nav-item.topmenu-icon-pac a,
    .nav-item.topmenu-icon-pvr a {
        height: 60px;
        width: 60px;
    }

    .topmenu.spr .navbar-nav li:nth-child(1),
    .topmenu.spr .navbar-nav li:nth-child(2),
    .topmenu.spr .navbar-nav li:nth-child(3) {
        display: table-cell !important;
        float: left;
    }

    .topmenu.spr .navbar-nav li:nth-child(4),
    .topmenu.spr .navbar-nav li:nth-child(5) {
        display: table-cell !important;
        float: left;
    }

    .topmenu.spr .navbar-nav li:nth-child(6),
    .topmenu.spr .navbar-nav li:nth-child(7) {
        width: 96%;
    }

    li.nav-item.topmenu-icon-buy,
    li.nav-item.topmenu-icon-rent,
    li.nav-item.topmenu-icon-prebuy,
    li.nav-item.topmenu-icon-pac,
    li.nav-item.topmenu-icon-pvr {
        padding: 14px 0px;
        width: 65px;
        position: relative;
        top: 0;
    }

    li.nav-item.topmenu-icon-pac,
    li.nav-item.topmenu-icon-pvr {
        /* margin: 12px 50px; */
        position: relative;
        top: 0;
    }

    .topmenu.spr .navbar-nav li.nav-item.menu-btnstyle {
        margin: .5rem .8rem;
        float: left;
    }

    .advertising-row-mobile img {
        width: 100%;
        background: #3ca1ff;
        display: block;
    }

    .advertising-row-web img {
        width: 100%;
        background: #3ca1ff;
        display: none;
    }

    .mymodal-body iframe {
        width: 100%;
        height: 600px;
        margin-top: 15%;
    }

    .mymodal-dialog .mytitle {
        position: absolute;
        top: 2%;
        right: 4%;
    }

    .info.table td,
    .info.table th {
        border-top: none;
        padding: .5rem;
        vertical-align: middle;
    }

    [type=radio]+.main-border img {
        width: 80px;
        height: 80px;
    }

    .my-row-2 {
        width: 100%;
    }

    .sprmt-40-sm {
        margin-top: 80px;
    }

    .spr.search-box-my .form-group {
        width: 100%;
        margin: 0;
        display: block;
        vertical-align: middle;
        position: relative;
        float: left;
        padding: 15px;
    }

    .price-col-lg {
        width: 39%;
        float: left;
    }

    .spr.search-box-my label {
        float: none;
        margin: 0 10px;
    }

    #total-num {
        bottom: 18%;
    }

    .hourseitem.spr .like-heart ul,
    .hourseitem.spr .like-rate ul {
        float: left;
    }

    .carousel-multi-item .controls-top {
        position: relative;
        bottom: -180px;
        width: 100%;
    }

    .carousel-multi-item .controls-top .btn-floating {
        position: absolute;
        background: #fb0d1c;
    }

    .carousel-multi-item .controls-top .btn-floating.left {
        left: -5%;
    }

    .carousel-multi-item .controls-top .btn-floating.right {
        right: -5%;
    }

    .main-border,
    .pac,
    .pvr {
        margin: 9px 6px;
    }

    .spr.topsearch .typesearch a,
    .spr.topsearch .typesearch .pvr a,
    .spr.topsearch .typesearch .pac a {
        height: 60px;
        width: 60px;
    }

    .pac {
        margin-left: 6px !important;
    }

    .right-menu-titiel {
        margin-bottom: 3px;
        float: left;
    }

    .right-menu-titiel h4 {
        width: 70%;
        font-size: 22px;
        float: left;
        line-height: 27px;
    }

    .right-menu-titiel button {

        float: right;

        width: 100%;
    }

    .mini-info {
        width: 64%;
        float: left;
    }

    .mainproduct button.btn-danger {
        width: 100%;
        float: right;
    }

    .mainproduct span {}

    .num-like span {
        font-size: 35px;
        font-weight: bold;
        color: #fff;
        line-height: 152px;
    }

    .housereport {
        margin-top: 20px;
        width: 100%;
    }

    .num-like {
        float: none;
        margin: auto;
        margin-bottom: 20px;
        width: 150px;
        height: 150px;
    }

    .housereport .list-comment {
        float: none;
        margin: auto;
        width: 100%;
        margin: 30px 127px;
        padding: 20px 15px;
    }

    .housereport p {
        padding-bottom: 20px;
    }

    .mycard.features-img img {
        width: 19%;
    }

    .main-bottom-slider {
        display: none;
    }

    .footer-link li,
    .footer-link2 li {
        display: inline-block;
        width: 100%;
        text-align: left;
        padding: 1px 15px;
    }

    .footer-link li a i {
        padding-right: 8px;
    }

    .footer-link2 li a i {
        padding-right: 20px;
        font-size: 30px;
    }

    .mycard img {
        width: 30%;
        height: 130px;
        background: #FB041C;
        object-fit: cover;
    }

    .mycard {
        width: 100%;
        display: inline-flex;
        background: #ececec;
        margin: 10px 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        height: auto;
    }

    .mycard.move-in {
        height: 250px;
    }

    .likeandshare {
        float: left;
    }

    .likeandshare span {
        padding: 13px 0;
        float: left;
    }

    .sprpointer.sprmr-10 {
        margin-right: 25px;
    }

    .sprpointer i {
        margin-right: 10px;
    }

    .mycard p {
        width: 70%;
        padding: 10px 10px;
        height: 120px;
    }

    .favorite img {
        width: 47%;
        height: 129px;
    }

    .advantage-text{
        font-size:75%;
        display: inline-block;
    }
    .num-like-PAC,
    .num-like-PVR {
        height: 110px;
        width: 110px;

    }
}

@media screen and (max-width:400px) {
    .account-properties .info p {
        padding-top: 8%;
    }

    .account-properties .date p {
        margin-top: 0%;
        text-align: right;
    }

    .account-properties .link,
    .account-properties .icon {
        margin-top: 2%;
    }

    .account-properties img {
        height: 112px;
        margin-top: 24%;
    }

    .account-properties .col-md-2 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .account-properties .col-md-1 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
        height: 70px;
        position: absolute;
    }

    .account-properties .col-md-10 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .account-properties .col-md-4 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .account-properties .col-md-3 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .account-properties .row {
        margin-right: -5px;
        margin-left: -5px;
        width: 100%;
    }

    .mylist-properties2 .col-md-3 {

        padding-right: 4px;

        padding-left: 4px;
    }

    .mymodal-body iframe {
        width: 100%;
        height: 450px;
    }

    .btn.sublink-icon {
        padding: .3rem .5rem;
        margin-right: 0px;
    }

    .main-border,
    .pac,
    .pvr {
        margin: 5px 5px;
    }

    .pac {
        margin-left: 0% !important;
    }

}

@media screen and (max-width: 375px) {
    .pac {
        margin-left: 13%;
    }

    .future-font {
        margin-top: 52px;
    }

    .picture-box span {
        margin-top: 25%;
    }

    .picture-box {
        height: 275px;
    }

    .picture-box img {
        height: 275px;
    }

    .mymodal-body iframe {
        width: 100%;
        height: 550px;
    }

    .main-border,
    .pac,
    .pvr {
        margin: 7px 7px;
    }

    .spr.search-box-my label {
        float: none;
        margin: 0 5px;
    }

    .advantage-text{
        font-size:60%;
        display: inline-block;
    }
    .num-like-PAC,
    .num-like-PVR {
        height: 90px;
        width: 90px;

    }
}

@media screen and (max-width: 330px) {

    .mylist-properties img,
    .mylist-properties2 img {
        height: 125px;
    }

    .mylist-properties2 .col-md-2 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        padding-bottom: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .mylist-properties2 .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mylist-properties2 .properties-image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mylist-properties2 .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mylist-properties-name p {
        margin-top: 6%;
    }

    .mylist-properties2 .btn-data-whitered {
        margin-top: 17%;
        /* margin: 10px 5px; */
    }

    .mylist-properties2 .btn-data-red,
    .mylist-properties2 .btn-data-white {
        margin-top: 0%;
        width: 92%;
        float: left;
        margin: 7px 5px;
    }

    .account-properties .info p {
        padding-top: 8%;
    }

    .account-properties .date p {
        margin-top: 0%;
        text-align: right;
    }

    .account-properties .link,
    .account-properties .icon {
        margin-top: 4%;
    }

    .account-properties img {
        height: 125px;
        margin-top: 0%;
    }

    .account-properties .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 9px;
        padding-left: 9px;
    }

    .account-properties .col-md-1 {
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%;
        height: 70px;
        position: absolute;
    }

    .account-properties .col-md-10 {
        -ms-flex: 0 0 87%;
        flex: 0 0 87%;
        max-width: 87%;
    }

    .account-properties .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .account-properties .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .account-properties .row {
        margin-right: -5px;
        margin-left: -5px;
        width: 100%;
    }

    .btn.sublink-icon {
        padding: .3rem 1.9rem;
        margin-right: 5px;
        margin-left: 5px;
    }

    .nav-item.topmenu-icon-buy a,
    .nav-item.topmenu-icon-prebuy a,
    .nav-item.topmenu-icon-rent a {
        height: 50px;
        width: 50px;
    }

    li.nav-item.topmenu-icon-buy,
    li.nav-item.topmenu-icon-rent,
    li.nav-item.topmenu-icon-prebuy,
    li.nav-item.topmenu-icon-pac,
    li.nav-item.topmenu-icon-pvr {
        padding: 14px 0px;
        width: 53px;
        position: relative;
        top: 0;
    }

    .nav-item.topmenu-icon-pac a,
    .nav-item.topmenu-icon-pvr a {
        height: 50px;
        width: 50px;
    }

    .main-border,
    .pac,
    .pvr {
        margin: 4px 0px;
    }

    .pac {
        margin-left: 0% !important;
    }

    .picture-box img {
        height: 280px;
    }

    .picture-box {
        height: 280px;
    }

    .picture-box span {
        margin-top: 16%;
        padding: 4% 10%;
        /* height: 208px; */
        margin-top: 73px;
    }

    .mymodal-body iframe {
        width: 100%;
        /* height: 85vh; */
        margin-top: 19%;
    }

    .spr.search-box-my label {
        float: none;
        margin: 0 0px;
    }

    .spr.bravo_topbar .content .topbar-items li a,
    .spr.bravo_topbar .content .topbar-items li span {
        padding: .5rem .1rem;
    }

    .spr.topsearch .typesearch a,
    .spr.topsearch .typesearch .pvr a,
    .spr.topsearch .typesearch .pac a {
        height: 50px;
        width: 50px;
    }

    .spr.topsearch .typesearch a {
        padding: 6px 6px;
        /* height: 90px; */
        /* width: 90px; */
    }

    .my-col-360 {
        width: 280px !important;
        margin: 16px 0px;
    }

    .main-border {
        margin: 4px;
    }

    #ismain-homes h2 {
        font-size: 24px;
    }

    .footer-link h4 {
        font-size: 18px;
        padding-left: 14px;
    }

    .box_shadow {
        background: #f5f5f5;
        margin: 30px 0;
        padding: 40px 0;
    }

    .logo.mybrandlogo {
        height: 33px;
    }

    .search-bar.navbar-toggler {
        top: 51px;
    }

    .price-col-lg {
        width: 36%;
        float: left;
    }

    .btn.sublink-icon {
        padding: .3rem 1.7rem;
        margin-right: 8px;
        margin-left: 5px;
    }
}

table.dataTable td.child li.text-center {
    display: block;
    float: left;
}

select:not([multiple]) {
    background-image: initial;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control{
    padding-left:30px !important;
}
