div#new-layout-Form .luxride_mptbm_booking .mpStyle .mptb-tab-container {
    padding: 14px;
    background: #fff !important;
		border-radius:14px;
	box-shadow: 0 18px 42px -28px rgba(24, 26, 31, 0.45);
}
div#new-layout-Form .luxride_mptbm_booking .mpStyle ._dLayout.mptbm_search_area {
    box-shadow: none;
}
div#new-layout-Form ul.mptb-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
    gap: 0 !important;
    margin: 0 0 14px !important;
    padding: 4px !important;
    list-style: none !important;
    background: #F3F4F6 !important;
    border: 1px solid #E5E7EB !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    overflow: hidden;
}
div#new-layout-Form ul.mptb-tabs li.tab-link{
    flex: 1 1 0 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 11px 8px !important;
    height: auto !important;
    min-height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.2 !important;
    white-space: nowrap;
    color: #4B4B55 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
	
}
div#new-layout-Form ul.mptb-tabs li.tab-link.current{
color: #fff !important;
    background: var(--driveguard-red, #E24A49) !important;
	box-shadow: none !important;
padding: 0px 13px 0 !important;
}
div#site-content div#new-layout-Form ._dLayout.mptbm_search_area {
    padding: 0px 13px 0px !important;
}
div#new-layout-Form ul.mptb-tabs li.tab-link:hover{

color: #181A1F !important;
    background: rgba(255, 255, 255, 0.72) !important;
}

div#new-layout-Form .dg-booking-vertical .mptbm_search_area{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    padding: 12px 14px 16px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
}

div#new-layout-Form .mpForm {
    display: grid !important;
    flex: unset;
    justify-content: unset !important;
    -webkit-justify-content: unset !important;
    width: 100% !important;
}
.extra-link li.elementor-icon-list-item a {
    color: #d9514c;
    display: contents;
}
div#site-content div#new-layout-Form .inputList.justifyBetween._fdColumn span {
    display: none !important;
    height: 0px !important;
}
div#site-content div#new-layout-Form .tabsContentNext .mptb-tabs-content-wrap .mpForm .inputList.justifyBetween._fdColumn button#mptbm_get_vehicle {
    width: 100% !important;
    max-width: 100% !important;
}
div#site-content div#new-layout-Form .tabsContentNext .mptb-tabs-content-wrap .mpForm .inputList.justifyBetween._fdColumn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
}

div#new-layout-Form .mpForm.dg-daily-form {
    padding-top: 9px !important;
}

div#site-content .inputList.dg-daily-action::before{
	display:none;
}
div#site-content div#new-layout-Form .inputList.dg-daily-action button.dg-daily-book._themeButton_fullWidth {
    width: 100% !important;
    max-width: 100% !important;
}
div#site-content div#new-layout-Form .inputList.dg-daily-action {
    width: 100% !important;
    max-width: 100% !important;
}
div#new-layout-Form .luxride_mptbm_booking {
    max-width: 414px !important;
    width: 100% !important;
}
.faq-texter strong a{
    font-weight:700;
}
.faq-texter strong {
    font-weight:700;
}

.price-option-indicator {
    height: 45px;
}

#new-layout-Form .mptbm_search_area_header{
	display: none;
}
#new-layout-Form .mptbm_form_details_area{
	padding: 0;
}

/* #site-content #new-layout-Form .formControl{
	height: 52px !important;
	padding: 0 36px 0 42px !important;
	background: #f5f6f8 !important;
	border: 1px solid 1px solid #e8eaed !important;
	border-radius: 10px;
} */

.single-fleet [data-elementor-type="single-post"]{
	padding-inline: 0;
}

.single #site-content .elementor-widget-text-editor ul{
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.single .elementor-widget-text-editor ul li{
	margin: 0 0 8px;
	font-size: 15px;
	color: #626262;
}

.single .elementor-widget-text-editor ul li:before{
	margin: 0 10px 0 0;
	font-family: FontAwesome;
	font-size: 18px;
	color: #cc4452;
	font-weight: 700;
	content: "\f105";
}



#site-content .post-breadcrumb li:last-child span{
	font-weight: 400;
}

.post-breadcrumb ul li.elementor-icon-list-item a{
	color: var( --e-global-color-secondary );
}

.post-breadcrumb ul li.elementor-icon-list-item a[rel="tag"]:not(:first-child){
	display: none;
}

.post-breadcrumb .elementor-icon-list-text:empty{
	display: none;
}


