.h-txt-container .h-title1-2{font-size:2rem;line-height:1.5;margin-bottom:10px}@media(max-width: 767px){.h-txt-container .h-title1-2{font-size:1.5rem}}.bg-gray{background-color:var(--bs-light-skyblue-color);padding:20px}@media(max-width: 767px){.bg-gray{padding:10px}}.map-locate-box.city-location .bg-light-gray{padding:0;height:560px;padding-right:15px}@media(max-width: 991px){.map-locate-box.city-location .bg-light-gray{padding-right:0px;height:100%}}.map-locate-box.city-location .bg-light-gray .location-address p{font-weight:700;font-size:18px;color:rgba(var(--primary-light), 1)}.map-locate-box.city-location .bg-light-gray .location-address p:hover{color:rgba(var(--primary-light), 0.8)}.map-locate-box.city-location .bg-light-gray .location-address p a:hover{color:rgba(var(--primary-light), 0.8)}.map-locate-box.city-location .bg-light-gray .location-address ul{margin-bottom:0}.map-locate-box.city-location .bg-light-gray .location-address ul li{border-bottom:1px solid silver;padding-bottom:10px;margin-bottom:10px}.map-locate-box.city-location .bg-light-gray .location-address ul li:last-child{border-bottom:0px;padding-bottom:0px;margin-bottom:10px}.map-locate-box.city-location .bg-light-gray .location-address ul li span{color:var(--black)}@media(max-width: 575px){.map-locate-box.city-location .bg-light-gray .locations-details>img{width:120px;height:100%}}.start-and-end,.wide-range,.dining,.faq-icon,.map-icon{width:36px;height:36px;background-size:contain !important;background-position:center center !important}.start-and-end{background:url(../images/starts-end.svg) no-repeat left center}.wide-range{background:url(../images/wide-range.svg) no-repeat left center}.dining{background:url(../images/dining.svg) no-repeat left center}.faq-icon{background:url(../images/faq.svg) no-repeat left center}.map-icon{background:url(../images/el_map-marker.svg) no-repeat left center}@media(max-width: 991px){.start-and-end,.wide-range,.dining,.faq-icon,.map-icon{width:22px}}

.traffic {
    background: url(../images/traffic.svg) no-repeat left center;
}

.key-roads {
    background: url(../images/key-roads.svg) no-repeat left center;
}

.long-drive {
    background: url(../images/long-drive.svg) no-repeat left center;
}

.nightlife {
    background: url(../images/nightlife.svg) no-repeat left center;
}

.parking {
    background: url(../images/parking.svg) no-repeat left center;
}

.places-to-see {
    background: url(../images/places-to-see.svg) no-repeat left center;
}

.shopping {
    background: url(../images/shopping.svg) no-repeat left center;
}

.speed-limit {
    background: url(../images/speed-limit.svg) no-repeat left center;
}

.things-to-do {
    background: url(../images/things-to-do.svg) no-repeat left center;
}

.traffic,
.key-roads,
.things-to-do,
.speed-limit,
.shopping,
.places-to-see,
.parking,
.nightlife,
.long-drive {
    width: 36px;
    height: 36px;
    background-size: contain !important;
    background-position: center center !important;
}
.b-bg-inner .n-booking-widget .n-top-strip
{
    margin-top:0;
    border-bottom:0;
    padding-bottom:0;
}


.h-txt-container .h3
{
    font-family: "Rubik-medium";
    font-weight: 500;
}
@media(max-width:767px){
    .img-content-lr-sec .h-txt-container{
        padding-top: 15px;
    }
}
@media(min-width:992px){
    .tab-title{
        align-items: stretch !important;
    }
    .tab-title li a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}