/*@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Agbalumo&display=swap');*/
/*  default css================================================== */


h1,
h3,

h4,

h5,

h6 {

	margin: 0;

	/*font-family: "Varela Round", sans-serif;  font-optical-sizing: auto;  font-weight: 400;  font-style: normal;*/
	 /*font-family: "Courgette", cursive;  font-weight: 400;  font-style: normal;*/
/*	font-family: "Agbalumo", serif;*/

	font-family: "Montserrat", sans-serif; 
  font-weight: 400;
  font-style: normal;
/*  letter-spacing: 1.3px;*/
  letter-spacing: normal;

}

h2 {

	margin: 0;

/*	font-family: "Varela Round", sans-serif;*/
	font-family: "Montserrat", sans-serif; 
	 font-optical-sizing: auto;  font-weight: 400;  font-style: normal;

	 /*font-family: "Courgette", cursive;  font-weight: 400;  font-style: normal;*/
	/*font-family: "Agbalumo", serif;*/

  font-weight: 400;
  font-style: normal;
/*  letter-spacing: 1.3px;*/
  letter-spacing: normal;

}

html,

body {

	font-weight: 400;

	font-style: normal;
	font-family: "Montserrat", sans-serif; 
	  font-optical-sizing: auto; font-style: normal;

/*	overflow-x: hidden;*/

	padding: 0;

	margin: 0;

	box-sizing: border-box;

	scroll-behavior: unset;

}



:root {

	--defaultColor: rgba(227, 30, 36, 1);

	--grayColor: #b5b5c3;

	--primaryColor: rgba(227, 30, 36, 1);

	--dangerColor: #c82333;

	--btnColor: rgba(227, 30, 36, 1);

}



a:hover {

	text-decoration: none;

	outline: none;

}



a:focus {

	text-decoration: none;

	outline: none;

}



button:hover {

	text-decoration: none;

	outline: none;

}



button:focus {

	text-decoration: none;

	outline: none;

}



p {

	padding: 0;

	margin: 0;

	font-weight: normal;
	font-size: 16px;

}



.dis_none {

	display: none;

}



img {

	height: 100%;

	width: 100%;

	object-fit: cover;

}



ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



a,

button {

	cursor: pointer;

	outline: none;

	transition: all 0.3s ease-out !important;

}



button {

	text-transform: capitalize;

}



a:hover,

button:hover {

	cursor: pointer;

	outline: none;

	transition: all .3s ease-in-out !important;

}



.pointer {

	cursor: pointer;

}



/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus {

	-webkit-box-shadow: 0 0 0px 1000px white inset !important;

}



.none {

	display: none !important;

}



/*  default css================================================== */
html{
	font-size: 10px;
}

body.light {

	font-size: 10px;

	background: #fff;

	padding-right: 0 !important;

	font-family: "Montserrat", sans-serif;

}

body {
    font-family: "Montserrat", sans-serif !important;
}

body.dark {

	color: #a4acc4;

}



.success {

	color: #4CAF50;

}



.c_green {

	color: #00a0e3;

}



span.out_of_stock {

	color: tomato;

}



.btn {

	outline: none !important;

}



.btn.focus,

.btn:focus {

	outline: none !important;

	box-shadow: none !important;

}



.ml-9 {

	margin-left: 9px !important;

}



.alert_msg {

	padding-top: 3px;

}



.c_red,

.error {

	color: red !important;

}



.mt-20 {

	margin-top: 20px;

}



.mh-250 {

	min-height: 250px;

}



.pt-50 {

	padding-top: 50px;

}



.mb-30 {

	margin-bottom: 30px;

}



.mr-25 {

	margin-right: 25%;

}



.card-pr-5 {

	padding-right: 5px !important;

}



.card-pl-5 {

	padding-left: 5px !important;

}



.mtb-20 {

	margin-top: 20px;

	margin-bottom: 20px;

}



.section-padding-top {

	padding-top: 120px;

}



.section-padding-bottom {

	padding-bottom: 120px;

}



.mi-padding-top {

	padding-top: 80px;

}



.mi-padding-bottom {

	padding-bottom: 80px;

}



.section_wrapper {

	padding: 0 50px;

	width: 100%;

	overflow: hidden;

}



.row-reverse {

	flex-direction: row-reverse;

	;

}



.mb-50 {

	margin-bottom: 50px;

}



.mb-20 {

	margin-bottom: 20px;

}



.mb-25 {

	margin-bottom: 25px;

}



.mt-20 {

	margin-top: 20px;

}



.mt-30 {

	margin-top: 30px;

}



.pb-20 {

	padding-bottom: 20px;

}



.pt-20 {

	padding-top: 20px;

}



.min-height {

	min-height: 100vh;

}



.error_content p {

	color: #fff;

	margin-top: 5px;

}



.home_page_navbar .navbar-brand {

	/*color: #777;*/

	width: auto;

	height: 50px;

	padding: 0;

	margin: 0;

}



#headers .navbar-light .navbar-nav .nav-link {

	/*color: #fff;text-transform: uppercase;*/

	color: #fff;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	 padding: 0 15px;
	 font-size: 18px;
	 font-weight: 500;
}



.contentArea.navLeft {

	padding-left: 300px;

}



#headers .login_signup {

	z-index: 9;

}



.contentArea.navRight {

	padding-right: 300px;

}



.navLeft {

	left: 0;

	border-right: 1px solid #2e344e;

}



.navRight {

	right: 0;

	border-left: 1px solid #2e344e;

}



.wrapper {

	display: flex;

	justify-content: center;

	align-items: center;

	min-height: 100vh;

	position: relative;

	z-index: 1;

	flex-direction: column;

}



body.dark {

	background: #191d2b;

}



.plr {

	width: 100%;

}



.homeContent {

	color: #fff;

	padding: 50px 80px;

}



.php-pagination {

	display: flex;

	width: 100%;

	justify-content: center;

	margin: 40px;

}



/* gallery filter */

.gallery_sort {

	display: flex;

	align-items: center;

	padding: 0;

	margin: 0;

	flex-wrap: wrap;

	white-space: nowrap;

}



ul.gallery_sort li {

	margin: 0 5px 5px;

}



ul.gallery_sort li button:focus {

	outline: none;

}



/*ul.gallery_sort li button.active .mcat, ul.gallery_sort li button:hover .mcat{border:2px solid rgba(227,30,36,1);color: rgba(227,30,36,1);transition: all 0.3s;}*/

ul.gallery_sort li button.active span,

ul.gallery_sort li button:hover span {

	color: #fff;

	transition: all 0.3s;

}



ul.gallery_sort li button .mcat {

	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

}



ul.gallery_sort li button {

	display: block;

	border: none;

	padding: 5px 15px;

	font-size: 16px;

	border-radius: 4px;

	background-color: #f2f2f2;

	transition: all 0.3s;

}
.gallery_top_menu {
	/*margin-bottom: 14px;*/
}
.gallery_sort li button.active {
	position: relative;
}
.gallery_sort li button.active::before {

	left: 0;

}



.filter {

	padding: 7px;

}



/* Create four equal columns that sits next to each other */

.item {

	background-color: none;

	display: inline-block;

	margin: 0;

	width: 100%;

	cursor: pointer;

}



#masonry4 {

	column-count: 2;

	column-gap: 0px;

}



@media(min-width: 30em) {

	#masonry4 {

		column-count: 2;

		column-gap: 0px;

	}

}



@media(min-width: 40em) {

	#masonry4 {

		column-count: 2;

		column-gap: 0px;

	}

}



@media(min-width: 60em) {

	#masonry4 {

		column-count: 3;

		column-gap: 0px;

	}

}



@media(min-width: 75em) {

	#masonry4 {

		column-count: 4;

		column-gap: 0px;

	}

}



#masonry3 {

	column-count: 1;

	column-gap: 0px;

}



@media(min-width: 30em) {

	#masonry3 {

		column-count: 3;

		column-gap: 0px;

	}

}



@media(min-width: 40em) {

	#masonry3 {

		column-count: 3;

		column-gap: 0px;

	}

}



@media(min-width: 60em) {

	#masonry3 {

		column-count: 3;

		column-gap: 0px;

	}

}



@media(min-width: 75em) {

	#masonry3 {

		column-count: 3;

		column-gap: 0px;

	}

}



/*  menu btn================================================== */

.navOpen {

	display: none;

}



/* 404 page================================================== */

.error_page {

	background: #191d2b;

	margin: 0;

	padding: 0;

	height: 100vh;

}



.error_wrapper {

	width: 100%;

	height: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.error_wrapper h4 {

	color: #fff;

	font-size: 30px;

}



/*  fun================================================== */

#myBar {

	width: 100%;

	background: #2e344e;

	height: 6px;

	position: fixed;

	z-index: 99;

	border: 1px solid #191d2b;

	top: 0;

}



