
.col-md-6 {
z-index: 88;
    float: left;
}
body .j2store-cart-button, body .btn-primary, body .j2store-product-back-btn, body .btn, body .btn-success, body .button {
    overflow: hidden;
    transition-delay: 0s,0s;
    transition-duration: .3s,.3s;
    transition-property: border-color,color;
    transition-timing-function: cubic-bezier(.2,1,.3,1);
    -webkit-transition-delay: 0s,0s;
    -webkit-transition-duration: .3s,.3s;
    -webkit-transition-property: border-color,color;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -moz-transition-delay: 0s,0s;
    -moz-transition-duration: .3s,.3s;
    -moz-transition-property: border-color,color;
    -moz-transition-timing-function: cubic-bezier(.2,1,.3,1);
    -o-transition-delay: 0s,0s;
    -o-transition-duration: .3s,.3s;
    -o-transition-property: border-color,color;
    -o-transition-timing-function: cubic-bezier(.2,1,.3,1);
    padding: 10px 18px 8px;
    border: 2px solid #0D4637;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    background: 0 0;
    color: #0D4637;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    text-shadow: none!important;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
label.error {
    color: red;
    font-size: 14px;
}
nav svg {
    overflow: hidden;
    vertical-align: middle;
    width: 25px;
}
/*progressbar*/
ul#progressbar {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 40px 0;
}

#progressbar {
margin-bottom: 30px;
overflow: hidden;
/*CSS counters to number the steps*/
counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color: #6d6d6d;
	text-transform: uppercase;
	font-size: 16px;
	width: 50%;
	float: left;
	position: relative;
}
#progressbar li::before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	line-height: 25px;
	display: block;
	font-size: 15px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0px 162px 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
content: '';
width: 95%;
height: 2px;
background: white;
position: absolute;
left: -47%;
top: 11px;
z-index: 0; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
/*connector not needed before the first step*/
content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #ffffff;
    color: #0D4637;
}


#progressbar li.active {
    color: #fff;
    background-color: #0D4637;
}
.regstbak{
	background: white;
	height: 1000px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}
.regstbak::after {
	content: '';
	position: absolute;
	top: 0px;
	border-top: 0px solid transparent;
	border-bottom: 71.9em solid white;
	border-left: 134px solid transparent;
	border-right: 0px solid transparent;
	left: -132px;
}
/* restaurant signup inline */

/*#msform fieldset{
		padding: 0px 30px!important; 
	}*/

	/*rohit 09 september, 2019*/
  .dropdown.mega.active em.caret{
    border-top-color: #ff1430;
    border-bottom-color: #ff1430;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
  	border: unset;
  	color: unset;
  	background: unset;
  	text-align: center;
  }
  .nav-tabs > li > a:hover{
  	background: unset;
  	border: unset;
  }
  .nav-tabs{
  	border-bottom: unset;
  }
  .nav-tabs > li > a{
  	border: unset;
  	text-align: center;
  	color: #898989;
  }
  .newprogress{
  	margin: 30px;
  }
  .my_btn.text-center{
  	margin: 40px 0 0;
  }
  #progressbar {
	/*margin-bottom: 30px;*/
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
		list-style-type: none;
		color: #6d6d6d;
		text-transform: uppercase;
		font-size: 16px;
		width: 33%;
		float: left;
		position: relative;
		padding: 15px 5px;
		border-radius: 4px;
    	background-color: #f7f7f7;
		text-align:center;
}
#progressbar li::before {
		content: counter(step);
		counter-increment: step;
		width: 25px;
		line-height: 25px;
		display: block;
		font-size: 15px;
		color: #333;
		background: white;
		border-radius: 3px;
		margin: 0px 161px 5px auto;
		text-align: center;
		margin: 0 auto!important;
}
	/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 93%;
	height: 2px;
	background: white;
	position: absolute;
	left: -46%;
	top: 27%;
	z-index: 0; /*put it behind the numbers*/
}
.photo-container {
	border: 1px dashed #d9d9d9;
	border-radius: 5px;
	width: 100%;
	min-height: 70px;
	padding: 2px 0;
	display: inline-block;
}
.photos-sec, .photos-sec-2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
}
.add-phots {
	position: relative;
	float: left;
	width: 100%;
}

.upload-img-inpt {
	position: absolute;
	width: 126px;
	height: 114px;
	opacity: 0;
	cursor: pointer;
}
.complete-profile-img {
	width: 100px;
	margin: 0 auto;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}

.btn.btn-remov:hover::before{
	background-color: transparent;
	color: black;
}
.btn.btn-remov .fa.fa-trash{
	color: black;
	font-size: 18px;
}

