.ubereats-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 80vh;
}
.ubereats-banner:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url(../food-images/overlay-pattern.png);
	z-index: 1;
	height: 100%;
}
.ubereats-banner-heading {
    position: relative;
    z-index: 2;
}
.ubereats-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);
}
.ubereats-banner-heading>h2 {
    color: #ffffff;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.ubereats-banner-heading>p {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}
.ubereats-section-padding {
	padding: 50px 0px;
}
.ubereats-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;
}
.ubereats-btn>a:hover {
	border-radius: 50px;
	transition: 0.3s linear;
	background-color: #9928b0;
	border: 1px solid #9928b0;
}
.ubereats-heading-main {
	text-align: center;
}
.ubereats-heading {
	color: #1f1f1f;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 2px;
	text-align: center;
}
.ubereats-heading-underline {
	display: inline-block;
	width: 29%;
	height: 4px;
	background-image: linear-gradient(45deg, transparent,#673ab7, transparent);
	margin: 5px auto 20px;
}
.ubereats-heading > span {
	font-weight: 500;
}
.ubereats-about-data-content span {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #5a5a5a;
	display: block;
}
.ubereats-about-us-img{
	text-align: center;
}
.ubereats-about-us-img img{
	width: 80%;
}
.ubereats-btn {
	padding: 20px 0px 0px 0px;
}
.ubereats-featuincl{
		background-repeat: repeat;
		background-blend-mode: overlay;
		background-attachment: fixed;
	}
	.ubereats-featuincl-data{
	padding: 20px 0px 0px 0px;
}
	.ubereats-featuincl-heading{
		text-align: center;
	}
	.ubereats-featuincl-heading h3{
		color: #ffffff;
	    font-size: 34px;
	    font-family: 'Roboto', sans-serif;
	    font-weight: 500;
	    margin-bottom: 2px;
	    text-align: center;
	}
	.ubereats-featuincl-heading span{
	    font-weight: 600;
	}
	.ubereats-featuincl-heading h4{
		display: inline-block;
	    width: 29%;
	    height: 4px;
	    background-image: linear-gradient(45deg, transparent,#d8d8d8, transparent);
	    margin: 5px auto 20px;
	}
	.ubereats-featuincl-single {
    border: 1px solid #c3c3c3;
    padding: 20px 25px;
    background-color: #ffffff;
    position: relative;
   transition: 0.3s ease-in-out;
   cursor: pointer;
   margin-bottom: 30px;
   height: 100%;
}
.ubereats-featuincl-single:hover {
   transition: 0.3s ease-in-out;
}
	.ubereats-featuincl-single>h4 {
    font-size: 33px;
    color: #757575;
}
	.ubereats-featuincl-single>h5 {
    color: #3a3a3a;
    font-size: 17px;
    font-weight: 700;
    margin: 8px 0px 11px 0px;
}
.ubereats-featuincl-single p{
    font-size: 15px;
    color: #3e3e3e;
}

/*feature-css-start*/
.main-feature .nav-tabs .nav-item.show .nav-link, .nav-tabs{
	color: #495057;
	border-color: #dee2e6 #dee2e6 #fff;
}
.main-feature .nav.nav-tabs li a {
	border: 1px solid #ccc;
	color: #222;
	padding: 10px 30px;
	border-radius: 0px 40px;
	transition: 0.5s;
}
.main-feature .nav.nav-tabs li .nav-link.active {
	background-color: #6939b7;
	color: #fff;
	transition: 0.5s; 
	border: none;
	border-radius: 40px 0px;
}
.main-feature .nav.nav-tabs li a {
	border: 1px solid #ccc;
	color: #222;
}
.main-feature-data ul {
	display: flex;
	justify-content: center;
	background: #f7f7f7;
	border-radius: 50px;
}

.feature-data-single-field {
	border: 1px solid #c3c3c3;
	padding: 30px 15px 20px 15px;
	background-color: #f7f7f7;
	position: relative;
	transition: 0.3s ease-in-out;
	cursor: pointer;
	margin-bottom: 40px;
	height: 100%;
}
.feature-data-single-field > h4 {
	font-size: 33px;
	color: #757575;
}
.feature-data-single-field h4 {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 50px;
	background: #fff;
}
.feature-data-single-field > h5 {
	color: #3a3a3a;
	font-size: 17px;
	font-weight: 700;
	margin: 8px 0px 11px 0px;
}
.tab-content {
	padding: 50px 0px 0px 0px;
}
.feature-data-single-field p {
	font-size: 15px;
	color: #3e3e3e;
}
.ubereat-perfsolution {
    background-color: #f4edff;
}
.ubereat-perfsolution-single {
    background-color: white;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 100%;
}
.ubereat-perfsolution-single>h4 {
    margin: 7px 0px 10px 0px;
    font-size: 40px;
    color: #693ab7ad;
}
.ubereat-perfsolution-single>h3 {
    font-size: 22px;
    font-weight: 600;
    color: #4c4c4c;
    text-transform: capitalize;
    margin: 17px 0px 15px;
    font-family: 'Roboto', sans-serif;
}
.ubereat-perfsolution-single>p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #5a5a5a;
}
.ubereat-perfsolution-single>span {
    font-size: 16px;
    color: #313131;
    display: block;
    text-align: justify;
    text-align-last: center;
}

@media only screen and (max-width: 768px) {
.ubereats-section-padding{
	padding: 30px 0px; 
}
.ubereats-banner-heading > h1 {
	font-size: 30px;
}
.ubereats-banner-heading > h2 {
	font-size: 19px;
	line-height: 25px;
}
.ubereats-banner-heading > p {
	color: white;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
}
.ubereats-btn > a {
	padding: 6px 10px;
	border-radius: 1px;
	font-weight: 600;
	font-size: 16px;
}
.ubereats-banner {
	min-height: auto;
	padding: 50px 0px;
}
.ubereats-heading {
	font-size: 20px;
}
.ubereats-about-us-img {
	padding: 30px 0px 0px 0px;
}
.ubereat-perfsolution-single {
	margin-bottom: 20px;
}
.ubereat-perfsolution-single > p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
}
.main-feature-data ul {
	display: initial;
	border-radius: 0px;
}
.main-feature .nav.nav-tabs li .nav-link.active {
	border-radius: 0px 0px;
}
.main-feature .nav.nav-tabs li a {
	border-radius: 0px 0px;
}
.ubereats-featuincl-heading h3 {
	font-size: 23px;
}

}