.scroll-line {

	height: 2px;

	background: linear-gradient(to right, #1345e6 0%, #ed239f 51%, #1345e6 100%) !important;

	width: 0%;

	position: fixed;

	transition: .3s;

}



/*  custom css================================================== */

body::-webkit-scrollbar {

	width: 2px;

}



body::-webkit-scrollbar-track {

	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

}



body::-webkit-scrollbar-thumb {

	background-color: rgba(227, 30, 36, 1);

	border-radius: 15px;

}



*::-webkit-scrollbar {

	width: 2px;

}



*::-webkit-scrollbar-track {

	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

}



*::-webkit-scrollbar-thumb {

	background-color: rgba(227, 30, 36, 1);

	border-radius: 15px;

}



.mb-80 {

	margin-bottom: 80px;

}



.pt-80 {

	padding-top: 80px;

}



.top_header_area {

	padding-top: 150px;

}



.layout_5 {

	background-attachment: fixed !important;

}



.on-scroll.bg_color {

	position: relative;

}



.left_height_line {

	width: 7px;

	background: radial-gradient(circle, #00a8cc, #00afca, #00b5c6, #00bbc0, #00c0b9, #36bf9e, #5bbd81, #7cb865, #aba63e, #d48c39, #ef6d57, #f35588);

	position: absolute;

	top: 0;

	left: 108px;

	transition: .5s;

	z-index: 8;

}



ul.social_icons li a:hover {

	background: #fff;

	color: rgba(227, 30, 36, 1);

	transition: .5s;

}



.top_btn {

	display: flex;

	align-items: center;

	justify-content: flex-end;

}



.top_btn a {

	display: inline-block;

	background: #194368;

	color: #fff;

	padding: 6px 12px;

	font-size: 14px;

	border-radius: 3px;

	height: 30px;

	white-space: nowrap;

	padding-top: 0;

	margin-right: 10px;

}



.hidden_text {

	display: inline-block;

	width: 0;

	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;

	-moz-transition: all .3s ease-in-out;

	transition: all .3s ease-in-out;

	text-align: left;

	line-height: 35px;

	vertical-align: middle;

	text-transform: uppercase;

	font-size: 10px;

	padding-left: 0;

}



.top_btn a:hover .hidden_text {

	width: 111px;

	padding-left: 5px;

}



.topMenu_bar {

	height: 53px;

	width: 50px;

	position: fixed;

	left: 11px;

	top: 20px;

	overflow: hidden;

	z-index: 10;

}



.topMenu_bar a {

	color: #fff;

	background: #191d2b;

	font-size: 25px;

	padding: 2px 10px;

	text-align: center;

	display: inline-block;

	line-height: 42px;

	padding-bottom: 0;

}



.leftMenu_bar {

	height: 100vh;

	width: 250px;

	position: fixed;

	background: #191d2b;

	display: flex;

	align-items: center;

	flex-direction: column;

	left: -260px;

	z-index: 999;

}



.hideNav {

	/*background: rgba(0,0,0,.5);*/

	position: absolute;

	top: 0;

	left: 198px;

	width: 50px;

	height: 50px;

	color: #fff;

	text-align: center;

	font-size: 28px;

	transition: all .3s ease-in-out;

}



.hideNav:hover {

	background: #000;

	color: #fff;

}



.leftMenu_name {

	width: 100%;

	text-align: center;

	border: 2px solid #fff;

	padding: 14px;

	margin-bottom: 16px;

}



.leftMenu_name h4 {

	color: #fff !important;

}



.menu_area {

	width: 100%;

	text-align: center;

	padding: 10px 0px;

}



.menu_area ul a {

	color: #fff;

}



.menu_area .mainMenu ul a::before,

.menu_area .mainMenu ul a::after {

	display: none;

}



.menu_area .mainMenu ul a.active,

.menu_area .mainMenu ul a:hover {

	background: #2e344e;

}



.scroll-top {

	height: 50px;

	width: 50px;

	overflow: hidden;

	position: fixed;

	right: 25px;

	bottom: 45px;

	background: rgba(227, 30, 36, 1);

	text-align: center;

	border-radius: 100%;

	box-shadow: 0px 8px 16px 0px rgba(56, 196, 252, 0.5);

}



.scroll-top a {

	display: block;

	font-size: 29px;

	color: #fff;

	line-height: 42px;

}



.layout_5 .single-blog.cv.style_1 {

	box-shadow: 0 0 5px rgba(0, 0, 0, .5);

}



.back.layout_5 {

	display: inline-block;

	color: #a4acc4;

	padding: 10px 30px;

	font-size: 20px;

	position: fixed;

	z-index: 99;

	background: #000;

	top: 16px;

	left: 0;

}



.appointment_schedule.layout_5 {

	margin-top: 20px;

}



.users_section_area.home {

	background: #000;

	overflow: hidden;

	height: 100vh;

}



.aboutImage {

	position: relative;

	height: 455px;

	max-width: 392px;

}



/* Style the search field */

form.example input[type=text] {

	padding: 6px;

	font-size: 17px;

	float: left;

	width: 80%;

	background: #f1f1f1;

	border: 1px solid transparent;

	outline: none;

}



/* Style the submit button */

form.example button {

	float: left;

	width: 20%;

	padding: 6px;

	background: #f1f1f1;

	color: #777;

	font-size: 17px;

	border-left: none;

	cursor: pointer;

	border: 1px solid transparent;

	outline: none;

}



form.example button:hover {

	background: #f1f1f1;

	color: #000;

}



/* Clear floats */

form.example::after {

	content: "";

	clear: both;

	display: table;

}



.right_bar {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.search_area {

	margin-right: 40px;

}



.custom_menu {

	width: 100%;

	display: flex;

	justify-content: flex-end;

	gap: 11px;

}



.custom_menu ul li a{

}



/* start  empty area================================================== */

.empty_area {

	width: 100%;

	height: 250px;

	display: flex;

	align-items: center;

	justify-content: center;

	text-align: center;

}



.empty_area code {

	background: #eee;

	padding: 1px 7px;

	box-shadow: 0 0 3px #ddd;

	margin-top: 13px;

	display: inline-block;

}



.empty_area h4 {

	margin-top: 5px;

	font-size: calc(17px + .3vw);

}



/* End  empty area================================================== */

/*  alert custom css================================================== */

span.reg_msg {

	text-align: left;

}



span.reg_msg .alert {

	border-radius: 0;

	padding: 5px 15px;

	position: relative;

	border: 0;

}



span.reg_msg .alert::before {

	position: absolute;

	content: "";

	height: 100%;

	width: 7px;

	left: 0;

	top: 0;

}



span.reg_msg {

	display: none;

}



span.reg_msg .alert.alert-danger::before {

	background: #fe7171;

}



span.reg_msg .alert.alert-success::before {

	background: #2ec1ac;

}



span.reg_msg .alert.alert-info::before {

	background: #68b0ab;

}



.user_login_form,

form,

.submit_form {

	position: relative;

}



.submit_form::before {

	content: "";

	position: absolute;

	background: rgba(255, 255, 255, .8);

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	z-index: 99;

}



span.ajax_submit {

	margin-top: 30px;

	border: solid #000 2px;

	width: 156px;

	height: 20px;

	border-radius: 7px;

	position: absolute;

	top: 17%;

	left: 50%;

	transform: translate(-50%, -50%);

	z-index: 99;

}



span.ajax_submit::before {

	content: '';

	position: absolute;

	width: 146px;

	height: 12px;

	top: 2px;

	left: 2px;

	background-color: #000;

	border-radius: 4px;

	animation: animation7submiting_after 2s linear infinite;

}



span.ajax_submit::after {

	content: 'Submiting...';

	position: absolute;

	width: 150px;

	color: #000;

	top: -28px;

	/*font-family: Marvel;*/

	font-size: 14pt;

	text-align: center;

	animation: animation7submiting 2s linear infinite;

	left: 0;

}



@keyframes animation7submiting_after {

	0% {

		width: 0%

	}



	15% {

		width: 0%

	}



	85% {

		width: 146px

	}



	100% {

		width: 146px

	}

}



@keyframes animation7submiting {

	0% {

		content: 'Submiting'

	}



	25% {

		content: 'Submiting.'

	}



	50% {

		content: 'Submiting..'

	}



	75% {

		content: 'Submiting...'

	}



	100% {

		content: 'Submiting...'

	}

}



/*   searching loader================================================== */

.searching {

	position: relative;

	width: 100%;

	height: 20px;

}



.searching::after {

	content: 'Searching...';

	position: absolute;

	color: #000;

	top: 0;

	/*font-family: Marvel;*/

	font-size: 12pt;

	text-align: center;

	animation: animation7searching 2s linear infinite;

	left: 0;

}



@keyframes animation7searching {

	0% {

		content: 'Please wait, '

	}



	15% {

		content: 'Please wait, Se.'

	}



	30% {

		content: 'Please wait, Sea..'

	}



	45% {

		content: 'Please wait, Sear..'

	}



	55% {

		content: 'Please wait, Searc..'

	}



	75% {

		content: 'Please wait, Search...'

	}



	85% {

		content: 'Please wait, Searchi...'

	}



	95% {

		content: 'Please wait, Searchin...'

	}



	100% {

		content: 'Please wait, Searching...'

	}

}



.facebook {

	color: rgba(59, 89, 152, 1);

	transition: ease .5s all;

}



.instagram {

	color: rgba(251, 57, 88, 1);

	transition: ease .5s all;

}



.whatsapp {

	color: rgba(79, 206, 93, 1);

	transition: ease .5s all;

}



.linkedin {

	color: rgba(14, 118, 168, 1);

	transition: ease .5s all;

}



.phone {

	color: #16a596;

	transition: ease .5s all;

}



.twitter {

	color: rgba(0, 172, 138, 1);

	transition: ease .5s all;

}



.youtube {

	color: rgba(255, 0, 0, 1);

	transition: ease .5s all;

}



.email {

	/*background-image: radial-gradient(circle, #ee0a50, rgba(251,57,88,1), #16a596, #a0bc00, #16a596);;-webkit-background-clip: text;-webkit-text-fill-color: transparent;*/

	transition: ease .5s all;

}



.facebook:hover {

	color: rgba(59, 89, 152, .5);

}



.instagram:hover {

	color: rgba(251, 57, 88, .5);

}



.whatsapp:hover {

	color: rgba(79, 206, 93, .5);

}



.linkedin:hover {

	color: rgba(14, 118, 168, .5);

}



.twitter:hover {

	color: rgba(0, 172, 138, .5);

	transition: ease .5s all;

}



.youtube:hover {

	color: rgba(255, 0, 0, .5);

	transition: ease .5s all;

}



/*  seven loader================================================== */

.reg_loader {

	position: relative;

	height: 50px;

	width: 50px;

	color: #000;

}



.seven {

	margin-top: 30px;

	border: solid #000 2px;

	width: 150px;

	height: 20px;

	border-radius: 7px;

}



.seven:before {

	content: '';

	position: absolute;

	width: 146px;

	height: 16px;

	top: 2px;

	left: 2px;

	background-color: #000;

	border-radius: 4px;

	animation: loader7AnimationBefore 2s linear infinite;

}



.seven:after {

	content: 'Loading...';

	position: absolute;

	width: 150px;

	color: #000;

	top: -28px;

	/*font-family: Marvel;*/

	font-size: 14pt;

	text-align: center;

	animation: loader7AnimationAfter 2s linear infinite;

}



@keyframes loader7AnimationBefore {

	0% {

		width: 0%

	}



	15% {

		width: 0%

	}



	85% {

		width: 146px

	}



	100% {

		width: 146px

	}

}



@keyframes loader7AnimationAfter {

	0% {

		content: 'Loading'

	}



	25% {

		content: 'Loading.'

	}



	50% {

		content: 'Loading..'

	}



	75% {

		content: 'Loading...'

	}



	100% {

		content: 'Loading...'

	}

}



/* Start user profile================================================== */

.userMenu_flex {

	display: flex;

	align-items: center;

	justify-content: flex-end;

	width: 100%;

}



.userMenu nav ul li a

}



.sectionDefault {

	position: relative;

	min-height: 100vh;

	width: 100%;

}



.userMenu {

	height: 52px;

}



/*.single_banner img {height: 120px;width: 120px;margin-right: 20px;}*/

section.user_home_banner {

	/*min-height: 35vh;*/

/*	padding: 0.1% 0;*/

	background: #eee;

	display: flex;

	align-items: center;

	position: relative;
background: #b2b2b2!important;
	/*margin-bottom: 30px;*/

}



section.user_home_banner .single_banner {

	display: flex;

	align-items: center;

	color: #5b5b5b;

	z-index: 9;

	position: relative;

	padding: 30px 0;

}



section.user_home_banner::before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	background: rgba(255, 255, 255, .6);

}



.userbanner_top {

	margin-bottom: 5px;

}



.home_social.list.style_1 ul {

	display: flex;

	align-items: center;

}



.home_social.list.style_1 ul li a {

	color: #000;

	padding: 10px 0;

	margin-right: 19px;

	padding-right: 8px;

	font-size: 17px;

}



.social_icon_section {

	margin-top: 5px;

}



.home_social.list.style_1 ul li a i {

	font-size: 18px;

	/*background: #fff;*/

	padding: 2px 4px;

	border-radius: 4px;

	margin-right: 6px;

	/*color: var(--defaultColor)!important*/

}



/*.userbanner_bottpm a {color: #777;}*/

p.address a {

	/* font-size: 14px;color: #000;*/

}



.gallery_area .portfolio_img {

	border-radius: 10px;

	box-shadow: 0 0 13px #ddd;

}



.portfolio_img {

	position: relative;

	overflow: hidden;

}



.gallery_area .grid-item {

	width: 49.111%;

	padding: 0 7.5px 0px;

	margin-top: 15px;

}



.style_2 .gallery_area .grid-item {

	width: 25%;

	padding: 0 7.5px 0px;

	margin-top: 15px;

}



.gallery_area .grid-item a {

	display: inline;

}



.portfolio_details h4 i {

	margin-left: 9px;

}



.portfolio_details h4 {

	padding: 5px;

	display: flex;

	align-items: center;

	font-size: 16px;

	font-weight: 600;

	padding-left: 11px;

	background: #fff;

}



.singleGallery_img {

	height: 200px;

	overflow: hidden;

	position: relative;

	z-index: 2;

	width: 100%;

	transition: all .5s ease-in-out;

}



.singleGallery_img:hover img {

	transform: translate(-50%, -50%) scale(1.1);

}



.singleGallery_img img {

	z-index: 1;

	position: absolute;

	left: 50%;

	top: 50%;

	transform: translate(-50%, -50%) scale(1.0);

	width: 100%;

	height: 100%;

	transition: all .5s ease-in-out;

}



.singleMenuItem {

	padding: 10px 10px;

	width: 100%;

	padding-top: 0;

}



.singleMenuItem ul {

	display: flex;

	/* align-items: center; */

	flex-direction: column;

	justify-content: center;

}



.singleMenuItem ul li {

	display: block;

	width: 100%;

	margin-bottom: 8px;

	box-shadow: 0 0px 0px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

	background: #fff;

}



.singleMenuItem ul li a {

	color: #000;

	padding: 10px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.homeItem_right.singleCatItem p {

	font-size: 18px;

	color: #777;

	font-weight: normal;

}



.homeSingle_item.singleCatItem {

	min-height: 149px;

}



.port_d_flex {

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: 2px;

}



.price_section {

	margin: 2px 0;

}



/*.port_d_flex a {padding: 5px 20px;border-radius: 5px;border: 1px solid #f9f9f9;margin: 5px;text-align: center;font-size: 18px;color: #777;}*/

/* cart================================================== */

li.cart {

	position: relative;

}



li.cart a {

	color: #777;

}



span.total_count {

	position: absolute;

	background: red;

	color: #fff;

	border-radius: 100%;

	font-size: 12px;

	min-width: 20px;

	min-height: 20px;

	text-align: center;

	right: 3px;

	top: 3px;

	font-weight: bold;

	font-family: cursive;

}



.shopping_cart {

	position: fixed;

	height: 100vh;

	right: -400px;

	width: 360px;

	padding: 5px;

	z-index: 1040 !important;

	top: 0;

	transition: all .3s;

	border-left: 5px solid rgba(255, 255, 255, .6);

	background: #fff;

	box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);

}



.cart_heading {

	padding: 10px 5px;

	display: flex;

	justify-content: space-between;

}



.right_cart a {

	color: red;

	padding: 5px;

}



/* cart */

.single_item_cart {

	display: flex;

	justify-content: space-between;

}



.left_cart {

	display: flex;

	align-items: center;

}



.single_item_cart img {

	height: 80px;

	width: 80px;

	margin-right: 10px;

	flex: 0 0 80px;

	border-radius: 4px;
	border: 1px solid #f2f2f2;

}



.navCart {

	display: inline-block;

}



span.extrasTitleCard {

	font-size: 13px;

	word-break: break-word;

	font-weight: 500;

	font-family: 'FontAwesome';

}



.shopping_cart_content ul li {

	background: #fff;

	padding: 5px;

	margin-bottom: 10px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;

	border-radius: 4px;

	border: 1px solid #f3f5f9;

}



i.fa.fa-circle.veg_type {

	font-size: 12px;

	border: 1px solid;

	height: 15px;

	width: 15px;

	border-radius: 0;

	text-align: center;

	line-height: 14px;

}



.veg_type.c_green {

	border-color: green;

}



.veg_type.c_red {

	border-color: red;

}



.item_title_area {

	display: flex;

	justify-content: space-between;

	padding: 0 3px 8px 10px;

}



.item_modal {

	padding: 0;

	background: #f4f5f7 !important;

	border-radius: 11px;

}



.modal-header {

	background: #fff !important;

}



.single_item_details {

	padding: 10px;

}



.item_extra_details {

	/*padding:5px 10px;*/

}



.itemComments {

	padding: 0 10px;

}



span.left_bold {

	font-weight: bold;

	margin-right: 7px;

}



.item_extra_list {

	margin-top: 5px;

}



.capital{

}



span.cartItemList {

	position: relative;

	height: 48px;

	width: 48px;

}



span.cartItemList a {

	color: #777;

}



span.cartItemList .total_count {

	top: -9px;

	right: 0px;

}



.cart.CartIcon {

	position: fixed;

	right: 30px;

	bottom: -50px;

	border-radius: 100%;

	height: 45px;

	width: 45px;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

	transition: all .5s ease-in-out;

	z-index: 999;

	background: #fff;

	box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);

}



