.top_bar .top_bar--info li p span {
	color: #fff!important;
}

#home-banner{
	background: url(img/md/banner1.jpg) center top no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

#home-banner h3{
	color: #fff;
	font-size: 42px;
}

#home-banner p{
	color: #fff;
}

#home-banner h4{
	padding-top: 20px;
}

.top-head {
	color: #EC6428 !important;
}

.biz_overlay:before {
	background: none;
}
.kmore {
	margin-top: 10px;
	padding: 0.2rem 2rem !important;
}

.counter_p p {
	color: #293C68!important;
}

.plus {
	font-size: 3.20rem!important;
}
.counter_p span {
	color: #293C68!important;
}
.star_p i{
	color: #EC6428!important;
}

.shop_p p{
	padding: 10px 10px 0px 10px;
}

.franchise {
	background-color: #ec6428;
	color: #fff;
}

.franchise h3{
	color: #fff;
}

.btn-blue {
	color: #fff;
    background-color: #293C68;
    border-color: #293C68;
}

.btn-white {
	color: #ec6428;
    background-color: #fff;
    border-color: #ec6428;
}

.color-white {
	color: #fff;
}

.white-bg {
	background: #fff;
}

.blue-bg {
	color: #fff!important;
	background: #293C68!important;
}

.btn_pad {
	padding-top: 20px;
  /*overflow:hidden;
  text-overflow:ellipsis;*/
}

.foot-address ul.links a{
	color: #fff!important;
	/*color: rgba(255, 255, 255, 0.5);*/
}
.foot-address small{
	color: #ec6428;
}
.foot-address p{
	color: #fff;
}

.widget__title1{
	color: #fff!important;
}

.foot_li {
	line-height: 30px;
}

.foot_md {
	max-width: 150px!important;
}

.foot1 {
	background: #001C5C !important;
}
.foot1 p{
	color: #fff!important;
}
.foot1 a{
	color: #ec6428!important;
}

.side_img img{
	max-width: 70px!important;
	max-height: 70px!important;
}

.side_img span, span> a{
	color: #ec6428!important;
}

.social--orange ul li a {
    background: #ec6428 !important;
    color: #fff;
}

.post_info ul li a{
	color: #ec6428!important;
}

.my_blog h5>a {
	color: #293C68!important;
}

.pricing__title h4 {
	color: #293C68!important;
}

.pricing__price h5 {
    font-size: 20px!important;
    margin-bottom: 5px;
    color: #fff;
}

.pricing__price h6 {
    font-size: 12px!important;
    color: #fff;
}

.pricing__price {
	background: #293C68!important;
	padding-top: 20px;
	padding-bottom: 10px;
}

.digi_price {
	background-color: #ec6428;
	color: #fff;
}

.digi_price h1, h3{
	color: #fff;
}

.myarrow span {
    width: 47px!important;
}

#ser1 {
	/*background-image: url(img/md/ser1.png) center top no-repeat;*/
	background: url(img/md/ser1.png) center top no-repeat;
	opacity: 1;
  	/*background-size: cover;*/
  	min-height: 410px;
}

/**** Cookies **********/
.cc-color-override-1651569068.cc-window {
    color: rgb(255, 255, 255);
    background-color: rgb(33, 43, 54);
}
.cc-window.cc-floating, .cc-window.cc-banner {
    width: 100% !important;
    max-width: 600px !important;
    left: -webkit-calc(50vw - 300px) !important;
    left: -moz-calc(50vw - 300px) !important;
    left: calc(50vw - 300px) !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: 20px;
    padding: 15px;
}

.cc-banner .cc-message, .cc-floating .cc-message {
    font-size: 14px !important;
}

#cook {
	position: fixed; 
	bottom: 0px; 
	color: #fff; 
	background-color: #000; 
	z-index: 111;
	width: 100% !important;
    max-width: 600px !important;
    left: -webkit-calc(50vw - 300px) !important;
    left: -moz-calc(50vw - 300px) !important;
    left: calc(50vw - 300px) !important;
}
/**** Cookies end**********/

.card-solution-section {
    padding-bottom: 40px;
    background: transparent;
}

/*.sp-container {
    width: 100%;
    position: relative;
    background-color: #fff;
}
article, aside, details, figcaption, figure{
    display: block;
}
.card-solution-section__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/

.card-solution-section .solution-card:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.96;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(45%, rgba(0,0,0,0)), color-stop(90%, #000));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, #000 90%);
    background-image: -moz- oldlinear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, #000 90%);
    background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, #000 90%);
    background-image: linear-gradient(
180deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, #000 90%);
}

.card-solution-section .solution-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*width: -webkit-calc(25% - 20px);
    width: -moz-calc(25% - 20px);
    width: calc(25% - 20px);*/
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 410px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*-webkit-box-shadow: 0 3px 26px 0 rgb(138 158 170 / 45%);
    -moz-box-shadow: 0 3px 26px 0 rgba(138,158,170,0.45);
    box-shadow: 0 3px 26px 0 rgb(138 158 170 / 45%);*/
    padding: 30px 20px;
}

.card-solution-section .solution-card article {
    position: relative;
    z-index: 2;
}

.card-solution-section .solution-card__icon {
    width: 28px;
    height: 28px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 5px;
}

.card-solution-section .solution-card__title {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
}

