/* Normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	font-family: "Roboto", sans-serif;
}

/* Sections */

body {
  margin: 0;
	font-family: "Roboto", sans-serif;
}

main {
  display: block;
}

/* Headings */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Lists */

ul, ol {
  padding: 0;
  margin: 0;
}

/* Tables */

table {
  border-collapse: collapse;
}

/* Form Elements */

input, button, textarea, select {
  font: inherit;
}

/* one way taxi css */

.oneway_taxi_service .elementor-widget-image{
    width: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 5px;
}


.oneway_taxi_service .elementor-heading-title span {
    color: #000;
}
.oneway_taxi_service .button {
    width: 230px;
}

@media(max-width: 767px){
	body .oneway_taxi_service .elementor-widget-image {
		width: 90px;
	}

	body .oneway_taxi_service a.elementor-element {
		width: calc(100% - 100px);
	}

	body .oneway_taxi_service .button {
		width: 100%;
	}
	body .oneway_taxi_service .elementor-widget-button {
		width: 100%;
	}

	body .oneway_taxi_service .elementor-widget-button a.elementor-button {
		width: 100%;
	}
}



.cab-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.cab-list li {
    list-style: none;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 0px 6px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.cab-list li + li {
    margin: 25px 0 0 0;
}

.cab-list li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cab-list li a {
    color: #000;
}

@media (max-width:991px) {
    .cab-list li a.shadow-box {
        padding: 0;
        margin: 0;
    }
}

.cab-list li .list-inner {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
}

.cab-list li .cab-list-left {
    width: 60%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cab-list li .cab-img {
    width: 30%;
    padding: 5px;
    text-align: center;
}

.cab-list li .cab-img img {
    /*  height: 80px;*/
    width: auto;
}

.cab-list li .cab-list-left .cab-details {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cab-list li .cab-list-left .cab-details > div,
.cab-list li .cab-list-right > div {
    padding: 5px 10px;
    text-align: center;
}

.cab-list li .cab-name {
    width: 200px;
    font-weight: 700;
    text-align: left !important;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.cab-list li .cab-name span {
    text-transform: uppercase;
    font-size: 14px;
    color: #9b9b9b;
    display: block;
}

.cab-list li .cab-list-left .cab-details > div .icon-img {
    width: 100%;
    font-size: 20px;
}

.cab-list li .cab-list-right {
    width: 40%;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cab-list li .cab-price {
    font-size: 24px;
    font-weight: 700;
    width: 40%;
    color: #f00;
}

.cab-list li .cab-price span {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.cab-list li .cab-list-right .cab-cta {
    width: 60%;
    text-align: right;
}

.cab-list li .cab-list-right .cab-cta .btn {
	font-size: 16px;
	display: block;
	background: #003049;
	color: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
}

.cab-list li .cab-list-right > .tour-note {
    font-size: 13px;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
    left: 0;
    text-align: right;
}

@media (max-width:767px) {
	.cab-list li .cab-list-left {
    width: 100%;
}

.cab-list li .cab-list-right {
    width: 100%;
}

.cab-list li .cab-price {
    width: 100%;
    text-align: center;
}

.cab-list li .cab-list-right .cab-cta {
    width: 100%;
}

.cab-list li .cab-list-left .cab-details {
    flex-wrap: nowrap;
}
}