.CartIcon.active {

	bottom: 120px;

}



.cart.CartIcon a {

	color: #000;

	text-align: center;

}



.cart.CartIcon a i {

	font-size: 22px;

	position: absolute;

	left: 50%;

	top: 63%;

	transform: translate(-50%, -50%);

}



.top_cart_order {

	display: flex;

	align-items: center;

	flex-direction: column;

	justify-content: space-between;

	height: 82vh;

}



.top_cart_order ul {

	width: 100%;

	overflow: auto;

	padding-bottom: 62px;

}



.bottom_cart_order {

	width: 100%;

	position: absolute;

	padding-bottom: 17px;

	clear: both;

	left: 0;

	right: 0;

	bottom: -7px;

	background: #f3f5f9;

	padding: 15px 0;

	box-shadow: 0 0 5px #ddd;

}



.order-btn {

	display: block;

	border-radius: 0;

	color: #ff4646 !important;

}



.bottom_cart_order a {

	border-radius: 15px;

}



.sub_total_list h4 {

	display: flex;

	justify-content: space-around;

}



.single_cart_item_details h4 {

	font-size: calc(14px + .1vw);

	margin-bottom: 5px;
	font-weight: 500;

}



.sub_total_list {

	text-align: center;

	padding: 5px 0 10px 0;

}



.sub_total_list h4 {

	font-size: calc(14px + .1vw);

	color: #333;

	text-transform: capitalize;

}



.total_sum {

	padding: 5px 0 17px 0;

	/*  border-top: 1px dashed #e3e9f0;*/

}



.successMsg {

	text-align: center;

	min-height: 160px;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

}



/*.confirmMsgArea {margin-bottom: 13px;}*/

.custom_btn {

	padding: 8px 37px;

	text-transform: uppercase;

}



/* incress / decress================================================== */

span.in_stock {

	color: #4CAF50;

}



.value-button {

	border: 1px solid #f00;

	font-size: 12px;

	cursor: pointer;

	display: inline-block;

	width: 20px;

	height: 20px;

	border-radius: 10px;

	background: transparent;

	text-align: center;

	color: red;

	line-height: 17px;

}



span.cart_qty_field input {

	width: 36px;

	height: 24px;

	border: 1px solid #ddd;

	border-right-color: transparent;

	border-left-color: transparent;

	text-align: center;

	background: #e5e7f7;

}



span.cart_qty_field input[type=number]::-webkit-inner-spin-button,

span.cart_qty_field input[type=number]::-webkit-outer-spin-button {

	-webkit-appearance: none;

	margin: 0;

}



.value-button {

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-khtml-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}



input.qty:focus {

	border-color: transparent;

	outline: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

}



.order_qty {

	display: flex;

	align-items: center;

	margin: 3px 0;

}



.order_qty>span {

	margin-right: 10px;

}



.order_list img {

	height: 75px;

	width: 120px;

	background: #fff;

	flex: 0 2 120px;

	border-radius: 5px;

}



.single_item_cart.order_list {

	margin-bottom: 15px;

}



.order_input_area input,

.order_input_area select {

	height: 45px !important;

	border-radius: 0;

}



.upperSum {

	margin-bottom: 5px;

	border-bottom: 1px dashed #e3e9f0;

	padding-bottom: 5px;

	display: block;

	text-transform: capitalize;

}



.show_price.defaultshipping {

	text-transform: capitalize;

}



/* incress / decress================================================== */

.singlePackage_img {

	width: 150px;

	height: 80px;

	margin-right: 12px;

}



.single_package_items {

	display: flex;

	margin-bottom: 16px;

}



.singleItemDetails h4 {

	font-size: 12px;

	font-weight: 500;

	color: #212121;

}



.accordion_content.item {

	background: #ffffff;

	color: #4b566b;

	padding: 10px 15px 10px;

	border: 0px solid #dae1e7;

	font-size: 14px;

	display: none;

	overflow: hidden;

	border-radius: 0 0 6px 6px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;

}



span.price_discount {

	color: #fe696a;

	text-decoration: line-through;

	margin-left: 15px;

}



h4.package_price {

	font-size: 13px;

	color: #4e54c8;

	font-weight: 600;

}



h4.package_price span.bg-round {

	background: #f3f3f3;

	display: inline-block;

	border-radius: 4px;

	padding: 5px 10px;

	margin-right: 10px;

	font-weight: 500;

}



.package_header_left {

	display: flex;

	align-items: center;

	font-weight: 400;

}



.package_header_right.text-center a {

	background: transparent;

	color: #000;

	border-radius: 0;

	transition: all .3s ease-in-out;

}



.package_header_right.text-center a:hover {

	color: #fff;

}



.accordion_content.item.block {

	display: block;

}



.packageSection {

	padding-bottom: 30px;

}



.homeSingle_item {

	display: flex;

	flex-direction: row;

	align-items: center;

}



.homeSingleImg {

	width: 150px;

	height: 117px;
}
.singleCategoryHeader {

	padding: 10px 0;

	border-bottom: 1px solid #ddd;

	margin-bottom: 11px;

	background: #f8f8ff;

	padding: 8px 10px;

	background: #fafafa;
	margin-top: 20px;

}



.homeView .homeSingle_item {
margin:5px 0;

}



.homeSingleImg {

	margin-right: 20px;

}



.port_d_flex.home_view a {

	padding: 6px 12px;

	border-radius: 5px;

	border: 1px solid rgb(41 199 172 / 50%);

	margin: 4px;

	text-align: center;

	font-size: 12px;

	color: rgba(227, 30, 36, 1);

	transition: all .3s ease-in-out;

	box-shadow: none;

	text-transform: capitalize;

	font-weight: 600;

}



.port_d_flex.home_view a:hover {

	background: rgba(227, 30, 36, 1);

	color: #fff;

	border-color: transparent;

}



@media (max-width:600px) {

	.port_d_flex.home_view a {

		padding: 5px 6px;

	}

}



.homeView {

	/*margin-bottom: 30px;*/

}



.homeSingleImg img {

	object-position: top center;

}



.homeItemDetails.list_view {

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	overflow: hidden;

}



.defaultHeading {

	padding: 3% 0 1% 0;

	color: #000;

	position: relative;

}



.defaultHeading h1 {

	position: relative;

	display: inline-block;

	padding-bottom: 13px;

	text-transform: capitalize;

	font-size: 24px;

	/*margin-left:15px;*/

}



.defaultHeading h1::before {

	content: "";

	position: absolute;

	background: rgb(0 208 255 / 30%);

	width: 100%;

	height: 1px !important;

	bottom: 1px !important;

	border-radius: 15px;

}



.defaultHeading h1::after {

	content: "";

	position: absolute;

	background: #00a0e3;

	width: 40%;

	height: 3px !important;

	bottom: 0;

	left: 0;

	border-radius: 15px;

}



.defaultHeading h4 {

	position: relative;

	display: inline-block;

	padding-bottom: 13px;

	text-transform: uppercase;

	font-size: calc(12px + .3vw);

}



.defaultHeading h4::before {

	content: "";

	position: absolute;

	background: rgb(255 3 3 / 30%) !important;

	width: 100%;

	height: 1px !important;

	bottom: 1px !important;

	border-radius: 15px;

}



.defaultHeading h4::after {

	content: "";

	position: absolute;

	background: #ff4646;

	width: 40%;

	height: 3px !important;

	bottom: 0;

	left: 0;

	border-radius: 15px;

}



.homeItemPcakage {

	background: #f3f5f9 !important;

	/*padding-bottom: 70px;*/

}



.text-center.seeMore_btn a {

	border: 1px solid #ddd;

	border-radius: 0;

	padding: 7px 25px;

	display: inline-block;

	transition: all .5s ease-in-out !important;

}



.text-center.seeMore_btn a:hover {

	background: rgba(227, 30, 36, 1);

	color: #fff;

}



.datepicker {

	z-index: 1151 !important;

}



/*.homeSingle_item {  background: #fff;  box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;  padding: 15px;  min-height: 185px;  border-radius: 6px;}*/

.theme_2 .homeSingle_item {

	min-height: 200px;

}



.menu-img {

	margin-right: 20px;

	width: 70px;

	height: 70px;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	border-radius: 50%;

	flex: 0 0 70px;

}



.img {

	background-size: cover !important;

	background-repeat: no-repeat !important;

	background-position: center center !important;

}



.singleHome_item {

	/*padding-bottom: 50px;*/

}



.homeItemDetails.list_view {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	width: 100%;

}



.homeItem_right p {

	font-size: 14px;

	color: #4e54c8;

	font-weight: 600;
	margin-top: 1px;

}



.homeItem_left {

	display: flex;

	flex-direction: column;

	justify-content: space-between;

}



.topTitle h4 {

	font-size: calc(13px + .2vw);

	font-weight: 500;

	display: flex;

	align-items: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Montserrat", sans-serif;
    letter-spacing: normal;

}

span.tit{
	font-family: "Montserrat", sans-serif;
    letter-spacing: normal;
}

.topTitle h4 i {

	margin-left: 10px;

}



.order-last {

	-webkit-box-ordinal-group: 14;

	-ms-flex-order: 13;

	order: 13;

}



.order-first {

	-webkit-box-ordinal-group: 0;

	-ms-flex-order: -1;

	order: -1;

}



.w-50 .img,

.w-50 .text {

	width: 50%;

	padding: 5% 4% 8px;

}



.homeSinglePackage {

	display: flex;

	width: 100% !important;

	/*  height:208px;*/

	cursor: pointer;

}