/*---------------------------zomato clone app--------------------*/

.zomatoclone-para {
    font-size: 16px;
    font-weight: 300;
    color: #616161;
    line-height: 1.6;
    text-align: left;
    text-align-last: left;
}
.zomatoclone-banner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-attachment: fixed;
	position: relative;
}
.inner-zomatoclone-banner{
	display: flex;
	align-items: flex-end;
}
.zomatoclone-banner-data {
    font-family: 'Roboto', sans-serif;
    padding: 30px 10px;
}
.zomatoclone-banner-data>h1 {
    font-size: 54px;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
}
.zomatoclone-banner-data>h2 {
    color: white;
    font-size: 35px;
    font-weight: 200;
    margin: 0;
}
.zomatoclone-banner-data>p {
    color: white;
    font-size: 20px;
    font-weight: 300;
}
.zomatoclone-button {
    padding: 10px 0px 10px 0px;
}
.zomatoclone-button>a {
    color: white;
    background-color: #7335b5;
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 17px;
    display: inline-block;
    box-shadow: 0 0 0 0px rgba(0,0,0,0.2);
    margin: 10px;
}
.zomatoclone-button>a:hover {
    transition: 0.4s linear;
    box-shadow: 0 0 0 25px rgba(0,0,0,0);
}
.zomatoclone-banner-image{
	text-align: center;
	padding: 10% 0 0;
}
.zomatoclone-banner-image img{
	width: 100%;
}

.zomatoclone-about {
    background-color: #f5f7ff;
    padding: 30px 0px;
    text-align: center;
}
.zomatoclone-services{
	background-repeat: repeat;
	background-blend-mode: overlay;
}
.inner-zomatoclone-services {
    padding-top: 20px;
}
.zomatoclone-services-single {
    padding: 20px 15px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px;
    transition: 0.4s linear;
    cursor: pointer;
    height: 100%;
}
.zomatoclone-services-single:hover {
    transition: 0.4s linear;
    box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.3);
}
.zomatoclone-services-single>h4 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #7e50c5;
}
.zomatoclone-services-single>h5 {
	margin: 20px 0px 25px 0px;
}
.zomatoclone-services-single>h5>span {
    font-size: 19px;
    font-weight: 600;
    color: #6d707d;
    display: inline;
    border-bottom: 1px dotted;
}
.zomatoclone-services-single>p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 20px;
    line-height: 1.7;
    text-align: justify;
    text-align-last: center;
}

.zomatoclone-safedelivery-img{
	text-align: center;
}
.zomatoclone-safedelivery-img img{
	width: 100%;
    border-radius: 7px;
}
.zomatoclone-safedelivery-content {
    padding: 35px 10px 30px;
    position: relative;
    background-color: #45b853;
    color: white;
    left: -60px;
    border-radius: 7px;
}
.zomatoclone-safedelivery-content>h4 {
    font-size: 27px;
    margin-bottom: 15px;
}

.inner-zomatoclone-solution {
    padding-top: 20px;
}
.zomatoclone-solution-single {
    padding: 25px 15px;
    height: 100%;
   transition: 0.3s linear;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    cursor: pointer;
}
.zomatoclone-solution-single:hover {
   transition: 0.4s linear;
   box-shadow: 10px 9px 20px -7px rgba(0,0,0,0.3);
}
.zomatoclone-solution-single>h4{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 40px;
	background-color: #6a39b7;
	color: #ffffff;
	margin: auto;
}

