@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap');
body {
	font-family: 'Epilogue', sans-serif;
}
h1, h2, h3, h4, h5 {
	color: #000000;
	font-size: 30px;
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	list-style: none;
}
/*>>>>>>>>>>>>>>>>>>>> menu css >>>>>>>>>>>>>>*/
nav.navbar.navbar-expand-lg {
	padding: 0px;
}
a.navbar-brand {
	font-weight: 800;
	font-size: 36px;
	text-align: center;
	color: #000000;
	width: 219px;
	height: 75px;
	background: #fcefee;
	line-height: 75px;
	margin-right: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
a.navbar-brand img{ max-width: 100%}
ul.navbar-nav {
	width: 90%;
}
.select-box {
	margin-left: auto;
	width: 15%;
}
.form-select {
	display: block;
	width: 100%;
 padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
 background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #000;
 border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*>>>>> slider-baner-section >>>>*/

.slider-baner-section {
	position: relative;
	float: left;
}
.slider-baner-title {
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	text-align: center;
	top: 75px;
	margin: auto;
	z-index: 3333;
}
.slider-baner-title h3 {
	font-weight: 800;
	font-size: 64px;
	line-height: 66px;
	color: #FFFFFF;
	margin-bottom: 30px;
}
.slider-baner-title p {
	font-weight: 400;
	font-size: 32px;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
	max-width: 70%;
	margin: auto;
}
.baner-slider-wrapper img {
	width: 100%;
}
.search-container {
	border: solid 1px #b9b9b9;
	padding: 0px 0px;
	max-width: 738px;
	display: inline-block;
	margin-top: 43px;
	background: rgba(217, 217, 217, 0.79);
	border-radius: 7px;
	height: 56px;
	line-height: 41px;
	width: 100%;
}
.search-container input {
	margin-top: 0px;
	font-size: 16px;
	border: none;
	box-shadow: none;
	outline: none;
	width: 91%;
	background: none;
	padding-left: 15px;
}
.search-container button {
	background: #d7d7d7;
	font-size: 25px;
	border: none;
	cursor: pointer;
	background: none;
	box-shadow: none;
	outline: none;
	color: #354156;
}
#sliderhome {
	float: left;
	width: 100%;
}
#sliderhome .owl-nav {
	display: none;
}
#sliderhome .owl-dots {
	text-align: right;
	max-width: 1170px;
	bottom: 8px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
#sliderhome .owl-dots button.active span {
	background-color: #cb9090;
}
#sliderhome .owl-dots button span {
	background-color: #ffffff;
}
#sliderhome .owl-dots button {
	outline: 0;
}
/*>>>>>> content-section >>>>*/

.content-section {
	margin-top: 55px;
	float: left;
	margin-bottom: 140px;
}
.section-heading h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
}
.kitchens-major-box-row {
	margin-top: 40px;
	margin-bottom: 33px;
}
.kitchens-major-box-row .kitchens-mobile-view {
	max-width: 20%;
}
.kitchens-major-box {
	text-align: center;
	width: 100%;
	background: rgba(255, 71, 71, 0.11);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 140px;
}
.kitchens-major-box:hover .kitchens-major-img img {
	-webkit-transform: rotateY( 360deg );
	transform: rotateY( 360deg );
}
.kitchens-major-box .kitchens-major-img img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.kitchens-major-box:hover {
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.kitchens-major-box {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.kitchens-recent-box-title ul li img.icon-wrapper {
	margin-right: 7px;
}
.kitchens-major-box-title h3 {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	padding-top: 20px;
}
.kitchens-recent-box-row {
	margin-top: 30px;
	margin-bottom: 60px;
}
.kitchens-recent-box-title {
	margin-top: 10px;
}
.kitchens-recent-box-title ul {
	margin-bottom: 10px;
}
.kitchens-recent-box-title ul li.starting {
	margin-top: 10px;
}
.kitchens-recent-box-title ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	margin-bottom: 2px;
}
.kitchens-recent-box-title ul li span {
	font-weight: 600;
}
.kitchens-recent-box-title a {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background: #14a800;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 2px 12px;
	padding-top: 5px;
}
.steps-box-heading h3 {
	font-weight: 800;
}
.kitchens-recent-box-title ul li i.fa {
	width: 18px;
}
.kitchens-recent-box {
	margin-bottom: 50px;
	padding-right: 20px;
}
.steps-box-heading {
	text-align: center;
}
.kitchen-steps-box-row {
	margin-top: 60px;
}
.kitchen-steps-box {
	text-align: center;
	width: 241px;
	height: 100%;
	background: #F5F5F5;
	border: 2px solid rgba(255, 71, 71, 0.47);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	min-height: 263px;
}
.kitchen-steps-box-title {
	margin-top: 20px;
}
.kitchen-steps-box-title h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
}
.kitchen-steps-box-title p {
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-top: 20px;
	color: #000000;
	padding-left: 7px;
	padding-right: 7px;
}
.nexticon {
	text-align: right;
	position: absolute;
	top: 110px;
	width: 100%;
}
.nexticon i.fa {
	background-color: #ffa9a9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
}
/*>>>>>>>>> platform-section >>>>>*/
.platform-section {
	float: left;
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	padding-bottom: 120px
}
.platform-baner img {
	width: 100%;
}
.platform-baner-title {
	width: 51%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-left: 15px;
}
.platform-baner-title h3 {
	font-weight: 700;
	font-size: 36px;
	line-height: 37px;
	color: #FFFFFF;
}
.platform-baner-title p {
	color: #FFFFFF;
}
.platform-baner-btn {
	margin-top: 35px;
}
.platform-baner-btn a {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	background: #D76969;
	border-radius: 5px;
	display: inline-block;
	line-height: 47px;
	display: inline-block;
	padding: 0px 39px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
/*>>>>>> users-saying-section >>>>>*/

.users-saying-section {
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 105px;
}
.users-saying-info {
	text-align: center;
	width: 78%;
	margin: auto;
}
.users-saying-info h3 {
	font-weight: 800;
	font-size: 36px;
	line-height: 37px;
}
.users-saying-info p {
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	padding-top: 25px;
	color: #000000;
}
.users-saying-info span {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	padding-top: 25px;
	display: inline-block;
}
/*>>>>>>> footer >>>>*/

.footer-section .container {
	max-width: 100%;
}
.footer-section {
	width: 100%;
	float: left;
	background: rgba(217, 217, 217, 0.79);
	position: relative;
	z-index: -1;
}
.footer-logo-info {
	background: #CB9090;
	padding: 0px;
}
.cpoyright-info p {
	margin-bottom: 0px;
	font-weight: 200;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
.footer-icon-info ul li {
	display: inline-block;
}
.footer-icon-info ul li a {
	color: #000;
}
.footer-icon-info ul li a i.fa {
	width: 25px;
	font-size: 18px;
}
.footer-logo {
	text-align: center;
	padding-top: 0px;
}
.footer-logo a {
	font-weight: 800;
	font-size: 36px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	width: 100%;
	background: #CB9090;
	line-height: 60px;
	display: inline-block;
}
.footer-logo a img{max-width: 100%}
.footer-icon-info {
	padding-top: 21px;
}
.footer-menu-info {
	padding-top: 21px;
}
.footer-menu-info ul li {
	display: inline-block;
	margin: 0px 10px;
}
.footer-menu-info ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
/*********** Register page CSS ***********/
.baner-section {
	position: relative;
}
.form-section-page .baner-title {
	position: relative;
	width: 100%;
	left: 0;
	padding-top: 133px;
	padding-bottom: 86px;
}
.form-wrapper form {
	width: 100%;
	margin: auto;
}
.form-wrapper .form-group {
	margin-top: 27px;
	display: flex;
	width: 100%;
}
.form-wrapper {
	padding: 37px 30px;
	margin: auto;
	background: rgba(217, 217, 217, 0.94);
	box-shadow: 0px 0px 4px #ffffff;
	border-radius: 8px;
	max-width: 476px;
	padding-bottom: 21px;
	width: 100%;
}
.join-box-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	top: 52px;
}
.top-text {
	text-align: center;
}
.top-text h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 40px;
}
.top-text p:after {
	content: "";
	position: absolute;
	border-bottom: solid 1px #e6e6e6;
	width: 50px;
	left: 0px;
	right: -202px;
	margin: 0 auto;
	top: 171px;
}
.top-text p:before {
	content: "";
	position: absolute;
	border-top: solid 1px #e6e6e6;
	width: 50px;
	left: -202px;
	right: 0px;
	margin: 0 auto;
	top: 171px;
}
.input-form-wrapper-row .form-control {
	background: #D9D9D9;
	border: 1px solid #000000;
	border-radius: 5px;
	margin: auto;
	height: 36px;
	font-weight: 200;
	font-size: 14px;
}
.button-sub {
	width: 100%;
	text-align: right;
	margin-top: 23px;
}
button.btn.btn-primary {
	border-color: #ff474778;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	box-shadow: none !important;
	outline: none !important;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	width: 115px;
	height: 41px;
	background: #ff474778;
	border-radius: 5px;
	background: transparent;
	border: none;
}
button.btn.btn-primary:hover {
	background-color: #e37878 !important;
	border-color: #e37878 !important;
	color: #000 !important;
}
label.form-check-label {
	font-weight: 200;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}
