input[type="text"] {
 	width: 81%;
    border: 1px solid #aaa;
    border-radius: 43px;
    margin: 11px 0;
    outline: none;
    padding: 4px;
    box-sizing: border-box;
    transition: 0.3s;
}
input[type="text"]:focus 
{
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] 
{
  padding-left: 24px;
}
input[type="password"] 
{
  width: 81%;
  border: 1px solid #aaa;
  border-radius: 43px;
  margin: 11px 0;
  outline: none;
  padding: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}

input[type="password"]:focus 
{
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="password"] 
{
  padding-left: 24px;
}
.inputWithIcon 
{
  position: relative;
}

.inputWithIcon i 
{
  	position: absolute;
    left: 0;
    top: 13px;
    padding: 7px 8px;
    color: #8942f2;
    transition: 0.3s;
}

.inputWithIcon input[type="password"]:focus + i 
{
  color: dodgerBlue;
}
.inputWithIcon input[type="text"]:focus + i 
{
  color: dodgerBlue;
}

.inputWithIcon.inputIconBg i 
{
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="password"]:focus + i 
{
  color: #fff;
  background-color: dodgerBlue;
}
.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color: dodgerBlue;
}
.services
{
  background-repeat: no-repeat;
         background-attachment: fixed;
        background-position: center;
}
.scroll-top.open {
    top: 90%;
}
.text-white {
    color: #fff !important;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    /*top: 100%;*/
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    /*-webkit-transition: 1s ease;*/
    transition: 1s ease;
    border: none;
}
.primary-bg {
    background: #6730e3 !important;
}



