/* slider styles*/
.priceslider{
    border-color: #bfbfbf;
}
#slider-range{
    margin-top: 15px;
}
.noUi-horizontal .noUi-handle{
    background-color: #272727;
}
.noUi-connect{
    background: #6CBEDC;
}
.noUi-background {
    height: 3px;
}
.slider-Wrap {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    display: inline-block;
    width: 235px;
    height: 80px;
    padding: 5px 20px 5px 20px;
    position: sticky;
    z-index: 999;
    border-radius: 8px;
    margin-top: 15px;
    margin-left: 6px;
}
.noUi-origin {
    border-radius: 2px;
    height: 3px;
}

@media (min-width: 768px) {
    #mobilePriceSlide {
        display: none;
   }

   #desctopPriceSlide {
       display: block;
   }
}
/* end slider styles*/

/*  spinner styles*/
.lds-spinner {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: rgb(241, 240, 240);
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.lds-spinner-wrap{
    display: flex;
    justify-content: center;
}
/* end spinner styles*/
.btn-down{
    margin-top: 70px !important;
}
.btn-down-down{
    margin-top: 80px !important;
}

.price-min-max{
    text-align: left;
    width: 50%;
    padding-left: 24px;
}
.price-border{
    border-right: 1px solid #d3d3d3;
}
.price-min-max p{
    font-family: MarkOT-Book;
    font-size: 14px;
    margin-bottom: 0;
}
.price-min-max span{
    font-family: MarkOT Bold;
    font-size: 16px;
}
.searchBox{
    width: 957px;
    height: 68px;
    background: 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 46px;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}
.selectCustom-options{
    cursor: pointer;
}

.searchEl{
    cursor:pointer;
    margin: 9px 5px 9px 5px;
    width: 235px;
    height: 50px;
    background:  0% 0% no-repeat padding-box;
    border: 1px solid #BFBFBF;
    border-radius: 34px;
    opacity: 1;
    font-family: MarkOT Bold;
    font-size: 16px;
    color: #272727;
    padding: 0 0 0 26px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.searchBtn{
    margin: 9px 5px 9px 5px;
    background-color: #272727;
    color: #FFFFFF;
    border-radius: 33px;
    opacity: 1;
    width: 200px;
    height: 50px;
    font-family: MarkOT Bold;
    font-size: 18px;
}

.leftEl{
    margin: 9px 5px 9px 11px;
}

.rightEl{
    margin: 9px 11px 9px 5px;
}

.mpHeroWrapper {
    background-color:transparent;
    padding: 2rem;
}

.searchEl::after {
    content: "▾";
    position: absolute;
    top: 0;
    line-height: 3.7rem;
    right: 36px;
}

.locValidation {
    background-color: #CF2027;
    width: 235px;
    padding: 4px 12px 2px;
    text-align: left;
    word-break: break-word;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 63px;
    z-index: 1000;
    margin-left: 10px;
}
.little-label{
    font-size:14px;
    font-family:MarkOT-Book;
    color:#272727;
    margin-bottom: 0;
    text-align: left;
    line-height:0;
    padding: 15px 0px 10px 0px;
}
.large-label{
    margin-bottom: 0;
    text-align: left;
    line-height: 0;
    padding: 8px 0px 0px 0px;
}
.padview{
    position: relative;
}

/* select styles */
.selected{
    text-align: left;
    padding: 0 0 0 26px !important;
}

.select {
    position: relative;
}
  
.selectLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
  
.selectWrapper {
    position: relative;
}
  
.selectCustom {
    position: relative;
}
.selectCustom-left{
    margin-left: 11px;
} 
.selectCustom-options {
    position: absolute;
    top: 65px;
    left: 0;
    width: 235px;
    border: 1px solid #bfbfbf;
    border-radius: 9px;
    background-color: #fff;
    z-index: 1;
    display: none;
}

.top-option{
    margin-top: 9px;
}

.bottom-option{
    margin-bottom: 9px;
}
  
.selectCustom.isActive .selectCustom-options {
    display: block;
}
  
.selectCustom-option {
    position: relative;
    height: 29px;
    font-family: MarkOT-Book;
    font-size: 15px;
    padding: 5px 5px 5px 26px;
    text-align: left;
    border-color: #bfbfbf;
}
  
.selectCustom-option:hover {
    background-color: #F4F4F4;
}
/* end select styles */
@media only screen and (min-width:1280px) and ((max-width:1600px)){
    .searchEl{
        width: 181px;
        margin: 5px 2px 5px 2px;
    }

    .searchBox {
        width: 750px;
        height: 60px;
    }

    #Home_search_btn-l {
        margin-left: 2px;
    }

    .searchBtn{
        width: 181px;
    }

    #Home_search_btn-l{
        margin-left: 0px !important;
        margin: 5px 7px 5px 2px !important;
    }
    
    .leftEl {
        margin: 5px 2px 5px 7px;
    }

    .rightEl {
        margin: 5px 7px 5px 2px;
    }

    .searchEl::after {
        right: 20px;
    }

    .selectCustom-options {
        width: 181px;
    }

    .selectCustom-left {
        margin-left: 5px;
        top: 59px;
    }

    .slider-Wrap {
        width: 181px;
        margin-left: 4px;
        margin-top: 9.1px;
    }

    .price-min-max {
        padding-left: 15px;
    }
    .locValidation{
        width: 181px;
    }

    
    .land-text-top {
        font-size: 19px;
    }
    .land-text {
        font-size: 63px;
    }
    .land-text-bottom {
        font-size: 19px;
    }
    .large-label {
        font-size: 15px;
    }
    .searchBtn {
        font-size: 17px;
    }
}