label.form-check-label span {
	font-weight: bold;
}
.hover-btn-wrapper a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #b54747;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 2s;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hover-btn-wrapper a:hover:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav li {
	display: inline-block;
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav {
	margin-left: auto;
	width: 100%;
	text-align: right;
	float: right;
	flex-direction: unset;
	display: inline-block;
}
.wrapper-menu ul.navbar-nav a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.user-account-wrapper a#navbarDropdown {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.user-account-wrapper {
	padding-right: 113px;
}
.user-account-wrapper .dropdown-menu a {
	font-size: 13px;
	color: #000;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	padding: 5px 15px;
}
.user-account-wrapper .dropdown-menu a:hover {
	padding-left: 15px;
}
.user-account-wrapper .dropdown-menu a:hover {
	padding-left: 20px;
}
.user-account-wrapper .dropdown-menu a:focus, .user-account-wrapper .dropdown-menu a:active {
	background-color: #edeff1;
}
.user-account-wrapper .dropdown-menu {
	z-index: 6666;
	width: 195px;
}
.wrapper-logo-form-page {
	position: absolute;
	z-index: 3333;
	margin-top: 8px;
	left: 0px;
}
.wrapper-logo-form-page-row {
	padding-left: 11px;
}
.submit-btn-bg {
	background: #ff474778 !important;
}
.forget-password a {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}
.forget-password {
	margin-top: 16px;
}
.form-wrapper .form-group .form-control {
	outline: 0;
	box-shadow: none;
}
.form-wrapper .form-group .form-control:focus, .form-wrapper .form-group .form-control:hover {
	border-color: #ff474778;
}
label.form-check-label span a {
	color: #000;
}
label.form-check-label span a:hover {
	color: #ff474778;
}
.form-wrapper .form-group .input-form-icon-wrapper {
	width: 41px;
	text-align: left;
}
.form-wrapper .form-group .input-form-wrapper-row {
	width: 100%;
}
.input-form-wrapper-row.checkbox {
	padding-left: 35px;
}
.form-section-page {
	height: 100%;
	min-height: 700px;
}
/******** Listing Page CSS ********/
.listing-search-bar .input-gropu-wrapper {
	background: #D9D9D9;
	border-radius: 5px;
	border: none;
	height: 43px;
	font-size: 14px;
	width: 100%;
	padding: 0px 11px;
	outline: 0;
}
.listing-search-bar .btn-find {
	background: #D76969;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.listing-search-bar-wrapperss {
	padding: 0px 79px;
	margin-top: 107px;
}
.listing-search-bar .input-gropu-wrapper option {
	line-height: 22px;
	padding: 4px 15px;
	font-size: 16px;
}
.kitchens-recent-box .kitchens-recent-img img {
	width: 100%;
}
.kitchens-recent-box .kitchens-recent-img {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.kitchens-recent-box:hover .kitchens-recent-img img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.kitchens-recent-box .kitchens-recent-img img {
	width: 100%;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	max-height: 238px;
	height: 248px;
}
.listing-search-bar .btn-find:hover {
	background: #cb5050;
	color: #fff;
}
/********* kitchen-detail page CSS *********/

.kitchen-cooking-section {
	margin-bottom: 185px;
}
.row.imgss-row {
	width: 54%;
	margin: auto;
}
.img-wrapper {
	text-align: center;
}
.kitchen-cooking-title {
	margin-bottom: 85px;
}
.kitchen-cooking-equipment-row {
	margin-top: 95px;
}
.kitchen-cooking-title h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
	margin-bottom: 20px;
}
.kitchen-cooking-title h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 25px;
}
.kitchen-cooking-title p {
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #000000;
}
.cooking-equipment-title-box {
	margin-top: 52px;
	width: 63%;
}
.cooking-equipment-title-box h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 6px;
}
.cooking-equipment-title-box ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	margin-bottom: 11px;
}
.ready-make-offer-box {
	background: #D9D9D9;
	border: 1px solid #000000;
	border-radius: 5px;
	padding: 25px 34px;
}
.ready-make-offer-title {
	text-align: center;
	margin-bottom: 40px;
}
.ready-make-offer-title h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
}
.ready-make-offer-title p {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 40px;
}
.ready-make-offer-title h6 {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.ready-make-offer-box .form-group-row {
	margin-bottom: 1px;
	display: inline-block;
	width: 100%;
}
.form-group-row label {
	width: 45%;
}
.form-group-row input {
	box-shadow: none !important;
	outline: none !important;
	width: 100%;
	padding: 0px 5px;
	height: 31px;
	border-radius: 0;
	border: solid 1px #000;
}
.day-info-wrapper {
	width: 90%;
}
.cooking-equipment-title-box ul li span.day-info {
	width: 24%;
	font-weight: 600;
}
.cooking-equipment-title-box ul li span.dayinfo {
	position: relative;
	padding-left: 18px;
}
.cooking-equipment-title-box ul li span.dayinfo:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 15px;
	background: #D76969;
}
.day-info-wrapper h3 {
	margin-bottom: 30px;
}
.ready-make-offer-box .form-group-row .kitchen-booking-left {
	float: left;
	width: 45%;
	padding-right: 10px;
}
.ready-make-offer-box .form-group-row .kitchen-booking-right {
	float: left;
	width: 50%;
}
/****** Checkbox ******/
.available-time-box-left h3 {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}
.available-time-box-right label {
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
.styled-checkbox {
	position: absolute;
	opacity: 0;
}
.styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
}
.styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 17px;
	height: 17px;
	background: #D9D9D9;
}
.styled-checkbox:hover + label:before {
	background: #D76969;
}
.styled-checkbox:focus + label:before {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
	background: #D76969;
}
.styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}
.styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}
.styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}
.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.unstyled.centered li {
	display: inline-block;
	width: 24%;
	margin-bottom: 0;
}
.form-group-row label {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 0px;
	padding-top: 6px;
}
.datepicker th {
	font-size: 13px;
	font-family: 'Epilogue', sans-serif;
}
.datepicker tr td {
	font-size: 13px;
	font-family: 'Epilogue', sans-serif;
}
.form-group-submit-btn {
	text-align: center;
	margin-top: 26px;
}
.form-group-submit-btn button.btn.btn-primary {
	background: #ff474778;
	padding: 0px 38px;
	width: 100%;
}
/****************** Multi-Step-Form styles ******************/
#msform {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	position: relative;
}
#msform fieldset {
	background: white;
	border: 0 none;
	border-radius: 3px;
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;
	position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform input, #msform textarea {
	padding: 3px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: auto;
	color: black;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 11px;
	margin: 10px 5px;
	background: rgba(255, 71, 71, 0.47);
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	font-family: 'Epilogue', sans-serif;
	min-width: 189px;
}
#msform .action-button:hover, #msform .action-button:focus {
	/* box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; */
	background: #f39393;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	display: flex;
}
#progressbar li {
	list-style-type: none;
	color: white;
	text-transform: uppercase;
	font-size: 0;
	width: 19.33%;
	float: left;
	position: relative;
	height: 22px;
}
/*#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 21px;
	background: #e1e1e1;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1;
}
#progressbar li:first-child:after {
	content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #d76969;
	color: white;
}
.multi-step-wrapper {
	width: 100%;
}
.multi-step-wrapper .form-wrapper {
	width: 100%;
	background: none;
	max-width: 100%;
	border-radius: 0px;
	padding: 0px;
}
.multi-step-wrapper .form-wrapper .form-control {
	background: none;
	border: solid 1px #000 !important;
}
.multi-step-kitchen-ideal ul li {
	width: 100% !important;
	text-align: left;
	margin-bottom: 7px !important;
}
.multi-step-form-title-section h5 {
	text-align: left;
	font-size: 17px;
}
.multi-step-kitchen-ideal ul li label {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Epilogue', sans-serif;
	margin-bottom: 0px;
}
.multi-step-kitchen-ideal ul li p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 7px;
	padding-left: 27px;
}
.multi-step-form-title-section {
	text-align: left;
	margin-bottom: 20px;
}
.multi-step-form-title-section h3 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 19px;
}
.multi-step-kitchen-available .available-time-box {
	text-align: left;
}
.step-wrapper4 .available-time-box .row {
	margin-bottom: 59px;
}
.step-form5 ul.unstyled.centered li label {
	font-weight: normal;
	font-size: 14px;
}
.multi-step-wrapper .multi-step-form- {
	margin-bottom: 36px;
}
.multi-step-wrapper input.previous {
	float: left;
}
.multi-step-wrapper input.next {
	float: right;
}
.multi-step-wrapper input.submit.action-button {
	float: right;
}
.Step-form-1 .input-form-icon-wrapper img {
	max-width: 31px;
}
/********* booking Requests page CSS *********/
.booking-requests-section {
	margin-top: 82px;
	margin-bottom: 122px;
}
.booking-requests-heading {
	margin-bottom: 60px;
}
.booking-requests-heading h3 {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
	color: #000000;
}
.btn.btn-info {
	width: 212px;
	height: 41px;
	background: #ff474778 !important;
	border-radius: 5px;
	border: none;
	line-height: 31px;
	font-weight: 700;
	font-size: 14px;
	color: #000000 !important;
	box-shadow: none !important;
	outline: none !important;
}
.btn.btn-info:hover {
	background: #ff474778 !important;
	color: #000000 !important;
	border: none;
}
.btn-botton {
	margin-top: 25px;
}
.booking-requests-offer .form-control {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #000000;
	border-radius: 10px;
	height: 76px;
	padding: 0px 30px;
}
.form-group .form-control {
	outline: 0;
	box-shadow: none;
}
.offer-btn-box .btn.btn-info {
	margin: 0px 10px;
	width: 119px;
	background: #14a43c78 !important;
}
.btn.btn-info.orande-btn {
	background: #ff3d00ab !important;
}
.offer-deyails-box {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 30px;
}
.offer-btn-box {
	margin-top: 92px;
}
.offer-deyails-title h3 {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 27px;
}
.offer-deyails-title ul li {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.email-subscribe-foo {
	width: 100%;
	display: flex;
	background: #fff;
	padding: 0px 4px;
	padding-bottom: 0px;
	margin-top: 30px;
	border: 1px dashed #000000;
	border-radius: 10px;
	align-items: center;
}
.email-subscribe-foo .input-wrapper {
	height: 75px;
	padding: 4px 27px;
	font-size: 16px;
	width: 100%;
	border: none;
	font-weight: normal;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
	color: #2d2d2d;
	font-family: 'Calibre-Regular';
}
.email-subscribe-foo .button-wrapper {
	color: #020202;
	border: none;
	padding: 10px 24px;
	font-size: 14px;
	width: 119px;
	cursor: pointer;
	height: 41px;
	margin-left: 0;
	margin-right: 73px;
	margin-top: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: none;
	outline: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin-bottom: 6px;
	background: #14a43c78;
}
.booking-requests-rows {
	margin-top: 60px;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
	border: none;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border: none;
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 32px;
	line-height: 33px;
	color: #000000;
}
.offer-btn-box.history {
	margin-top: 35px;
	text-align: right;
}
.offer-btn-box.history .btn.btn-info {
	width: 165px;
}
.booking-requests-section ul.nav.nav-tabs {
	width: 100%;
	float: left;
}
.booking-requests-section .tab-content {
	width: 100%;
	float: left;
}
.booking-requests-info-wrapper h3 {
	font-size: 24px;
}
.booking-requests-section ul.nav.nav-tabs a.nav-link {
	padding-left: 0px;
	padding-right: 0px;
}
.booking-requests-wrapper-table thead tr th {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Epilogue', sans-serif;
}
.booking-requests-section ul.nav.nav-tabs li a.active {
	border-bottom: solid 2px #CB9090;
}
.booking-requests-section ul.nav.nav-tabs li a {
	border-bottom: solid 2px #D9D9D9;
}
.booking-requests-section ul.nav.nav-tabs li {
	margin-right: 52px;
}
.multi-step-form-step-wrapper-6 .multi-stepr-w {
	margin-bottom: 33px;
	text-align: left;
}
.multi-step-form-step-wrapper-6 .multi-stepr-w h3 {
	font-size: 15px;
	line-height: 27px;
}
.multi-step-form-step-wrapper-6 .multi-stepr-w input.form-control {
	border: solid 1px #000 !important;
	height: 37px;
}
.multi-step-form-step-wrapper-6 .multi-stepr-w input.form-control:focus {
	outline: 0;
	box-shadow: none;
}
.multi-step-form-step-wrapper-6 .multi-stepr-w textarea {
	height: 111px;
	border: solid 1px #000 !important;
	font-size: 15px !important;
	width: 100%;
	padding: 8px 9px;
}
/******** File upload with image ********/
.upload__inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload__btn {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	min-width: 136px;
	padding: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid;
	background-color: #e9eaed;
	border-radius: 5px;
	line-height: 26px;
	font-size: 14px;
	border: none;
}
.upload__btn:hover {
	background-color: #D76969;
	color: #fff;
	transition: all 0.3s ease;
}
.upload__btn-box {
	margin-bottom: 10px;
}
.upload__img-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.upload__img-box {
	width: 200px;
	padding: 0 10px;
	margin-bottom: 12px;
}
.upload__img-close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: center;
	line-height: 24px;
	z-index: 1;
	cursor: pointer;
}
.upload__img-close:after {
	content: "✖";
	font-size: 14px;
	color: white;
}
.img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
}
.file-upload-wrapper-row label.upload__btn p {
	margin: 0px;
}
.multi-stepr-file-upload-wrapper h3 {
	font-size: 18px;
	line-height: 28px;
}
.file-upload-wrapper-row {
	width: 100%;
	float: left;
	margin-top: 16px;
}
.multi-step-form-step-wrapperinfo7 {
	text-align: left;
}
.checkbox-div-row-wrapper {
	display: flex;
	width: 100%;
}
.checkbox-div-row-wrapper .checkbox-div-row-wrapper-show {
	width: 23%;
	float: left;
}
.checkbox-div-row-wrapper .checkbox-div-row-wrapper-hide {
	width: 38%;
	float: left;
	position: relative;
}
.checkbox-div-row-wrapper .checkbox-div-row-wrapper-hide input {
	background: none;
	border: solid 1px #000 !important;
}
.checkbox-div-row-wrapper-hide .input-form-wrapper-row {
	position: absolute;
	width: 100%;
	top: 0px;
}
/******** other-page info ********/
.other-page-container-bg {
	background: #f3f5f7;
	padding-top: 20px;
	padding-bottom: 34px;
}
.row-other-page-container-info h3 {
	font-size: 18px;
	margin-top: 17px;
	margin-bottom: 18px;
	color: #565867;
	font-weight: bold;
}
.row-other-page-container-info p {
	line-height: 27px;
	font-size: 16px;
	color: #565867;
	margin-bottom: 27px;
}
.other-page-container-bg-wrapper {
	background: #fff;
	padding: 40px 113px;
}
.other-page-footer-bg .footer-row-new-info {
	text-align: center;
	padding-top: 31px;
	padding-bottom: 26px;
}
.other-page-footer-bg .footer-row-new-info p {
	margin-bottom: 0px;
	font-size: 14px;
}
.other-page-footer-bg .footer-row-new-info .newfooter-logo a {
	background: #CB9090;
	padding: 0px 50px;
	margin-bottom: 15px;
	font-weight: 800;
	font-size: 36px;
	color: #000;
	line-height: 46px;
	display: inline-block;
	padding-top: 12px;
	padding-bottom: 7px;
	text-decoration: none;
}
.header-other-page {
	background: #0f0f25;
	padding-bottom: 29px;
}
.header-other-page .search-container {
	max-width: 100%;
}
.header-other-page .search-container {
	max-width: 100%;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 3%);
	border: none;
	color: #fff !important;
	margin-top: 4px;
}
.container-other-page-width {
	max-width: 950px;
}
.header-other-page .new-logo a {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.header-other-page .new-use-kitch {
	text-align: right;
}
.header-other-page .new-use-kitch a {
	color: #fff;
	font-size: 13px;
}
.header-other-w {
	padding-top: 14px;
	padding-bottom: 9px;
}
 .header-other-page .search-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #adadad;
 opacity: 1; /* Firefox */
}
 .header-other-page .search-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #adadad;
}
 .header-other-page .search-container input::-ms-input-placeholder { /* Microsoft Edge */
 color: #adadad;
}
.header-other-page .search-container input {
	color: #adadad;
}
/****************** Multi-Step-Form styles NEW DEEAPK ******************/

