pre,pre p {
    white-space: pre-line
}

#limo-extra button,.share-info {
    top: 50%;
    transform: translateY(-50%)
}

.share-info {
    text-align: right;
    position: absolute;
    right: 5px;
    z-index: 2;
    display: none
}

.col-12.limo-head {
    position: relative;
    margin-bottom: 10px
}

.share-area,section.limo-details .booking-box .extra-time {
    position: relative
}

.share-area .icon-area {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 40px;
    right: 0;
    background: var(--other-color);
    box-shadow: rgba(0,0,0,.12) 0 6px 16px;
    z-index: 1
}

.daterangepicker .calendar-table,.overview-sec.mob-over .accordion {
    background-color: transparent!important
}

.share-area button.main-btn.share {
    background: 0 0;
    padding: 5px 8px;
    width: auto;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: underline;
    font-size: 14px
}

.share-area a:hover,a.main-btn.show-space:hover {
    background: var(--secondary-color);
    color: #fff;
}

.share-area:hover .icon-area,section.limo-details .booking-box h4.prc {
    display: block
}

.share-area a {
    display: inline-block;
    background: 0 0;
    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 {
    border: var(--secondary-color);
    color: var(--white-color);
    box-shadow: inset 0 0 0 0 var(--secondary-color)
}

#big img,#big.owl-theme,.offer-card,div#thumbs,div#thumbs img {
    border-radius: 10px
}

section.limo-details h1 {
    margin-bottom: 5px;
    font-size: var(--f36);
    line-height: 1
}

.outer {
    margin: 0 auto
}

#big img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding: 0 5px
}

.owl-theme .owl-nav [class*=owl-] {
    -webkit-transition: .3s;
    transition: .3s
}

.owl-theme .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

#big.owl-theme {
    position: relative
}

#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
}

div#thumbs img {
    padding: 0 5px;
    height: 134px
}

#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
}

.disc-details,.offer-card {
    gap: 40px;
    color: #4c4c4c;
}

.offer-card {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    border: 1px solid #5e595942;
    width: 100%
}

.disc-details i,.offer-card i {
    font-size: 30px
}

.disc-details li,.offer-card li {
    color: var(--black-color);
    list-style: disc;
    margin-bottom: 5px
}

.specifications {
    padding: 40px 0
}

.specifications ul {
    padding: 30px 15px;
    border: 1px solid #d5d4d4;
    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;
    filter: invert(1);
}

.specifications b {
    display: block;
    color: var(--black-color);
}

.specifications p {
    margin-bottom: 0
}

.specifications li:not(:last-child) {
    border-right: 1px solid #d5d4d4;
}

a.main-btn.show-space {
    display: inline-flex;
    width: auto;
    margin-top: 30px;
    background: 0 0;
    gap: 8px;
    align-items: center;
    border: 1px solid var(--secondary-color);
    color: var(--btn-color);
}

.daterangepicker,.daterangepicker th.available:hover {
    background-color: #222!important
}

a.main-btn.show-space svg {
    fill: var(--white-color)
}

.overview-sec .overview-content {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-height: 140px
}

section.limo-details {
    /* padding-top: 70px; */
    /* padding-bottom: 40px; */
}

section.limo-details .side-bar {
    position: sticky;
    top: 30px
}

section.limo-details .booking-form {
    margin-top: 0;
    padding-left: 20px
}

section.limo-details .booking-box {
    background: #fff;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

section.limo-details .booking-box form .row {
    position: relative;
    justify-content: space-between;
    padding: 0
}

section.limo-details .booking-box form .row input {
    display: block;
    /* width: 100%; */
    font-size: 12.5px;
    color: black;
    padding: 15px 10px;
    background: #fff;
    border: 1px solid #9E9E9E;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

section.limo-details .booking-box h4 {
    border-bottom: 1px solid #ffffff38;
    font-size: 27px;
    /* padding-bottom: 15px; */
    color: var(--btn-color);
    font-weight: 400
}

section.limo-details .booking-box h4 span {
    font-size: 17px
}

section.limo-details .booking-box label {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 6px
}

section.limo-details .booking-box .form-group.pickup-delivery {
    display: flex;
    align-items: center;
    gap: 20px
}

section.limo-details .booking-box .form-group.pickup-delivery label {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 63px
}

section.limo-details .booking-box .form-group.pickup-delivery input {
    margin-bottom: 0;
    width: 13px;
    height: 13px
}

section.limo-details .booking-box input.form-control,section.limo-details .booking-box select {
    display: block;
    width: 100%;
    font-size: 13px;
    color: black;
    padding: 15px!important;
    background: #fff;
    border: 1px solid #9E9E9E;
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 15px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

section.limo-details .booking-box textarea {
    display: block;
    width: 100%;
    font-size: 13px;
    color: rgba(255,255,255,.5);
    padding: 15px;
    background: #222;
    border: 1px solid rgba(255,255,255,.5);
    box-shadow: none;
    border-radius: 12px;
    margin-bottom: 15px;
    height: 90px
}

section.limo-details .booking-box input:focus-visible {
    outline: -webkit-focus-ring-color auto 0!important
}

section.limo-details .booking-box input.form-control:focus {
    color: #000;
    background-color: #fff !important;
    border-color: #9E9E9E;
    outline: 0;
}

section.limo-details .booking-box input::placeholder {
    color:black!important
}

section.limo-details .booking-box .form-text {
    position: relative;
    margin-top: 0
}

section.limo-details .booking-box i {
    font-size: 15px;
    right: 15px;
    color: var(--territiary-color);
    position: absolute;
    top: 47px
}

section.limo-details .booking-box .col-6 {
    width: 49%;
    padding: 0
}

section.limo-details .booking-box .col-12 {
    padding: 0
}

section.limo-details .booking-box button.main-btn {
    width: 100%;
    height: 55px
}

pre {
    word-break: break-word;
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: var(--f16)
}

pre p {
    text-align: justify!important
}

.disc-details {
    padding: 8px 20px;
    border-radius: 10px;
    display: flex;
    border: 1px solid #d5d4d4;
    align-items: center;
    width: 100%;
    margin-top: 30px
}

.container.hr {
    padding: 0 40px
}

.limo-images,.limo-images img {
    border-radius: 1rem 1rem 0 0
}

.limo-images img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.limo-images {
    width: 100%;
    height: 300px;
    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;
    opacity: 0;
    gap: 0;
    margin-top: 0
}

.limo-images:hover .owl-nav {
    opacity: 1
}

#limo-extra button {
    width: 40px;
    height: 40px;
    background: 0 0;
    border-radius: 100%;
    border: 1px solid var(--white-color);
    position: absolute;
    z-index: 1;
    left: 0
}

#limo-extra button.owl-next {
    left: auto;
    right: 0
}

#limo-extra button i {
    color: var(--white-color)
}

