section.rent-sec {
    width: 100%;
    padding: 15px 0;
}

.rent-top {
    width: 100%;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.rent-div {
    /* width: 95%; */
}

.rent-location {
    border: 1px solid #d5d3d3;
    padding: 8px 0px;
    margin: 0;
    align-items: center;
    width: 100%;
    border-radius: 6px;
}

.sort-btn {
    width: 100%;
    padding: 15px;
}

.rent-search {
    border-right: 1px solid #D5D3D3;
    min-height: 40px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sort-search {
    border-right: 0;
    padding: 0 15px;
}

.form-label {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 21px;
    font-family: 'GilroyRegular';
    margin-bottom: 0px;
    width: 100%;
}

.rent-search .form-control {
    border: none;
    color: #252525;
    font-size: 14px;
    font-family: 'GilroySemiBold';
    padding: 10px 0;
    box-shadow: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.rent-location .form-control::placeholder {
    color: #252525;
    opacity: 1;
}

.rent-location .form-control:-ms-input-placeholder {
    color: #252525;
}

.rent-location .form-control::-ms-input-placeholder {
    color: #252525;
}

.rent-filter {
    width: 64px;
    position: relative;
}

.filter-btn {
    width: 100%;
    padding: 12px;
    border: none;
}

.filter-details {
    width: 100%;
    position: relative;
}

.filter-div:before,
.filter-div:after {
    content: " ";
    position: absolute;
    top: -25px;
    right: 45px;
    width: 0px;
    height: 0px;
}

.filter-div::before {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 28px solid #80808038;
    right: 43px;
    top: -28px;
}

.filter-div::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #ffffff;
}

.filter-div {
    width: 360px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 0 12px #c7c7c7cc;
    border-radius: 6px;
    right: 0;
    top: 10px;
    padding: 15px;
    margin: 0;
    z-index: 10;
    border: 1px solid #8080804d;
}

.filter-details .form-control {
    border: 1px solid #CCCCCC;
    color: #918c8c;
    font-size: 14px;
    font-family: 'GilroyMedium';
    padding: 10px;
    box-shadow: none;
}

.filter-details .form-label {
    margin-bottom: 10px;
}

.typeform-radio .check-opt {
    width: 33.33%;
    float: left;
}

/* .typeform-radio .check-opt input[type="radio"] {
    appearance: none;
    width: 20px !important;
    height: 20px;
    border: 2px solid #a7a7a7;
    border-radius: 50%;
    background-clip: content-box;
    padding: 2px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    outline: none;
    margin-right: 0;
    position: relative;
    top: 4px;
}

.typeform-radio .check-opt input[type=radio]:checked {
    background-color: #FFFFFF !important;
    border: 3px solid #1E2541 !important;
} */

.acres-tracker {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.acres-range {
    width: 100%;
    -webkit-appearance: none;
    height: 5px;
    border-radius: 6px;
    outline: 0;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #8DBF20 11%, #8DBF20 0, #c9c9c9 0, #c9c9c9 0);
    transition: background 450ms ease-in;
}

/* custom thumb */

.workrange [type="range"]::-webkit-slider-thumb,
.workdevice [type="range"]::-webkit-slider-thumb,
.farm-range [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: whitesmoke;
    border: #8DBF20 4px solid;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.workrange [type="range"]::-webkit-slider-thumb:hover,
.workdevice [type="range"]::-webkit-slider-thumb:hover,
.farm-range [type="range"]::-webkit-slider-thumb:hover {
    background: whitesmoke;
}

.workrange [type="range"]::-moz-range-thumb,
.workdevice [type="range"]::-moz-range-thumb,
.farm-range [type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: whitesmoke;
    border: #8DBF20 3px solid;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.workrange [type="range"]::-moz-range-thumb:hover,
.workdevice [type="range"]::-moz-range-thumb:hover,
.farm-range [type="range"]::-moz-range-thumb:hover {
    background: whitesmoke;
}


/* remove border */

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.apply-btn {
    width: 119px;
    background: #1E2541;
    border-radius: 6px;
    color: #fff;
    float: right;
    text-align: center;
    font-size: 14px;
}

.filter-value {
    width: 100%;
    margin-bottom: 15px;
}

.filter-icon {
    width: 100%;
    height: 100%;
    text-align: center;
}

.rent-details-view {
    width: 100%;
    margin: 20px 0;
    height: 660px;
}

.car-list-view {
    width: 100%;
    margin: 0;
    height: 660px;
    overflow-y: auto;
    padding-right: 5px;
    margin-bottom: 10px;
    align-content: flex-start;
}

.rentcar-list {
    width: 100%;
    border: 0.5px solid rgba(108, 108, 108, 0.5);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.car-img {
    width: 100%;
    height: 135px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.car-img::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000026;
}

.rate-img {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 11px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    color: #fff;
}

.carinner-details {
    width: 100%;
    padding: 10px;
}

.detail-head {
    font-size: 16px;
    line-height: 22px;
    font-family: 'GilroyBold';
}

.detail-text {
    font-size: 14px;
}

.loc-icon {
    width: 14px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
}

.car-prize {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.car-prize .list-select {
    border: none;
    padding: 0;
    font-size: 14px;
    font-family: 'GilroyMedium';
}

.car-prize .list-select b {
    font-size: 16px;
    font-family: 'GilroySemiBold';
}

.view-rent {
    background: #1E2541;
    border-radius: 4px;
    width: 78px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
}

/*  */
.inputcheck-control {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    width: 90px !important;
}
.checkbox-info {
    position: absolute;
    left: 2px;
    opacity: 0;
    z-index: 1;
    width: 18px !important;
    height: 18px !important;
    cursor: pointer;
    top: 5px;
}

.control-check {
    position: absolute;
    top: 5px;
    left: 2px;
    height: 18px ;
    width: 18px ;
    border: 1px solid #DBDBDB !important;
}

.control-check::after {
    content: '';
    position: absolute;
    display: none;
}

.control-check::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox-info:checked~.control-check {
    background: #8dbf20;
    border: 1px solid #8dbf20 !important;
}

.checkbox-info:checked~.control-check::after {
    display: block;
    
}
@media only screen and (max-width: 767px) {
    .rent-filter {
        width: 46px;
        position: absolute;
        top: -110px;
        right: 60px;
    }

    .car-img {
        width: 100%;
        height: 100%;
    }

    .sort-search {
        width: 85px;
    }

    .rent-search {
        border: none;
        margin-left: auto;
        text-align: left;
    }

    .rent-search .form-control {
        width: 100%;
        text-align: left;
    }

    .filter-btn {
        padding: 0px;
    }

    .filter-details {
        width: 100%;
        top: -47px;
    }

    .map-part {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .rent-search {
        text-align: left;
        padding: 0 10px;
    }

    .rent-search .form-control {
        width: 100%;
        text-align: left;
    }

    .filter-details {
        top: -60px;
    }

    .car-img {
        width: 100%;
        height: 100%;
    }

    .map-part {
        width: 100%;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .rent-div {
        width: 100%;
    }

    .rent-filter {
        position: absolute;
        top: -117px;
        right: 70px;
    }

    .filter-btn {
        padding: 9px;
    }
}