/*---------------------------ola and lyft clone app------------------------*/
.ola-section-padding{
	padding: 50px 0px;
}
.ola-clone-heading-main {
    text-align: center;
}
.ola-clone-heading {
    color: #1f1f1f;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
}
.ola-clone-heading>span {
    font-weight: 500;
}
.ola-clone-heading-underline {
    display: inline-block;
    width: 29%;
    height: 4px;
    background-image: linear-gradient(45deg, transparent,#673ab7, transparent);
    margin: 5px auto 20px;
}
.ola-clone-paragraph {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.8;
}
.ola-clone-banner {
    padding: 60px 0px;
    background-image: url(../product-images/taxi-banner.jpg),linear-gradient(45deg, #000000, #00000054);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.ola-clone-banner-heading>h1 {
    color: white;
    font-size: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.ola-clone-banner-heading>h2 {
    color: #ffffff;
    font-size: 39px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.ola-clone-banner-heading>p {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    text-align: justify;
}
.ola-clone-btn {
    padding: 10px 0px;
}
.ola-clone-btn>a {
    color: white;
    background-color: #673ab7;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s linear;
    border: 1px solid #673ab7;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.ola-clone-btn>a:hover {
    border-radius: 50px;
    transition: 0.3s linear;
    background-color: #9928b0;
    border: 1px solid #9928b0;
}
.ola-clone-banner-image{
	text-align: center;
}
.ola-clone-banner-image img{
	width: 80%;
}

.ola-clone-appdev-data {
    text-align: center;
}



.ola-clone-packages {
    background-color: #fff5d7;
}
.ola-clone-packages-content-img {
    text-align: center;
}
.ola-clone-packages-content-img img {
    width: 80%;
}
.ola-clone-packages-content{
	padding: 20px 0px 0px 0px;
}
.ola-clone-packages-content-text ul li h4 {
    margin-bottom: 20px;
    font-size: 19px;
    color: #4a4a4a;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.ola-clone-packages-content-text ul li h4 i{
	color: #673ab7;
	margin-right: 15px;
}


.ola-clone-devproces-content{
	padding: 30px 0px 0px 0px;
}
.ola-clone-devproces-singlefeild {
    padding: 30px 36px;
    background-color: #464646;
    position: relative;
    border-radius: 15px;
    margin-bottom: 20px;
}
.ola-clone-devproces-singlefeild>h4 {
   	color: white;
   	font-size: 24px;
    margin-bottom: 10px;
}
.ola-clone-devproces-singlefeild>p {
   	color: white;
   	font-size: 15px;
    margin-bottom: 5px;
}
.ola-clone-devproces-singlefeild>p>i {
   margin-right: 10px;
}
.ola-clone-devproces-singlefeild:before {
    content: '';
    position: absolute;
    border-left: 30px solid white;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 50%;
    left: 0;
    transform: translate(0%,-50%);
}
.ola-clone-devproces-singlefeild:after {
    content: '';
    position: absolute;
    border-left: 30px solid #464646;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    top: 50%;
    right: -30px;
    transform: translate(0%,-50%);
}
.ola-devproces-single1 {
   background-color: #f2476a;
}
.ola-devproces-single1:after {
   border-left: 30px solid #f2476a;
}
.ola-devproces-single2 {
    background-color: #009688;
}
.ola-devproces-single2:after {
   border-left: 30px solid #009688;
}
.ola-devproces-single3 {
     background-color: #ec9f01;
}
.ola-devproces-single3:after {
   border-left: 30px solid #ec9f01;
}
.ola-devproces-single4 {
    background-color: #324da4;
}
.ola-devproces-single4:after {
   border-left: 30px solid #324da4;
}
.ola-devproces-single5 {
    background-color: #8f9ed1;
}
.ola-devproces-single5:after {
   border-left: 30px solid #8f9ed1;
}


.ola-clone-feature-content {
    padding: 30px 0px 0px 0px;
}
.ola-clone-feature-single {
    padding: 25px;
    border: 1px dashed #673ab7;
    position: relative;
    border-radius: 49px 0px 50px 0px;
    text-align: center;
    height: 100%;
}
.ola-clone-feature-single>h5 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 50%;
    background-color: #902bb1;
    color: white;
    font-size: 28px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ola-clone-feature-single h4 {
    margin: 23px 0px 10px 0px;
    font-size: 20px;
    color: #313131;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.ola-clone-feature-single>p {
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
}


.inner-ola-clone-faq{
	background-image: url(../product-images/faq-backgrpoung.jpg),linear-gradient(45deg, #00000030, #0000006e);
	 background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    padding: 80px 0px;
}
.ola-clone-faq .card{
	background-color: transparent;
	border: none;
}
.inner-ola-clone-faq .card-header{
	padding: 0;
	border-bottom: none;
}
.inner-ola-clone-faq .card-header a{
	padding: 15px;
	display: block;
	color: white;
	font-size: 18px;
	background-color: #f96161;
	border-radius: 5px;
}
.inner-ola-clone-faq .card-header a i{
	margin-right: 10px;
	font-size: 22px;
}
.inner-ola-clone-faq .card-body{
	background-color: #ffffffc7;
	border-radius: 3px;
}
.inner-ola-clone-faq .card-body span{
	font-size: 17px;
	color: #000000;
}
.inner-ola-clone-faq .card-body span i{
	margin-right: 10px;
	font-size: 22px;
}
.row {
    margin-left:  0px !important;
    margin-right: 0px !important;
}

@media(max-width: 767px){
    .ola-clone-heading {
    font-size: 28px;
}
.ola-clone-heading-underline {
    width: 60%;
}
.ola-clone-banner {
    min-height: 80vh;
}
    .ola-clone-banner-heading>h1 {  
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 1;
}
.ola-clone-banner-heading>h2 {
    font-size: 34px;
    text-shadow: 1px 9px 20px rgb(0, 0, 0.7);
}
.ola-clone-banner-heading>p {
    text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
    font-size: 19px;
}
.ola-clone-btn>a {
    padding: 6px 16px;
    font-weight: 500;
    font-size: 15px;
}
.ola-clone-banner-image {
    display: none;
}
.ola-clone-devproces-singlefeild {
    padding: 17px 36px;
    border-radius: 25px;
    margin: 0px auto 20px;
    width: 90%;
}
.ola-clone-devproces-singlefeild:after {
    right: -28px;
}
.ola-clone-devproces-singlefeild>h4 {
    font-size: 22px;
}
.ola-clone-devproces-singlefeild>p {
    font-size: 16px;
}
.fullwidth-single-video {
    width: 90%;
    margin: 0 auto;
}
.software-features .nav-tabs li {
	 width: 100% !important;
}
.ola-clone-packages-content-text,.software-features .nav-tabs li,.nav-tabs {
         margin-top: 45px; 
 }
.software-features {
    margin-bottom: 10px !important;
}
}

/*----------------------------------ola and lyft clone app end---------------------------*/


/*---------------------------------------------lecab clone app start------------------------*/

.lecab-clone-banner {
    padding: 60px 0px;
    background-image: url(../product-images/lycab-clone-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.lecab-clone-banner-outer-heading {
    position: relative;
}
.lecab-clone-banner-outer-heading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 5px 5px;
    border-top: 4px solid #673ab7;
}
.lecab-clone-banner-heading {
    padding: 15px 20px;
    position: relative;
    z-index: 2;
}

.lecab-clone-banner-heading>h1 {
    color: white;
    font-size: 55px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.lecab-clone-banner-heading>h2 {
    color: #ffffff;
    font-size: 39px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.lecab-clone-banner-heading>p {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}
.lecab-clone-banner-image{
    text-align: center;
}
.lecab-clone-banner-image img{
    width: 80%;
    transform: rotate(-17deg);
}
.lecab-about-text>p>span {
    margin: 10px 0px 14px 14px;
    font-size: 17px;
    display: flex;
    align-items: baseline;
    line-height: 1.5;
}
.lecab-about-text>p>span>i {
    margin-right: 10px;
}
.lecab-about-image{
    text-align: center;
}
.lecab-about-image img {
    width: 100%; 
}

.lecab-demo-main {
    background-color: #0000000f;
}
.lecab-demo-image{
    text-align: center;
}
.lecab-demo-image img{
    width: 80%;
}
.lecab-demo-text{
    margin-top: 30px;
}
.lecab-demo-text p {
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    color: #5a5a5a;
    text-align: justify;
}
.lecab-demo-btn {
    text-align: center;
    padding: 10px 0px;
}
.lecab-demo-btn>a {
    display: inline-block;
    padding: 8px 30px;
    color: white;
    background-color: #9C27B0;
    border-radius: 5px;
    font-size: 17px;
    box-shadow: 0px 0px 0px 0px;
    transition: 0.4s ease-in-out;
}
.lecab-demo-btn>a:hover{
   box-shadow: 0px 19px 16px -7px rgba(0,0,0,0.3);
    transition: 0.4s ease-in-out;
}


    .lecab-clone-features-data .nav.nav-pills {
    background-color: #232323;
    justify-content: center;
    border-bottom: 8px solid #6c39b7;
}
.lecab-clone-features-data .nav-pills .nav-link.active,
.lecab-clone-features-data .nav-pills .nav-link.active:hover {
    background-color: #6b39b7;
    border-radius: 0;
}
.lecab-clone-features-data .nav-pills .show>.nav-link{
    background-color: transparent;
}
.lecab-clone-features-data .nav-link {
    color: white;
    padding: 13px 25px;
    font-size: 17px;
}
.lecab-clone-features-data .nav-link>i {
    font-size: 25px;
    margin-right: 6px;
    color: gainsboro;
}
.lecab-clone-features-data .nav-item {
    margin: 0px 16px;
}
.lecab-clone-features-tab-boxes{
    padding: 20px 0px;
}
.lecab-clone-features-tab-data {
    background-color: #b6a3d426;
}
.lecab-clone-features-tab-single {
    padding: 14px;
    border-radius: 2px;
    border: 1px solid #693ab7;
    background-color: #ffffff;
    height: 100%;
}
.lecab-clone-features-tab-single h5{
    color: #5d5d5d;
    font-size: 45px;
}
.lecab-clone-features-tab-single h4 {
    font-size: 20px;
    margin: 10px 0px 15px 0px;
    font-weight: 700;
    color: #1d1d1d;
}
.lecab-clone-features-tab-single p{
    font-size: 16px;
}

.lecab-clone-faq{
    position: relative;
}
.lecab-clone-faq .card{
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}
.inner-lecab-clone-faq .card-header{
    padding: 0;
    border-bottom: none;
}
.inner-lecab-clone-faq .card-header a {
    padding: 12px;
    display: block;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: 19px;
    background-color: #616161;
}
.inner-lecab-clone-faq .card-header a i{
    margin-right: 10px;
    font-size: 22px;
}
.inner-lecab-clone-faq .card-body {
    background-color: #ffffffc7;
    padding: 10px;
    border: 1px solid #616161;
    border-radius: 0px 0px 5px 5px;

}
.inner-lecab-clone-faq .card-body span{
    font-size: 17px;
    color: #000000;
}
.inner-lecab-clone-faq .card-body span i{
    margin-right: 10px;
    font-size: 22px;
}
.lecab-clone-faq-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.lecab-clone-faq-corner img{
    width: 200px;
}

/*----Why Choose start-----*/
.lecab-choose-text>h4 {
    color: #484848;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.lecab-choose-text>h4>span {
    color: #673ab7;
}
.lecab-choose-text>p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}
.lecab-choose-image{
    text-align: center;
}
.lecab-choose-image img{
    width: 40%;
}


/*----Why Choose end-----*/

 

@media(max-width: 767px){
    .lecab-clone-banner {
    min-height: 80vh;
}
    .lecab-clone-banner-heading>h1 {  
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1;
}
.lecab-clone-banner-heading>h2 {
    font-size: 30px;
    text-shadow: 1px 9px 20px rgb(0, 0, 0.7);
}
.lecab-clone-banner-heading>p {
    text-shadow: 0px 0px 12px rgba(0,0,0,0.8);
    font-size: 19px;
}
.lecab-clone-banner-image {
    display: none;
}
.lecab-demo-text p {
    text-align: justify;
}
.lecab-choose-text>h4 { 
    font-size: 30px;
}
.lecab-choose-text>p {
    text-align: justify;
}
.lecab-clone-features-data .nav.nav-pills {
    flex-wrap: nowrap;
}
.lecab-clone-features-data .nav-item {
    margin: 0px 0px;
}
.lecab-clone-features-data .nav-link {
    padding: 9px 10px;
    font-size: 15px;
}
.lecab-clone-features-data .nav-link>i {
    display: block;
    margin-bottom: 10px;
}
}

/*----------------------------------------------lecab clone app end---------------------------------------*/


/*----------------------------------------------Bitakshi clone app Start---------------------------------------*/

.bitakshi-clone-banner {
    /* background-image: url(updated/Otrade-main.png); */
    /* background-image: url(../product-images/lycab-clone-banner.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.bitakshi-clone-banner-outer-heading {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.bitakshi-clone-banner-outer-heading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 5px 5px;
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
}
.bitakshi-clone-banner-heading {
    padding: 15px 30px 15px 20%;
    position: relative;
    z-index: 2;
}

.bitakshi-clone-banner-heading>h1 {
    color: white;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
    margin-bottom: 12px;
    line-height: 1;
}
.bitakshi-clone-banner-heading>h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.bitakshi-clone-banner-heading>p {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}

/*--------bitaksi  appwork start------*/
.bitaksi-appwork-image{
    text-align: center;
}
.bitaksi-appwork-image img{
   width: 90%;
}
/*--------bitaksi  appwork end------*/
.bitakshi-live-demo {
   background-image: url(../product-images/bitaksi-demo.jpg),linear-gradient(45deg, #000000b3, #000000b3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    min-height: 70vh;
    background-blend-mode: overlay;
}
.bitakshi-live-demo-heading {
    text-align: center;
    color: ;
}
.bitakshi-live-demo-heading {
    text-align: center;
    color: ;
}
.bitakshi-live-demo-heading>h4 {
   color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 41px;
    font-weight: 600;
}
.bitakshi-live-demo-heading>p {
   color: white;
    font-size: 20px;
    line-height: 1.6;
    margin: 30px 0px;
}

.bitakshi-silentfeatures-main{
   background-image: url(../product-images/paper.jpg);
   background-repeat: repeat;
    background-size: cover;
    background-position: center;
}
.bitakshi-silentfeatures-img {
    text-align: center;
}
.bitakshi-silentfeatures-img img {
    width: 100%;
}
.bitakshi-silentfeatures-single {
    padding: 15px;
    border: 1px dashed #6a39b7;
    background-color: white;    
    border-radius: 6px;
    height: 100%;
}
.bitakshi-silentfeatures-single h4 {
    color: #3e3e3e;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.bitakshi-silentfeatures-single h4>i {
    font-size: 35px;
     color: #6a39b7;
    margin-right: 10px;
    vertical-align: middle;
}
.bitakshi-silentfeatures-single>p {
    font-size: 15px;
    text-align: justify;
}
.row {
    margin-left:  0px !important;
    margin-right: 0px !important;
}

@media(max-width: 767px){
    .bitakshi-clone-banner-outer-heading {
    min-height: 85vh;
}
.bitakshi-clone-banner-heading {
    padding: 15px 30px 15px 30px;
}
 .bitakshi-clone-banner-heading>h1 {
    font-size: 27px;
    margin-bottom: 9px;
}
.bitakshi-clone-banner-outer-heading:before {
    background-color: #00000075;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
     -webkit-clip-path: none;
    clip-path: none;
}
.bitakshi-clone-banner-heading>h2 {
    font-size: 22px;
    font-weight: 500;
}
.bitakshi-clone-banner-heading>p {
    font-size: 17px;
}
.bitakshi-clone-banner-image{
    display: none;
}
.bitakshi-live-demo-heading>h4{
    font-size: 34px;
}
}




/*----------------------------------------------Bitakshi clone app end---------------------------------------*/



