nav {
    margin-top: 61px;
    background-color: #000;
}
ul.breadcrumb {
    background-color: #000 !important;
}
li.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left !important;
    padding-right: 0.5rem !important;
    color: #6c757d !important;
    content: ">" !important;
}
.carandfiltercontainer {
    background-color: rgb(255, 255, 255);
    margin: 15px;
}
.rental-filter-container {
    margin-top: 5px;
}
.rental-filter-head {
    font-family: roboto,sans-serif;
    padding-bottom: 15px;
    padding-left: 45px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.57);
    line-height: 38px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.rental-filter-by {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #384150;
}
.cursor-pointer {
    cursor: pointer!important;
}
.rental-filter-box {
    border-top: 0.5px solid #e4e5e7;
    border-right: 0.5px solid #e4e5e7;
    border-top-right-radius: 4px;
    padding-left: 45px;
}
.rental-filter-wrapper {
    margin-right: 15px;
}
.rental-filter-option-header {
    font-family: roboto,sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    padding: 10px 15px 13px 0;
    clear: both;
}

.carPaperST {
    margin: 8px 5px;
    text-align: center;
    display: inline-block;
    width: 96%;
    border-radius: 4px!important;
    border: 1px solid hsla(0,0%,59.6%,.3);
    box-shadow: none!important;
    min-width: 30%;
    background-color: #f1f1f1!important;
    
}
.carPaperST .car-title {
    padding: 7.5% 0 0 5%;
    font-size: 17px;
    font-family: roboto,sans-serif;
    font-weight: 600;
}
.carPaperST .car-img {
    display: block;
    margin: 0 auto;
    padding: 4%;
    height: auto;
}
.carPaperST .car-description {
    margin: 0 0 22px;
    padding: 0;
}
.p-0 {
    padding: 0!important;
}
.carPaperST .icon-brief {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.carPaperST .icon-brief img {
    margin-right: 6px;
}
.carPaperST .icon-brief .car-brief {
    font-family: roboto,sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: left;
    color: #656565;
}
#rentalPlpSt .carCardDiv {
    height: 117px;
}
.carPaperST .carCardDiv {
    background-color: #fff;
    border-top: 1px solid hsla(0,0%,59.6%,.4);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.carCardDiv, .carCardDivIPP {
    background-color: #fff!important;
    border-top: 1px solid #f1f1f1;
}
.carPaperST .carRateButton {
    background-color: #e3e3e3;
    min-height: 50px;
    color: rgba(0,0,0,.6);
    border: 1px solid #e3e3e3;
    border-right-color: #fff;
}
.carPaperST .carCardDiv .priceLabel {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
    display: block;
    line-height: 13px;
}
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carPaperST .carCardDiv .kmSpan {
    font-family: roboto,sans-serif;
    font-size: 9px;
    line-height: 22px;
}
.action-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.carPaperST .extraPricing {
    font-family: roboto,sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #656565;
}
#rentalPlpSt .radiusbutton {
    min-width: 103px;
}
.carPaperST .carCardDiv .radiusbutton {
    font-family: Roboto,sans-serif!important;
    font-size: 15px;
    font-weight: 600!important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #df1719;
    border: 1px solid #df1719;
    min-height: 35px;
    
}

.checkboxstyle[type="checkbox"] {
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid #212121 !important;
    margin-right: 16px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    padding: 3px !important;
}
