.top-find-menu {
    border-style: solid;
    border-color: #7B0404;
    border-width: 2px;
}
.find-boxes {
    border:none;
    border:2px solid #7B0404 !important;
    border-radius: 5px !important;
}

/* input {
    border: 2px solid #7B0404;
    border-radius: 2px;
    transition: border-color 0.3s ease;
  }
  
input:focus {
    border-color: #7B0404;
    border-radius: 2px;
   } */

.find-btn {
    border: none;
    border-color: #7B0404;
    color: white;
    width:100px;
    height: 35px;
    background-color: #7B0404;
    border-radius: 10px;
} 

.filter-side-menu {
    margin-left:5vw;
    width: 70%;
    min-height: 700px;
    max-height: 100%;
    border-style: solid;
    border-color: #7B0404;
    border-width: 2px;
    border-radius: 10px;
}

.filtertable {
    border-collapse: separate;
    border-spacing:0 20px;
}



.slider p {font-size: 12px;font-weight: 60;font-family: Open Sans;color: black;}
.slider input[type="range"] {-webkit-appearance:none !important;width:180px;height: 2px;background: black;border: none;outline: none;}
.slider input[type="range"]::-webkit-slider-thumb {-webkit-appearance: none !important;width: 15px;height:15px;background: black;border: 2px solid black;border-radius: 50%;cursor: pointer;}.slider input[type="range"]::-webkit-slider-thumb:hover {background: black;} 


.pty-info-div {
    /* margin-right:30%;
    width: 90%;
    height: 400px; */
    border-style: solid;
    border-color: #7B0404;
    border-width: 2px;
    border-radius: 10px;
}

/* grid property height setting list item column view */
.w3-item-col {
    min-height:40vw;
}

.w3-item-col-content {
    min-height:22vw;
}

.w3-item-col-agent-bottom {
    /* luck will share css for this */
}

.property-image {
    border-radius: 12px 0px 0px 12px;
}

.property-image-grid {
    border-radius: 12px 12px 0px 0px;
}

.pty-label {
    padding: 0.5vw;
    border-style: solid;
    border-color: #7B0404;
    border-width: 2px;
    border-radius: 10px;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #7B0404 !important;
    border:none;
    border-color: #7B0404 !important;
}

.download-panel {
    background-color:#EBEBEB;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    border-radius:0 0 9px 0;
    margin-left: -12px;
}


@media (max-width: 1199.98px) {
    .btn-primary {
      font-size: 8px;
    }
    .download-panel {
        width: 94%;
        margin-left:11px;
        border-radius:0 0 9px 9px;
    }
    .options-detail {
        margin-bottom: 50px;
    }
    .pty-label {
        font-size: 3vw;
        padding: 1vw;
    }
    .property-image {
        border-radius: 9px 9px 0px 0px;
    }
    .pty-info-div {
        margin-top: 3vw;
    }
    /* #dealer_textbox {
        margin-left:4vw;
    }
    #pty_textbox {
        margin-left:3vw;
    }
    #loc_textbox {
        margin-left: 12vw;
    } */
    .top-find-menu {
        width: 99.8vw;
    }
    .find-boxes {
        width: 85vw;
    }
    .photo-gallery-menu {
        margin-top: 2vw;
    }
    .dealer-details-menu {
        clear: both;
        width: 96.8vw !important; /*this*/
        margin-left: 0px !important;
    }
    .more-details-menu {
        margin-top: 24vw !important;
    }
    .filter-side-menu {
        margin-left: 0vw;
        width: 94vw;
    }
    .action-btn {
        /* display: flex;
        justify-content: center;
        align-items: center; */
        padding: 5px !important;
    }
    .grid-list-btn-row {
        display: none !important;
    }
    .w3-row.custom-flex  {display: flex !important;flex-direction: column;}
    .w3-row.custom-flex > .w3-col {flex: 0 !important;width:100% !important;margin-left:0px !important;padding-left: 30px;}
    .pro-photos-dev {width: 90vw !important;}
    .pro-content {margin-left: 0px !important; width: 100% !important;}
    .extra-info-div {padding-top: 20px !important;padding-bottom: 20px !important;padding-left: 0px !important;}
    #col_dealer {order: 2;}
  }

.footer {
    margin-top: 260px;
    bottom: 0;
    width: 100%;
    background-color: #7B0404;
    color: white;
    text-align: center;
    padding: 10px;
}

/* pagination */

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}


.page-item.active .page-link {
    color: #fff !important;
    background: #7B0404 !important;
    border-color: #7B0404 !important;
  }

.page-link:hover {
    background: #7B0404 !important;
    color: #fff !important;
} 


.dealer-details-menu {
    margin-left:50px;
    width: 90%;
    min-height: 700px;
    max-height: 100%;
    border-style: solid;
    border-color: #7B0404;
    border-width: 2px;
    border-radius: 10px;
    padding-left: 5%;
    padding-right: 5%;
}

.photo-gallery-menu {
    margin-right:30%;
    width: 100%;
    height: 300px;
}

.photo-gallery {
    background-color: #EBEBEB;
    border-radius: 10px;
    width: 100%;
    height: 300px;
}

.photo-slide {
    margin-left: 30px;
    margin-right: 87px;
    padding-top: 40px;
    padding-left: 30px;
}

.title-design {
    color: #fff;
}

.web-title {
    color:#7B0404;
    text-align: center;
    font-weight: bold;
    margin-left:50px;
}

.web-title-logo {
    color:#7B0404;
    font-family: 'Island Moments';
    font-weight: bold;
}

.slick-prev:before, .slick-next:before {
    color: #7B0404 !important;
    font-size: 40px !important;
  }


.more-details-menu {
    width: 100%;
    height: 100%;
} 

.pty-details-div {
    width: 100%;
    min-height: 60%;
    max-height: 100%;
    background-color: #EBEBEB;
    border-radius: 10px;
}

.top-views-count {
    padding-top: 10px;
    float: right;
    padding-right:10px;
    font-weight: bold;
}

.table-pty td {
    background-color: #EBEBEB !important;
}

input[type='checkbox'] {
    accent-color: #7B0404;
}

input[type='radio'] {
    accent-color: #7B0404;
}

.link-style {
    color:#7B0404 !important;
    text-decoration: none;
}

.btn-send {
    background-color: #7B0404;
    border:none;
    border-radius: 20px;
    border-color: #7B0404 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    color: white;
}

.glow-button:hover {
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px #7B0404;
  }


.alert-success {
    border-color: #7B0404 !important;
    text-align: center !important;
    background-color: #EBEBEB !important;
    color: #000 !important;
}

.w3-row.custom-flex  {display: flex; width: 100%;}
.w3-row.custom-flex > .w3-col {flex: 1;}

/* Hide arrow buttons in number input type */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


  

  
  