.homeSinglePackage p {

	display: -webkit-box;

	-webkit-line-clamp: 3;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.no-gutters {

	margin-right: 0;

	margin-left: 0;

}



.no-gutters>.col,

.no-gutters>[class*=col-] {

	padding-right: 0;

	padding-left: 0;

}



.w-50 .text {

	background: #fff;

	border-radius: 6px 0px 0px 6px;

}



.homeItemPcakage.Packages {

	background: #eee;

}



.package_heading {

	color: #212121;

	text-align: center;

	font-size: 16px;

	font-weight: 600;

	position: relative;

	display: inline-block;

	text-align: center;

	text-transform: uppercase;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	overflow: hidden;

}



.text.order-first p {

	/*font-size: 14px;padding: 5px 0;*/

	text-align: center;

}



.homeSingle_packages {

	display: flex;

	padding: 8px 0;

	margin-bottom: 8px;

}



.singleItemDetails.homePackages {

	display: flex;

	flex-direction: column;

	width: 100%;

	padding-right: 10px;

}



.topPackageItem {

	display: flex;

	align-items: center;

	justify-content: space-between;

	width: 100%;

	/*padding-top: 10px;*/

}



.singlePackage_wrapper {

	background: #fff;

	margin-bottom: 20px;

}



.homePackage_details {

	border: 0px solid #eee;

	padding: 10px;

	border-top: 0;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;

	border-radius: 6px;

}



.package_title {

	padding: 10px;

	background: #fff;

	box-shadow: none;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-bottom: 1px solid #f3f5f9;

	border-radius: 6px 6px 0px 0px;

}



.package_title h4 {

	font-size: 16px;

	color: #212121;

	font-weight: 600;

}



span.home_package_price {

	font-size: calc(13px + .15vw);

	color: #4e54c8;

	font-weight: 600;

}



.lineTitle {

	position: relative;

}



.lineTitle::after {

	content: "";

	display: block;

	position: absolute;

	left: 0;

	top: 68%;

	width: 100%;

	height: 1px;

	background-color: #777;

	transform: translateY(28%);

}



.topPackageItem.lineTitle h4 {

	font-size: calc(15px + .2vw);

	background: #fff;

	z-index: 1;

	padding-right: 11px;

	font-weight: 400;

}



.topPackageItem.lineTitle p {

	background: #fff;

	z-index: 1;

	padding-left: 11px;

	color: #4e54c8;

	font-weight: 600;

}



.homeBanner_Service ul {

	display: flex;

	text-align: center;

	width: 100%;

	justify-content: space-between;

}



.homeBanner_btn {

	margin-top: 11px;

}



.homeBanner_Service ul li i {

	display: block;

	font-size: 40px;

	color: rgba(227, 30, 36, 1);

	margin: 0 auto;

	border-radius: 50%;

	width: 50px;

	height: 50px;

	line-height: 50px;

	background-color: #fff;

}




.homeItemPcakage {

	padding-bottom: 70px;

}



.homeBanner_Service ul li p {

	font-size: 16px;

	/*font-family: 'Montserrat';*/

	font-weight: 400;

	color: #fff;

}



.homeBanner_Service ul li {

	display: block;

	width: 100%;

	border-right: 1px solid #ddd;

	padding-bottom: 12px;

}



.homeBanner_Service ul li:nth-child(3) {

	border: 0;

}



.userHomeBanner {

	position: relative;

}



.userHomeBanner,

.homeBanner_left {

	min-height: 50vh;

}



.username {

	font-family: inherit;

	font-size: 18px;

	font-weight: 600;

	text-transform: uppercase;

}



.homeBanner_left {

	background: rgba(255, 255, 255, .8);

	padding-left: 21%;

	display: flex;

	align-items: center;

	flex-direction: column;

	width: 100%;

	text-align: center;

	justify-content: space-evenly;

}



.homeBanner_Service {

	width: 100%;

	margin-top: 25px;

}



.homeBanner_left h1 {

	text-align: left;

	font-size: calc(18px + 1.2vw);

}



.home-book-btn {

	display: inline-block;

	background-color: #e22104;

	color: #fff;

	font-size: 14px;

	font-weight: 600;

	border-radius: 15px;

	padding: 9px 25px;

	-webkit-transition: all .3s ease 0s;

	-moz-transition: all .3s ease 0s;

	-o-transition: all .3s ease 0s;

	transition: all .3s ease 0s;

}



.btn-shadow {

	box-shadow: -5px 8px 20px 0 rgb(229 16 2 / 15%);

}



.home-book-btn:hover {

	background-color: red;

	color: #fff;

}



a.btn.watch_video {

	color: #fff;

}



.watch_video_i {

	font-size: 22px;

	margin-right: 10px;

}



.userHome_social {

	position: fixed;

	top: 18%;

	right: 1px;

	z-index: 9999;

	/*display: none;*/

}



.userHome_social ul {

	display: flex;

	flex-direction: column;

	align-items: center;

}



.userHome_social ul li a {

	display: block;

	padding: 10px;

	font-size: 25px;

	color: #777;

	transition: all .5s ease-in-out;

}



.userHome_social ul li a:hover {

	color: rgba(227, 30, 36, 1);

}



.userHome_social ul li a i {

	background-color: #fff !important;

	padding: 2px 4px;

	border-radius: 4px;

}



.itemPrice_area {

	display: flex;

	align-items: center;

	margin: 5px 0;

	flex-wrap: wrap;

}



.itemPrice {

	display: inline-block;

	border: 1px solid rgba(227, 30, 36, 1);

	margin-right: 3px;

}



p.smallItem_size {

	background: rgba(227, 30, 36, 1);

	color: #fff;

	border-bottom: 1px solid #ddd;

}



.itemPrice p {

	padding: 4px 10px;

	text-align: center;

	font-size: 13px;

}



.topTitle {

	padding-bottom: 2px;

}



.details_price {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}


.desp-details p{
	letter-spacing: normal;
}
label.btn.btn-sizes {

	border: 1px solid rgba(227, 30, 36, 1);

	padding: 4px 26px;

	transition: all .3s ease-in-out;

	margin: 3px;

	margin-bottom: 5px;

	border-radius: 4px;
	font-size: 1.5rem;

}



label.btn.btn-sizes:hover,

label.btn.btn-sizes.active {

	background: rgba(227, 30, 36, 1);

	color: #fff;

}



p.capital.allergen {

	font-size: 16px !important;

}



h5.priceTag {

	padding-top: 8px;

	padding-bottom: 5px;

	color: #4e54c8;

	font-size: 19px;

	font-weight: 600;

}



.btn.hidden {

	display: none !important;

}



.total_sum h4 {

	font-weight: 600;

	/*font-family: 'Open Sans';*/

	font-size: 19px;

	margin-bottom: 7px;

}



.itemPrice_area.i_small p.smallItem_size {

	background: rgba(78, 84, 200, .1) !important;

	border: 0px solid #dae1e7;

	border-radius: 4px;

	color: #4e54c8 !important;

	padding: 6px 5px;

	font-size: 11px;

	margin-bottom: 4px;

}



.itemPrice_area.i_small .itemPrice {

	border-color: transparent;

}



.ci-shadow {

	box-shadow: 0 4px 10px rgb(50 50 93 / 11%), 0 2px 6px rgb(0 0 0 / 8%);

}



h5.priceTag.hidden {

	display: none;

}



.hidden {

	display: none;

}



.homePriceTag p.smallItem_size {

	background: rgba(41, 199, 172, .15) !important;

	color: rgba(227, 30, 36, 1) !important;

	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

}



.single_items_img img {

	max-height: 320px;

}



.pickup_up h4 {

	font-size: 14px;

}



.cartNofify {

	display: flex;

	background: #f4f5f7;

	align-items: center;

	justify-content: space-between;

	padding: 5px 30px;

	padding-right: 4px;

	border-radius: 7px;

	box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);

}



.leftNotify {

	display: flex;

}



.cartNotify_wrapper {

	display: flex;

	position: fixed;

	left: 50%;

	bottom: -200px;

	z-index: 999;

	align-items: center;

	justify-content: space-between;

	transform: translateX(-50%);

	opacity: 1;

	background: #fff;

	border-radius: 7px;

}



.leftNotify p {

	font-size: 15px;

}



.rightNotify a {

	display: block;

	padding: 14px 6px;

	margin-left: 20px;

	color: red;

}



.leftNotify a {

	margin-left: 10px;

	font-size: 14px;

	line-height: 25px;

	color: tomato;

}



.UserMobileMenu {

	display: none;

}



.bg-gray {

	background: #f4f5f7 !important;

}



.track_form input {

	height: 47px;

	border-radius: 0;

	background: #fff;

}



.track_order_section {

	min-height: 94vh;

	display: flex;

	align-items: center;

	justify-content: center;

	/*background: url(../images/rest2.webp);*/

	/*mix-blend-mode:multiply;*/

	/*color: #4b566b;*/

	/* border-top: 1px solid #f3f5f9; */

	/*    background: url(../images/bg-footer.jpg);*/

	background-blend-mode: overlay;

	background-color: #fffffff6;

	background-size: contain;

}



.sweet-alert h2 {

	text-transform: capitalize;

}



.status-badge {

	font-weight: normal;

	padding: 5px;

}



.status-badge i {

	font-size: 16px;

	font-weight: bold;

	margin-right: 1px;

}



img.order-img {

	height: 50px;

	width: 50px;

}



.fw_normal {

	font-weight: normal;

}



a.viewItems {

	color: brown;

	font-size: 14px;

}



a.viewItems:hover {

	color: #000;

}



.d_flex_h {

	min-height: 80vh;

	display: flex;

	align-items: center;

	justify-content: center;

}



.pp-5 {

	padding: 5px !important;

}



.back_icon {

	font-size: 25px;

	color: #222;

}



.single_track_page {

	/*margin-top: 50px;*/

}



.show_menu_details {

	display: none;

}



ul.row_ul li a span {

	min-width: 91px;

	display: inline-block;

	text-align: left;

}



.userbanner_right * {

	/*text-shadow: 0 0 5px rgb(0 0 0 / 70%);*/

}



.userbanner_right i {

	text-shadow: none;

}



span.timeFormat {

	text-transform: lowercase;

}



/*  contacts================================================== */

.contacts_area input.form-control {

	/*height: 45px;*/

	font-size: 1.7rem;

	border-radius: 7px;

/*	text-transform: capitalize;*/

}
#contact-page .contacts_area input.form-control{
	height: 50px;
	padding: 10px;
}
#contact-page .contacts_area textarea.form-control{
	padding: 10px;
}
#contact-page .contacts_area .form-group{
	margin-bottom: 1.5rem;
}

.contacts_area .form-control {

	border-radius: 0;

}

.form_fields{
	display: flex;
	justify-content: space-between;
}

.form_fields .form-group {

	width: 49.2%;

	display: inline-block;

}



.contact_top {

	display: flex;

	align-items: center;

	justify-content: space-around;

	margin-bottom: 20px;

}



.single_contact_wizard {

	border: 1px solid #eee;

	text-align: center;

	min-height: 111px;

	max-height: 120px;

	display: flex;

	align-items: center;

	box-shadow: 0 0 5px #ddd;

	overflow: hidden;

	transition: all .5s ease;

	width: 100%;

	text-align: center;

	justify-content: center;

	margin: 0;

}



.single_contact_wizard a {

	color: #000;

}



.single_contact_wizard:hover i {

	color: #2ec1ac;

}



.single_contact_wizard:hover {

	box-shadow: 0 0 5px #2ec1ac;

}



.all_social_sites_icon ul.circle a {

	border-color: #2ec1ac;

	color: #2ec1ac;

	transition: all .5s ease;

}



.all_social_sites_icon ul.circle a:hover {

	border-color: #2ec1ac;

	background: #2ec1ac;

	color: #fff;

}



.contacts_area textarea.form-control {

	/*min-height:85px;*/

	font-size: 1.7rem;

	border-radius: 7px;

/*	text-transform: capitalize;*/

}



.second_media ul {

	display: flex;

	flex-direction: column;

	width: 100%;

	padding: 0;

	margin: 0;

}



.second_media ul li {

	width: 100%;

}



.second_media ul li a {

	display: flex;

	text-align: left;

	padding: 7px 15px;

	align-items: center;

	color: #000;

}



.second_media {

	margin-top: 30px;

}



.contact-page-head {

	width: 70%;

	text-align: center;

	margin: 0 auto

}



.contact-page-head h1 {}



.second_media ul li a i {

	font-size: 20px;

	height: 35px;

	width: 35px;

	border: 1px solid #ddd;

	text-align: center;

	margin-right: 11px;

	line-height: 33px;

	background: #2ec1ac;

	color: #fff;

}



.theme_5 .single_contact_wizard {

	border: 0;

	box-shadow: none;

	max-height: inherit;

	min-height: auto;

}



.theme_5 .single_contact_top i {

	height: 50px;

	width: 50px;

	flex: 0 0 50px;

	background: #e8f9ff;

	color: #00a0e3;

	text-align: center;

	font-size: 25px;

	line-height: 50px;

	border-radius: 100%;

	transition: all .5s ease-in-out;

}



form#home_contact {

	padding: 3% 5%;

	background: #fff;

	border: 1px solid #f2f2f2;

	border-radius: 12px;

}



.theme_5 .single_contact_wizard a {

	width: 100%;

}



.theme_5 .contact_top_content {

	width: 100%;

}



.theme_5 .contact_top {

	background-color: #fff;

	border-radius: 12px;

	flex-direction: column;

	padding: 5% 5%;

	gap: 25px;

	border: 1px solid #f2f2f2;

}
#contact-page .theme_5 .contact_top{
	gap: 20px;
}



.theme_5 .contact_top_content .single_contact_top {

	display: flex;

	align-items: center;

	width: 100%;

	grid-gap: 20px;

}



.theme_5 .single_contact_wizard:hover {

	box-shadow: none !important;

}



form.defaultForm input.form-control,

form.defaultForm select.form-control {

	height: 45px !important;

	border-radius: 0;

}



form.defaultForm textarea.form-control {

	min-height: 55px;

	border-radius: 0;

}



/* end contacts================================================== */

/* reservation ================================================== */

.appointment_dates li {

	display: block;

	padding: 7px 10px;

	font-size: 16px;

}



.appointment_dates li i {

	font-size: 18px;

	height: 30px;

	width: 30px;

	border: 1px solid transparent;

	text-align: center;

	line-height: 28px;

	border-radius: 100%;

	margin-right: 11px;

	color: #fff;

}



.ap_info {

	color: #777 !important;

	padding-left: 18px;

}



.available i {

	background: green;

}



.not_available i {

	background: red;

}



.appointment_schedule_area {

	padding-left: 30px;

}



.limit_msg {

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	height: 100%;

	color: #777;

}



.limit_msg h4 {

	font-size: calc(18px + .2vw);

	font-weight: 400;

}



.qr_link {

	width: 60%;

	margin: 10px auto 25px auto;

	display: block;

	position: relative;

}



a.qrDownloadBtn {

	position: absolute;

	bottom: -18px;

	right: 0;

	background: #fff;

	padding: 1px 7px;

	display: block;

	color: green;

	font-size: 20px;

	left: 0;

}



span.downloadMsg {

	left: 5px;

	bottom: -17px;

	font-size: 14px;

	color: green;

	font-weight: normal;

	display: flex;

	align-items: center;

	background: #fff;

	padding: 1px 6px;

}



span.downloadMsg i {

	font-size: 18px;

	margin-right: 3px;

}



.not_found_page {

	height: 100vh;

	display: flex;

	align-items: center;

	justify-content: center;

}