.multisteps-form__progress {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn {
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	padding-top: 20px;
	color: rgba(108, 117, 125, 0.7);
	text-indent: -9999px;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
}
@media (min-width: 500px) {
.multisteps-form__progress-btn {
	text-indent: 0;
}
}
.multisteps-form__progress-btn:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 13px;
	height: 13px;
	content: "";
	transform: translateX(-50%);
	transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
	border: 2px solid currentColor;
	border-radius: 50%;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 3;
	display: none;
}
.multisteps-form__progress-btn:after {
	position: absolute;
	top: 5px;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 18px;
	content: "";
	z-index: 1;
	background: linear-gradient(0deg, rgba(217, 217, 217, 0.94), rgba(217, 217, 217, 0.94)), #D76969;
}
.multisteps-form__progress-btn.js-active::after {
	background: #D76969;
}
.multisteps-form__progress-btn.js-active {
	color: #007bff;
}
.multisteps-form__progress-btn.js-active:before {
	transform: translateX(-50%) scale(1.2);
	background-color: currentColor;
}
.multisteps-form__form {
	position: relative;
}
.multisteps-form__panel {
	/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;*/
	display: none;
}
.multisteps-form__panel.js-active {
	height: auto;
	opacity: 1;
	visibility: visible;
	float: left;
	width: 100%;
}
.multisteps-form__panel[data-animation=scaleOut] {
	transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
	left: 50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
	transition-property: all;
	transition-duration: 0.25s;
	transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
	transition-delay: 0s;
	left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
	top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
	display: block !important;
}
.multisteps-form__panel[data-animation=scaleIn] {
/*transform: scale(0.9);*/
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
	/*transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);*/
	display: block !important;
}
.multi-step-wr {
	width: 100%;
}
.multisteps-form .button-row button {
	background: rgba(255, 71, 71, 0.47);
	border-radius: 5px;
	min-width: 172px;
}
.multi-step-form-wrapper {
	padding-top: 44px;
	padding-bottom: 88px;
}
.multisteps-form .button-row button:hover {
	background: #D76969 !important;
	color: #fff !important;
}
.multi-step-wrapper form.multisteps-form__form {
	height: 100% !important;
}
/*********Slick Slider Product Detail Page************/
.slider .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider .slick-prev, .slider .slick-next {
	width: 28px;
	height: 28px;
	border-style: solid;
	margin: 10px;
	display: inline-block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
	display: none;
}
.slider .slick-prev {
	border-width: 14px 14px 14px 0px;
	border-color: transparent #ffffff;
	left: 0px;
	right: auto;
}
.slider .slick-next {
	border-width: 14px 0px 14px 14px;
	border-color: transparent #ffffff;
	right: 0px;
	left: auto;
}
.slider .slick-prev:hover, .slider .slick-next:hover {
	border-color: transparent #eb9494;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
	opacity: 0.1;
	cursor: default;
	border-color: transparent #000000;
}
.product-detail-section-slider .slider .slider-thumb-row {
	text-align: center;
	font-size: 75px;
	color: #ffffff;
}
.product-detail-section-slider .slider-thumb .slider-thumb-row {
	height: 100px;
	line-height: 50px;
	font-size: 25px;
}
.slider-thumb .slick-slide.slick-current img {
	border: solid 2px #eb9494;
}
.container-rows-thumb {
	max-width: 50%;
	margin: 0px auto;
	margin-top: 20px;
}
.product-detail-section-slider .slider-thumb img {
	border-radius: 5px;
	border: solid 2px #fff;
}
.wrapper-tabs-booking ul.nav {
	width: 100%;
	display: flex;
	margin-bottom: 17px;
}
.wrapper-tabs-booking ul.nav li a {
	padding: 0px;
	font-size: 13px;
}
.wrapper-tabs-booking ul.nav li {
	width: 33%;
	float: left;
	text-align: center;
}
.wrapper-tabs-booking ul.nav li a.active {
	background: #eb9494;
	color: #fff;
}
.wrapper-tabs-booking .tab-title-se p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.wrapper-booking-rowsss input#date {
	font-size: 14px;
}
.sidebar.fixed {
	position: sticky;
	top: 0;
}
.footer-menu-info ul li a:hover {
	color: #eb9494;
	text-decoration: none;
}
/********* Kitchen-Profile-Edit *********/
.kitchens-btn-new-row {
	display: flex;
	width: 100%;
}
.kitchens-btn-new-row .kitchens-btn-new-right {
	float: right;
	width: 50%;
	text-align: right;
}
.kitchens-btn-new-row .kitchens-btn-new-left {
	float: left;
	width: 50%;
}
.kitchens-btn-new-row a {
	min-width: 115px;
}
/********* Dashboard *********/
.dashboard-section {
	margin-top: 120px;
	margin-bottom: 60px;
	min-height: 500px;
}
.codashboard-box {
	background: #CB9090;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	height: 100%;
	min-height: 91px;
}
.codashboard-box h3 {
	font-size: 15px;
	font-weight: 600;
}
.codashboard-box h4 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 36px;
}
.listing-search-bar2 span.select2 span.selection span.select2-selection {
	height: 43px !important;
	line-height: 43px !important;
	border: none !important;
	background: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
	line-height: 43px !important;
	padding: 0px !important;
	text-align: left;
}
span.select2-container.select2-container--default.select2-container--open {
	z-index: 6666 !important;
}
.custom-option {
	display: block;
}
.mark-all {
	font-size: 12px;
	margin: 5px 0;
}
.listing-search-bar .dropdown {
	position: relative;
	margin-bottom: 20px;
}
.listing-search-bar .dropdown .dropdown-list {
	padding: 15px 12px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 178px;
	overflow-y: auto;
	background: #fff;
	display: none;
	z-index: 10;
	text-align: left;
}
.listing-search-bar .dropdown .checkbox {
	opacity: 0;
	transition: opacity 0.2s;
}
.listing-search-bar .dropdown .dropdown-label {
	display: block;
	height: 44px;
	font-size: 13px;
	line-height: 42px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 0 11px 0 2px;
	cursor: pointer;
	position: relative;
	background: #D9D9D9;
	border-radius: 5px;
	text-align: left;
	padding-left: 10px;
}
.listing-search-bar .dropdown .dropdown-label:before {
	content: "▼";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.25s;
	transform-origin: center center;
}
.listing-search-bar .dropdown.open .dropdown-list {
	display: block;
}
.listing-search-bar .dropdown.open .checkbox {
	transition: 2s opacity 2s;
	opacity: 1;
}
.listing-search-bar .dropdown.open .dropdown-label:before {
	transform: translateY(-50%) rotate(-180deg);
}
.listing-search-bar .checkbox {
	margin-bottom: 9px;
}
.listing-search-bar .checkbox:last-child {
	margin-bottom: 0;
}
.listing-search-bar .checkbox .checkbox-custom {
	display: none;
}
.listing-search-bar .checkbox .checkbox-custom-label {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
}
.listing-search-bar .checkbox .checkbox-custom + .checkbox-custom-label:before {
	content: "";
	background: transparent;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	width: 12px;
	height: 12px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	margin-top: -2px;
}
.listing-search-bar .checkbox .checkbox-custom:checked + .checkbox-custom-label:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 4px;
	height: 4px;
	padding: 2px;
	transform: rotate(45deg);
	text-align: center;
	border: solid #000;
	border-width: 0 2px 2px 0;
}
.listing-search-bar .checkbox .checkbox-custom-label {
	line-height: 16px;
	font-size: 16px;
	margin-right: 0;
	margin-left: 0;
	color: black;
}
.listing-search-bar2 .user-select span.select2 {
	width: 100% !important;
	background: #D9D9D9;
	border-radius: 5px;
	border: none;
	height: 43px;
	font-size: 14px;
	width: 100%;
	padding: 0px 11px;
	outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #2e2d2d transparent transparent transparent !important;
	border-style: solid !important;
	border-width: 10px 6px 0 5px !important;
	height: 0;
	left: 42% !important;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 60% !important;
	width: 0;
}
.form-section-page {
	background-size: cover !important;
}
.product-detail-section-slider .slider-larg-row img {
	width: 100%;
}
/******** Accessible multi-select checkbox drop down list ********/
.selectbox {
	width: 100%;
	display: inline-block;
}
.selectbox-title.form-control {
	padding-left: 16px;
	text-align: left;
	color: #000;
	font-size: 16px;
	background: #D9D9D9;
	border-radius: 5px;
	height: 43px;
	line-height: 33px;
}
.selectbox-content {
	border: 1px solid #d5d5d5;
	max-height: 205px;
	overflow: auto;
	display: none;
	border-top: none;
}
.selectbox-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}
.selectbox-content ul li {
	padding-top: 10px;
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-left: 14px;
}
.selectbox-content ul li:last-child {
	border-bottom: none;
}
.selectbox-content ul li:first-child {
	border-top: none;
}
.selectbox-content .input-group {
	padding: 5px;
}
.loadbutton {
	padding: 10px;
}
.loadbutton .btn-primary {
	padding-top: 8px;
	padding-bottom: 8px;
}
.ul-list label {
	padding-left: 20px;
}
#box {
	height: 34px;
}
/***** INPUT FORM STYLES *****/
.form-horizontal .control-label {
	text-align: left;
}
.control-label-pad .control-label {
	padding-top: 0px;
}
.form-control {
	border-radius: 0;
	border: 1px solid #d5d5d5;
	background-color: white;
	height: 38px;
	color: #555555;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.form-control:focus {
	border-color: #fbc52d;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 197, 45, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(251, 197, 45, 0.6);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #dddddd;
}
.form-control[disabled]:focus, .form-control[readonly]:focus, fieldset[disabled] .form-control:focus {
	border: none;
	box-shadow: none;
}
.input-group-addon {
	border-radius: 0;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #091d3a;
	background-color: #e6e6e6;
	border: 1px solid #d5d5d5;
}
.form-group .control-label {
	color: #535353;
}
/*select style*/
.selectwrap {
	position: relative;
	float: left;
	width: 100%;
}
.selectwrap:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
	position: absolute;
	width: 26px;
	height: 41px;
	/* background: white; */
	right: 1px;
	top: 1px;
	pointer-events: none;
}
/***** CUSTOM CHECKBOX STYLES *****/
.custom-checkbox-label .checkbox-pad {
	padding-top: 7px;
}
.custom-checkbox label {
	font-weight: normal;
}
.checkbox-custom {
	opacity: 0;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
}
.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	cursor: pointer;
	position: relative;
	font-size: 15px;
}
.checkbox-custom + .checkbox-custom-label:before {
	content: '';
	background: white;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	padding: 0px;
	text-align: center;
	border: 1px solid #b7b6b6;
	border-radius: 0px;
	margin-bottom: 4px;
	margin-right: 10px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #D76969;
	font-size: 12px;
	font-weight: 100;
	line-height: 5px;
	padding-top: 6px;
}
.checkbox-custom:focus + .checkbox-custom-label {
	outline: 0px solid #dddddd;
}
.product-filters-block .selectbox-content {
	background: #fff;
}
.product-filters-block ul.ul-list label {
	padding-left: 0px;
}
.checkbox-div-row-wrapper {
	margin-bottom: 10px;
}
.select-date-range-wrapper {
	text-align: center;
	margin-top: 16px;
	margin-bottom: 19px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
}
.containerbookings {
	margin-bottom: 29px;
	float: left;
	width: 100%;
}
.containerbookings .t-check-in, .containerbookings .t-check-out {
	border-color: #000000;
}
.t-check-in .t-date-info-title, .t-check-out .t-date-info-title {
	opacity: 1 !important;
	color: #000 !important;
	top: 10px !important;
}
.calendar_multiple #demo-multi-day {
	border: solid 2px #ff474778;
}
.mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
	border-color: #8bc34a !important;
	background: #8bc34a !important;
	color: #fff !important;
	font-family: 'Epilogue', sans-serif !important;
	font-size: 14px !important;
}
.mbsc-calendar-month, .mbsc-calendar-year {
	font-family: 'Epilogue', sans-serif !important;
}
.mbsc-ios.mbsc-calendar-day-text {
	font-family: 'Epilogue', sans-serif !important;
	font-size: 14px !important;
}
.mbsc-ios.mbsc-calendar-button.mbsc-button {
	color: #000000 !important;
}
.mbsc-ios.mbsc-calendar-today, .mbsc-ios.mbsc-calendar-week-nr {
    color: #ffffff !important;
    background: #68a71f !important;
}