@media (min-width: 1200px) and (max-width: 1279px){
    #priceshowslider1 {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen and (min-width:992px) and ((max-width:1279px)){
    .searchEl{
        width: 181px;
        margin: 5px 2px 5px 2px;
    }

    .searchBox {
        width: 750px;
        height: 60px;
    }

    #Home_search_btn-l {
        margin-left: 2px;
    }

    .searchBtn{
        width: 181px;
    }

    #Home_search_btn-l{
        margin-left: 0px !important;
        margin: 5px 7px 5px 2px !important;
    }
    
    .leftEl {
        margin: 5px 2px 5px 7px;
    }

    .rightEl {
        margin: 5px 7px 5px 2px;
    }

    .searchEl::after {
        right: 20px;
    }

    .selectCustom-options {
        width: 181px;
    }

    .selectCustom-left {
        margin-left: 5px;
        top: 59px;
    }

    .slider-Wrap {
        width: 181px;
        margin-left: 4px;
        margin-top: 9.1px;
    }

    .price-min-max {
        padding-left: 15px;
    }
    .locValidation{
        width: 181px;
    }
    .land-text-top {
        font-size: 19px;
    }
    .land-text {
        font-size: 63px;
    }
    .land-text-bottom {
        font-size: 19px;
    }
    .large-label {
        font-size: 15px;
    }
    .searchBtn {
        font-size: 17px;
    }
}


@media (min-width: 813px) and (max-width: 991px){
    #priceshowslider1 {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and ((max-width:991px)){
    .searchEl{
        width: 170px;
        margin: 5px 2px 5px 2px;
    }

    .searchBox {
        width: 706px;
        height: 60px;
    }

    #Home_search_btn-l {
        margin-left: 2px;
        font-size: 16px;
        margin: 5px 7px 5px 2px !important;
    }

    .searchBtn{
        width: 170px;
    }
    
    .leftEl {
        margin: 5px 2px 5px 7px;
    }

    .rightEl {
        margin: 5px 7px 5px 2px;
    }
    .searchEl::after {
        right: 20px;
    }
    .selectCustom-options {
        width: 170px;
    }
    .selectCustom-left {
        margin-left: 5px;
        top: 59px;
    }
    .slider-Wrap {
        width: 170px;
        margin-left: 4px;
        margin-top: 9.1px;
    }

    .price-min-max {
        padding-left: 15px;
    }
    .locValidation{
        width: 170px;
    }
    .price-min-max {
        padding-left: 15px;
    }
    .locValidation{
        width: 181px;
    }
    .land-text-top {
        font-size: 19px;
    }
    .land-text {
        font-size: 63px;
    }
    .land-text-bottom {
        font-size: 19px;
    }
    .large-label {
        font-size: 15px;
    }
    .searchBtn {
        font-size: 17px;
    }
}

/* mobile */
@media only screen and (max-width:767px){

    .selectCustom-options{
        top: 53px;
        width: 343px;
    }

    .selectCustom-left{
        margin-left: 0;
    }

    .searchBox{
        display:block;
        width: 100%;
        height: auto;
        background: transparent;
        max-width: 343px;
    }
    .searchEl{
        width: 343px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .searchBtn{
        width: 343px;
        height: 50px;
    }
    #desctopPriceSlide{
        display: none;
    }
    .leftEl{
        margin-left: auto;
        margin-right: auto;

    }
    
    .rightEl{
        margin-left: auto;
        margin-right: auto;
    }

    .sliderWrap {
        width:343px;
        left: auto !important;
        border-radius: 9px;
    }
    .locValidation{
        width:343px;
        margin-left: auto;
        margin-right: auto;
        top: 54px;
    }

    .lds-spinner div:after {
        background: rgb(56, 55, 55);
    }
}
@media (max-width:410px){
    .banner{
        padding: 0;
    }
}

@media (max-width:360px){
    .searchEl {
        width: 90%;;
        height: 45px;
    }

    .searchBtn {
        width: 90%;
        height: 45px;
        font-size: 16px;
    }

    .rightEl{
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 4px;
    }

    .little-label {
        font-size: 13px;
        padding: 12px 0px 10px 0px;
    }

    .large-label {
        font-size: 15px;
    }

    .selectCustom-options {
        top: 49px;
        width: 90%;
        left: 5%;
    }

    .sliderWrap {
        width: 100%;
    }
    .search-form-home {
        margin-top: 10px;
    }
}