.invalid_text img {

	height: 80px;

	width: 80px;

	margin: 0 auto;

	text-align: center;

	display: block;

	margin-bottom: 14px;

}



.invalid_text {

	text-align: center;

}



.invalid_text h4 {

	font-size: calc(15px + .4vw);

	font-family: cursive;

	margin-bottom: 7px;

}



.invalid_text p {

	font-size: 17px;

	font-family: sans-serif;

}



.invalid_text a {

	font-size: 17px;

	background: rgba(227, 30, 36, 1);

	color: #fff;

	display: inline-block;

	padding: 10px 30px;

	margin-top: 12px;

	text-decoration: none;

	font-family: sans-serif;

}



.reg_msg.block {

	display: block !important;

}



.left_create_admin {

	display: flex;

	align-items: center;

	justify-content: center;

	height: 100vh;

}



.price_section p {

	font-size: 13px;

}



.defaultHeading p {

	margin-top: 10px;

	margin-bottom: 10px;

}



.section_items,

.sectionDefault {

	/*padding-bottom: 120px;*/

}



.qrCode1 h4 {

	display: inline-block;

	float: right;

	width: 25%;

	margin-left: 20px;

}



.qrCode1 img {

	width: 200px;

	/*  border: 1px solid ;*/

	border-radius: 4px;

	/*margin-bottom: 5px;float: right; */

}



label.paymentItem input {

	margin-right: 5px;

	height: 32px !important;

	padding: 0;

}



.payment_method {

	display: flex;

	align-items: center;

}



label.paymentItem {

	display: flex;

	align-items: center;

	justify-content: center;

	margin-right: 11px;

	cursor: pointer;

	background: red;

	padding: 0 23px;

	color: #fff;

	border-radius: 7px;

}



/*  payment================================================== */

.payment_area {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	text-align: center;

	width: 100%;

}



.payment_icon {

	height: 100px;

	width: 100px;

	margin-bottom: 9px;

}



.payment_icon.payment {

	margin: 0 auto;

}



.payment_icon img {

	height: 100%;

	width: 100%;

	border-radius: 100%;

	object-fit: cover;

}



.payment_details {

	padding: 10px 0;

	margin-bottom: 10px;

}



.payment_text {

	margin: 2px 0 0 0;

	font-size: 14px;

}



.payment_text i {

	color: #3b7bbf;

	margin-left: 6px;

}



.pay_now {

	padding: 10px 34px;

}



.pay_now i {

	color: green;

	margin-left: 10px;

	font-size: 19px;

}



.layout_style {

	width: 100%;

}



.payment_card .card-header {

	padding: 0;

}



.payment_nav li.nav-item.active::before {

	content: "";

	position: absolute;

	top: 0;

	left: 0;

	background: rgba(227, 30, 36, 1);

	width: 6px;

	bottom: 7px;

	border-radius: 5px 0 0 5px;

}



li.nav-item.active {

	position: relative;

}



li.nav-item {

	/*padding: 10px;*/

	z-index: 10;

}



.payment_nav li a {

	padding: 13px;

	border-radius: 5px;

	color: #000;

	font-weight: bold;

	height: 70px;

	min-width: 160px;

	display: flex;

	align-items: center;

	justify-content: space-around;

	background: #fff;

	margin-bottom: 7px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);

	border: 0 !important;

	width: 175px;

	word-break: break-all;

	font-size: 14px;

}



.payment_nav li a.active {

	color: rgba(227, 30, 36, 1) !important;

}



.payment_content.text-center {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	min-height: 450px;

}



.stripeForm {

	width: 100%;

}



.payment_icon {

	height: 100px;

	width: 100px;

	margin-bottom: 9px;

	background-size: contain !important;

	background-position: center center !important;

	background-repeat: no-repeat !important;

}



span.payout_img {

	height: 50px;

	width: 50px;

	position: relative;

	flex: 0 0 50px;

	background-size: cover !important;

	border-radius: 100%;

	border: 1px solid #eee;

	margin-right: 8px;

}



.payment_nav {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

	border: 0;

	background: #f3f5f9;

	margin-bottom: 10px;

	flex-direction: column;

	margin-right: 10px;

}



.payment_card .card-header {

	border: 0;

}



.card.payment_card {

	border: 0;

	flex-direction: row;

}



.payment_nav li a.active {

	border: 0;

}



.payment_card .card-header {

	background: #f3f5f9;

}



/* appointment================================================== */

.appointment_area {

	width: 100%;

	padding: 50px;

}



.appointment_area textarea.form-control {

	height: 120px;

}



.appointment_schedule_area {

	width: 100%;

}



.appointment_dates {}



.appointment_dates li {

	display: block;

	padding: 7px 10px;

	font-size: 16px;

}



.appointment_dates li i {

	font-size: 18px;

	height: 30px;

	width: 30px;

	border: 1px solid transparent;

	text-align: center;

	line-height: 28px;

	border-radius: 100%;

	margin-right: 11px;

	color: #fff;

}



.ap_info {

	color: #777 !important;

}



.available i {

	background: green;

}



.not_available i {

	background: red;

}



span.required {

	color: red;

	padding-left: 5px;

}



.offline_payment {

	color: #000;

	margin-top: 12px;

	font-size: 14px;

}



.contact_with_email {

	padding: 0 0 10px 0;

	display: inline-block;

}



.contact_with_email h3 a {

	color: #777;

}



.userInfo {

	padding-bottom: 8px;

}



.payment_card_img {

	width: 274px;

	margin: 0 auto 20px;

}



.stripeForm input {

	border-radius: 0;

	height: 45px;

}



.stripeForm label {

	text-align: left;

	display: block;

}



.payment_warper {

	padding-bottom: 50px;

	background: #f3f5f9 !important;

	min-height: 580px;

}



.stripeForm .card-footer {

	background: transparent;

	border: 0;

}



ul.paymentUl {width: 100%;

display: flex;

align-items: center;

flex-direction: column;

margin-top: 50px;

}



ul.paymentUl li {

	display: flex;

	align-items: center;

	justify-content: space-between;

	width: 100%;

	padding-bottom: 5px;

}



ul.paymentSummary{ display: flex;

/* align-items: center; */

justify-content: space-between;

flex-direction: column;

border-top: 1px dashed #ddd;

padding: 7px 0;

}



ul.paymentSummary li {

	display: flex;

	align-items: center;

	justify-content: space-between;

	width: 100%;

}



.bb-top {

	border-top: 1px dashed #ddd;

}



.pickup_area_list {

	display: flex;

	align-items: center;

	flex-direction: row;

	flex-wrap: wrap;

}



.pickup_area_list label {

	display: block;

	padding: 2px;

	background: #eee;

	margin: 2px 5px;

	padding: 3px 8px;

	font-size: 14px;

	border-radius: 5px;

	margin-bottom: 5px;

	cursor: pointer;

}



.pickup_point_map {

	position: fixed;

	height: 100vh;

	width: 90%;

	right: -110%;

	top: 0;

	transition: all .3s ease-in-out;

}



.pickup_point_map.active {

	position: fixed;

	height: 100vh;

	width: 60%;

	right: 0;

	top: 0;

	z-index: 9999;

	transition: all .3s ease-in-out;

}



.single_pickup_area.active {

	background: rgba(227, 30, 36, 1);

	color: #fff;

	transition: all .3s ease-in-out;

}



a.selectPoint {

	display: block;

	text-align: center;

	font-size: 15px;

	padding: 2px;

	font-weight: bold;

	color: rgba(227, 30, 36, 1);

	margin-top: 5px;

	transition: all .3s ease-in-out;

}



a.checkmap {

	color: rgba(227, 30, 36, 1);

	text-decoration: underline;

	font-size: 14px;

	margin-left: 13px;

	line-height: 26px;

	transition: all .3s ease-in-out;

}



a.closeMap {

	position: absolute;

	left: 24px;

	color: red;

	top: 12px;

	text-shadow: 0 0 5px #000;

	transition: all .3s ease-in-out;

}



.modalTime {

	font-size: 40px;

}



.d_flex_center {

	display: flex;

	align-items: center;

	justify-content: center;

}



ul.extraUl {

	display: flex;

	flex-direction: row;

	justify-content: space-between;

	flex-wrap: wrap;

	text-align: left;

}



ul.extraUl li {

	width: 48%;

	margin-bottom: 10px;

}



ul.extraUl input {

	margin-right: 4px;

}



ul.extraUl li label {

	cursor: pointer;

	display: flex;

	align-items: center;

	justify-content: space-between;

	font-size: 14px;

}



.extrasHeading {

	color: #777;

	font-size: 18px;

	margin-bottom: 8px;

	font-weight: 550;

}



a.btn.custom-btn.seemomre {

	padding: 9px 27px;

	border-radius: 7px;

}



.fw_bold {

	font-weight: bold;

}



.package_title.sinlgeOrder {

	padding: 10px;

	background: #f9f9f9;

	box-shadow: 0 4px 5px rgb(50 50 93 / 11%), 0 2px 3px rgb(0 0 0 / 8%);

	display: flex;

	align-items: center;

	justify-content: space-between;

	padding: 15px;

}



.add_to_order {

	color: #fff;

}



.flex_btn {

	display: flex;

	align-items: center;

}



/*----------------------------------------------pagination----------------------------------------------*/

.ci-pagination-link {

	display: inline-block;

	align-items: center;

	justify-content: center;

	margin-top: 20px;

}



.ci-paginationArea {

	width: 100%;

}



ul.ci-pagination {

	display: flex;

	flex-wrap: wrap;

	background: #fff;

	padding: 10px;

	border-radius: 50px;

	box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);

	align-items: center;

}



ul.ci-pagination li a {

	color: #000;

}



ul.ci-pagination li {

	color: #20B2AA;

	list-style: none;

	line-height: 34px;

	border-radius: 50%;

	text-align: center;

	font-size: 18px;

	font-weight: 500;

	cursor: pointer;

	user-select: none;

	transition: all 0.3s ease;

}



ul.ci-pagination li.page-num a {

	list-style: none;

	height: 35px;

	width: 35px;

	margin: 0 3px;

	line-height: 34px;

	border-radius: 50%;

	display: block;

}



ul.ci-pagination li.prev a {

	margin: 0px 3px 0 -5px;

	padding: 0 10px;

	border-radius: 100%;

	height: 35px;

	width: 35px;

	display: block;

}



ul.ci-pagination li.next a {

	margin: 0px -5px 0 3px;

	padding: 0 10px;

	border-radius: 100%;

	height: 35px;

	width: 35px;

	display: block;

}



ul.ci-pagination li.dots {

	font-size: 22px;

	cursor: default;

}



ul.ci-pagination li.btn {

	padding: 0 20px;

	border-radius: 50px;

}



ul.ci-pagination li.active a {

	color: #fff;

}



ul.ci-pagination li.active a,

ul.ci-pagination li.page-num:hover a,

ul.ci-pagination li:first-child:hover a,

ul.ci-pagination li:last-child:hover a {

	color: #fff;

	background: #20B2AA;

}



ul.ci-pagination li.active a,

ul.ci-pagination li.page-num:hover a,

ul.ci-pagination li:first-child:hover a,

ul.ci-pagination li:last-child:hover a {

	color: #fff !important;

}



ul.ci-pagination li.page-first a,

ul.ci-pagination li.page-last a,

ul.ci-pagination li.next a,

ul.ci-pagination li.prev a {

	height: 35px;

	width: 35px;

	display: block;

	border-radius: 50%;

}



/*----------------------------------------------Pagination----------------------------------------------*/

.categorySection {

	margin: 0px 0 19px;

	background: #fff;

	

	border-radius: 12px;

/*	border: 1px solid #f2f2f2;*/

	/*box-shadow: 0px 0px 0 #d6d6d6, 0px 1px 8px #d4d4d4;*/

}

.categorySection.mb-20{

	padding: 10px;

}

/*----------------------------------------------Search----------------------------------------------*/

.search-box {

	position: absolute;

	top: 50%;

	left: 50%;

	display: flex;

	align-items: center;

	transform: translate(-50%, -50%);

	padding: 10px;

	border-radius: 40px;

	height: 40px;

	background: #fff;

}



.search-txt-2::-ms-input-placeholder {

	color: red;

}



.search-box-2 {

	/*position: absolute;top: 50%;left: 50%;*/

	width: 65%;

	display: flex;

	align-items: center;

	/*transform: translate(-50%, -50%);*/

	padding: 10px;

	border-radius: 5px;

	height: 47px;

	background: #fff;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;

}



.searchBar-2 {

	width: 100%;

	position: relative;

	margin: 3% 0 2% 0;

	display: flex;

	justify-content: flex-end;

	margin: 3% 0 1% 0;

}



.search-txt-2 {

	border: none;

	background: none;

	outline: none;

	padding: 0;

	color: #000;

	transition: 0.5s;

	font-size: 1rem;

	width: 250px;

}



.search-box:hover .search-txt {

	width: 180px;

	padding: 0 6px;

}



.search-box:hover .search-btn {

	background: #fff;

}



.search-txt {

	border: none;

	background: none;

	outline: none;

	padding: 0;

	color: #000;

	transition: 0.5s;

	font-size: 1rem;

	width: 0px;

}



