section.limo-details h2{
    margin-bottom: 12px;
    color: var(--white-color);
}
section.limo-details .filter-list p {
    display: block;
    text-align: center;
    margin-bottom: 0px;
    padding: 8px 11px;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    cursor: pointer;
}
section.limo-details .filter-list p.active{
    background: var(--secondary-color);
}
section.limo-details .filter-list .item{
    padding-bottom: 4px;
}
section.limo-details .filter-list div#filters button {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--primary-color);
}
section.limo-details .filter-list div#filters .owl-nav {
    display: flex;
    width: 107%;
    justify-content: space-between;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: -3.5%;
}
section.limo-details .filter-list div#filters button span{
    font-size: 34px;
    line-height: 10px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.limo-details .filter-list div#filters button.owl-prev.disabled, section.limo-details .filter-list div#filters button.owl-next.disabled{
visibility: hidden;
}
section.limo-details .limo-info {
    margin-top: 25px;
    gap: 30px 1%;
    /* height: 900px; */
    /* overflow: hidden; */
}
.limo-images img, .limo-images{
    border-radius: 1rem 1rem 0 0;
}
.limo-images img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.limo-images{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.limo-images .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    opacity: 0;
}
.limo-images .owl-nav i{
    font-size: 35px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 31px;
    color: #fff;
    cursor: pointer;
}
.limo-images:hover .owl-nav{
    opacity: 1;
}
.limo-images button{
    width: 55px;
    height: 55px;
}
.limo-images button span{
    font-size: 55px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 31px;
    color: #fff;
}
.limo-content {
    border-radius: 0 0 1rem 1rem;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   /* background: var(--other-color);*/
    padding: 15px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.limo-content a{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.limo-content h5{
    color: var(--white-color);
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
}
.limo-content h5 span{
    display: block;
    font-size: 16px;
}
.limo-content p.main-price {
    color: var(--secondary-color);
    font-size: 21px;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: right;
    line-height: 1.4;
}
.limo-content p.change-price{
    margin-bottom: 0;
    color: var(--white-color);
}
.limo-content p.change-price span{
    text-decoration: line-through;
    color: #fff;
}
section.limo-details .limo-info .limos {
    width: 49.5%;
}
section.limo-details .limo-btn {
    text-align: center;
    margin-top: 30px;
}
section.limo-details .limo-more {
    display: inline-block;
    }
    .container.hr {
    padding: 0 40px;
}
section.features-sec, section.features-sec .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}
section.features-sec .container{
    padding: 0 52px;
}
section.features-sec h3{
    font-size: 28px;
    margin-bottom: 60px;
}
section.features-sec .featured-img img{
    width: 200px;
    height: 73px;
    object-fit: contain;
}
section.limo-overview {
    /* padding: 40px; */
    background: #1B1B1B;
    border-top: 1px dotted var(--secondary-color);
}
section.limo-overview h2, section.limo-overview p{
    color: var(--white-color);
}
section.limo-overview .limo-para {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 90px;
}
a.main-btn.show-space {
   display: inline-flex;
   width: auto;
   margin-top: 10px;
   /* padding: 0px; */
   /* background: transparent; */
   gap: 8px;
   align-items: center;
   background: transparent;
   /* border: 1px solid var(--secondary-color); */
   color: var(--white-color);
   border: 1px dotted var(--white-color);
}
a.main-btn.show-space:hover{
    /* background: var(--secondary-color); */
    background-color: var(--btn-hover);
}
a.main-btn.show-space svg{
    fill: var(--white-color);
}
.owl-theme .owl-controls{
    display: none;
}
.item a{
    width: 100%;
}
section.limo-details {
    background: #1B1B1B;
}