@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Bebas';
	src: url('../fonts/Bebas.eot');
	src: url('../fonts/Bebas.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Bebas.woff') format('woff'),
		url('../fonts/Bebas.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: 'Ubuntu', sans-serif;
	width:100%;
	}
.main-by-color{
	background: rgba(192,220,78,1);
background: -moz-linear-gradient(left, rgba(192,220,78,1) 0%, rgba(192,220,78,1) 51%, rgba(241,111,92,1) 51%, rgba(240,47,23,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(192,220,78,1)), color-stop(51%, rgba(192,220,78,1)), color-stop(51%, rgba(241,111,92,1)), color-stop(51%, rgba(240,47,23,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(left, rgba(192,220,78,1) 0%, rgba(192,220,78,1) 51%, rgba(241,111,92,1) 51%, rgba(240,47,23,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left, rgba(192,220,78,1) 0%, rgba(192,220,78,1) 51%, rgba(241,111,92,1) 51%, rgba(240,47,23,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left, rgba(192,220,78,1) 0%, rgba(192,220,78,1) 51%, rgba(241,111,92,1) 51%, rgba(240,47,23,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
background: linear-gradient(to right, rgba(192,220,78,1) 0%, rgba(192,220,78,1) 51%, rgba(241,111,92,1) 51%, rgba(240,47,23,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0dc4e', endColorstr='#ffffff', GradientType=1 );
	}
.head-top{
	width:100%;
	float:left;
	position:relative;
	}
.logo {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 265px;
}
.menu-sec{
	width:50%;
	float:left;
	margin-top:55px;
	position:relative;
	}
.menu-sec:after{
	content:"";
	position:absolute;
	top:-57px;
	right:0;
	width:325px;
	height:237px;
	background:url(../img/circel-is.png) no-repeat;
	}
/*#################################### MENU ######################################*/

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	min-height: 38px !important;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	float:left;
	z-index:999;
}
.navbar-nav > li {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
	color: #1459b4;
	padding: 5px 12px;
	transition:all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff !important;
	background-color: #1459b4 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: #1459b4 !important;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
	background-color:rgba(20,89,180,1);
}
.dropdown .dropdown-menu li a{
    color:#fff;
}
.dropdown .dropdown-menu li a:hover{
    color:#fff;
	background-color:#348CFF;
}
.dropdown:hover .dropdown-menu {
    max-height:600px;
    opacity: 1;
}

/*#################################### END MENU ######################################*/

.right-social{
	width:50%;
	float:right;
	margin-top:55px;
	}
.right-social ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	}
.right-social ul li {
  color: #7f7f7f;
  float: left;
  font-size: 15px;
  font-weight: 500;
  margin-left: 20px;
}
.head-bttm{
	width:100%;
	float:left;
	padding-top:15px;
	}
.left-ban-text{
	width:100%;
	float:left;
	margin:60px 0 0 70px;
	position:relative;
	}
.left-ban-text h4{
	font-size:24px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
.left-ban-text h3{
	font-size:37px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
.left-ban-text h2{
	font-size:40px;
	font-weight:400;
	color:#1459b4;
	font-family: 'Bebas';
	margin:0;
	padding:0;
	}
.right-from{
	width:100%;
	float:left;
	padding:10px 40px 0;
	}
.right-from h3{
	font-size:26px;
	font-weight:600;
	color:#1459b4;
	text-transform:uppercase;
	margin:0;
	padding:0
	}
.right-from p{
	font-size:15px;
	font-weight:400;
	color:#808080;
	margin-top:8px;
	margin-bottom:0;
	padding:0
	}
.right-from .form-group input{
	border-radius:0 !important;
	margin-top:15px;
	margin-bottom:0;
	color:#808080;
	border:1px solid #c9c9c9;
	}
.shpHdrSearch-filter-select {
  background-color: transparent;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  height: 34px;
  left: 0;
  padding: 0 8px;
  top: 6px;
  width: 100%;
  color:#808080;
}
.transport{
	width:100%;
	float:left;
	}
.transport-list{
	margin-top:8px;
	margin-bottom:0;
	padding:0;
	text-align:center;
	list-style:none;
	}	
.transport-list li{
	display:inline-block;
	width:25%;
	float:left;
	font-size:14px;
	color:#808080;
	font-weight:400;
	}
.transport-list li .imagesprite {
display: inline-block;
width: 35px;
height: 30px;
background: url(../img/transport-icon1.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}	
.transport-list li .ex-2 {
background: url(../img/transport-icon2.png) no-repeat 0 0;
}	
.transport-list li .ex-3 {
background: url(../img/transport-icon3.png) no-repeat 0 0;
}	
.transport-list li .ex-4 {
background: url(../img/transport-icon4.png) no-repeat 0 0;
}
.transport-list li .imagesprite:hover {
  background-position: 0 -30px;
  transition: all ease-in-out 0.3s;
}

.btn-book{
	font-size:14px;
	color:#fff;
	background-color:#1459b4;
	padding:8px 20px;
	border-radius:3px;
	margin-top:20px;
	display:inline-block;
	}
.btn-book:hover{
	color:#fff;
	}
.car-img{
	position:absolute;
	bottom:-300px;
	left:0;
	}
.choose-wrap{
	padding:35px 0;
	background-color:#eaf9fc;
	width:100%;
	float:left;
	margin-top:80px;
	}
.choose-title{
	font-size:25px;
	color:#000;
	font-weight:600;
	margin:0;
	padding:0;
	}
.choose-box{
	width:100%;
	float:left;
	margin-top:20px;
	}
.choose-box ul{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	}
.choose-box ul li{
	width:33.33%;
	float:left;
	display:inline-block;
	}
.icon-box{
	width:100px;
	height:100px;
	border-radius:50%;
	background-color:#fff;
	border:6px solid #c1eaf3;
	text-align:center;
	display:inline-block;
	}
.icon-box img{
	display:inline-block;
	margin-top:20px;
	}
.choose-box ul li h3{
	font-size:16px;
	color:#1459b4;
	font-weight:500;
	margin-top:12px;
	margin-bottom:0;
	padding:0;
	}
.video {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  background:#000;
}
.video iframe {
  height: 170px;
  width: 100%;
}
.mail{
	width:100%;
	float:left;
	background-color:#1459b4;
	padding:4px 0;
	text-align:center;
	margin-top:3px;
	}
.mail a{
	font-size:13px;
	font-weight:400;
	color:#c0dc4e;
	margin:0;
	padding:0;
	display:inline-block;
	}
.border-box{
	background:url(../img/border.jpg) repeat-x;
	padding:6px 0;
	width:100%;
	float:left;
	}
.footer-top{
	width:100%;
	float:left;
	background:url(../img/footer-bg.jpg) no-repeat;
	background-size:cover;
	padding:40px 0;
	}
.footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-pera{
	color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  line-height:17px;
  padding:0;
	}
.footer-pera span{
	color: #c0dc4e;
	}
.contact-list{
	margin:0;
	padding:0;
	list-style:none;
	}
.contact-list li {
  display: inline-block;
  float: none;
  margin-bottom: 8px;
  width: 100%;
}
.contact-list li span{
	width:38px;
	height:38px;
	border:1px solid #c0dc4e;
	text-align:center;
	background-color:transparent;
	float:left;
	margin-right:8px;
	}
.contact-list li span img{
	margin-top:7px;
	}
.contact-list li p{
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:36px;
	float:left;
	margin:0;
	}
.contact-list li:first-child p{
	line-height:18px;
	}
.clint-list{
	margin:0;
	padding:0;
	list-style:none;
	}
.clint-list li{
  float: none;
  margin-bottom: 8px;
  padding-bottom:6px;
  border-bottom:1px solid #464646;
  width: 100%;
	}
.clint-list li h6{
  font-size:12px;
  font-weight:600;
  color:#c0dc4e;
  margin:0;
  padding:0;
	}
.clint-list li p{
  font-size:12px;
  font-weight:400;
  color:#fff;
  margin-top:5px;
  margin-bottom:0;
  line-height:16px;
  padding:0;
	}
.clint-list li a{
  font-size:12px;
  font-weight:400;
  color:#c0dc4e;
  margin-top:7px;
  margin-bottom:0;
  padding:0;
	}
.subscribe-box{
	width:100%;
	float:left;
	padding:18px 30px;
	border-top:1px solid #464646;
	border-bottom:1px solid #464646;
	}
.subscribe-box p{
	font-size:14px;
	font-weight:400;
	color:#fff;
	margin-bottom:12px;
	margin-top:0;
	padding:0;
	line-height:18px;
	}
.submit-box {
  float: left;
  position: relative;
  width: 100%;
}
.submit-box input[type="text"] {
  background-color: #464646 !important;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  line-height: 1;
  margin: 0;
  outline: medium none;
  padding: 3px 90px 3px 15px;
  width: 100%;
}
.submit-box .search-icon {
  background-color: #c0dc4e;
  border: 0 none;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  height: 36px;
  line-height: 1;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.add-box{
	width:100%;
	float:left;
	margin-top:6px;
}
.footer-bottom{
	width:100%;
	float:left;
	padding:5px 0;
	background-color:#1b1b1b;
	}
.copyright {
  color: #7f7f7e;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 10px;
  text-transform:uppercase;
  padding: 0;
  float:left;
}
.footer-menu-div{
	float:right;
	width:40%;
	}
.footer-menu-list{
	float:right;
	margin-top:10px;
	margin-bottom:0;
	padding:0;
	list-style:none;
	}
.footer-menu-list li{
	float:left;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	}
.footer-menu-list li a{
	padding:1px 10px;
	color:#fff;
	}

.footer-social {
  float: right;
  list-style:none;
  margin: 0;
  padding: 0;
}
.footer-social li {
  background-color: transparent;
  border: 1px solid #ffffff;
  display: inline-block;
  height: 34px;
  margin: 0 10px 0 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
.footer-social li i {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}
.footer-social li:hover {
	border:1px solid #C6F40C;
}

.payment-box{
	width:100%;
	float:left;
	margin-top:10px;
	}
.payment-box h5{
	font-size:14px;
	color:#fff;
	font-weight:400;
	margin-bottom:8px;
	margin-top:0;
	padding:0;
	}

/*################################## About ###############################################*/

.inner-header .menu-sec::after {
  background: none;
}
.sticker-wrap{
	width:100%;
	float:left;
	padding:0 100px;
	margin-top:25px;
	}
.main-sec{
	width:100%;
	float:left;
	background-color:#fff;
	padding:30px 0;
	text-align:center;
	}
.sticker-title{
  color: #1459b4;
  display: block;
  font-family: "Pacifico",cursive;
  font-size: 54px;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-shadow: 2.939px 4.045px 0 rgba(0, 0, 0, 0.2);
  text-transform: none;
}
.sticker-title::before, .sticker-title::after {
  border-bottom: 1px dashed #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 55%;
  width: 260px;
}
.sticker-title::before{
	left:50px;
	}
.sticker-title::after{
	right:50px;
	}
.breadcrumbs{
	margin-top:20px;
	}	
.breadcrumbs span {
  font-family: "Pacifico",cursive;
  color: #000;
  font-size: 14px;
}
.breadcrumbs span a{
  color: #43c3b4;
}
.about-wrap{
	width:100%;
	float:left;
	padding:50px 0;
	}
.about-title{
  color: #000000;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.about-pera{
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.846;
  text-align: justify;
  margin:0;
}

/*################################## Contact ###############################################*/

.map {
	height: 250px;
	margin-bottom: 25px;
	overflow: hidden;
}
.contact_form input[type="text"] {
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #f4f4f4;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 9px 7px;
	width: 48%;
}
.contact_form input[type="email"] {
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #f4f4f4;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 9px 7px;
	width: 48%;
}
.contact_form textarea {
	border: 1px solid #ccc;
	box-shadow: 0 1px 0 #f4f4f4;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 7px;
	padding: 9px 7px;
	width: 97%;
}
.btn2 {
	-moz-user-select: none;
	background-color: #47c3c7;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 3px 0 #6C9E68;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 12px 25px 6px;
	text-align: center;
	transition: all 0.25s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.list-unstyled {
	list-style: outside none none;
	padding-left: 0;
}
.get-in-touch-widget li, .we-are-social li {
	font-size: 16px;
	padding: 0 0 10px 35px;
}
.get-in-touch-widget li i.fa-phone, .we-are-social li i.fa-phone {
	font-size: 18px;
}
.get-in-touch-widget li i.fa-mobile, .we-are-social li i.fa-mobile {
	font-size: 23px;
}
.get-in-touch-widget li i, .we-are-social li i {
	color: #47c3c7;
	float: left;
	font-size: 16px;
	margin-left: -35px;
	text-align: center;
	width: 18px;
	line-height: 24px;
	margin-top: 3px;
}

/*################################## service ###############################################*/

.lt-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.lt-list li {
  background: #c0dc4e;
  float: left;
  list-style: outside none none;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.lt-list li .project-img {
  float: left;
  max-height: 250px;
  overflow: hidden;
  width: 50%;
}
.lt-list li .project-img img {
  width: 100%;
}
.lt-list li .text {
  float: right;
  margin-top: 55px;
  text-align: center;
  width: 50%;
}
.lt-list li .text h4 {
  color: #ae4201;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.lt-list li .text p {
  color: #161515;
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0;
}
.bg-black2{
	display: block;
	width: 100%;
	height: 250px;
	opacity: 0;
	position:absolute;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
	transition: all ease-in-out 0.3s;
	}
.bg-black2 .btn-view-details2 {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight:500;
  padding: 10px 20px;
  margin-top:90px;
  text-decoration: none;
  transition:all ease-in-out 0.3s;
}
.bg-black2:hover {
	opacity:1;
}
.bg-black2 .btn-view-details2:hover {
  border: 2px solid #36f77b;
  color: #36f77b;
}
.lt-list .right .project-img{
  float: right;
}	
.lt-list .right .text{
	float:left;
}	






/*################################## RESPONSIVE ###############################################*/

@media screen and (max-width: 1199px) {
	
.logo {
  position: static;
}	
.menu-sec {
  margin-top: 0;
}
.right-social {
  margin-top: 0;
}
.left-ban-text {
  margin: 60px 0 0 0;
}	
.right-from {
  padding: 10px 10px 0;
}
.sticker-wrap {
  padding: 0 40px;
}
	
}
	
@media screen and (max-width: 991px) {	
	
.container{	
	width:100%;
}	
.head-top {
  padding: 0 15px;
}	
.copyright {
  padding-left: 10px;
}
.footer-menu-div {
  padding-right: 10px;
}	
	
}
	
@media screen and (max-width: 768px) {		
	
.navbar-default .navbar-nav > li > a {
  padding: 5px 7px;
}
.navbar-nav > li {
  font-size: 12px;
}	
.left-ban-text h4 {
  font-size: 20px;
}
.left-ban-text h3 {
  font-size: 28px;
}
.left-ban-text h2 {
  font-size: 30px;
}
.mail a {
  font-size: 10px;
}
.footer-menu-div {
  float: none;
  text-align: center;
  width: 100%;
  padding:0;
}	
.footer-social {
  float: none;
}	
.footer-menu-list {
	float:none;
  display: inline-block;
}	
.copyright {
  float: none;
  text-align: center;
  padding:0;
}
.sticker-title::before, .sticker-title::after {
  width: 150px;
}
.about-title {
  font-size: 22px;
  margin-top: 0;
}
/*.lt-list li .text {
  margin-top: 10px;
}
.bg-black2 .btn-view-details2 {
  margin-top: 60px;
}*/
.lt-list li {
  width: 100%;
}
	
}
	
@media screen and (max-width: 767px) {		
	
.main-by-color {
  background: #c0dc4e no-repeat;
}	
.right-social {
  text-align: center;
  width: 100%;
}	
.right-social ul {
  float: none;
  margin-top: 15px;
  display: inline-block;
}	
.menu-sec {
  width: 100%;
}	
.navbar-default {
  text-align: center;
  float:none;
}	
.menu-sec::after {
  background: none;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li {
  font-size: 14px;
}
.navbar-default .navbar-toggle {
  border-color: #1459b4;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.car-img {
  position: static;
  margin-top: 25px;
}
.shpHdrSearch-filter-select {
  background-color: #fff;
}
.transport {
  background-color: #fff;
  padding: 10px 20px;
}
.video {
  float: left;
  width: 100%;
  margin-top: 30px;
}	
.video iframe {
  height: 300px;
  width: 100%;
}
.mail a {
  font-size: 14px;
}
.left-ban-text {
  margin: 10px 0 0;
}
.right-social a {
  background-color: #1459b4;
  float: left;
  height: 26px;
  width: 26px;
}
	
}
	
@media screen and (max-width: 640px) {	

.sticker-title::before, .sticker-title::after {
  display: none;
}	
	
}
	
@media screen and (max-width: 479px) {		
	
.choose-box ul li {
  margin-bottom: 15px;
  width: 100%;
}	
.left-ban-text h3 {
  font-size: 22px;
}
.left-ban-text h2 {
  font-size: 24px;
}
.right-from h3 {
  font-size: 20px;
}
.right-from p {
  font-size: 12px;
}	
.sticker-wrap {
  padding: 0 15px;
}
.sticker-title {
  font-size: 42px;
}	
.about-title {
  font-size: 20px;
  line-height:24px;
}
.contact_form input[type="text"] {
  margin-right: 0;
  width: 100%;
}
.contact_form input[type="email"] {
  margin-right: 0;
  width: 100%;
}

}
	
@media screen and (max-width: 320px) {	

.lt-list li .text {
  width: 100%;
  margin-top:15px;
}
.lt-list li .project-img {
  width: 100%;
}

	
	
	}









span .wpcf7-not-valid {
    border: 1px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
 
div.wpcf7-response-output {
    margin:1em 0;
    padding:5px;
	clear:both;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
}
div.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
 
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
 
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}



.footer_contect{
	color:#fff;
	}
.header_contect{
  color: #1459b4;
    font-family: "Bebas";
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    padding: 0;
	}
	
	
body.page-template-taxiservice-ride-now-php span.wpcf7-list-item,
body.page-template-taxiservice-ride-later-php span.wpcf7-list-item{
  display: inline-block;
  margin-left: 0.5em;
  width: 24%;
}

@media screen and (max-width: 991px) {
body.page-template-taxiservice-ride-now-php span.wpcf7-list-item, body.page-template-taxiservice-ride-later-php span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0.5em;
  width: 23%;
}

}

@media screen and (max-width: 767px) {
.transport-list li{
	display:none;}
	
	body.page-template-taxiservice-ride-now-php span.wpcf7-list-item, body.page-template-taxiservice-ride-later-php span.wpcf7-list-item {
  display: inline-block;
  margin-left: 0.5em;
  width: 100%;
}

}