.search-btn {

	/*  color: #1abc9c;*/

	width: 35px;

	height: 35px;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 50%;

	transition: 0.5s;

	background: transparent;

	border: 0;

	text-decoration: none;

}



.searchLi {

	background: transparent !important;

	box-shadow: none !important;

}



.searchBar {

	width: 100%;

	position: relative;

	height: 50px;

}



/*----------------------------------------------Search----------------------------------------------*/

.not-found {

	height: 250px;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

}



.not-found i {

	font-size: 36px;

	margin-bottom: 10px;

}



.singleCategoryHeader {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



a.seeMore_link {

	font-size: 14px;

	transition: all .5s ease-in-out;

	/*padding-right: 10px;*/

}



a.seeMore_link i {

	transition: all .5s ease-in-out;

}



a.seeMore_link:hover {

	margin-right: -5px;

}



/*----------------------------------------------1.8----------------------------------------------*/

.modal-header {

	border-top-left-radius: calc(.6rem - 1px);

	border-top-right-radius: calc(.6rem - 1px);

	background: #fff !important;

	border-bottom: 1px solid #f3f5f9;

	padding: 8px 15px;

}



.form-control {

	border: 1px solid #e3e9ef;

	/*text-transform: capitalize;*/

}



.order_input_area input,

.order_input_area select {

	border-radius: 4px !important;

}



.order_input_area input,

.order_input_area select {

	height: 45px !important;

}



.btn {

	outline: none !important;

}



.footer_area {

	background-blend-mode: overlay;

	background-color:#363636;

	background-size: contain;
	min-height: 100%;
  background:url(/assets/frontend/images/footer-bg-2.webp) rgba(0, 37,52,1);
  background-size: cover;
  background-blend-mode: multiply;
}



.footer_bottom {

	background: #00a0e3;

	/*  border-top: 1px solid #8080807d;*/

	color: #f2f2f2;

/*	box-shadow: 0 0 4px #1a1a1a;*/

}



.footer_bottom a {

	color: #303030;

}



.footer_bottom a:hover {

	color: #fff;
}



/*.left_footer ul li a {  color: #4b566b;}*/

.itemPrice.i_small.menuSize p {

	padding: 4px 9px;

	min-height: 26px;

	min-width: 26px;

}



.item_title_area {

	flex-direction: column;

}



.port_d_flex a {

	padding: 5px 20px;

	border-radius: 5px;

	border: 1px solid rgb(41 199 172 / 50%);

	margin: 5px;

	text-align: center;

	font-size: 18px;

	color: rgba(227, 30, 36, 1);

	box-shadow: none;

	background: rgb(41 199 172 / 10%);

}



.gallery_area .portfolio_img {

	border-radius: 6px;

	box-shadow: 0 0 13px #ddd;

}



.portfolio_details {

	background: #fff;

}



.page_accordion_header {

	background: #fff;

	box-shadow: none;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-bottom: 1px solid #f3f5f9;

	border-radius: 6px 6px 0px 0px;

}



.closeShop {

	text-align: center;

}



.closeShop i {

	font-size: 50px;

}



.loginSection .iti,

.login_form .iti {

	position: relative;

	display: block;

}



.tab-pane {

	padding-top: 18px;

}



.iti__flag {

	width: 20px;

	transform: scale(1.3);

}



/*----------------------------------------------customer profile----------------------------------------------*/

.topCustomerProfile {

	background: #ddd;

	padding: 162px;

	position: relative;

}



.customer_profile {

	margin-top: -100px;

}



.topImg img {

	height: 100px;

	width: 100px;

	margin: 0 auto;

	display: block;

	border-radius: 100%;

}



.leftSidebar,

.serviceRightSide {

	background: #fff;

	border-radius: 10px;

	box-shadow: 0 0 5px #eee;

	padding: 10px 0 25px 0;

}



.topInfo {

	padding: 20px;

	text-align: center;

}



.leftDetails {

	padding-top: 16px;

}



.leftDetails h4 {

	padding-bottom: 1px;

}



.leftSideDetails ul {

	display: flex;

	flex-direction: column;

}



.leftSideDetails ul li {

	display: block;

}



.leftSideDetails ul li a {

	display: block;

	padding: 10px 20px;

	color: #000;

	font-size: 14px;

	border-left: 5px solid transparent;

}



.leftSideDetails ul li a i {

	margin-right: 5px;

}



.leftSideDetails ul li a:hover,

.leftSideDetails ul li.active a {

	background: rgba(74, 71, 163, .2);

	border-left: 5px solid #4A47A3;

	color: #4A47A3;

	transition: all .3s ease-in-out;

}



.serviceRightSide {

	color: #000;

	min-height: 65vh;

}



.input-group {

	display: flex;

	align-items: center;

}



span.input-group-addon {

	background: #ddd;

	padding: 8px;

}



.profleForm .form-control {

	height: 40px;

	border-radius: 4px;

}



.profleForm form {

	padding: 20px;

}



h4.header {

	border-bottom: 1px solid #eee;

	padding: 12px 20px 18px 20px;

	margin-bottom: 17px;

}



.label-success {

	background: rgba(22, 199, 154, .3);

	color: rgba(22, 199, 154, 1);

}



label.label {

	font-size: 14px;

	display: inline-block;

	padding: 4px 8px;

	border-radius: 5px;

}



.table.customTable th {

	color: #495057;

	background-color: #e9ecef;

	border-color: #dee2e6;

}



.topCustomerProfile {

	text-align: center;

}



.topCustomerProfile h4 {

	margin-top: -51px;

}



.actionBtn a {

	margin: 2px;

}



.container.container-xll {

	max-width: 1320px;

}



.priceTag {

/*	color: #cb5624;*/

	font-size: 22px;

	font-weight: 500;

}



.package_price .priceTag {

	font-size: 16px;

}



.home_package_price.priceTag {

	font-size: 16px;

}



tr th

}



table.customTable {

	font-size: 14px;

}



table.customTable th {

	font-size: 14px;

}



table.customTable tr {

	vertical-align: middle;

}



table.customTable tr td {

	vertical-align: middle;

}



.badge {

	padding: 5px 6px;

	border-radius: 4px;

}



.orderTag {

	font-weight: 600;

	color: tomato;

}



.d-flex-center-center {

	display: flex;

	align-items: center;

	justify-content: center;

}



/*----------------------------------------------END CUSTOMER PROFILE----------------------------------------------*/

.page-tools {

	display: flex;

	align-items: center;

	justify-content: flex-end;

	padding: 20px;

	margin-top: 4em;

}



.action-buttons a {

	padding: 10px 21px;

	box-shadow: 0 0 5px #ddd;

}



.customerInfo h3 {

	font-size: 18px;

}



.customerInfo h2 {

	text-align: left;

	font-size: 19px;

}



.extars ul {

	list-style: inside;

	color: #777;

}



.extars ul li {

	font-size: 13px;

}



.sizeTag {

	background: rgba(22, 199, 154, .1);

	color: rgba(22, 199, 154, 1);

	border-radius: 4px;

	padding: 5px 6px;

	font-size: 13px;

	font-weight: normal;

}



.bg-green {

	background: rgba(22, 199, 154, .1);

	color: rgba(22, 199, 154, 1);

}



.text-green {

	color: rgba(22, 199, 154, 1);

	font-weight: normal;

	padding: 5px 6px;

	font-size: 13px;

}



.b-top {

	border-top: 1px dashed #777;

	padding: 2px;

	margin-top: 2px;

}



.user_profile_img label {

	height: 180px;

	width: 180px;

	margin-bottom: 20px;

	border-radius: 100%;

	border: 3px solid #eee;

	overflow: hidden;

	text-align: center;

	cursor: pointer;

	position: relative;

}



/*----------------------------------------------DELIVERY ORDER AREA----------------------------------------------*/

.singleOrder {

	background: #fff;

	margin-bottom: 10px;

	border-radius: 4px;

}



.single_orderTop {

	display: flex;

	align-items: center;

	justify-content: space-between;

	margin-bottom: 4px;

	box-shadow: 0px 2px 4px #f9f9f9;

	padding: 9px 11px;

	padding-top: 0;

}



.single_orderTop h4 {

	font-size: 15px;

}



.orderLists {

	margin: 10px;

}



.single_orderDetails {

	padding: 7px 11px;

}



p.timeAgo {

	font-size: 13px;

	color: #777;

	padding: 3px 11px 0;

}



.delivery-guy {

	background: #f3f5f9 !important;

}



.delivery-guy h4.header {

	border-bottom: 1px solid #ddd;

	padding: 5px 20px 9px 20px;

	margin-bottom: 17px;

}



.singleOrder>a {

	color: #333;

}



/*----------------------------------------------DELIVERY GUY ORDER DETAILS----------------------------------------------*/

.d_single_order_area {

	background: #E1E5EA;

	margin: 10px 0;

	border-radius: 6px;

	box-shadow: 0 0 #eee;

	position: relative;

}



.d_single_order_header {

	display: flex;

	align-items: center;

	padding: 10px;

	box-shadow: 0 0 5px #eee;

}



.d_single_order_header>a {

	color: #777;

	padding: 0px 10px;

}



.d_single_order_header>a i {

	font-size: 28px;

	margin-right: 15px;

}



.d_single_order_header i {

	font-size: 28px;

	margin-right: 10px;

}



.d_single_order_header>h4 {

	font-size: 18px;

}



.delivery-panel {

	background: #fff;

	padding: 10px;

	margin: 15px;

	border-radius: 6px;

	box-shadow: 0 0 5px #ddd;

	margin-bottom: 10px;

}



.shopArea ul {

	display: flex;

	flex-direction: column;

	position: relative;

}



.shopArea ul>li {

	display: flex;

	align-items: end;

	margin-bottom: 25px;

	z-index: 2;

}



.shopArea ul>li>i {

	height: 40px;

	width: 40px;

	text-align: center;

	border-radius: 34%;

	font-size: 25px;

	line-height: 39px;

	margin-right: 10px;

}



.shopDetails h4 {

	font-size: 16px;

}



.shopDetails p {

	font-size: 14px;

}



.shopDetails a {

	font-size: 14px;

	display: inline-block;

	background: rgba(22, 199, 154, 1);

	color: #fff;

	padding: 3px 10px;

	border-radius: 12px;

	margin-top: 10px;

	transition: all .5s ease-in-out;

}



.shopDetails a:hover {

	background: rgba(22, 199, 154, .1);

	color: rgba(22, 199, 154, 1);

}



.orderItemList ul {

	display: flex;

	flex-direction: column;

	padding: 5px;

}



.orderItemList ul>li {

	border-bottom: 1px dotted #ddd;

}



.d_orderDetails h5 {

	font-size: 14px;

	/*font-family: 'Montserrat';*/

}



.d_orderDetails {

	padding: 10px 0;

}



.extars ul li {

	border: 0;

}



.extars ul {

	list-style: disc;

	display: block;

	width: 100%;

	padding-left: 28px;

}



.shopArea ul::before {

	position: absolute;

	top: 0;

	left: 19px;

	bottom: 0;

	display: block;

	width: 2px;

	content: "";

	z-index: 1;

	background-image: linear-gradient(rgba(22, 199, 154, .5) 33%, rgba(22, 199, 154, .1) 0%);

	background-position: right;

	background-size: 1px 10px;

	background-repeat: repeat-y;

}