.card-solution-section .solution-card__intro {
    opacity: 0.85;
    font-size: 15px;
    color: white;
    line-height: 23px;
    margin-bottom: 0px;
}
.card-solution-section .solution-card__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #D8D8D8;
}

/*.solution-card article {
    position: relative;
    z-index: 2;
}

.card-solution-section .solution-card__title {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 10px;
}*/

/*.card-solution-section .solution-card__intro {
    opacity: 0.85;
    font-size: 15px;
    color: white;
    line-height: 23px;
    margin-bottom: 0px;
}*/

/***** Single store style *******/
.app_img img {
	max-width: 80px;
}

.mgt_sales {
	background-color: #ec6428;
	color: #fff;
}

.mgt_sales h6{
	color: #fff;
}

.ic1:before {
    position: absolute;
    content: url(img/arrow-down.png);
    right: -90%;
    top: 50%;
    transform: translateY(-50%);
}

.counter_shop p {
	color: #fff!important;
}

.shop_star i{
	color: #fff!important;
}

.slider_mb_img {
	max-width: 80%;
	max-height: 350px;
	text-align: center;
}

.mbapp_img img {
	max-width: 50px!important;
	display: inline!important;
}

/******** Multi Vendor css */

.slider_multi_img {
	/*max-width: 100%;*/
	/*max-height: 350px;*/
	text-align: center;
}

.mb_multi_ven {
	max-width: 104px;
	max-height: 190px!important;
}

.pay_mb {
	max-height: 525px;
}

/******* Franchise ********/

.franch_ul {
	/*background: #FFFFFF 0% 0% no-repeat padding-box;*/
	box-shadow: 3px 3px 6px #293C681A;
	border: 1px solid #293C681A;
    border-radius: 38px;
}

.franch_ul a{
	/*background: none!important;*/
}

.fcount_p p {
	color: #ec6428!important;
}

.blog_div {
	min-height: 548px;
}

.p_justify {
	text-align: justify!important;
}
.overlay {
    z-index:50;background:rgba(255,255,255,0.7);border-radius:3px;
    padding: 0%;padding-top:13%;text-align:center;top: 0%;left: 0%;position: absolute;height: 100%;width: 100%;
}
.overlay>.fa {
	top:50%;left:50%;color:#000;font-size:30px
}

/* whatsapp top*/
.whatsapp {
  line-height: 2.66667rem;
  cursor: pointer;
  width: 2.66667rem;
  transition: all 0.3s ease;
  position: fixed;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 1.66667rem 0 0 1.66667rem;
  right: 1px;
  z-index: 111;
  bottom: 150px;
  text-align: center;
}

.MbEnqForm {
    display: none;
    background-color: #ec6428;
    line-height: 2.66667rem;
    cursor: pointer;
    width: 2.66667rem;
    transition: all 0.3s ease;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 10%);
    border-radius: 1.66667rem 0 0 1.66667rem;
    right: 0;
    z-index: 111;
    bottom: 200px;
    text-align: center;
}

.cook {
	padding-left: 10px;
}

.pro_img{
	max-height: 70px!important;
}

.video-play-block__info {
    color: #fff;
    position: absolute;
    z-index: 9;
    text-align: left;
    left: 20px;
    bottom: 20px;
    height: auto;
}

.video-play-block__info p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
	#home-banner h3{
		font-size: 22px;
	}

	#home-banner a{
		margin-bottom: 20px;
	}

	.color-dark {
		font-size: 28px;
	}

	.pro1 {
		/*width: auto;*/
	}

	.myarrow span {
    	width: 75px!important;
	}

	.app_img img {
    	max-width: 60px;
	}

	.breadcrumb {
	    flex-direction: unset;
	    align-items: unset;
	}

	.breadcrumb_area.breadcrumb2 .page_title {
    	margin-bottom: 10px;
	}

	.tab.tab--4 .nav-pills li {
    	margin: 3px!important;
	}
	.nav-pills .nav-item .nav-link{
    	margin-bottom: 0px!important;
    	padding: 0 15px;
    	margin-left: 10px;
	}
	.franch_ul {
    	border-radius: 15px!important;
	}


	.slider_mb_img {
		max-width: 100%;
		max-height: 100%;
		text-align: center;
	}

	#cook {
		width: 100% !important;
	    max-width: 600px !important;
	    left: -webkit-calc(0vw - 0px) !important;
	    left: -moz-calc(0vw - 0px) !important;
	    left: calc(0vw - 0px) !important;
	    /*position: absolute; */
	    z-index: 1000;
	}

    .MbEnqForm {
        display: block;
    }
}


@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }

@media (min-width:801px)  { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 

	.pro1 {
		/*width: 20%!important;*/
	}
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }


/*.card--testimonial:before {
    position: absolute;
    content: "\f2ce";
    right: 2rem;
    top: 2rem;
    color: rgba(65,58,164,.1);
    font-size: 5.33333rem;
    font-family: LineAwesome;
    line-height: 1;
    z-index: -1;
}*/

/*.process-one .process-single:nth-child(2n + 1) .icon:before {
    content: url(img/arrow-up.png);
}

.process-one .process-single .icon:before {
    position: absolute;
    content: url(img/arrow-down.png);
    right: -90%;
    top: 50%;
    transform: translateY(-50%);
}

.process-one .process-single:nth-child(2n + 1) .icon:before {
    content: url(img/arrow-up.png);
}*/