@media only screen and (max-width: 600px) 
{
  input[type="text"]
  {
  	width: 82%;
    border: 1px solid #aaa;
    border-radius: 43px;
    margin: 12px 0;
    /* margin-left: 37px; */
    margin-left: 86px;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  input[type="password"]
  {
    width: 82%;
    border: 1px solid #aaa;
    border-radius: 43px;
    margin: 12px 0;
    /* margin-left: 37px; */
    margin-left: 86px;
    outline: none;
    padding: 6px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .inputWithIcon i {
    position: absolute;
    left: 88px;
    top: 16px;
    padding: 7px 8px;
    color: #8942f2;
    transition: 0.3s;
}	
.login
{
	
    margin-left: 67px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    
}
.Operator
{
	padding-bottom: 6px;
    margin-top: 20px;
    margin-left: 8px;
}
.verticle
{
	display: none;
}
.verticle2
  {
    border-left: 2px solid #b6b6b8;
    height: 67px;
    position: absolute;
    right: 600px;
    border-top: none;
  }
.privacy
{
	margin-left: 44%;
  
}
.faq
{
	margin-left: 44%;
}
.ride_details
{
	margin-left: -16px;
}
.img-fluid
{
  max-width: 75%;
}
}
@media screen and (max-width: 1900px) 
{
  .verticle2
{
 display: none;
}
#main_image
{
  margin-left: 206px;
}
}
@media only screen   
and (min-device-width : 1150px)   
and (max-device-width : 1605px) 
{
  #image_bg
  {
    /*max-height: 1100px;*/
    max-height: 817px;
        /*background-position: -391px;*/
    background-size: contain;
    background-position: 2px;
  }
  #main_image
  {
    /*margin-left: 0px;*/
       margin-left: -76px;
    max-height: 745px;
    margin-top: -60px;

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

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

  #image_bg
        {
            max-height: 1472px;
            background: linear-gradient(75deg, #7c2df0, #7c2df0) !important;              
        }
  .verticle
  {
  	display: none;
  }
  .verticle2
  {
  	display: none;
  }
  #images_type
  {
    height: 197px;
  }
  
  #main_title
  {
    font-size: 50px !important;
  }
  #main_image
  {
    margin-top: -43px;
    margin-left: 29px;
    height: 590px;

  }
  #real_time
  {
    font-size: 9vw;
    margin-bottom: 11px;
  }
  #Banner
  {
    margin-top: 0px;
  }
  #social_images
  {
    margin-top: 0rem !important;

  }
  #store_image
  {
    margin-left: 0px;
  }
  #image_type
  {
    height: 203px;
  }
  .img-fluid
  {
    /*max-width: 67%;
    margin-left: 10px;*/
  }
  #google
  {
   
  margin-left: auto;
  margin-right: auto;
  }
  #apple
  {
    
  margin-left: auto;
  margin-right: auto;
  }
input[type="text"]
  {
  	width: 39%;
    border: 1px solid #aaa;
    border-radius: 43px;
    outline: none;
    margin-right: 241px;
    margin-left: 219px;
    margin-top: 29px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  input[type="password"]
  {
   width: 39%;
    border: 1px solid #aaa;
    border-radius: 43px;
    outline: none;
    margin-right: 241px;
    margin-left: 219px;
    margin-top: 29px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .privacy
  {
	 margin-top: 36px;
    padding-right: 52px;
    font-size: 17px;
    margin-left: 65px;
    line-height:17px;
  }
.faq
  {
	  margin-top: 36px;
    padding-right: 52px;
    font-size: 17px;
    margin-left: 65px;
    line-height:17px;
  }
  .images
  {
    margin-left: 4px;
  }
.inputWithIcon i 
{
      position: absolute;
    left: 221px;
    top: 31px;
    padding: 7px 8px;
    color: #8942f2;
    transition: 0.3s;
}
.inputWithIcon  {
    margin-left: -161px  !important;
    margin-top: -32px;
}
.forgot_div
{
	margin-top: 0px !important;
}
.forget_anchor
{
	margin-left: 60px !important;
   
}	

.Operator
{
	  margin-left: 32px;
    margin-top: 8px;
}

.login
{
 padding-bottom: 3px;
    margin-left: 85px;
}
.ride_details
{
	margin-left: -16px;
}

}
@media screen and (max-width: 1700px) {
 .verticle
{
	display: none;
}
.verticle2
{
	display: none;
}
.ride_details
{
	margin-left: auto;
  margin-top: 268px;
}



}
@media only screen and (min-device-width: 1112px) and (orientation: landscape) 
{
	.privacy
	{
		    margin-left: -29px;
	}
	.ride_details
{
	margin-left: -16px;
}


}

@-webkit-keyframes move-up-down {
  0% {
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-15px);
    transform: translateX(0) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
  }
}

@keyframes move-up-down {
  0% {
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-15px);
    transform: translateX(0) translateY(-15px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(5px);
    transform: translateX(0) translateY(5px);
  }
}

@media (min-width: 768px) and (max-width: 1450px) {
  /* line 71, src/assets/scss/components/hero-section/_hero-13.scss */
  .hero-animated-card-2 {
    right: auto;
    bottom: 0;
  }
  /* line 75, src/assets/scss/components/hero-section/_hero-13.scss */
  .hero-animated-card-3 {
    display: none;
  }
  /* line 78, src/assets/scss/components/hero-section/_hero-13.scss */
  .img-custom-width {
    min-width: auto;
  }
  /* line 82, src/assets/scss/components/hero-section/_hero-13.scss */
  .content-img-wrap .dot-shape {
    display: none;
  }
 
}

@media (min-width: 320px) and (max-width: 1136px) {
  /* line 90, src/assets/scss/components/hero-section/_hero-13.scss */
  .animation-item .hero-animated-card-4 {
    width: 40%;
  }
  /* line 95, src/assets/scss/components/hero-section/_hero-13.scss */
  .content-img-wrap .dot-shape {
    display: none;
  }

}

/* line 1, src/assets/scss/components/promo-section/_common.scss */
.icon-square {
  width: 55px;
  height: 55px;
  text-align: center;
}

/* line 2, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single {
  position: relative;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 6, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single a {
  text-decoration: none;
  position: absolute;
  right: 15px;
  bottom: -15px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
}

/* line 19, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single:hover {
  background: linear-gradient(75deg, #4f1bc5, #7b17c5) !important;
  color: #fff;
}

/* line 22, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single:hover h5 {
  color: #fff !important;
}

/* line 25, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single:hover a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 27, src/assets/scss/components/promo-section/_promo-1.scss */
.promo-one-single:hover a:hover {
  background: #bf00dc !important;
  color: #fff;
}

/* line 1, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card {
  border-radius: 1rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
}

/* line 5, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  z-index: 1;
}

/* line 9, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
          box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  color: #fff;
}

/* line 13, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover:hover span, .single-promo-card.single-promo-hover:hover h5 , .single-promo-card.single-promo-hover:hover h3 , .single-promo-card.single-promo-hover:hover p {
  color: #fff !important;
}

/* line 16, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover:hover:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #ecb737;
}

/* line 27, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover:before {
  content: '';
  position: absolute;
  right: -55px;
  width: 95px;
  height: 95px;
  bottom: -50px;
  border-radius: 35px;
  background-color: #7c2df0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: -1;
}

/* line 42, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover-2 {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* line 44, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover-2:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
          box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
  background-color: #7c2df0;
  color: #fff;
}

/* line 49, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card.single-promo-hover-2:hover span, .single-promo-card.single-promo-hover-2:hover h5 {
  color: #fff !important;
}

/* line 54, src/assets/scss/components/promo-section/_promo-2.scss */
.single-promo-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
          box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
[image-overlay]:before {
    
   /* background: linear-gradient(
75deg
, #7c2df0, #7c2df0) !important;*/

  }