.topd_Order {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.topd_Order h4 {

	font-size: 16px;

}



.bt-1-dashed {

	border-top: 1px dashed #ddda;

}



.deliver-footer {

	position: relative;

	bottom: 0;

	width: 100%;

	height: 19px;

	padding-bottom: 30px;

	margin-bottom: 20px;

}



.deliver-footer a {

	bottom: 5px;

	max-width: 540px;

	border-radius: 0;

}



ul.orderMenu {

	display: flex;

	align-items: center;

	padding: 5px 10px;

	box-shadow: 0 3px 5px #ddd;

	padding-top: 0;

}



ul.orderMenu li {

	display: block;

}



ul.orderMenu li a {

	padding: 10px;

	display: block;

	font-size: 14px;

	color: #222;

	margin: 0 2px;

}



ul.orderMenu li a i {

	font-size: 15px;

	margin-right: 1px;

}



ul.orderMenu li a:hover,

ul.orderMenu li a.active {

	color: rgba(22, 199, 154, 1);

}



.single_orderDetails p {

	font-size: 15px;

	/*font-family: 'Ubuntu';*/

	color: #777;

}



.singleTab {

	background: #fff;

	display: flex;

	align-items: center;

	justify-content: space-between;

	min-height: 120px;

	padding: 15px;

	margin-bottom: 10px;

}



.singleTab i {

	font-size: 46px;

}



.accountArea {

	padding: 0 10px;

}



.leftTab p {

	font-size: 16px;

	padding-top: 11px;

	/*font-family: 'Ubuntu';*/

}



.success-light {

	background: rgba(40, 167, 69, .15);

	color: #28a745;

	transition: all .3s ease-in-out;

	border-color: rgba(40, 167, 69, .1);

}



.bg-danger-soft {

	background: rgba(220, 53, 69, .1) !important;

	color: #dc3545 !important;

}



.default-light {

	background: rgba(106, 116, 123, .15);

	color: #6a747b;

	transition: all .3s ease-in-out;

	border-color: #777;

}



.pnt-8 {

	padding: 0 8px !important;

}



.singleOrdrebtn {

	text-align: center;

	padding: 7px 6px 15px;

	display: flex;

	flex-wrap: wrap;

}



.singleOrdrebtn a {

	margin-right: 6px;

	margin-bottom: 5px;

}



.orderDetailsBody {

	display: flex;

	flex-direction: column;

	justify-content: center;

	min-height: 153px;

}



.singleOrder {

	min-height: 206px;

}



.singleOrdrebtn a {

	background: rgba(40, 167, 69, 1);

	color: #fff;

	font-size: 14px;

	padding: 5px 10px;

	border-radius: 6px;

}



.ongoing {

	background: #dc3545 !important;

}



.orderBtn {

	background: rgba(22, 199, 154, 1);

	color: #fff;

}



.track_bullet ul li>i {

	height: 45px;

	width: 45px;

	border: 1px solid rgba(22, 199, 154, .2);

	border-radius: 100%;

	text-align: center;

	line-height: 44px;

	font-size: 32px;

	background: #fff;

	color: rgba(22, 199, 154, 1);

	z-index: 5;

	flex: 0 0 45px;

}



.track_bullet ul li.active>i {

	background: rgba(22, 199, 154, 1);

	color: #fff;

}



.track_bullet ul li.dactive>i {

	background: #dc3545;

	color: #fff;

}



.track_bullet ul li h4 {

	font-size: 15px;

	padding: 8px 0 0;

}



.track_bullet ul {

	display: flex;

	flex-direction: column;

	position: relative;

}



.track_bullet ul li {

	display: flex;

	align-items: center;

	margin-bottom: 25px;

	position: relative;

}



.single_track {

	margin-left: 15px;

}



small {}



.track_bullet ul::before {

	position: absolute;

	top: 0;

	left: 20px;

	bottom: 0;

	display: block;

	width: 2px;

	content: "";

	z-index: 1;

	background-image: linear-gradient(rgba(22, 199, 154, .4) 33%, rgba(22, 199, 154, .1) 0%);

	background-position: right;

	background-size: 1px 9px;

	background-repeat: repeat-y;

}



.track_bullet ul li.active i::after {

	content: "";

	position: absolute;

	min-height: 150px;

	width: 3px;

	background: rgba(22, 199, 154, 1);

	left: 20px;

	top: 2px;

	z-index: -1;

}



.track_bullet ul li.dactive>i::after {

	content: "";

	position: absolute;

	min-height: 150px;

	width: 3px;

	background: #dc3545;

	left: 20px;

	top: 2px;

	z-index: -1;

}



.track_bullet ul li.active:last-child i::after {

	display: none;

}



.track_bullet ul li.dactive:last-child i::after {

	display: none;

}



.single_track p {

	font-size: 15px;

}



.d_single_order_header.track_back {

	padding-top: 10px;

	margin-top: 10px;

	background: #fff;

}



.card.track-card {

	border-top-left-radius: 0;

	border-top-right-radius: 0;

}



.flip-x {

	transform: scaleX(-1);

}



div#datetimepicker2 .input-group-append {

	height: 45px;

}



.show_address textarea.form-control {

	height: 47px;

}



.single_orderDetails label {

	font-weight: normal;

}



.info-light {

	background: rgba(0, 192, 239, .2);

	color: rgba(0, 192, 239, 1);

	transition: all .3s ease-in-out;

	border-color: rgba(0, 192, 239, .1);

}



.input-group-append {

	margin-left: -1px;

	height: 45px;

}



/*----------------------------------------------V1.9----------------------------------------------*/

.flex {

	display: flex;

}



.justify-between {

	justify-content: space-between;

}



.justify-center {

	justify-content: center;

}



.flex-column {

	flex-direction: column;

}



.bb_1_dashed {

	border-bottom: 1px dashed #eee;

}



.bt_1_dashed {

	border-top: 1px dashed #eee;

}



.w_100 {

	width: 100%;

}



.ModalCustomerInfo h4 {

	font-size: 17px;

	padding-bottom: 10px;

}



.ModalCustomerInfo {

	margin-bottom: 20px;

	border-bottom: 1px dashed #eee;

	padding-bottom: 15px;

}



.flex-between {

	display: flex;

	justify-content: space-between;

}



ul.paymentSummary .pleft {

	font-size: 14px;

}



ul.paymentSummary .pright {

	font-size: 14px;

	font-weight: bold;

}



li.pt-7.bb-top div {

	font-size: 17px;

}



ul.paymentUl li {

	font-size: 15px;

}



.dropdown-menu.languageDropdown a {

	padding: 5px 10px !important;

}



/*----------------------------------------------style 2 menu----------------------------------------------*/

.business-container {

	width: 100%;

	padding-right: 15px;

	padding-left: 15px;

	margin-right: auto;

	margin-left: auto;

}



@media (min-width: 576px) {

	.business-container {

		max-width: 540px;

	}

}



@media (min-width: 768px) {

	.business-container {

		max-width: 720px;
		margin: 0 auto;

	}

}



@media (min-width: 992px) {

	.business-container {

		max-width: 960px;

	}

}



@media (min-width: 1200px) {

	.business-container {

		max-width: 1200px;

	}

}



@media (min-width: 1300px) {

	.business-container {

		max-width: 1300px;

	}

}



.style_2 .homeSingle_item {

	flex-direction: column;

	padding: 0;

}



.style_2 .homeSingleImg.menu-img.img {

	height: 100%;

	width: 100%;

	border-radius: 0;

	flex: inherit;

}



.style_2 .homeItemDetails.list_view {

	padding: 15px;

	min-height: 185px;

}



.style_2 .topTitle h4 {

	/* display: flex; */

	align-items: center;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	text-overflow: ellipsis;

	overflow: hidden;

}



.theme_3 .topTitle h4 {

	/* display: flex; */

	align-items: center;

	display: -webkit-box;

	-webkit-line-clamp: 1;

	-webkit-box-orient: vertical;

	text-overflow: ellipsis;

	overflow: hidden;

	line-height: 23px;

}



.top___title {

	display: flex;

	align-items: center;

	justify-content: space-between;

	width: 100%;

}



p.details.not_is_size {

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	text-overflow: ellipsis;

	overflow: hidden;

}



.style_2 .port_d_flex.home_view {

	justify-content: center;

}



.style_2 .w-50 .text {

	background: #fff;

	border-radius: 6px 0px 0px 6px;

	/*  height: 261px;*/

	display: flex;

	justify-content: center;

	flex-direction: column;

}



.style_2 h4.package_price {

	text-align: center;

}



.homeSingle_item:hover .menu-img {

	transform: scale(1.1);

	transition: all .3s ease-in-out;

}



.style_2 .homeSingle_item,

.menu-img {

	overflow: hidden;

	transition: all .3s ease-in-out;

	position: relative;

}



.style_2 .item_images {

	height: 200px;

	overflow: hidden;

	width: 100%;

	cursor: pointer;

}



.style_2 i.fa.fa-circle.veg_type {

	font-size: 8px;

	border: 1px solid;

	height: 15px;

	width: 15px;

	flex: 0 0 15px;

	border-radius: 100%;

	text-align: center;

	line-height: 13px;

	text-align: center;

	margin-left: 5px;

}



.style_2 .single__cat__header {

	display: flex;

	align-items: center;

}



.style_2 .cat__btn {

	background: #fff;

	border-radius: 5px;

	font-size: 18px;

	height: 47px;

	padding: 5px 25px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;

	margin-bottom: 0;

}



.style_2 .single__cat__header .dropdown-menu {

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);

	border: 0;

	width: 99%;

}



.style_2 .single__cat__header .dropdown-menu a {

	display: block;

	padding: 8px 21px;

}



.style_2 .incress_area {

	background: #fff;

	 border-radius: 10px;

	border: 0;

	/*flex-direction: row;justify-content: flex-start;width: 100%;*/

/*	border: 1px solid #f2f2f2;*/

	/* flex: 0 0 30px; */

	margin-right: 8px;

	margin-bottom: 7px;

}



.style_2 span.cart_qty_field input {

	width: 25px;

	height: auto;

	border: 0;

	border-right-color: transparent;

	border-left-color: transparent;

	text-align: center;

	background: transparent;

}



.style_2 .incress_area span {

	/* background: transparent;border: 0;padding: 4px;width: 40px;text-align: center;*/
	font-size: 1.4rem;

}



.style_2 .incress_area i {

	font-size: 12px;

	/*color: #fff !important;background-color: red!important;border-radius: 50%;*/

}



.style_2 .incress_area input {

	background: transparent;

	border: 0;

}



.style_2.shopping_cart {

	width: 380px;

}



.style_2 .single_cart_item_details {

	width: 100%;

}



.style_2 .single_cart_item_details p {

	text-transform: capitalize;

}



.style_2 .right_cart {

	flex: 0 0 20px;

}



.style_2 .left_cart {

	width: 100%;

}



.row.grid-item.seemore {

	width: 100% !important;

	position: absolute;

	bottom: -57px;

	top: auto !important;

}



.style_2 .homeItem_left {

	width: 100%;

}



.style_2 .homeItemDetails.list_view {

	width: 100%;

}



.style_2 .topTitle {

	display: flex;

	align-items: center;

	justify-content: space-between;

	width: 100%;

}



.style_2 .homeItem_right {

	flex: 0 0 67px;

	text-align: left;

}
.style_2 .homeItem_right s{
	display: none;
}


/*----------------------------------------------4.2----------------------------------------------*/

.singlePage.style_2 ul {

	display: flex;

	flex-direction: row;

	flex-wrap: wrap;

	width: 100%;

}



.singlePage .single_cart_item_details h4 {

	font-size: 16px;

	text-transform: capitalize;

}



.singlePage.style_2 ul li {

	margin-right: 4px;

	background: #fff;

	padding: 5px;

	border-radius: 5px;

	width: 49.111%;

	margin-bottom: 10px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);

}



.singlePage .style_2 .incress_area {

	flex: 0 0 20px;

	width: 20px;

}



.singlePage .single_cart_item_details p {

	font-size: 15px;

	text-transform: capitalize;

}



.singlePage .single_item_cart img {

	height: 80px;

	width: 80px;

	margin-right: 10px;

	flex: 0 0 80px;

	border: 1px solid #eee;

	object-fit: cover;

}



.singlePage.style_2 .incress_area {

	margin-bottom: 7px;

}



.singlePageLogin {

	background: #fff;

	padding: 10px;

	border-radius: 5px;

	margin-bottom: 11px;

	margin-top: 10px;

}



.order_page {

	background: #fff;

	padding: 10px 15px;

	border-radius: 5px;

	margin-bottom: 10px;

	/*box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);*/

	text-align: center;

}



.singlePage.style_2 .upperSum span {

	font-weight: bold;

}



.singlePage.style_2 .upperSum {

	font-size: 15px;

}



.successMsgArea.single__page__order {

	min-height: 60vh;

	display: flex;

	align-items: center;

	justify-content: center;

}



.singleSuccessPage {

	background: #fff;

	border-radius: 5px;

	padding: 15px;

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);

}



i.successIcon {

	height: 30px;

	width: 30px;

	border-radius: 100%;

	display: block;

	text-align: center;

	margin: 0 auto;

	font-size: 30px;

	line-height: 30px;

}



.trackLink a {

	text-decoration: underline;

	text-transform: capitalize;

}



.confirm_btn:hover,

.add_to_cart_form:hover {

	/*  color: #fff!important;*/

}



.home-book-btn {

	color: #fff !important;

}



/*----------------------------------------------PICKUP SLOTS----------------------------------------------*/

.slots_area {

	display: flex;

	align-items: center;

	flex-wrap: wrap;

}



label.single_slots {

	display: flex;

	align-items: center;

	justify-content: center;

	padding: 4px 8px;

	margin: 5px 6px;

	cursor: pointer;

	border-radius: 5px;

	font-size: 15px;

	position: relative;

	background: rgba(40, 167, 69, .15);

	color: rgba(40, 167, 69, 1);

	transition: all .3s ease-in-out;

}



label.single_slots:hover,

label.single_slots.active {

	background: rgba(40, 167, 69, 1);

	color: #fff;

	transition: all .3s ease-in-out;

}



label.single_slots input {

	visibility: hidden;

	opacity: 0;

	position: absolute;

	left: 0;

	top: 0;

}



label.single_slots:hover:before,

label.single_slots.active::before {

	opacity: 1;

	visibility: visible;

	transition: all .3s ease-in-out;

}



label.single_slots::before {

	content: '\eed6';

	font-family: 'IcoFont';

	color: green;

	position: absolute;

	right: -7px;

	top: -9px;

	font-size: 14px;

	border: 2px solid #fff;

	height: 20px;

	width: 20px;

	text-align: center;

	line-height: 17px;

	border-radius: 50%;

	background: rgba(40, 167, 69, 1);

	color: #fff;

	opacity: 0;

	visibility: hidden;

	transition: all .3s ease-in-out;

}



