
/*custom fonts*/
@font-face {
	font-family: ar;
	src: url(fonts/ARLRDBD.TTF);
}
@font-face {
	font-family: ber;
	src: url(fonts/bernadette.ttf);
}
@font-face {
	font-family: roboto;
	src: url(fonts/Roboto-Medium_0.ttf);
}

.logo img{
	width: 280px;
	position: absolute;
	top: 25px;
	left: 25px;
}
#banner{
	background-image: url("images/banner-bg.png");
	min-height: 100vh;
	background-size: cover;
	background-attachment: fixed;
}
.banner-text{
	font-family: ar;
}
.banner-text h1{
	font-family: ber;
	color: #13864b;
	font-size: 40px;
	margin: 0px;
	padding: 40px 0 0 0;
}
.banner-text p{
	margin-top: 25px;
	font-size: 18px;
}
.banner-text span{
	background: #f5e48c;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 15px;
	margin-top: 10px;
}
.app img {
	width: 180px;
	display: inline-block;
	margin-top: 25px;
}
.car{
	width: 80%;
	margin: 0 auto;
	width: 70%;
}
ul {
  list-style: none;
}

ul li:before {
  content: '✔'; 
  color:green;
  font-weight:bold;
}
li span { margin-left: 10px; }
/*Footer Styles*/
footer{
	background: #f2f2f4;
	padding: 30px 0;
}
footer h1{
	font-family: ber;
	color: #13864b;
	font-size: 40px;
	margin-bottom: 40px;
	padding: 40px 0 0 0;
}
.ask-us,.ask-us:hover,.ask-us:visited,.ask-us:focus,.ask-us:active{
	background-color: #353736 !important;
	color: white !important;
	margin: 0 30px;
	padding: 10px 20px;
	font-size: 23px;
	border-radius: 19px;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	position: relative;
	top: -50px;
}