/* feet Form css */
.single-fleet div#new-layout-Form .formControl {
    min-height: 52px !important;
    height: 52px !important;
    padding: 0 36px 0 42px !important;
    background-color: #f5f6f8 !important;
    border-radius: 10px !important;
    border: 1px #E8EAED solid !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}

.single-fleet div#new-layout-Form span.far.fa-calendar-alt.mptbm_left_icon {
    left: 11px !important;
	bottom: 1px !important;
}
.single-fleet div#new-layout-Form span.far.fa-clock.mptbm_left_icon {
    left: 11px;
    bottom: 1px !important;
}

.post-sidebar-widget:before{
	width: 2px;
	height: 45px;
	background: #E24A49;
	border: none;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
}

.post-sidebar-widget .elementor-widget-wp-widget-categories h5{
	display: none;
}
#site-content .post-sidebar-widget ul{
	margin: 0;
	padding: 0;
	list-style: none;	
}

.post-sidebar-widget ul li{
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e8e8e8;	
}
.post-sidebar-widget ul li:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

.post-sidebar-widget ul li a{
	font-family: var(--e-global-typography-0ba1f32-font-family);
	font-size: 15px;	
}
.post-sidebar-widget ul li a:hover{
	color: #E24A49;
}

.post-sidebar-widget ul li:before{
	margin: 0 10px 0 0;
	font-family: FontAwesome;
	font-size: 18px;
	color: #cc4452;
	font-weight: 700;
	content: "\f105";
}

.post-sidebar-widget .tagcloud{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.post-sidebar-widget .elementor-widget-wp-widget-tag_cloud a{
	padding: 10px 12px;
	border: 1px solid #e8e8e8;
	display: inline-block;
	font-family: var(--e-global-typography-0ba1f32-font-family);	
	font-size: 15px !important;
	color: #424242 ;
}

.post-sidebar-widget .elementor-widget-wp-widget-tag_cloud a:hover{
	border-color: #E24A49;
	color: #E24A49;
}

.single-post .auto-container{
	max-width: 100%;
}

.single-post [data-elementor-type="single-post"]{
	padding-inline: 0;
}


.single-post-info a{
	font-family: "Source Sans Pro", Sans-serif;
}


.single-post-info .elementor-post-info li:nth-child(3){
	width: 220px;	
	flex: 0 0 auto;
	min-width: 0;
	display: flex;
	flex-wrap: nowrap;
}

.single-post-info .elementor-inline-item span.elementor-post-info__terms-list{
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}



.single-post-info a.elementor-post-info__terms-list-item{
	margin: 0 5px 0 0;
	font-size: 15px;
}
.single-post-info a.elementor-post-info__terms-list-item:after{
	content: " ,";
}

.single-post-info a.elementor-post-info__terms-list-item:nth-child(4):after{
	display: none;
}


.single-post-info .elementor-post-info li:nth-child(3) .elementor-post-info__terms-list-item:nth-of-type(n+5) {
    display: none;
}
.single-post .elementor-widget-text-editor h3 {
    font-weight: 300;
}
span.color-change {
    color: #d9514c;
}
.cookie-notice .inner_box {
    background-color: #fff !important;
    border: 1px #dfe0e4 solid;
}
.cookie-notice .inner_box p {
    color: #000;
	  font-size:16px;
}
.cookie-notice .inner_box button#accept-cookies {
    border-color: #000;
    color: #000;
}
div#cookie-notice {
    width: 35% !important;
}
.cookie-notice .d-flex {
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (min-width:768px) and (max-width:1024px){
div#hero-form div#new-layout-Form {
    order: unset;
}
	div#new-layout-Form .inputList {
    width: 100%;
    max-width: 100%;
}
	.dg-booking-page .dg-booking-form-col{
		order:0!important;
	}
		.banner-heading h1.elementor-heading-title {
    margin-bottom: 0px;
}
}
@media only screen and (max-width:767px){
	div#hero-form div#new-layout-Form {
    order: unset;
}
	div#new-layout-Form .luxride_mptbm_booking{
		width:100% !important;
		max-width:100% !important;
	}
		.dg-booking-page .dg-booking-form-col{
		order:0!important;
	}
	
	.single-fleet [data-elementor-type="single-post"]{
	padding-inline: 25px;
}
	
	.single-post [data-elementor-type="single-post"]{
	padding-inline: 25px;
}
		.banner-heading h1.elementor-heading-title {
    margin-bottom: 0px;
}
	div#cookie-notice {
    width: 90% !important;
}
	.cookie-notice .inner_box p {
    text-align: center;
}
	.cookie-notice .d-flex {
    gap: 0px;
}
}