/*----------------------------------------------PICKUP SLOTS----------------------------------------------*/

/*----------------------------------------------FPX STRIPE PAYMENT----------------------------------------------*/

.fpxArea {

	text-align: center;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.form-row {

	margin-bottom: 35px;

	width: 100%;

}



.fpxArea form {

	width: 320px;

}



/*----------------------------------------------Rating Star Widgets Style ----------------------------------------------*/

.rating-stars ul {

	list-style-type: none;

	padding: 0;

	-moz-user-select: none;

	-webkit-user-select: none;

}



.rating-stars ul>li.star {

	display: inline-block;

	cursor: pointer;

}



/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {

	font-size: 2.5em;

	/* Change the size of the stars */

	color: #ccc;

	/* Color on idle state */

}



/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {

	color: #FFCC36;

}



/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {

	color: #FF912C;

}



.h_auto {

	height: auto;

}



.h-47 {

	height: 47px !important;

}



.startRating {

	display: flex;

	align-items: center;

	justify-content: center;

}



.startRating i {

	color: #EB5E0B;

	font-size: 13px;

	padding: 1px;

}



.ModalCustomerInfo {

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.customerEdit a {

	color: #777;

	font-size: 17px;

	padding: 10px;

}



.ModalCustomerInfo.dis_none {

	display: none;

}



.priceCheck {

	padding: 5px 0 15px;

	color: #dc3545;

}



.priceCheck h4 {

	font-size: 16px;

}



/*.searchSection.welcomeSearch .searchBar-2, .searchSection.welcomeSearch .search-txt-2 {width: 390px;}*/

.searchSection.welcomeSearch {

	margin: 25px auto 10px auto;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

}



#showCatItem .homeSingle_item.singleCatItem {

	min-height: 185px;

	margin-bottom: 15px;

}



#showCatItem .ci-paginationArea {

	display: none;

}



.bg_loader {

	background-position: center center !important;

	background-repeat: no-repeat !important;

}



.confirmMsgArea.payInCash {

	box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%);

	border-radius: 5px;

	padding: 15px;

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	height: 100%;

}



.selectPaymentMsg {

	display: flex;

	align-items: center;

	justify-content: center;

	min-height: 193px;

	flex-direction: column;

}



.selectPaymentMsg h4 {

	text-transform: inherit;

	font-size: 19px;

	color: #555;

}



.selectPaymentMsg i {

	font-size: 38px;

	color: #555;

}



.payment_card .tab-pane {

	padding-top: 0;

}



.goog-logo-link {

	display: none !important;

}



.goog-te-gadget {

	color: transparent !important;

}



.goog-te-gadget .goog-te-combo {

	height: 32px;

	padding: 5px;

}



div#google_translate_element {

	margin-top: 0px;

	position: absolute;

	top: 9px;

}



.left_create_admin .reg_msg.block {

	display: block !important;

	width: 100%;

}



div#showCatItem .homeSingle_item {

	margin-bottom: 15px;

}



/*----------------------------------------------VERSION 2.0----------------------------------------------*/

.item__slider {

	height: 350px;

	width: 100%;

	padding: 0;

}



.item__slider img {

	height: 100%;

	width: 100%;

	object-fit: cover;

}



.itemSlider ul.slick-dots li button {

	border: 1px solid #ddd;

	border-radius: 100%;

	height: 10px;

	width: 10px;

	margin: 2px;

	background: #f8f8f8;

	font-size: 12px;

	outline: none;

	color: #fff;

}



ul.slick-dots {

	display: flex;

	align-items: center;

	justify-content: center;

	margin-top: -58px;

	z-index: 9;

	position: relative;

}



.itemSlider ul.slick-dots li button {

	border: 0;

	border-radius: 0;

	height: 4px;

	width: 5px;

	margin: 2px;

	background: rgba(232, 8, 142, .5);

	font-size: 0;

	outline: none;

	color: #fff;

	flex: 0 0 5px;

}



.itemSlider ul.slick-dots li.slick-active button {

	background: rgba(232, 8, 142, 1);

}



.opacity_height_0 {

	height: 350px;

	opacity: 0;

}



.modal-dialog.load {

	min-height: 550px;

	z-index: 999;

	position: relative;

}



.b-gray {

	background: #f4f5f7;

}



.defaultForm .form-control {

	border-radius: 5px;

	height: 47px;

}



li.callwaiter a {

	background: rgba(84, 91, 98, .8);

	color: #fff;

	border-radius: 5px;

	display: none;

}



.reg_msg .alert-dismissible .close {

	position: absolute;

	top: -9px;

	right: -20px;

	padding: .75rem 1.25rem;

	color: inherit;

}



.homeBanner_serviceImg img {

	height: 50px;

	width: 50px;

	object-fit: cover;

}



.homeBanner_serviceImg {

	height: 50px;

}



/*img.logo {max-height: 50px;}*/

.space-between {

	justify-content: space-between;

}



.bg-light-purple-soft {

	background-color: rgba(114, 57, 234, .15) !important;

	color: rgba(114, 57, 234, 1) !important;

}



.bg-warning-soft {

	background: rgba(255, 193, 7, .1) !important;

	color: rgba(255, 193, 7, 1) !important;

}



.bg-primary-soft {

	background: rgba(40, 110, 251, .1) !important;

	color: #286efb !important;

}



.bg-success-soft {

	background: rgba(40, 167, 69, .1) !important;

	color: #28a745 !important;

}



.bg-danger-soft {

	background: rgba(220, 53, 69, .1) !important;

	color: #dc3545 !important;

}



.bg-info-soft {

	background: rgba(0, 192, 239, .1) !important;

	color: rgba(0, 192, 239, 1) !important;

}



span.sizeText {

	font-size: 11px;

	font-weight: normal;

	border-radius: 4px;

}



.pay_size_top {

	margin-bottom: 6px;

}



.navbar-toggler {

	border-radius: 0;

}



.allow-sm {

	display: none;

}



ul {}



.rightMenu ul {

	display: flex;

	align-items: center;

	margin-bottom: 0;

	gap: 10px;

}



.rightMenu ul li {

	position: relative;

}



.dropdownArea.dropdownList {

	position: absolute;

	z-index: 99;

	background: #f3f5f9;

}



.dropdownArea.dropdownList ul {

	display: flex;

	flex-direction: column;

	min-width: 168px;

}



.dropdownArea.dropdownList ul li {

	display: block;

	width: 100%;

	text-align: center;

}



.dropdownArea.dropdownList ul li a {

	display: inline-block;

	padding: 5px;

	color: #777;

}



.dropdownMenu.sm-drop>a {

	color: #777;

	border: 1px solid #ddd;

	margin: 0 8px;

	border-radius: 5px;

}



.dropdownArea.dropdownList {

	position: absolute;

	z-index: 99;

	background: #f3f5f9;

	top: 48px;

}



.moreMenuBtn {

	display: none;

}



.dropdownMenu a {

	color: #777;

}



li.dropdownMenu.moreMenuBtn a {

	display: flex;

	align-items: center;

	padding: 0;

	justify-content: space-between;

}



.show_menu_details .dropdownArea.dropdownList {

	width: 100%;

	background: #ddd;

}



img.shopLogo {

	max-height: 50px;

	/*margin:0 10px; */

}



.pickupCheckDate {

	display: flex;

	align-items: center;

}



.pickupCheckDate label {

	display: flex;

	align-items: center;

	cursor: pointer;

	font-size: 14px;

}



.custom-radio-2 {

	display: inline-flex;

	align-items: center;

	padding-left: 0;

	margin: 0;

	cursor: pointer;

	transition: 0.25s ease;

}



.custom-radio-2 input[type=radio] {

	cursor: pointer;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}



.custom-radio-2 input[type=radio] {

	border: 0;

	background-color: #eee;

	height: 1.2rem !important;

	width: 1.2rem !important;

	margin: 0;

	float: none;

	flex-shrink: 0;

	margin-right: 10px;

	border-radius: 50%;

	transition: 0.25s ease;

}



.navbar-nav {

	text-transform: capitalize;

}



.custom-radio-2 input[type=radio]:checked {

	background-color: var(--defaultColor) !important;

	transition: 0.25s ease;

}



p.address i {

	margin-top: 8px;

	/*color:#fff;*/

}



.custom-radio-2 input[type=radio]:checked {

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e");

	background-repeat: no-repeat !important;

	background-position: center center !important;

	transition: 0.25s ease;

}



.custom-radio-2 input:focus-visible,

.custom-radio-2 input:focus-visible {

	outline: 0 !important;

	border-color: transparent;

}



.custom-radio-2 input,

.custom-checkbox input {

	outline: 0 !important;

	border-color: transparent;

}



.custom-radio-2 input[type=radio].error {

	border: 1px solid red;

}



/*----------------------------------------------Custom checkbox       ----------------------------------------------*/

.custom-checkbox {

	display: inline-flex;

	align-items: center;

	padding-left: 0;

	margin: 0;

	cursor: pointer;

}



.custom-checkbox input[type=checkbox] {

	cursor: pointer;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}



.custom-checkbox input[type=checkbox] {

	border: 0;

	background-color: #ddd;

	height: 1.0rem !important;

	width: 1.0rem !important;

	background-size: 60% 60%;

	margin: 0;

	float: none;

	flex-shrink: 0;

	margin-right: 10px;

	border-radius: 3px;

}



.custom-checkbox input[type=checkbox]:checked {

	background-color: var(--defaultColor) !important;

	;

	border-color: var(--defaultColor) !important;

	;

}



.custom-checkbox input[type=checkbox]:checked {

	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");

	background-repeat: no-repeat !important;

	background-size: 60% 60% !important;

	background-position: center center !important;

}



label.custom-checkbox p {

	display: flex;

	align-items: center;

	justify-content: center;

}



.add-to-area {

	position: fixed;

	top: 40%;

	background: #f8f8f8;

	width: auto;

	text-align: center;

	padding: 10px 53px 10px 10px;

	box-shadow: 0 0 5px #ddd;

	left: 50%;

	transform: translate(-50%, -50%);

	z-index: 98524;

	justify-content: space-between;

	display: flex;

	align-items: center;
	margin: 0 15px;

}



.add-to-area .pt-15 {

	padding-bottom: 20px;

}



.add-to-area button.btn {

	margin-top: .9rem;

}



body.visible {

	overscroll-behavior: contain;

	height: 100vh;

	overflow: hidden;

}



/*----------------------------------------------coupon----------------------------------------------*/

.couponInput-group {

	display: flex;

	align-items: center;

	justify-content: center;

}



.couponInput-group input {

	flex: 1;

	margin-right: 6px;

}



.couponField {

	margin-top: 4px;

	margin-bottom: 5px;

}



a.couponBtn {

	display: block;

	margin-left: 7px;

}



.couponList {

	text-align: center;

	padding: 24px 0 10px 0px;

	margin-bottom: 15px;

}



.couponList h4 {

	font-size: 17px;

}



.couponCode {

	font-weight: bold;

	font-size: 16px;

}



.user_content {

	min-height: 150px;

	text-align: center;

	display: flex;

	align-items: center;

	justify-content: center;

}



.frown {

	font-size: 40px;

	color: #222;

}



.contact_us_alert {

	margin-top: 20px;

}



.catDetails {

	display: flex;

	flex-direction: row;

	align-items: center;

	padding-bottom: 25px;

}



.catDetails img {

	width: 80px;

	height: 80px;

	margin-right: 18px;

}



p.details.is_size {

	display: none;

}



.packageImg.img.menu-img {

	height: 80px;

	width: 80px;

	flex: 1 0 80px;

}



.qr_area img {

	border: 1px solid;

}



.qr_area {

	margin: 10px auto;

}



.loc i {

	display: inline-block;

}



.loc p {

	display: inline-block;

}



a.profile_btn {

	font-family: inherit;

}



.single_users:hover {

	background: #f8f8f8;

	transition: all .3s ease-in-out;

}



.topCategory {
	display: flex;
	flex-wrap: wrap;
}



a.items {
	width:11.8%;
}
.topCategory1 {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.topCategory1 a.items {
/*	width:120px;*/
	margin: 0 5px 0 0 ;
}
.catTop {
	height: 112px;

	width: 100%;

	/*  flex: 0 0 80px;*/

	object-fit: cover;

	/*border-radius: 100%;margin-bottom: 10px;*/

	border-radius: 4px;

	/*  box-shadow: 0 0.3rem 1rem 0rem rgb(161 161 161 / 51%) !important*/

}



.img-cat .catTop {

	height: 100%;

	width: 100%;

}



.img-cat {

	width: 170px;

	height: 120px;

	margin: 0 auto;

}



.singleCatItem h4 {

	font-size: 15px;

	color: #000;

	font-weight: 100;

	overflow: hidden;

	padding: 0 10px;

	width: 100%;

	text-align: center;

	text-transform: capitalize;

	margin-top: 7px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}



.singleCatItem {

	margin: 3%;

	/*background:#f8f9fd;*/

	padding: 8px;

	min-height: 120px;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

	flex-direction: column;

	border-radius: 5px;

	border: 1px