.share-info{
    text-align: right;
}
.share-area{
    position:relative;
    margin-bottom: 20px;
    display: inline-block;
    z-index: 2;
}
.share-area .icon-area {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 40px;
    right: 0;
    background: var(--black-color);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
    z-index:1;
}
.share-area:hover .icon-area{
    display:block;
}
.share-area a{
    display: inline-block;
    background: transparent;
    border: transparent;
    color: var(--white-color);
    font-size: var(--f14);
    font-weight: 400;
    padding: var(--p8);
    width: 100%;
    text-align: center;
}

.share-area a:hover{
    background: var(--secondary-color);
    border: var(--secondary-color);
    color:var(--white-color);
    box-shadow: inset 0 0px 0 0 var(--secondary-color);
}

section.limo-details h1{
    margin-bottom: 5px;
    font-size: var(--f36);
}

.outer { margin:0 auto;}
#big img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
    padding: 0 5px;
}
#thumbs .item { }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; border-radius: 10px;}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { background: #000;
    width: 34px;
    line-height: 34px;
    height: 34px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;}
    #big.owl-theme .owl-next i, #big.owl-theme .owl-prev i, #thumbs.owl-theme .owl-next i, #thumbs.owl-theme .owl-prev i{
        color: #fff;
    }
    div#thumbs {
    margin-top: 10px;
    border-radius: 10px;
}
div#thumbs img{
    border-radius: 10px;
    padding: 0 5px;
}
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background: #000;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%); }
    #thumbs.owl-theme .owl-next{
        right: 20px;
    }
    #thumbs.owl-theme .owl-prev{
        left: 20px;
    }
    #thumbs.owl-theme .owl-nav{
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 0 15px;
}
.discounts-list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}
.offer-card {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--white-color);
    width: 100%;
}
.offer-card i{
    font-size: 30px;
}
.offer-card li{
    color: var(--white-color);
    list-style: disc;
    margin-bottom: 5px;
}
.specifications{
    padding: 40px 0;
}
.specifications ul{
   padding: 30px 15px;
    border: 1px solid #ffffff42;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.specifications ul li{
    display: flex;
    gap: 20px;
    align-items: center;
    flex: 1 1 25%;
    justify-content: center;
}
.specifications ul img{
    width: 30px;
}
.specifications b{
    display: block;
    color: var(--white-color);
}
.specifications p{
    margin-bottom: 0px;
    color: rgba(255,255,255,0.5);
}
.specifications li:not(:last-child) {
    border-right: 1px solid #ffffff42;
}
a.main-btn.show-space {
   display: inline-flex;
   width: auto;
   margin-top: 20px;
   /* 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(--btn-hover);
}
a.main-btn.show-space svg{
    fill: var(--white-color);
}
.overview-sec .overview-content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 90px;
}
section.limo-details .side-bar {
    position: sticky;
    top: 30px;
}
section.limo-details .booking-form {
    margin-top: 0px;
    padding-left: 20px;
    
}
section.limo-details .booking-box {
    background: #131313;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
}
section.limo-details .booking-box form .row{
    position: relative;
}
section.limo-details .booking-box h4{
    border-bottom: 1px solid #ffffff38;
    font-size: 27px;
    padding-bottom: 15px;
    color: var(--white-color);
    font-weight: 400;
}
section.limo-details .booking-box h4.req{
    display: none;
}
section.limo-details .booking-box h4.prc{
    display: block;
}
section.limo-details .booking-box .close2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: absolute;
    right: 20px;
    display: none;
}
section.limo-details .booking-box h4 span{
    font-size: 17px;
}
section.limo-details .booking-box label{
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px;
}
section.limo-details .booking-box input.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    padding: 15px;
    background: #222;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 15px;
}
section.limo-details .booking-box input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
section.limo-details .booking-box input.form-control:focus {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: #222 !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}
section.limo-details .booking-box input::placeholder{
    color: rgba(255, 255, 255, 0.5) !important;
}
section.limo-details .booking-box .form-text{
    position: relative;
    margin-top: 0px;
}
section.limo-details .booking-box .form-text i{
    font-size: 15px;
    right: 15px;
    color: var(--secondary-color);
    position: absolute;
    top: 47px;
}
section.limo-details .booking-box .col-6{
    width: 49%;
}
section.limo-details .booking-box select{
    display: block;
    width: 100%;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    padding: 20px 20px 20px 20px;
    background: #222;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}
section.limo-details .booking-box button.main-btn{
    width: 100%;
    height: 55px;
    background: var(--secondary-color);
    border: 0px solid;
    color: var(--white-color);
}

pre {
    white-space: pre-line;
    word-break: break-word;
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: var(--f16);
}
pre p{ 
   white-space: pre-line;
    text-align:justify!important;
}
.disc-details {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 40px;
    color: var(--white-color);
    width: 100%;
    margin-top: 30px;
}
.disc-details i{
    font-size: 30px;
}
.disc-details li{
    color: var(--white-color);
    list-style: disc;
    margin-bottom: 5px;
}
.container.hr {
    padding: 0 40px;
}

.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;
}
section.extra-properties .owl-nav {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}
.limo-images .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    opacity: 0;
    gap: 0;
    margin-top: 0;
}
.limo-images:hover .owl-nav{
    opacity: 1;
}

#limo-extra button{
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid var(--white-color);
}
#limo-extra button i{
    color: var(--white-color);
}
.limo-images button{
    width: 55px !important;
    height: 55px !important;
    border: 0px solid var(--white-color) !important;
}
.limo-images button span{
    font-size: 55px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 31px !important;
    color: #fff !important;

}
.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;
}
.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.extra-properties .item{
    padding-bottom: 5px;
}
section.limo-details {
    background: #1b1b1b;
}
button.main-btn.share {
    background: var(--secondary-color);
    color: var(--white-color);
    border: 0px solid;
}
.item a{
    width: 100%;
}
.owl-dots{
    display: none;
}
.overview-sec h2{
    color: var(--white-color);
}
.overview-sec p{
    color: var(--white-color);
}
section.extra-properties {
    background: #1b1b1b;
    border-top: 1px dotted var(--secondary-color);
}
section.extra-properties h2{
    color: var(--white-color);
}