.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.find_home__form {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18,41,81,0.33)), to(rgba(18,41,81,0.1)));
    background-image: -webkit-linear-gradient(top, rgba(18,41,81,0.33), rgba(18,41,81,0.1));
    background-image: -o-linear-gradient(top, rgba(18,41,81,0.33), rgba(18,41,81,0.1));
    background-image: linear-gradient(to bottom, rgba(18,41,81,0.33), rgba(18,41,81,0.1));
    padding: 60px 40px 55px 40px;
    display: none;
}
.hide{
    display: none;
}

.find_home__form .form-control{
    color: #122951;
    border: 0;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 8px 15px;
}

/*find home list section css */
.find_home__home_list {
    margin: 70px 0 0 0;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .find_home__home_list {
        margin: 20px 0 0 0;
    }
}

/*
.home-view-item .project-view .floorplan{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: calc(100% - 50px) auto;
    background-position: center;
}*/
.home-view-item .project-view .floorplan,
.home-view-item .project-view .homeFloor{
    min-height: auto;
    width: calc(100% - 50px) !important;
    margin: auto;
}

.home-view-item .project-view .d-flex{
    min-height: 300px;
}

.find_home__form .custom-control-label{
    padding-left: 9px
}
.find_home__form .custom-checkbox{
    position: relative;
    top: -5px;
}


.find_home__form .custom-control-label:before{
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    outline: 0;
    box-shadow: none;
}
.find_home__form .custom-control-label:after{
    left: -20px;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px !important;
    text-align: center;
    outline: 0;
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    content: '\f00c';
    font-family: FontAwesome;
    color: #cc0017;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0;
    box-shadow: none;
}
input[type="checkbox"]:focus{
    outline:0 !important;
}
.custom-control-label:focus{
    outline: 0;
    box-shadow: none;
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/icons/select-arrows-blue-alpha30.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 90%;
    background-position-x: calc(100% - 20px);
    -webkit-transition: background-image 150ms ease-out;
    -o-transition: background-image 150ms ease-out;
    transition: background-image 150ms ease-out;
    cursor: pointer;
}
select:hover{
    background-image: url(../images/icons/select-arrows-blue.png);
}


.pre-owned-header{
    background-size: cover;
    padding: 34px 0;
    box-sizing: border-box;
    background: #122951 50%;
}

@media (min-width: 768px) and (max-width: 1200px){
    .home-list-container .col-lg-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }



    .list-filter {
        width: 100%;
        margin-right: 20px;
        margin-bottom: 10px !important;
        text-align: center;
    }
    .w-200{
        max-width: 300px;
        width: 100%;
    }

    .pagination-float.float-right{
        float: none !important;
    }
    .pagination-float .pagination {
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 10px;
    }
    .list-filter {
        width: 100%;
        margin: 20px 10px;
        display: block !important;
        float: none !important;
    }
    .w-200{
        max-width: 200px;
        width: 100%;
    }
}

@media (min-width: 1201px){
    .home-list-row .col-lg-6{
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-list-row{
        margin-left: -30px;
        margin-right: -30px;
    }
}

.find_home__home_list .home-view-item{
    margin: 0 auto;
    max-width: 550px;
    height: 100%;
}
.find_home__home_list .home-list-row .col-md-12{
    margin-bottom: 45px
}

.find_home__home_list .home-view-item .card{
    height: 100%;
    margin: 0 auto 0 auto
}
.find_home__home_list .home-view-item .card-body{
    flex: none
}

@media (max-width: 767px){
  .home-view-item{
      max-width: 540px;
      margin: auto;
  }
}


.list-filter{
    width: 100%;
    margin-right: 20px;
    margin-bottom: 40px;
}
.w-200{
    max-width: 200px;
    width: 100%;
}
.switch {
    position: relative;
    display: block;
    width: 200px;
}
.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input.cmn-toggle-round + label {
    padding: 0px;
    width: 200px;
    height: 37px;
    background-color: white;
    border-radius: 5px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    content: "";
}
input.cmn-toggle-round + label:before {
    right: 0px;
    border-radius: 5px;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
    width: 79px;
    background-color: #122951;
    border-radius: 4px;
    -webkit-transition: margin 0.4s, width 0.4s;
    -o-transition: margin 0.4s, width 0.4s;
    transition: margin 0.4s, width 0.4s;
}
input.cmn-toggle-round:checked + label:after {
    margin-left: 76px;
    width: 114px;
}
.switch-labels {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 37px;
    text-align: center;
    z-index: 10;
    pointer-events: none;
    text-transform: uppercase;
}
.switch-labels > div {
    display: inline-block;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.switch-labels > div:first-of-type {
    color: white;
    margin-right: 25px;
}
input.cmn-toggle-round:checked ~ .switch-labels > div:first-of-type {
    color: black;
}
input.cmn-toggle-round:checked ~ .switch-labels > div:last-of-type {
    color: white;
}



.floorplan{
    display: none;
}



@media (max-width: 767px){
    .list-filter {
        width: 100%;
        margin: 10px 10px;
        display: block !important;
        float: none !important;
        text-align: center;
    }

    .pagination-float{
        float: none !important;
    }
    .pagination-float .invisible {
        display: none;
    }

    .pagination-float .pagination{
        justify-content: center;
        margin-bottom: 40px;
        margin-top: 10px;
    }
}
/*end find home list section css */

@media (max-width: 600px) {
    .home-list-container .d-flex{
        display: table !important;
    }
    .home-list-container .list-filter {
        width: 100%;
        margin: 0 auto 15px auto;
        display: block !important;
        float: none !important;
        text-align: center;
    }
}
@media (min-width: 1201px) {
    .home-list-container .d-flex{
        -ms-flex-pack: left !important;
        justify-content: left !important;
    }
}
@media (max-width: 991px) {
     .advance-field{
         margin-top: 15px;
     }
}

/*manufacturer section css*/
.manufacturer-section {
    background: #fff;
    padding: 65px 0 45px 0;
}
.manufacturer-section ul{
    text-align: center;
}

.manufacturer-section ul li{
    display: inline-block;
    margin: 20px 10px;
}
.manufacturer-section ul li img{
    margin: 0 0 0 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 767px){
    .manufacturer-section ul li {
        width: 45%;
        display: inline-block;
        margin: 0 0 20px;
    }
}
/*end manufacturer section css*/


.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #700007;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #cc0911;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}