/******** Mobile Layout ********/
@media only screen and (max-width: 767px) {
.form-section-page {
	background-position: center !important;
}
.form-section-page {
	height: 100%;
	min-height: auto;
}
.kitchens-btn-new-row {
	display: inline-block;
	width: 100%;
}
.kitchens-btn-new-row .kitchens-btn-new-left {
	float: left;
	width: 100%;
}
.kitchens-btn-new-row .kitchens-btn-new-right {
	float: right;
	width: 100%;
	text-align: left;
	margin-top: 9px;
}
.dashboard-col {
	max-width: 50%;
	margin-bottom: 19px;
	padding: 0px 17px;
}
.codashboard-box h3 {
	font-size: 12px;
}
.codashboard-box h4 {
	font-size: 23px;
	line-height: 36px;
}
.codashboard-box {
	min-height: 77px;
}
.dashboard-section {
	margin-top: 86px;
	margin-bottom: 60px;
	min-height: auto;
}
.detail-p {
	margin-top: 0px !important;
}
.container-rows-thumb {
	max-width: 270px;
	margin: 0px auto;
	margin-top: 20px;
}
.product-detail-section-slider .slider-thumb .slider-thumb-row {
	height: 62px;
}
.multisteps-form .button-row button {
	min-width: 119px;
	width: auto;
	margin-right: 12px;
}
.multisteps-form__panel {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.multisteps-form__progress {
	padding-right: 20px;
	padding-left: 10px;
}
.upload__img-box {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 12px;
}
.multi-step-form-title-section h5 {
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.other-page-container-bg-wrapper {
	padding: 40px 20px;
}
.row-other-page-container-info p {
	line-height: 25px;
	font-size: 14px;
}
.header-other-w .col-md-6 {
	max-width: 50%;
}
.checkbox-div-row-wrapper .checkbox-div-row-wrapper-show {
	width: 100%;
	float: left;
}
.checkbox-div-row-wrapper .checkbox-div-row-wrapper-hide {
	width: 79%;
	float: left;
	position: relative;
}
#msform .action-button {
	min-width: 127px;
}
.multi-step-form-title-section h3 {
	font-size: 21px;
	text-align: center;
	line-height: 33px;
}
.multi-step-form-wrapper {
	min-height: auto;
	height: 100%;
	/* max-height: 750px; */
	position: relative;
	overflow: hidden;
	/* padding-bottom: 50px !important; */
	float: left;
	width: 100%;
}
.multi-step-wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}
.offer-btn-box {
	margin-top: 35px;
	display: flex;
}
.booking-requests-wrapper-table thead tr th {
	font-size: 14px;
}
#msform fieldset {
	border-radius: 3px;
	padding: 20px 17px;
	width: 100%;
	margin: 0 0%;
	position: relative !important;
	transition: none !important;
	left: 0px !important;
	top: 0px !important;
}
.booking-requests-section ul.nav.nav-tabs li {
	margin-right: 0px;
	margin-bottom: 26px;
	width: 100%;
}
.booking-requests-section ul.nav.nav-tabs a.nav-link {
	font-size: 26px;
}
.booking-requests-rows {
	margin-top: 0px;
}
.booking-requests-rows .booking-requests {
	text-align: center;
	margin-bottom: 37px;
	margin-top: 3px;
}
.booking-requests-rows .booking-requests a {
	width: 100%;
}
.ready-make-offer-box {
	padding: 25px 21px;
}
.ready-make-offer-box {
	margin-top: 26px;
	margin-bottom: 50px;
}
.ready-make-offer-title h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
}
.cooking-equipment-title-box {
	margin-top: 52px;
	width: 100%;
}
ul.unstyled.centered li {
	display: inline-block;
	width: 49%;
	margin-bottom: 0;
}
ul.unstyled.centered {
	margin-bottom: 20px;
}
.available-time-box-left {
	margin-bottom: 22px;
}
.kitchen-cooking-title {
	margin-bottom: 20px;
}
.row.imgss-row {
	width: 100%;
	margin: auto;
}
.row.imgss-row .col-md-3 {
	max-width: 25%;
	padding: 0px 8px;
}
.kitchen-cooking-equipment-row {
	margin-top: 39px;
}
.kitchens-recent-box {
	padding-right: 0px;
}
.listing-search-bar-wrapperss {
	padding: 0px 0px;
	margin-top: 22px;
}
.listing-search-bar-wrapperss .col-md-3 {
	max-width: 50%;
	margin-bottom: 13px;
}
.section-heading h3 {
	font-size: 24px;
	text-align: center;
}
#sliderhome .owl-dots {
	text-align: center;
	max-width: 100%;
	bottom: 8px;
	position: absolute;
	margin: 0px auto;
	width: 100%;
}
button.navbar-toggler {
	position: relative;
	z-index: 3333;
}
a.navbar-brand {
	width: 138px;
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav li {
	display: inline-block;
	width: 100%;
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav {
	margin-left: auto;
	width: 100%;
	text-align: left;
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
}
.user-account-wrapper {
	padding-right: 40px;
	position: absolute;
	right: 0px;
	top: 2px;
}
.user-account-wrapper span {
	display: none;
}
.user-account-wrapper .dropdown-menu {
	right: 0px;
	max-width: 250px;
	width: 205px;
	left: auto;
}
.top-text h3 {
	font-size: 27px;
	line-height: 33px;
	margin-bottom: 16px;
}
.kitchens-major-box-row .kitchens-mobile-view {
	max-width: 50%;
}
.kitchens-recent-box-title ul li {
	font-size: 12px;
}
.kitchens-recent-box-mobile-view {
	max-width: 50%;
}
.nexticon {
	display: none;
}
.kitchen-steps-box {
	min-height: 235px;
}
.kitchen-steps-box-row .col-md-4 {
	margin-bottom: 24px;
}
.platform-baner-title {
	width: 100%;
	margin-left: 0;
	padding: 0px 15px;
}
.platform-baner-btn {
	margin-top: 10px;
}
.platform-baner-title h3 {
	font-size: 30px;
	line-height: 48px;
}
.platform-section {
	padding-top: 69px;
	padding-bottom: 69px;
}
.users-saying-info {
	width: 100%;
	margin: auto;
}
.users-saying-info h3 {
	font-size: 31px;
}
.users-saying-info p {
	font-size: 15px;
	line-height: 29px;
	padding-top: 10px;
}
.users-saying-section {
	margin-top: 60px;
	margin-bottom: 49px;
}
.footer-logo-info {
	background: #CB9090;
	padding: 0px;
	padding-right: 0;
	max-width: 212px;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 11px;
}
.footer-logo {
	padding-top: 12px;
}
.footer-icon-info {
	text-align: center;
	margin-bottom: 8px;
}
.cpoyright-info {
	text-align: center;
}
.footer-menu-info {
	padding-top: 21px;
	margin-bottom: 37px;
	text-align: center;
}
.content-section {
	margin-top: 42px;
	margin-bottom: 40px;
}
.kitchens-recent-box-row {
	margin-top: 30px;
	margin-bottom: 21px;
}
.wrapper-logo-form-page-row {
	padding-left: 0;
	text-align: center;
}
.wrapper-logo-form-page-row {
	margin-top: 15px;
}
.button-sub {
	width: 100%;
	text-align: center;
	margin-top: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.forget-password {
	margin-top: 16px;
	text-align: center;
}
.form-wrapper {
	padding: 20px 20px;
}
#sliderhome .baner-slider-wrapper img {
	height: 303px;
	object-fit: cover;
}
.slider-baner-title h3 {
	font-size: 21px;
	line-height: 26px;
	margin-bottom: 6px;
}
.slider-baner-title p {
	font-size: 15px;
	line-height: 20px;
	max-width: 100%;
	margin: auto;
}
.search-container {
	max-width: 100%;
	display: inline-block;
	margin-top: 7px;
	height: 44px;
	line-height: 41px;
	width: 100%;
}
.search-container input {
	margin-top: 0px;
	font-size: 16px;
	width: 100%;
	padding-left: 10px;
	padding-right: 62px;
}
.search-container button {
	position: absolute;
	right: 24px;
	max-width: 43px;
}
.sidebar.fixed {
	position: relative;
}
}
/******** Tablet Layout ********/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.dashboard-col {
	max-width: 25%;
	flex: auto;
}
.kitchens-btn-new-row a {
	min-width: 95px;
}
.sidebar.fixed {
	position: relative;
}
.cpoyright-info p {
	font-size: 12px;
	line-height: 14px;
}
.other-page-container-bg-wrapper {
	padding: 40px 49px;
}
.offer-btn-box {
	display: flex;
}
.offer-btn-box .btn.btn-info {
	margin: 0px 6px;
	width: 100%;
	font-size: 13px;
}
.day-info-wrapper {
	width: 100%;
	margin-top: 0px !important;
}
ul.unstyled.centered li {
	display: inline-block;
	width: 49%;
	margin-bottom: 0;
}
.cooking-equipment-title-box {
	margin-top: 52px;
	width: 100%;
}
.ready-make-offer-box {
	padding: 24px 14px;
}
.ready-make-offer-title h3 {
	font-weight: 600;
	font-size: 27px;
	line-height: 43px;
}
.kitchen-cooking-title h3 {
	font-weight: 600;
	font-size: 26px;
}
.listing-search-bar-wrapperss {
	padding: 0px 8px;
	margin-top: 63px;
}
.kitchens-recent-box {
	padding-right: 0px;
}
button.navbar-toggler {
	position: relative;
	z-index: 3333;
}
a.navbar-brand {
	width: 138px;
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav li {
	display: inline-block;
	width: 100%;
}
.wrapper-menu #navbarSupportedContent ul.navbar-nav {
	margin-left: auto;
	width: 100%;
	text-align: left;
	float: right;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 10px;
}
.user-account-wrapper {
	padding-right: 61px;
	position: absolute;
	right: 0px;
	top: 2px;
}
.wrapper-menu {
	padding-right: 19px;
}
#sliderhome .owl-dots {
	max-width: 100%;
	padding-right: 36px;
}
.platform-baner-title {
	width: 72%;
	margin-left: 0px;
}
.platform-section {
	padding-top: 93px;
	padding-bottom: 71px;
}
.users-saying-info {
	text-align: center;
	width: 100%;
	margin: auto;
}
.footer-logo a {
	width: 100%;
}
.footer-logo {
	text-align: center;
	padding-top: 12px;
}
.users-saying-section {
	margin-top: 53px;
	margin-bottom: 51px;
}
.kitchen-steps-box {
	width: 152px;
	min-height: 263px;
}
.kitchen-steps-box-title p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
}
.kitchens-recent-box-row {
	margin-top: 30px;
	margin-bottom: 35px;
}
.slider-baner-title h3 {
	font-size: 32px;
	line-height: 31px;
	margin-bottom: 10px;
}
.slider-baner-title p {
	font-size: 19px;
	line-height: 29px;
	max-width: 469px;
	margin: auto;
}
.search-container {
	margin-top: 17px;
}
.search-container button {
	position: absolute;
	right: 39px;
}
.content-section {
	margin-bottom: 91px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
#sliderhome .owl-dots {
	max-width: 100%;
	padding-right: 36px;
}
ul.unstyled.centered li {
	display: inline-block;
	width: 49%;
	margin-bottom: 0;
}
.cooking-equipment-title-box {
	margin-top: 52px;
	width: 100%;
}
.offer-btn-box {
	display: flex;
}
}


/****** Medium Layout ******/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.footer-menu-info ul li a {
	font-size: 13px;
}
.footer-menu-info ul li {
	margin: 0px 5px;
}
}
 @media only screen and (min-width: 1200px) and (max-width: 1400px) {
.footer-menu-info ul li a {
	font-size: 13px;
}
.footer-menu-info ul li {
	margin: 0px 5px;
}
}
