/* product_filter */
.product_filter__left {
    position: sticky;
    top: 5rem;
}

.product_filter {
    padding: 50px;
}

.filter_box h2 {
    color: var(--main-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.filter--btn {
    display: none;
}

.filter_box {
    border-bottom: 0.0625rem solid #ccc;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.filter_box:first-child {
    padding-top: 0;
}

.filter_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.filter_box__ul {
    margin-top: 1rem;
}

.filter_box__ul li {
    margin-bottom: 25px;
}

.filter_box__ul ul li a:hover {
    color: var(--main-color);
}

.filter_box__ul ul li a {
    display: flex;
    gap: 16px;
    font-size: 18px;
    align-items: center;
    color: var(--black-color);
    text-transform: capitalize;
}

.filter_box ul li a img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}

.select_input {
    margin-top: 1rem;
}

.select_input__box {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 12px;
}

.select_input__box label {
    text-transform: capitalize;
    font-size: 18px;
}

.select_input__box input {
    height: 16px;
    width: 16px;
    cursor: pointer;
    accent-color: var(--main-color);
    transition: .3s ease-in;
}




/* double range slider css */
.wrapper {
    margin-top: 37px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--main-color);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    cursor: pointer;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 5px;
    border: none;
    border-radius: 50%;
    background: var(--dark-brown);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* double range slider end */

.properties-result {
    margin-bottom: 1rem;
}
.filter_cancel{
    display: none;
}
.service_name a{
    border-bottom: 0 !important;
    padding: 0 !important;
}

@media(max-width:1440px) {
    .Navbar {
        padding: 20px;
    }

    .menu-sidebar-content,
    .service_name__list {
        width: 100%;
    }
}


.card--flex {
    display: flex;
    gap: 1rem;
    padding: 20px;
}

.card--inner {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.card-big-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}



.properties_box {
    margin-top: 1rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24), 0 1px 4px 0 rgba(0, 0, 0, .12);
    border-radius: 8px;
    border: 1px solid #d7d7d7;
    padding: 1rem;
}

.builder-right-box {
    box-shadow: 0 2px 6px 5px rgba(0, 0, 0, .05);
    border: 1px solid #d7d7d7;
    padding: 24px;
}
.builder-right{
    position: sticky;
    top: 6.5rem;
}
.builder-right-box h3{
    font-size: 22px;
    font-weight: 700;
}
.builder-right-box p a{
    color: var(--main-color);
    font-weight: 600;
}
.builder-right-box p{
    margin-top: 10px;
}
.card_wrapper {
    margin-top: 30px;
}

.properties_slider__img img {
    width: 100%;
    border-radius: 10px;
    height: 285px;
    object-fit: cover;
    border: 1px solid #ccc;
}

.top-box span {
    border: 1px solid green;
    padding: 2px 10px;
    border-radius: 100px;
    font-size: 12px;
    color: green;
    font-weight: 500;
}

.top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-box-icons a {
    color: #666;
    font-size: 20px;
}

.top-box-icons a:hover {
    color: #C69401;
}

.top-box-icons .share {
    transform: scaleX(-1);
    display: inline-block;
}

.properties-content-middle h3 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.properties-content-middle p {
    margin-top: 5px;
}

.properties-price {
    height: 100%;
    background-color: whitesmoke;
    padding: 10px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.indian-price h6 {
    text-align: center;
    font-size: 22px;

}

.indian-price h6 span {
    color: #666;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.properties_slider .slick-dots {
    line-height: 0 !important;
}

.properties_slider .slick-dots {
    bottom: 1rem !important;
}

.properties_slider .slick-dots li {
    height: 12px !important;
    width: 12px !important;
    border-radius: 100%;
    background-color: #fff !important;
}

.properties_slider .slick-dots li.slick-active {
    background-color: #C69401 !important;
}

.properties_slider.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.req-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.req-btn a {
    border: 1px solid #C69401;
    text-align: center;
    border-radius: 100px;
    color: #C69401;
    font-weight: 500;
    font-size: 12px;
}

.req-btn a:hover {
    background-color: #C69401;
    color: #fff;
}

.req-btn a:last-child {
    background-color: #C69401;
    color: var(--white-color);
}

.end p,
.end span {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.properties-content-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    gap: 1rem;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 10px;
}

.grid-box {
    border-right: 1px solid #ccc;
}

.grid-box:nth-child(3),
.grid-box:nth-child(6) {
    border-right: 0;
}

.grid-box h6 {
    font-size: 12px;
    color: #666;
    text-transform: capitalize;
}

.grid-box p {
    font-size: 14px;
    color: #303030;
    font-weight: 500;
}

.bottom-parra p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 1rem;
    color: #303030;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


.new_content__box h3{
    font-size: 18px;
}

/* new_content__box */
.bg-1{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg1.jpeg');
}
.bg-2{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg2.webp');
}
.bg-3{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg3.webp');
}
.bg-4{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg4.webp');
}
.bg-5{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg-5.webp');
}
.bg-6{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg6.jpeg');
}
.bg-7{
    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)), url('../images/bg7.jpeg');
}
.new_content__box h3{
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black-color);
    margin-top: 1rem;
}
.new_content__box p{
    margin-top: 1rem;
}
.new_content__box h3:nth-child(1){
    margin-top: 0 !important;
}
.new_content__box ul{
    padding-left: 2rem !important;
}
.new_content__box ul li{
    list-style: disc !important;
    margin-top: 1rem;
}

@media(max-width:1200px){
    .menu-sidebar{
        width: 45%;
    }
}

@media(max-width:992px) {
    .card--flex{
        flex-direction: column;
        gap: 0;
    }
    .card--inner {
        width: 100%;

    }
    .properties-content {
        margin-top: 1rem;
    }

    .properties-price {
        gap: 1rem;
    }

    .properties-price {
        margin-top: 1rem;
    }

    .properties-content-middle h3 {
        font-size: 18px;
    }

    .properties-content-middle p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .menu-sidebar {
        width: 90%
    }
    .new_content__box h3{
        font-size: 18px;
    }
    .new_content__box p,.new_content__box ul li{
        margin-top: 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .bottom-parra p {

        font-size: 13px;
        line-height: 20px;
    }

    .properties-result h3 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media(max-width:576px) {
    .grid-box p {
        font-size: 10px;
    }

    .properties-content-box {
        padding: 12px;
    }
}