/*Mohith STyles*/
.arrow{
	width: 60px;
	margin: 0 auto;
	text-align: center;
	display: inherit;
	position: relative;
	top: -55px;
}
#simpleas {
	padding: 40px;
}
#simpleas h1{
	font-family: ber;
	color: #13864b;
	font-size: 40px;
	margin-bottom: 40px;
	padding: 40px 0 0 0;
}
.title-header{
	position: relative;

}
.section-title1 {
	margin-bottom: 50px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	color: #067b89;
}
#whyqickride {
	background-color: #000;
	padding: 40px;

}
.text-white{
	color: #fff;
	font-family: ber;

	font-size: 40px;
	margin-bottom: 40px;
	padding: 40px 0 0 0;
}
.title-header1 h3 {
	font-size: 31px;
	font-weight: 600;
	font-style: italic;
}
.raide-why h4 {
	color: #fff;
	font-size: 19px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: ar;
}
.raide-step img {
	width: 111%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.raide-steps {
	margin: 54px 0px 0 0;
	overflow: hidden;

}
.raide-step h4 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 80px;
	text-transform: uppercase;
	font-family: ar;
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
}
.raide-why img {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.raide-whys {
	margin-top: 35px;
	text-align: center;
}
#clients{
	padding: 40px;
}
#clients h1{
/*      color:#000;
      width:80%;
      margin:20px auto;
      overflow:hidden;
      text-align:center;   
      line-height:1.2em;*/

      font-family: ber;
      color: #13864b;
      font-size: 40px;
      margin-bottom: 40px;
      padding: 40px 0 0 0;
      overflow: hidden;
    }

    #clients li {
     display: inline-block;
     margin: 0 auto;
     padding: 0 10px;
   }
   #clients ul{
     margin: 0 auto;
     text-align: center;
   }
   #clients li img.img-responive {
     width:171px;
     padding: 0 25px;
   }
   .divider:before{
     content:url('images/RideTakers07.png');
     position:relative;
     margin-right: 10px;
     top: -6px;
   }
   .divider:after{
     content:url('images/RideTakers06.png');
     position:relative;
     margin-left: 10px;
     top: -6px;
   }
   .qr h1{
     padding: 0px !important; 
   }
   .qr .banner-text h1{
     padding: 40px 0 0 0 !important;
   }

   @media (max-width: 1198px){
     #clients li img.img-responive {
      width: 200px;
      padding: 0 25px;
      margin-bottom: 50px;
    }
    #clients ul {
      margin: 0 auto;
      text-align: center;
      padding: 0px;
    }
  }
  @media (max-width: 1023px){

  	.divider:before , .divider:after {
  		display: none;

  	}

  }

  @media (max-width: 993px){
  	.logo img {
  		width: 280px;
  		position: relative;
  		top: 25px;
  		left: 0;
  		margin: 0 auto;
  	}
  	.logo{
  		min-height: 140px;
  	}
  	.arrow{
  		display: none;
  	}
  }
  @media (max-width: 767px){
  	.raide-step h4 {
  		width: 100%;
  		margin: 0 auto;
  		margin-top: 10px;
  		margin-bottom: 40px;
  		font-size: 14px;
  	}
  	#simpleas,#whyqickride,#clients {
  		padding: 0px;
  	}
  	.qr h1{
  		font-family: ber;
  		font-size: 30px;
  		margin-bottom: 10px;
  		padding: 15px 0 0 0;
  	}
  	.raide-steps{
  		margin: 0px;
  	}
  	.raide-why h4 {
  		color: #fff;
  		font-size: 14px;
  		text-align: center;
  		margin-top: 14px;
  		margin-bottom: 50px;
  		text-transform: uppercase;
  		font-family: ar;
  	}
  	#banner{
  		min-height: initial;
  		background-size: initial;
  	}
  	.logo{
  		min-height: 140px;
  	}
  	.logo img {
  		width: 280px;
  		position: relative;
  		top: 25px;
  		left: 0;
  		margin: 0 auto;
  	}
  	.banner-text span{
  		margin: 15px;
  	}
  	.ask-us, .ask-us:hover, .ask-us:visited, .ask-us:focus, .ask-us:active{
  		top: -70px;
  		margin: 0 auto;
  		width: 100%;
  	}
  	footer .app{
  		text-align: center;
  		position: relative;
  		top: 0;
  	}
  }
  @media (max-width: 479px){
  	.ask-us, .ask-us:hover, .ask-us:visited, .ask-us:focus, .ask-us:active{
  		top: -150px;
  	}
  	.qr footer h1{
  		margin-bottom: 25px;
  		margin-top: 0px;
  	}
  }


  .raide-whys ul li {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }
  .slideItems h4 {
    padding-top: 20px ; 
    font-size: 17px;
  }
  @media (max-width: 769px){
    .slideItems h4 {
      text-align: center;
      margin: 0 auto;

      padding-top: 5px !important; 
      position: relative;
      font-family: ar;
      font-size: 14px;
    }
  }


  /*App styles*/

  .slider-details {
  	position: relative;
  	height: 90vh;
  }
  .middleArea
  {
  	position: absolute;
  	top:50%;
  	left:50%;
  	transform: translate(-50%,-50%);
  	width:150px;
  	height:200px;
  	background: rgba(255,255,255,0.1);
  }
  .mySlider
  {
  	position: absolute;
  	top:25%;
  	left:0;
  	width:100%;
  	height:200px;
  	transform:perspective(550px) translateY(-50%);
  	transform-style: preserve-3d;
  	/*overflow-x: hidden;*/
  } 
  .qr {
  	overflow: hidden;
  }
  .mySlider .slideItems
  {
  	position: absolute;
  	width:150px;
  	/*height:200px;*/
  	left:50%;

  	/*transform-style: preserve-3d;*/
  	transition: 0.5s;
  }
  .slideItems.active
  {
  	transform:translateX(-50%) scale(1.4);
  	z-index: 2;
  	opacity: 1;
  }
  .slideItems.prev{
  	/*transform:translateX(calc(-50% - 200px)) rotateY(70deg) skewY(-9deg);*/
  	opacity: 0.9;
  }
  /*.item2{background-color: #ff6085;z-index: 1;}*/
  .slideItems.next{
  	/*transform:translateX(calc(-50% + 200px)) rotateY(-70deg) skewY(9deg);*/
  	opacity: 0.9;
  }

  .slideItems h4 {
  	text-align: center;
  	margin: 0 auto;
  	display: block;
  	padding-top: 32px;
  	position: relative;
  	font-family: ar;
  }
  .mySlider h2
  {

  	position: relative;
  	padding:0;
  	margin:0 auto;
  	font-family: ber;
  	color: #13864b;
  	text-align: center;
  	/*line-height: 200px;*/
  	font-size: 4em;
  	opacity: 0;
  }
  .myNavs
  {
  	position: absolute;
  	top:30%;
  	left:50%;
  	transform: translate(-50%,-50%);
  	width:100%;
  	color:black;
  }

  .myNavs .left
  {
  	position: absolute;
  	left:20%;
  	top:0;
  }
  .myNavs .right
  {
  	position: absolute;
  	right:20%;
  	top:0;
  }
  .myNavs i
  {
  	font-size: 86px;
  	cursor: pointer;
  	transition: 0.3s;
  	color: #13864b;
  }
  .myNavs i:hover
  {
  	color:#a4a4a4;
  }


  .slideItems h4, .slideItems h2 {
  	display: none;
  }
  .slideItems.active h4 ,.slideItems.active h2{
  	display:block;
  }
  .slideItems img {
  	width: 157px;
  }
  .mockup{
  	width: 284px;
  	left: 38%;
  	position: absolute;
  	top: -51px;
  	z-index: 9999;
  }

  @media (min-width: 1199px){
    #whyqickride{
      padding: 40px 0px !important;
    }
    .raide-whys ul li{
      width: 18% !important;
    }
    .raide-whys ul li h4 {
      width: 82%;
    }
  }
  @media (max-width: 1198px){
  	.mockup {
  		width: 279px;
  		left: 36%;
  		position: absolute;
  		top: -51px;
  		z-index: 9999;
  	}
  }
  @media (max-width: 993px){
  	.mockup {
  		width: 279px;
  		left: 32%;
  		position: absolute;
  		top: -51px;
  		z-index: 9999;
  	}
  }
  @media (max-width: 767px){
  	.mockup {
  		display: none;
  	}
  	.car{
  		width: 100%;
  	}
  	.app img {
  		width: 110px;
  		display: inline-block;
  		margin-top: 10px;
  	}
  	.qr .banner-text h1 {
  		padding: 10px 0 0 0 !important;
  	}
  	.banner-text p {
  		margin-top: 15px;
  		font-size: 14px;
  	}
  	.banner-text span {
  		margin: 10px;
  	}
  	.desktop{
  		display: none !important;
  	}
  	.mobile{
  		display: block !important;
  	}
  	.banner-text{
  		padding-bottom: 20px;
  	}
  	.logo img{
  		width: 250px;
  	}
  	.logo {
      min-height: 120px;
    }
    .ask-us, .ask-us:hover, .ask-us:visited, .ask-us:focus, .ask-us:active {
      top: -40px;
    }
  }
  @media (max-width: 479px){
  	.myNavs .left
  	{
  		left: 0px;
  	}
  	.myNavs .right
  	{
  		right:0;
  	}
  	.ask-us, .ask-us:hover, .ask-us:visited, .ask-us:focus, .ask-us:active {
  		top: -35px;
  	}
  }

  .raide-whys ul li {
  	display: inline-block;
  	text-align: center;
  	margin: 0 auto;

  }
  .raide-whys ul li img{
  	width: 200px;
  	padding: 0 25px;
  }
  .raide-whys ul li h4 {
  	color: #fff;
  	width: 75%;
  	text-align: center;
  	margin: 0 auto;
  	margin-top: 18px;
  	font-family: ar;
  	text-transform: uppercase;
  	font-size: 15px;
  }
  .raide-whys ul {
  	text-align: center;
  	margin: 0 auto;
  	display: block;
  	padding: 0px;
  }
  .raide-whys {
  	margin: 35px 0px;
  	text-align: center;
  }
  .contact-us a.button{
    display: inline-block;
    padding: 11px 20px;
    background: black;
    border-radius: 10px;
    color: white;
  }
  .social-icons i {
    font-size: 25px;
    display: inline-block;
    color: black;
    margin: 7px;
  }
  .social-icons{
    margin-top: 0px;
  }
  footer .app img{
    width: 135px;
    margin-top: 0px;
  }

  @media(max-width: 1198px){
    .social-icons{
      margin-top: 20px;
    }
    footer .app img{
      width: 100px;
      margin-top: 20px;
    }
  }

  @media(max-width: 479px){
    footer .app{
      text-align: center;
      position: fixed;
      bottom: 0px;
      background: #13864b;
      width: 100%;
      left: 0px;
      top: initial;
    }
    .app img {
      display: none;
    }
    footer .app img {
      width: 120px;
      margin-top: 15px;
      margin-bottom: 10px;
      display: inline-block;
    }
    .social-icons {
      margin-top: 20px;
      margin-bottom: 50px;
    }
  }