.limo-images button {
    width: 55px!important;
    height: 55px!important;
    border: 0 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: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 15px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.limo-content h5 {
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    height: 30px;
    overflow: hidden
}

.limo-content h5 a {
    color: var(--white-color);
    font-family: var(--secondary-font)
}

.limo-content h5 span {
    display: block;
    font-size: 16px
}

.limo-content p.main-price {
    color: var(--secondary-color);
    font-size: 16px;
    margin-bottom: 0;
    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
}

section.extra-properties .item {
    padding-bottom: 5px
}

section.extra-properties {
    padding: 40px 12px
}

.book-now-mob,.overview-sec.mob-over,section.limo-details .booking-box h4.req {
    display: none
}

section.limo-details .booking-box .close2 {
    font-size: 20px;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    position: absolute;
    right: 20px;
    display: none;
    top: 25px
}

.overview-sec.mob-over .accordion-button {
    background: 0 0!important;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.overview-sec.mob-over .accordion-flush .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #ffffff42
}

.overview-sec.mob-over .accordion-body {
    padding-left: 0;
    padding-right: 0
}

.overview-sec.mob-over .accordion-button::after {
    background-image: url("../images/drop.svg")
}

a.sticky.main-btn.book1.book-now {
    padding: 16px 20px
}

.daterangepicker .calendar-table {
    border: 1px solid #222!important
}

.daterangepicker {
    border: 0 solid #ddd!important;
    border-radius: 4px!important;
    box-shadow: 8px 8px 40px 5px rgb(255 255 255 / 8%)!important;
    color: #fff!important;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif!important;
    font-size: 14px!important;
    line-height: 14px!important;
    z-index: 1!important
}

.daterangepicker:after {
    border-bottom: 6px solid #222!important
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
    border-color: #fff!important
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th,.daterangepicker td.start-date {
    border-radius: 0!important
}

.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date {
    background-color: transparent!important;
    color: #fff!important
}

.daterangepicker td.in-range,.daterangepicker td.in-range:hover {
    background-color: rgb(151 134 103 / 20%)!important
}

.daterangepicker td.in-range {
    color: #fff!important
}

.daterangepicker td.active,.daterangepicker td.active:hover {
    background-color: #ab8a62!important
}

.daterangepicker .drp-buttons .btn {
    background: #ab8a62!important;
    border-color: #ab8a62!important;
    color: #fff!important
}

section.limo-details .booking-box .captcha {
    padding: 0;
    margin-bottom: 10px
}

section.limo-details .booking-box .captcha iframe {
    width: 265px
}

section.limo-details .booking-box .captcha .g-recaptcha div,section.limo-details .booking-box .captcha .rc-anchor-normal {
    width: 265px!important
}

section.limo-details .booking-box .captcha .rc-anchor-logo-portrait {
    margin: 10px 0 0!important
}

section.limo-details .booking-box .captcha .rc-anchor-normal .rc-anchor-checkbox-label {
    width: 110px!important
}

section.limo-details .booking-box .captcha .rc-anchor-checkbox {
    margin: 0 8px 2px!important
}

section.limo-details .booking-box .captcha .rc-anchor-normal .rc-anchor-content {
    width: 166px!important
}

section.limo-details .booking-box .captcha .rc-anchor-light {
    background: #000!important;
    color: #fff!important
}

.overview-sec.short {max-height: 500px; /* Adjust this height as needed */overflow: hidden;position: relative;}
.toggle-btn {color: var(--btn-color);cursor: pointer;display: inline-block;margin-top: 20px;}

.overview-sec ul {
   padding-left:24px;
 
}
.overview-sec ul li{
      list-style: disc;
   margin-bottom:10px;
      font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-align: justify;
}
.form-group.mb-4 {
    padding: 0;
}
.banner, .banner .guides{
    height: 600px;
}
.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-gallery {
    margin-bottom: 30px;
}

.meal_option_box input{
    width:auto !important;
}

.meal_option_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.meal_option_name{
    display:flex;
    gap:10px;
    align-items: center;
}

.meal_option_name input{
    margin-top:4px;
}
.meal_option_box .meal-image.mt-2 {
    margin-top: 0 !important;
}
section.limo-details .booking-box form .row .meal_option_box  input{
  margin-bottom:0;
  margin-top: 0;
}
section.limo-details .booking-box .meal_option_box label{
    margin-bottom:0;
}
.meal_option_box .meal-image.mt-2 img{
    width:80px;
    height:auto;
}