.btn.btn-remov,
.btn.btn-remov:hover,
.btn.btn-remov::before{
	background: transparent;
	border: none;	
}
#upld-gal2::before,
#upld-gal::before{
	background: transparent;
	border: none;
}
#upld-gal2,
#upld-gal{
	border: none;
}
.photos-sec, .photos-sec-2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: start;
	align-content: center;
}
.phot-upld, .phot-upld-2 {
	display: inline-block;
	width: 134px;
	padding: 5px;
	height: 95px;
	border-radius: 10px;
	border: 2px solid #3a83ff;
	margin: 5px;
}
.phot-upld img, .phot-upld-2 img {
	object-fit: cover;
	width: 100%;
	height: 56px;
	max-height: 56px;
}
.regstbak{
	height: 1150px;
}
.igfood{
	height:850px;
	margin-top: 80px;
	object-fit: cover;
	width: 100%;
}
.restfirst{
	margin-top:100px;
	padding-left: 0px;
}
.respptag{
	padding-right: 20px;
}
.nwpadingconiner{
	background:white;
	margin-bottom: 50px;
	margin-top: 10px;
}

#topsect{
	height: initial;
}
#topsect .ovrlaytxt{
	position: initial;
}
#msform input, #msform textarea {
    /*padding: 0px !important;*/
}

#msform input, #msform textarea{margin-bottom: 0;}

.dropdown.mega.active em.caret{
	/*color: #ff1430;*/
	border-top-color: #ff1430;
	border-bottom-color: #ff1430;
}

.indxdownlad{
	width: 110px!important;
	height: 40px!important;
}




#msform {
width: 100%;
margin: 50px auto;
/*text-align: center;*/
position: relative;
}
#msform fieldset {
background: white;
border: 0 none;
border-radius: 3px;
/*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
padding: 20px 30px;
box-sizing: border-box;
/*width: 80%;*/
margin: 0 0;
/*stacking fieldsets above each other*/
position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	/*font-family: montserrat;*/
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.iti{width: 100%;}
.grecaptcha-badge { visibility: hidden; }

/*-----------why-sec--------*/
@font-face {
  font-family: AbyssinicaSILW;
  src: url(public/fonts/AbyssinicaSIL-Regular.woff);
}
.why-sec {
  width: 100%;
  float: left;
  padding: 0 0 70px;
}
.why-panel > .sec-heading {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.why-desc {
    font-weight: 500;
    color: #7e7f86;
}
.why-panel > .sec-heading + p {
    font-weight: 600;
    font-size: 18px;
    color: #b3b3b3;
    margin-bottom: 70px;
}
.why-panel {
    padding: 0 30px;
}
.why-head {
  width: 100%;
  color: #313131;
  margin-bottom: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.why-no{
  font-size: 65px;
  line-height: 53px;
  position: relative;
  font-family: AbyssinicaSILW;
}
.why-no::before {
  position: absolute;
  content: "";
  top: -17px;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #32afe3;
  z-index: -1;
}
.why-head.first .why-no::before{
  background-color: #32afe3;  
}
.why-head.second .why-no::before{
  background-color: #ff6364;  
}
.why-head.third .why-no::before{
  background-color: #ffbc64;  
}
.why-head.fourth .why-no::before{
    background-color: #a4ff9e;
}

.why-heading{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
}
#upld-gal2::before, #upld-gal::before {
    background: transparent;
    border: none;
}
.photo-container {

    border: 1px dashed #d9d9d9;
    border-radius: 5px;
    width: 100%;
    min-height: 70px;
    padding: 2px 0;
    display: inline-block;

}
.photo-container .error{
  display: block;
}

.photos-sec, .photos-sec-2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    align-content: center;
}
.add-phots {
    position: relative;
    float: left;
    width: 100%;
}
.text-center {
    text-align: center;
}
#upld-gal2, #upld-gal {
    border: none;
}
.complete-profile-img {
    width: 100px;
    margin: 0 auto;
}
.heding-span {
    color: #0D4637;
}
  .proof-img {
    position: relative;
    /* width: 120px; */
    margin: 0 auto;
  }
  .proof-img input {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
left:0;
}
#send-otp{
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  color: #c0062d !important;

}
.terms_conditions_err {
  display: block;
}
span.terms_conditions_err label, .manformcls .manformgrup label.error {
  position: absolute;
}
.skiptranslates {
    display: none !important;
}
.pac-container {
    margin-top: -80px;
}
td.day {
    padding: 5px;
    cursor: pointer;
}