.zomatoclone-solution-single>h5 {
    margin: 20px 0px 11px 0px;
    color: #484848;
    font-weight: 600;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
}
.zomatoclone-solution-single>p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 20px;
    line-height: 1.7;
    text-align: justify;
    text-align-last: center;
}

.zomatoclone-weoffer-image img{
	width: 100%;
}
.zomatoclone-weoffer-single {
    padding: 10px;
    display: flex;
    margin-bottom: 15px;
}
.inner-zomatoclone-weoffer{
	padding-top: 20px;
}
.zomatoclone-weoffer-single-icon>span {
    color: #8f6bc7;
    font-size: 30px;
    margin-right: 15px;
}
.zomatoclone-weoffer-single-text>h5 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #403f3f;
}
.zomatoclone-weoffer-single-text>span {
    display: block;
    font-size: 15px;
    color: #252525;
}


@media (max-width: 768px) {
.zomatoclone-banner {
    min-height: 70vh;
}
.zomatoclone-banner-image{
	display: none;
}
.zomatoclone-banner-data>h4 {
    font-size: 36px;
}
.zomatoclone-safedelivery-content{
	left: 0;
	border-radius: 0px 0px 7px 7px;
}
.zomatoclone-banner-data>h5 {
    font-size: 35px;
}
.zomatoclone-weoffer-content {
    margin-top: 20px;
}
.zomatoclone-solution-single>h4 {
    width: 70px;
    height: 70px;
    font-size: 35px;
}
.zomatoclone-safedelivery-img img {
	border-radius: 7px 7px 0px 0px;
    
}
}


/*----foodpanda start--------*/
.foodpanda-clone-banner-screen{
	text-align: center;
	padding: 15% 0 0;
}
.foodpanda-clone-banner-screen img{
	width: 75%;
}
	.food-clone-faq-tabs-btns ul {
    justify-content: center;
    padding: 10px;
    font-family: 'Roboto', sans-serif;

}
.food-clone-faq-tabs-btns .nav-pills .nav-link{
	color: #2e2e2e;
	font-size: 20px;
	border: 1px solid;
	min-width: 150px;
	font-weight: 500;
	text-align: center;
	border-radius: 50px 0px 50px 0px;
    margin: 0px 5px;
	transition: 0.3s linear;
}
.food-clone-faq-tabs-btns .nav-pills .nav-link.active,
.food-clone-faq-tabs-btns .nav-pills .show>.nav-link {
    color: #693ab7;
    background-color: transparent;
}
.food-clone-faq-tabs-btns .nav-pills .nav-link.active{
	background-color: #693ab7;
	color: white;
	border-radius: 0px 50px 0px 50px;
	transition: 0.3s linear;
}

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

.eat24-about-heading>h3 {
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.eat24-about-heading>h3>b {
    color: #6a39b7;
    font-weight: inherit;
}

/*----foodpanda end--------*/

/*------eat24------*/

.eat24-weoffer-image img{
    width: 100%;
}
.eat24-weoffer-single {
    padding: 16px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 0px 3px -1px;
}
.eat24-weoffer-single:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #9a28b0;
    width: 50px;
    height: 30px;
    border-bottom: 2px solid #9928b0;
    transition: 0.4s linear;
}
.eat24-weoffer-single:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #9928b0;
    width: 50px;
    height: 30px;
    border-left: 2px solid #9928b0;
    transition: 0.4s linear;
}
.eat24-weoffer-single:hover:after,
.eat24-weoffer-single:hover:before{
    transition: 0.4s linear;
    height: 100%;
    width: 100%;
}
.eat24-weoffer-content {
    padding: 15px 0px 0px;
}
.eat24-weoffer-single-icon>span {
    color: #8f6bc7;
    font-size: 30px;
    margin-right: 15px;
}
.eat24-weoffer-single-text>h5 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #403f3f;
}
.eat24-weoffer-single-text>span {
    display: block;
    font-size: 15px;
    color: #252525;
}

.eat24-demo{
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    width: 100%;
    overflow: hidden;
}
.eat24-demo-content {
    padding: 60px 20px;
    text-align: center;
    background-color: #0000006b;
    font-family: 'Roboto', sans-serif;
}
.eat24-demo-content h4 {
    color: white;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.eat24-demo-content h4>b {
   font-weight: inherit;
   color: #6b39b7;
}
.eat24-demo-content p {
    line-height: 1.7;
    color: white;
    font-size: 20px;
    font-weight: 100;
}

@media(max-width: 767px){
.eat24-demo-content {
    padding: 30px 20px;
}
.eat24-demo-content h4 {
    font-size: 26px;  
}
.eat24-demo-content p {  
    font-size: 17px;
    text-align: justify;
}

}

/*-----eat24 end-------*/